What actually turns an LLM into an agent?
LLMs cannot interact with the world. How can we from first principles write an AI agent? In this blog we write a small harness that can decode the LLM proposed action, executes it, and feed the result into the next context.