Agent-built mock
The agent controls the fake, but the fake only contains behavior the agent already anticipated. Its blind spots become the test suite’s blind spots.
Controlled coding-agent benchmark
Same model. Same task. Same repository. The only variable was dependency access. Agents with Veris caught every planted integration bug in every run; no other test environment did.
The same agent caught 60%, 80%, or 100% depending on which vendor behavior its self-built fake happened to encode.
The agent caught every planted integration bug in all three runs against stateful, controllable dependencies.
Why Veris catches what others miss
A mock gives an agent control without certainty. A vendor test mode gives it real behavior without control over the hardest states. Veris gives it both.
The agent controls the fake, but the fake only contains behavior the agent already anticipated. Its blind spots become the test suite’s blind spots.
The happy path is real, but critical outages, lost responses, and asynchronous states often cannot be produced on demand.
Stateful, vendor-true dependencies with failure states the agent can create, inspect, reset, and reproduce as part of its own loop.
A directional experiment, controlled for the mechanism
Directional benchmark · 12 fresh agent runs · one production-derived codebase · July 2026. Cost, wall clock, and token comparisons use the agent-built-fake runs as the baseline. The benchmark demonstrates the mechanism; it is not a universal estimate for every repository or task.
The next PR
Bring Claude Code, Codex, Cursor, or your own agent. Veris supplies the isolated, stateful dependencies it needs to find the failures mocks cannot.