Codex Knowledge Base
The Deep Researcher Pattern: Building 24/7 Autonomous Experimentation Loops with Codex CLI
A new open-source framework called Deep Researcher Agent, published by Xiangyue Zhang at the University of Tokyo in April 2026.
Codex CLI TUI Mastery: Slash Commands, Keyboard Shortcuts, and Session Workflows for Power Users
The Codex CLI terminal user interface has evolved from a simple prompt-and-response loop into a full-screen interactive workspace. With v0.121.0 shipping.
Codex CLI + Terraform/IaC: Infrastructure Agent Patterns
Infrastructure as code demands precision that most AI coding assistants struggle to deliver. Terraform's declarative semantics, provider-specific resource.
Codex CLI Observability: OpenTelemetry Traces, Metrics, and Production Monitoring
Coding agents are opaque by default. When a Codex CLI session burns through 400k tokens over twelve minutes and produces a questionable diff, you need more.
Running Codex CLI in Devcontainers and Docker Sandboxes: Secure Containerised Agent Workflows
Running a coding agent on your bare metal workstation means trusting it with your filesystem, network, and credentials. Even with Codex CLI's built-in.
Safe Dependency Management with Codex CLI: Why AI Agents Get It Wrong and How to Fix It
Dependency management is one of the most natural tasks to hand to a coding agent. Upgrade React to v20, patch all critical CVEs, migrate from Express.
Codex CLI for Data Engineering: dbt, Airflow, and Pipeline Generation
Data engineering workflows—building dbt models, orchestrating Airflow DAGs, validating data quality—are repetitive, context-heavy, and ripe for agentic.
The Model Context Window Budget: Practical Token Management for Large Codebases
Every agentic coding session is a budgeting exercise. Your model has a finite context window.
Automated CI Failure Recovery with Codex CLI: Self-Healing Pipelines from GitHub Actions to GitLab CI
When a CI pipeline goes red at 2 a.m., the traditional response is a Slack notification followed by a bleary-eyed developer pushing a hotfix.
Remote HTTP MCP: Codex CLI Completes the Enterprise Tool Services Stack
On April 19, 2026, OpenAI engineer Ahmed Ibrahim (@aibrahim-oai) opened a 4-part PR stack (#18581–#18584) that completes remote streamable HTTP MCP support.