Your First Session with OpenAI Codex
Learn to use OpenAI Codex, the GPT-5 powered coding agent, for your first coding project. Build a markdown to HTML converter from the terminal.
What you'll learn
- Start and configure an OpenAI Codex session in your terminal
- Use Codex to build a practical utility script
- Iterate on prompts to refine code output
- Understand Codex's agentic capabilities and multi-tasking
- Complete and test a working project
Course Modules
Starting Your First Session
Learn how to open OpenAI Codex and start your first coding session
Basic Interactions
Learn how to interact with Codex through prompts, understand responses, and iterate on solutions
Working with Code
Learn how Codex reads files, makes changes, and manages multiple files simultaneously
Completing Your Session
Learn how to wrap up your Codex session, review your work, and save your progress