Article URL: https://virtuallyfun.com/2026/08/03/windows-xp-2002-for-the-itanium-unbridled-rage/
Comments URL: https://news.ycombinator.com/item?id=49162086
Points: 11
# Comments: 0
Article URL: https://virtuallyfun.com/2026/08/03/windows-xp-2002-for-the-itanium-unbridled-rage/
Comments URL: https://news.ycombinator.com/item?id=49162086
Points: 11
# Comments: 0
Article URL: https://bumbershootsoft.wordpress.com/2026/05/30/zx-spectrum-system-tour-text-mode/
Comments URL: https://news.ycombinator.com/item?id=49161801
Points: 7
# Comments: 0
Article URL: https://www.seangoedecke.com/llms-reward-expertise/
Comments URL: https://news.ycombinator.com/item?id=49161518
Points: 219
# Comments: 89
Article URL: https://status.digdir.no/incidents/d7hvqmf2yr3l
Comments URL: https://news.ycombinator.com/item?id=49160631
Points: 76
# Comments: 53
Article URL: https://www.mcgill.ca/oss/article/critical-thinking/dunning-kruger-effect-probably-not-real
Comments URL: https://news.ycombinator.com/item?id=49160437
Points: 95
# Comments: 103
Article URL: https://github.com/SwagSoftware/KisakCOD
Comments URL: https://news.ycombinator.com/item?id=49159970
Points: 23
# Comments: 2
Article URL: https://bumbershootsoft.wordpress.com/2026/08/01/zx-spectrum-system-tour-sound/
Comments URL: https://news.ycombinator.com/item?id=49159676
Points: 27
# Comments: 5
Article URL: https://blog.cloudflare.com/billable-usage-api/
Comments URL: https://news.ycombinator.com/item?id=49158714
Points: 36
# Comments: 6
Article URL: https://blog.cloudflare.com/smaller-faster-safer-models/
Comments URL: https://news.ycombinator.com/item?id=49158581
Points: 114
# Comments: 29
Article URL: https://hamvocke.com/blog/task-runners/
Comments URL: https://news.ycombinator.com/item?id=49158287
Points: 57
# Comments: 19
Article URL: https://github.com/MikeLuu99/searxng-rust
Comments URL: https://news.ycombinator.com/item?id=49158141
Points: 54
# Comments: 19
Hi HN, weβre Bence and Ryan, founders of Hoplite (https://hoplite.sh). Hoplite lets you deploy coding agents in the cloud, with a suite of tools that makes it incredibly easy to QA features. During onboarding, we port over your local setup - sessions, memories, MCP servers, and get your projects ready to run in the cloud.
Hereβs a demo: https://youtu.be/bnyktZ_9pjE
We got here after pivoting away from the idea we applied to YC with; AI for retail investing. It ultimately wasnβt a product that we ourselves would use, nor served a customer base that we felt connected to. In reflecting on what we really wanted to do, we realised that we loved talking to founders and developers, and were really opinionated about the specific area of cloud agents. We tried out all the existing solutions, and didnβt find one that A) took good advantage of being in the cloud, and B) was performant and felt good to use.
Weβre building a product that we feel reflects what mainstream development will look like in 6-12 months. As models improve, developers will end up reviewing less and less code, and will instead focus on reviewing the product output. That means evaluating new user flows, visually verifying that new features look good, that the API works as expected, that the CLI works on Windows, etc. And doing it while running hundreds of agents concurrently.
On the agent side, weβve created a custom harness. We spent a lot of time deciding on whether we should use an off the shelf solution like Codex/Claude Code, but ultimately wanted the independence and freedom that came with building it in house. It also means that we can test out completely new features without relying on Anthropic and OpenAI to catch up.
Everything is hosted on AWS, with the exception of: Temporal for durable workflows, Modal for sandboxes, and Planetscale for our database. Our infra decisions were driven by a strong belief that agents are becoming a tier 0 piece of infrastructure, and they need the reliability and security to match that.
You can try it now for free with the code βHACKERNEWSβ - weβve included $100 in free credits, plus you can connect your Codex subscription and use OpenAI models via it. You can see some more details around our pricing at https://hoplite.sh/pricing.
At the moment weβre focusing on optimising two key experiences: onboarding and previews, and would love to hear your feedback on them. And if you find that the agent's performance in certain tasks doesnβt match your expectations, please let us know!
Comments URL: https://news.ycombinator.com/item?id=49157997
Points: 42
# Comments: 48
Article URL: https://openai.com/index/ten-advances-in-mathematics/
Comments URL: https://news.ycombinator.com/item?id=49157930
Points: 374
# Comments: 663
Hi HN! Weβre Theodore and Louis, founders of Armature (YC P26). We reconstruct the entire session behind the MCP tool calls you receive, including what the user asked their agent to do and what the agent thought.
You wrap your MCP in 3 lines of code (our SDK is available in Typescript, Python and Go) and start seeing in your dashboard: - All sessions reconstructed: itβs like reading the real conversation the user had inside Claude or ChatGPT! - A ranking of your MCP most popular use cases, built from sessions clustering - The most frequent issues your usersβ agents encounter so you can fix them.
Here is a quick demo: https://youtu.be/ZFlvquhyNMQ
The story behind this is that we initially launched Armature as a standalone testing tool (https://www.ycombinator.com/launches/QQc-armature-making-you...) that could naturally be used through an MCP itself. We quickly realized we had no idea how our users were using Armature MCP and if they were satisfied with it or frustrated. Itβs something we had also experienced in our previous companies: Louis built MCPs exposed to millions of users and Theo was a Forward Deployed Engineer at Palantir before joining a Datadog spin-off as Founding Engineer. Both testing and product analytics had always been real pains when exposing a product to agents but we always thought there wasnβt much we could do about analytics because the conversation lived in our usersβ AI client.
Then it struck us: what if we asked the agents why they were making this or that tool call? And whatβs the user's intent or potential frustration? So we started experimenting with MCP instrumentation and the use-cases actually surprised us! Many of our first customers had implemented workarounds for their CI to trigger new tests or for their coding agents to fetch the results efficiently. Even though we talked to our first users regularly, they had never shared this feedback with us. We then built automations to automatically cluster use-cases, identify issues frequently encountered and let our own coding agents fix them. When our CTO friends heard about this, they wanted to try it for themselves so we gave them access to a cloned version of our internal product and they started sharing feedback like they never did on our βrealβ product!
Thatβs when we decided to start working seriously on MCP Analytics as a product. At first we were afraid of degrading MCP performance so we iterated until we reached the exact same success rate as without our instrumentation (89.17 % vs 89.15 % pass rate out of 870 runs). Then privacy was an obvious constraint so we applied the same methods we had learned from working with banking data or building sensitive data scanning in logs. Today, redaction runs client-side before reaching our servers. There are still a lot of things we havenβt fully figured out: not all fields are equally filled by all models, session fingerprinting for serverless / stateless MCPs isnβt perfect, and use-case clustering remains to be optimized.
But we are finally launching our analytics product to everyone, self-serve at https://armature.tech with a set-up that takes less than 5 minutes and a generous free tier.
And now we are working on fully closing the loop, bringing evals back in our product so we can: identify top workflows and issues -> recommend fixes and improvements -> test fixes at scale on the same workflows run by users, across all harnesses and models -> open PRs to ship fixes directly. The evals can be generated automatically from the session analytics so you can catch every regression and can test every improvementβs real impact across all models and harnesses before shipping it.
Hereβs an example to make it more concrete: 10 days ago, a marketing automation platform which has had early access to what we built for weeks identified thanks to MCP Analytics that users were frustrated not being able to change their target audience after campaign creation. So they shipped the feature and tested it successfully locally with Claude Code on Fable 5. Then a few days later when preparing their new MCP public release, they ran a suite of evals on Armature and realized that small models could hallucinate audience_ids which would lead their MCP to send the campaign to ALL their contacts by default (which could obviously lead to disasters in prod). This is the kind of story that makes what we are building feel so helpful!
Now, the most useful feedback for us would be to know whatβs still missing in our product so you can feel you are now in full control of the βAgent Experienceβ. And if you run an MCP in production weβd also love to know: what do you do today to know if agents succeed and if the users behind them are happy?
Comments URL: https://news.ycombinator.com/item?id=49157807
Points: 35
# Comments: 2
Article URL: https://pandoc.org/twenty-years-of-pandoc.html
Comments URL: https://news.ycombinator.com/item?id=49156750
Points: 58
# Comments: 6
Share your information if you are looking for work. Please use this format:
Location:
Remote:
Willing to relocate:
Technologies:
RΓ©sumΓ©/CV:
Email:
Please only post if you are personally looking for work. Agencies, recruiters, job boards,
and so on, are off topic here.Readers: please only email these addresses to discuss work opportunities.
Searchers: try https://nthesis.ai/public/hn-wants-to-be-hired, https://www.wantstobehired.com.
Comments URL: https://news.ycombinator.com/item?id=49156682
Points: 11
# Comments: 128
Please state the location and include REMOTE for remote work, REMOTE (US) or similar if the country is restricted, and ONSITE when remote work is not an option.
Please only post if you personally are part of the hiring companyβno recruiting firms or job boards. One post per company. If it isn't a household name, explain what your company does.
Please only post if you are actively filling a position and are committed to replying to applicants.
Commenters: please don't reply to job posts to complain about something. It's off topic here.
Readers: please only email if you are personally interested in the job.
Searchers: try https://nthesis.ai/public/hn-who-is-hiring, https://dheerajck.github.io/hnwhoishiring/, http://nchelluri.github.io/hnjobs/, https://hnjobs.emilburzo.com.
Don't miss this other fine thread: Who wants to be hired? https://news.ycombinator.com/item?id=49156682
Comments URL: https://news.ycombinator.com/item?id=49156683
Points: 49
# Comments: 72
Article URL: https://blog.exe.dev/devtools-must-be-open-source
Comments URL: https://news.ycombinator.com/item?id=49156111
Points: 456
# Comments: 167