AI From Scratch/Phase 14/Lesson 37/~50 minutes

Runtime Feedback Loops

BuildPython (stdlib)

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.

Loading lesson page...