Skip to content

How AI Code Agent Works(Codex)

This section contains my analysis of the OpenAI Codex codebase to understand how AI code agents work.

Articles

  • Getting Started: Overview of request-response flow and basic understanding of AI code agents.
  • Tool Call: How codex processes and uses tool calls.