cd /news/artificial-intelligence/your-agent-returned-200-ok-was-it-ac… · home topics artificial-intelligence article
[ARTICLE · art-84385] src=dev.to ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

Your agent returned 200 OK. Was it actually right?

A developer reports that agentic AI systems are good at logging what an agent did but poor at verifying whether the output was correct. In an experiment, a weak model was correct about 69% of the time while appearing confident, but adding a grounded verification check that re-rolled failed outputs raised accuracy to 100%. The developer argues that consistency is not correctness and calls for a runtime certification layer to validate outputs in production.

read2 min views1 publishedAug 3, 2026

I've been building agentic AI systems for a while now, and the thing that finally got under my skin enough to write about is that our whole stack is really good at telling us what an agent did, and almost useless at telling us whether it was right.

Observability tools give you the trace, every tool call and every token, which is great for figuring out what happened after something breaks. Evals give you a score against a test set you ran at some point in the past. But in production, in the moment, when your agent returns a confident, well-formed, schema-valid 200, nothing in that pipeline is checking whether the answer inside it is actually correct. A 200 can wrap a confidently wrong answer and your dashboard will still light up green.

I ran a little experiment to see how bad this actually is. I took a cheap, weak model and pointed it at a real structured task where I could check the answers, and it was right about 69% of the time while looking right a good deal more often than that. Then I wrapped each output in a grounded check that asked whether it genuinely satisfied the constraints instead of just looking like it did, and I re-rolled the ones that failed. It climbed to 100%. The part I keep chewing on is that the model never got any smarter, the verification did all the work.

So the thing I keep coming back to is that consistency isn't correctness. A schema-valid, fluent, nicely-logged answer can still be flat wrong, and almost nothing in the modern agent stack is built to notice that while it's happening.

I've been poking at what a runtime certification layer would look like, something that lives between it logged a 200 and it passed our offline evals, and answers the one question nobody seems to be asking, which is whether this specific output, right now, is actually right.

If you're running agents in production I'm genuinely curious how you're handling this, or whether you've mostly just made peace with the green dashboard.

── more in #artificial-intelligence 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/your-agent-returned-…] indexed:0 read:2min 2026-08-03 ·