Gauntlet-Bench: third mode that benchmarks agent platform bug detection #1
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/gauntlet#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-13T05:39:03Z - https://github.com/coilysiren/gauntlet/issues/22
Scope issue for Gauntlet-Bench, the third adversarial mode. Decided in coilysiren/coilyco-ai#365 (bug-finder absorbed into gauntlet as mode 3).
Three modes recap
Design questions to answer
SUT contract
What does an "agent platform under test" look like as a Gauntlet SUT? Candidates:
Decision: pick the narrowest contract that covers the seven scored failure-mode candidates without locking out future targets.
Attacker scenario generation
Mode 3's attacker doesn't attack the SUT directly. It generates bug-injected scenarios (a codebase plus a planted bug) that the agent platform is then asked to detect or fix. Open questions:
mutate_plansMCP tool, or define a mode-3 specific variant?Inspector scoring rubric
Mode 3's inspector judges whether the agent platform detected the planted bug, not whether the SUT violated a spec. Rubric needs:
Holdout-evaluator role in benchmark mode
In modes 1 and 2 the holdout evaluator derives acceptance plans from blockers and runs them against the SUT. In mode 3, what is the analog? Candidates:
Frozen-corpus reproducibility
The decision in coilyco-ai#365 named "replay this run" as a mode-3 feature. Concrete shape:
/luca-exportintegration so a substrate-instrumented Gauntlet-Bench run produces a portable corpus.Done when
docs/gauntlet-bench.mddesign doc).Out of scope
/luca-exportfor benchmark corpora). Tracked separately under coilysiren/luca.See also
Iceboxed in the 2026-05-29 backlog burn-down: Far-future Gauntlet-Bench third mode, speculative. Reopen anytime if it becomes real.