Copy this into your coding agent
Paste into Cursor, Codex, Claude Code, or another coding agent in your project.Start with a failed case
Open History, choose a bench and select View details → Fixes. Compare the original prompt with the proposed prompt or model, and read why Bench recommends the change. Review quality and cost together.Share the evidence with your coding agent
Choose Prepare fix prompt, then Copy prompt. The prompt includes the failed case, the expected behavior and the evaluated code revision. You can also download Fix brief, or ask your connected coding agent to usebench_get_fix_brief.
Reading a fix brief does not use an evaluation.
A coding agent can investigate prompt instructions, model configuration, tool code
or workflow logic. A failed test identifies behavior to investigate; it does not
by itself prove which part caused the failure.
Share briefs only with tools you approve: they can contain your source code and
evaluation data. Review the proposed changes before running or applying them.
Test the change
- Reproduce the original failure.
- Apply the proposed change to a test branch.
- Run the same case again, keeping its expected result and criteria unchanged.
- Run previously passing cases to check for regressions.
- Use independent cases that were not used to create the fix.

