WORK 04 · Agent Harness
Superloop
Turns vibe coding from one reply into a budgeted execution loop.
A harnessed skill where the user acts as CEO and defines mission, scope, budget, and stop rule while the coding agent executes, verifies, records, and keeps iterating.
superloop reelLIVE SYSTEM
- TYPE
- Codex skill
- STATE
- JSON harness
- LOOP
- Plan / execute / verify
01
Problem
Many agent workflows fail because goals, gates, stop conditions, and budgets are not persistently tracked. Superloop moves that state out of the chat and into a harness.
02
System
- `SKILL.md` defines the operating contract and CEO / agent split.
- `superloop_cli.sh` is the stable command entrypoint.
- `superloop_harness.py` owns state, rounds, budget, and stop audits.
- Every round records hypothesis, change, round gate, result, and next round.
03
Build trace
- Installed and used as a Codex skill.
- Supports resume, init, and record as core commands.
- This YoloLab project is using Superloop to record execution state.