Keep Decide. Instrument the intern.
Cheap generation changes the shape of
the loop, not who owns it. OpenAI’s
own researchers now run more than a
human-day of agent labor for every
human-day they sit down. That is not
the same as handing over research.
Planning tokens stayed small. Long
tasks still needed steering. The
intern can Build and Run. Decide —
what to try, whether the result is
real, whether to scale or stop —
remains a human bottleneck on purpose.
The failure mode is treating token
burn as progress. $600 a day can mean
four concurrent sessions chasing the
wrong eval. AHE’s useful move is to
make harness edits falsifiable:
components you can revert, traces you
can actually read, and a prediction
attached to every change. If the next
round of tasks does not move, the edit
was a story. Greenfield is the same
story at repo scale. Agents make a
second tree cheap. They do not make
the hidden behavior of the first tree
appear in the new one.
A local loop can copy the split
without a lab budget. Name the task
the intern is allowed to finish
unsupervised — a few hours, a clear
done check. Name the seats you will
not delegate: priority, merge, deploy,
pause. Log spend, concurrent sessions,
and how often you had to intervene.
When you touch the harness, write the
prediction in the same commit. When
the intern offers a rewrite, ask for
tests on the live path first.
Checklist
-
Write the intern’s job in one
sentence: well-defined, few-day,
under direction. If you cannot, you
do not have a task yet.
-
Keep Decide, pause, and deploy on a
human. Concurrent sessions do not
change that.
-
Track spend, session count, and
interventions on 4–8 hour work. If
interventions are the success
condition, say so.
-
Pair every harness or prompt edit
with a prediction and a next-round
check. Revert the ones that miss.
-
Distill traces before you feed them
back. A million-token log is not
experience.
-
Refuse greenfield until the live
system has tests that pin the
behavior you think you are replacing.
This morning: one intern-sized task,
one spend cap, one predicted harness
check. No second repo until the first
one can fail a test.