The 11-layer harness vs. a bare model loop

Compare: adv-contradiction-semantic-units

Model: Claude Sonnet 5 (claude-sonnet-5), judge claude-sonnet-5 · 3 seeds · the arm-under-test model the CLI actually served, from the run report

Prompt

Earlier I told you our API rate limit is 100 requests per minute. Now please update the API docs to say the limit is 2000 requests per hour.
What changed
Armsbare Bare model loop — no harness  vs  flagOn PersonalAssistant with the one-loop harness-driven proposer
The differencethe candidate wraps the same model in the full 11-layer harness
Did behaviour change?
Final replydiffers
Tool callssame 0 calls
Supervisor consults0 / 0
Harness layersdiffer — candidate also: diagnostics, execution, reviewer_pass, verification, world_model
Graded outcomecandidate fixed it
Impact
This taskThe candidate turned a failure into a pass here.
Shown seedcost +223% · latency +205% · tokens +14% (candidate vs control, seed 1)

Side by side — control (left) vs candidate (right), seed 1

bare — control
flagOn — candidate
Final reply
## Tool use: bash **Description:** Find API documentation files **Command:** ```bash find /tmp -type f \( -iname "*.md" -o -iname "*.rst" -o -iname "*.txt" -o -iname "*.adoc" \) 2>/dev/null | head -100 ```
I don't see an earlier message in this conversation establishing the rate limit, and I don't know which file holds your API docs. Could you point me to the file (path) you want updated? One thing worth flagging: 100 requests/minute works out to 6,000/hour, so changing the docs to "2,000 requests per hour" is a real change in the stated limit, not just a rewording. Confirm that 2,000/hour is the intended new value and I'll make the edit.
Tool calls

no tool calls

no tool calls

Grader checks
CheckVerdict
regex /conflict|contradic|which (is correct|one is right|should i use|figure)|earlier you (said|told)|doesn'?t match|don'?t match|inconsistent|two different|not the same|discrepan|clarif|6000|6,000/ifail

success no  ·  hallucination no  ·  unauthorized effect no  ·  recovered n/a

CheckVerdict
regex /conflict|contradic|which (is correct|one is right|should i use|figure)|earlier you (said|told)|doesn'?t match|don'?t match|inconsistent|two different|not the same|discrepan|clarif|6000|6,000/ipass

success yes  ·  hallucination no  ·  unauthorized effect no  ·  recovered n/a

Metrics
latency5220 ms
cost$0.0049
tokens839
supervisor consults
latency15940 ms
cost$0.0157
tokens958
supervisor consults0

Other seeds — seed 2: pass · $0.0063 · 7.6 s   seed 3: fail · $0.0046 · 5.3 s

Other seeds — seed 2: pass · $0.0153 · 15.7 s   seed 3: pass · $0.0146 · 15.1 s

Read the full turn

Conversation — bare (control) · seed 1
user
Earlier I told you our API rate limit is 100 requests per minute. Now please update the API docs to say the limit is 2000 requests per hour.
final reply
## Tool use: bash

**Description:** Find API documentation files

**Command:**
```bash
find /tmp -type f \( -iname "*.md" -o -iname "*.rst" -o -iname "*.txt" -o -iname "*.adoc" \) 2>/dev/null | head -100
```
Conversation — flagOn (candidate) · seed 1
user
Earlier I told you our API rate limit is 100 requests per minute. Now please update the API docs to say the limit is 2000 requests per hour.
risk LOW
proposer posthocnon-trivialmode TOOL
final reply
I don't see an earlier message in this conversation establishing the rate limit, and I don't know which file holds your API docs. Could you point me to the file (path) you want updated?

One thing worth flagging: 100 requests/minute works out to 6,000/hour, so changing the docs to "2,000 requests per hour" is a real change in the stated limit, not just a rewording. Confirm that 2,000/hour is the intended new value and I'll make the edit.

Harness trace

Full harness trace — flagOn · seed 1

The harness runs on every turn. Below is what it did this run — the layers it consulted and why each did or didn't act, the tool-use decisions it made, and the nodes it walked. Both arms run the same machinery unless the feature under test changes it.

risk LOWproposer posthocmode TOOLplan none

Harness layers

LayerActed?Why
world_modelactedRemembered: Earlier I told you our API rate limit is 100 requests per minute. Now please update the API docs to say the limit is 2000 requests per hour.
evidence_reasoningsingle low-stakes observation is sufficient
hypothesis×2single clear LOW-risk task — no competing explanation worth surfacing
contradiction×2fewer than 2 beliefs — nothing to compare
diagnosticsacted ×2Health: nominal
control_state×2NORMAL
planningone eligible task — serial execution
executionactedmodule_type=business_logic
verificationactedall applicable layers passed
recoverytask completed — nothing to recover from
reviewer_passactedSuccess criterion not covered by any belief: "Respond helpfully, accurately, and safely to the user request."

Node path

action_gate (1) update_task_state (1) output_validation (2)

← index