benchmark-alerting-001-delivery-alerts has moved more than any other scenario, in a
pattern that does not look like agent variance, and none of the three flake mechanisms
found so far can account for it.
The history
| Snapshot |
Score |
Failing |
| 13 Aug |
4/6 |
mini-no-skills, 5.6-no-skills |
| 17 Aug |
0/4 |
claude, mini, mini-no-skills, 5.6 |
| 17 Aug |
1/6 |
the above plus 5.6-no-skills |
| current |
1/6 |
everything except claude-no-skills |
Note the 13 August set and the 17 August set are almost inverted: the two arms failing
first are among those passing later, and vice versa. A scenario that gets harder for
everyone at once is not agents behaving differently.
Why the known mechanisms do not explain it
What the failure actually says
The failing check is the first one, and its note is specific:
created an alert for delivery failures
-> only the project default triggers are present
So the scorer finds no agent-created alert at all — not a misconfigured one. Five of six
agents are apparently creating nothing, having previously created something.
That points away from the agents and towards one of:
- the project's alert configuration is shared state that a reset does not restore, so an
earlier run's teardown leaves later runs unable to create or detect one
- what counts as a "project default" changed, so agent-created alerts are now being
classified as defaults and skipped
- alerts are per-project rather than per-connection in a way the scenario assumes they
are not, making concurrent or sequential runs interfere
The first is the most likely and the most concerning: FixedProjectSource resets to
pristine, and a reset that does not fully restore alert state would produce exactly this —
fine on an early run, progressively worse afterwards, and inverted between arms depending
on run order.
Why this matters beyond one scenario
alerting-001 is currently 1/6 on the published page. If that is a reset defect rather
than agent capability, we are publishing a near-total failure that agents did not earn,
against named vendors.
It is also the scenario that made #4 look like a Codex problem — it fails for both
frontier agents, and a scenario both frontier agents fail is a statement about the
scenario or the product, not a vendor.
How to investigate cheaply
score-only --eval benchmark-alerting-001-delivery-alerts --repeat 5 with a
SOLUTION.ts that creates the alert. If the solution's alert is not visible to the
scorer, the defect is in the scorer or the reset and no agent run is needed to prove it.
Follows from #4, which is closed as not confirmed.
benchmark-alerting-001-delivery-alertshas moved more than any other scenario, in apattern that does not look like agent variance, and none of the three flake mechanisms
found so far can account for it.
The history
mini-no-skills,5.6-no-skillsclaude,mini,mini-no-skills,5.65.6-no-skillsclaude-no-skillsNote the 13 August set and the 17 August set are almost inverted: the two arms failing
first are among those passing later, and vice versa. A scenario that gets harder for
everyone at once is not agents behaving differently.
Why the known mechanisms do not explain it
setTimeoutand nowaitFor— it never had a fixed sleep, because it reads configuration rather thansending traffic and reading it back. The polling conversion did not touch it.
flip.
What the failure actually says
The failing check is the first one, and its note is specific:
So the scorer finds no agent-created alert at all — not a misconfigured one. Five of six
agents are apparently creating nothing, having previously created something.
That points away from the agents and towards one of:
earlier run's teardown leaves later runs unable to create or detect one
classified as defaults and skipped
are not, making concurrent or sequential runs interfere
The first is the most likely and the most concerning:
FixedProjectSourceresets topristine, and a reset that does not fully restore alert state would produce exactly this —
fine on an early run, progressively worse afterwards, and inverted between arms depending
on run order.
Why this matters beyond one scenario
alerting-001is currently 1/6 on the published page. If that is a reset defect ratherthan agent capability, we are publishing a near-total failure that agents did not earn,
against named vendors.
It is also the scenario that made #4 look like a Codex problem — it fails for both
frontier agents, and a scenario both frontier agents fail is a statement about the
scenario or the product, not a vendor.
How to investigate cheaply
score-only --eval benchmark-alerting-001-delivery-alerts --repeat 5with aSOLUTION.tsthat creates the alert. If the solution's alert is not visible to thescorer, the defect is in the scorer or the reset and no agent run is needed to prove it.
Follows from #4, which is closed as not confirmed.