AI Engineering Blog
Articles on AI engineering, LLMs, and building production-ready applications.
-
Building a Coding Agent: Part #1
How to build a coding agent from scratch.
-
Handing Your Filesystem to an Agent Using a Local Shell
How to let your LLM run shell commands on your filesystem using OpenAI's local shell.
-
Using a Hosted Shell for LLM Code Execution
How to let your LLM run arbitrary code safely using OpenAI's hosted shell, with a simple math-agent example.