-
Notifications
You must be signed in to change notification settings - Fork 0
Evaluation Plan
Nothing compounds without credible, hard-to-dismiss results. This page is the evaluation contract: what we will measure, how, and against whom — publicly and reproducibly.
forge's differentiators (execution-selected patches, blast-radius gate, statement-level graph, checkpoint-everything) are claims right now. They become a product the day they survive a public, reproducible comparison against strong baselines. The bar in 2026:
- Public & reproducible — harness + case definitions + seeds in-repo
- Real GitHub issues — not synthetic planted bugs
- Reports success AND cost — tokens, wall-clock time, $ per successful fix
- Strong baselines — Claude Code agent mode, Cursor agent, aider, SWE-agent-style, OpenHands, plus a pure generate→test loop (no graph)
- Failure analysis — why a case failed, not just pass/fail
| Component | Recommendation | Why |
|---|---|---|
| Primary benchmark | SWE-bench Verified (or the hardest current public set) + a custom Real-Issues set | SWE-bench is the language everyone understands |
| Custom set | 40–60 real closed issues from mid-sized popular Python repos — boltons, more-itertools, attrs, click, rich, pydantic, … | Shows real-world transfer beyond the benchmark |
| Success definition | Patch makes the generated regression test + the repo's original suite pass, and matches the real merged PR (or survives human review) | Avoids "passes tests but is wrong" |
| Baselines | Claude/GPT agent modes, aider, pure generate-then-test (no graph), no repair loop | Shows the value of the specific architecture |
| Ablations | ± statement-level graph, ± blast-radius gate, K=1 vs K=4/8 | Proves which pieces actually matter |
| Cost metrics | Tokens, wall-clock, $ per successful fix | Critical for practical adoption |
| Transparency | Full trajectories + every published patch | Builds trust |
- Start small, publish early. 10–15 issues is enough to publish methodology + first numbers (the existing 4/4 real-bug harness — Benchmarks — is the template; extend it, don't replace it).
-
Make the harness runnable by others. It already is:
benchmarks/cie_forge_realbugs/forge_cie_bench.py <case>— one command, deterministic seeds, Ollama-default endpoint. The evaluation-extended version must be as runnable. - Track two success numbers: one-shot success rate, and success-within-N-rounds. Report both — they answer different questions.
- Hunt for divergent cases on purpose: the most persuasive datapoints are where a pure LLM agent fails and the execution-selected + graph-backed loop succeeds. Annotate every such case in the failure analysis.
| Component | Status |
|---|---|
| Real-issues harness (real merged bugs, live LLM, execution scoring) | live, 4/4 (Benchmarks) |
| Regression-test generation from issue text, oracle-validated | live, 4/4 (Issue-to-PR testgen half) |
| SWE-bench Verified harness | planned — next milestone |
| 40–60-issue custom Real-Issues set (scaling from 4) | planned |
| Baseline runs (aider / agent modes / pure generate-then-test) | planned |
| Ablations (graph, blast-radius gate, K) | planned |
| Cost-per-successful-fix reporting | planned (token accounting already recorded in trajectories) |
Nothing on the ✅ lines is claimed beyond what the harness actually ran. This page exists so the gap between "measured" and "designed" stays visible — Benchmarks for what's measured today, Design-Notes for the why behind the designs.
atomic-forge — an agentic generate → test → repair loop with a machine-checked task contract, crash-safe checkpointing, and execution-selected repairs. BSL 1.1 licensed.
Start here
Workflows
Reference
Background
Requirements (R1–R16)
- Requirements-and-Roadmap
- Agent-Computer-Interface
- Critic-Verification-Gate
- Planner-Executor-Split
- Repo-Scale-Context
- Auto-Commit-Messages
- Persistent-Sandbox
- Multi-Channel-Intake
- Review-Comment-Driven-Fix
- Zero-Friction-Integration
- Self-Review-Issue-Resolution
- Enterprise-Scale-Indexing
- CLI-CI-Native
- Parallel-Execution
- Execution-Guided-Repair
- Data-Privacy-No-Training
- Environment-Bootstrap