A familiar interaction with a coding agent looks like this:
"I implemented the feature, updated the tests, and everything passes."
That sounds reassuring.
But what exactly does everything passes mean?
Did the agent actually run the tests?
A familiar interaction with a coding agent looks like this: "I implemented the feature, updated the...
A familiar interaction with a coding agent looks like this:
"I implemented the feature, updated the tests, and everything passes."
That sounds reassuring.
But what exactly does everything passes mean?
Did the agent actually run the tests?

My coding agent ends almost every task the same way. "Done! All tests pass." For months I just...

There's a specific kind of confidence that a coding agent projects when it finishes a task. It...

TL;DR When an AI agent changes few files, runs few tests, and says "Done", is it really...

If you run a coding agent on a real project, you have probably lived through all three of these...

An AI agent can make CI go green without making the code right. Here's how that happens, and how far you can get catching it.

I Built AgentCheck Because “The Coding Agent Said Done” Wasn’t Enough AI coding agents are...