You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -511,7 +511,7 @@ For a focused recording, pass a custom `.jfc` file enabling only the `airhacks.z
511
511
512
512
## Benchmarks
513
513
514
-
The [`benchmarks/`](benchmarks/) directory holds executable agent benchmarks that score tool-calling behavior against seeded ground truth — no LLM judge — along orthogonal axes whose results can disagree. [`agentLoopBenchmark`](benchmarks/agentLoopBenchmark) drives an agent through a *pointer-chasing* chain (serial loop-following); [`agentParallelismBenchmark`](benchmarks/agentParallelismBenchmark) gives the agent independent lookups and measures whether it *batches* them into one turn or serializes them — the inverse axis. Every run prints one normalized markdown table row (`Benchmark | Model | Size | Calls | Turns | Result`) that pastes directly into the results table in [`benchmarks/README.md`](benchmarks/README.md) — see there for mechanisms and sweep usage.
514
+
The [`benchmarks/`](benchmarks/) directory holds executable agent benchmarks that score tool-calling behavior against seeded ground truth — no LLM judge — along orthogonal axes whose results can disagree. [`agentLoopBenchmark`](benchmarks/agentLoopBenchmark) drives an agent through a *pointer-chasing* chain (serial loop-following); [`agentParallelismBenchmark`](benchmarks/agentParallelismBenchmark) gives the agent independent lookups and measures whether it *batches* them into one turn or serializes them — the inverse axis; [`agentErrorRecoveryBenchmark`](benchmarks/agentErrorRecoveryBenchmark) injects transient tool failures into the chain and measures whether the agent *retries* or gives up — the robustness axis. Every run prints one normalized markdown table row (`Benchmark | Model | Size | Calls | Turns | Result`) that pastes directly into the results table in [`benchmarks/README.md`](benchmarks/README.md) — see there for mechanisms and sweep usage.
0 commit comments