The Ant Lab - understand agents by building them
Build one simulation loop and swap four different brains into it - hardcode, Q-learning, LLM, LLM+memory. That is the mental map for every agent system: the environment is decoupled from the decider, and “AI” is the swappable box inside a loop that existed before it.