Phase 14: Agent Engineering
AI From Scratch/Lesson 37/~50 minutes

Runtime Feedback Loops

Agents that do not see real command output guess. A feedback runner captures stdout, stderr, exit code, and timing into a structured record the next turn can read. Then the agent reacts to facts instead of to its own prediction of facts.

BuildPython (stdlib)
Loading lesson page...