engineering · planning agent
Debugging Agent
Turn failures into a sequence of observations.
- debugging
- observability
- engineering
How to watch
Play starts at Input. Each station works, then a labeled packet travels the wire.
On station · 5.2s · 0/0
Packets stay on the wire. This is a conceptual simulation, not a live model run.
What Debugging Agent does
A debugging agent treats a failure as evidence. It reads the error, gathers logs or traces, forms a next check, and only then edits. It is not allowed to randomly rewrite the file that 'looks suspicious'.
Error in, reproduce if possible, inspect, hypothesize a check, run the check, then patch. Conceptual simulation.
Workflow
Each step maps to a node in the lab above. and watch the packets travel.
- 01Input
Receive the failure
Load stack trace or failing test.
- 02Plan
Pick the next check
Choose an observation.
- 03Tool
Reproduce
Run the failing test or command.
Failure path
If you cannot reproduce, say so. Do not patch at random.
- 04Tool