OpenAI Codex — Your Personal AI Assistant

Codex connects to your apps and does your work. Not a chatbot — an assistant that reads your calendar, checks your email, drafts your replies, and builds your slides.

What's New (May 2026 Update)

⚡ 20% Faster

Computer and browser control now 20% faster.

🎨 Cleaner Design

Natural, intuitive interface — even for first-timers.

📊 Slides & Sheets

Build presentations and spreadsheets from a description.

👁 Progress Panel

See every step, every file, every tool — nothing hidden.

🎭 Role Setup

Pick your role — finance, marketing, data — gets relevant tools.

🔗 App Connections

Slack, Google Workspace, Microsoft 365, Notion, GitHub.

Real Examples

📅 Weekly Brief

Calendar + messages + docs → one clear summary with priorities and risks.

📧 Email Replies

Scans inbox, summarises, drafts replies. You just hit send on the good ones.

🚀 Launch Brief

Product doc + timeline + Slack → full launch brief in minutes.

📈 Pipeline Review

Compares spreadsheets, highlights risks, preps follow-ups.

🎓 Training Follow-ups

Finds incomplete training, drafts personalised Slack messages.

📊 Slides & Sheets

Build presentations and spreadsheets from your data automatically.

SOP — How to Use Codex

1. Download & Install

Get Codex from chatgpt.com/codex. Pick your role. Connect your top 3 apps. ~5 minutes.

2. Start With One Task

"Summarise my last 10 emails and tell me which need a reply." Review the output.

3. Give Feedback

Output not right? Say "make it shorter" or "add the deadline." It updates immediately.

4. Build Your Library

Save your best prompts. "Weekly brief prompt", "Client reply prompt", "KPI summary prompt."

5. Automate Recurring Tasks

Set weekly briefs to run every Monday. Pipeline review before every sales meeting. That's the real time savings.

30-Day Roadmap

Week 1: Explore

  • Download + connect apps
  • Summarise emails
  • Draft replies
  • Build weekly brief
  • Try slides & sheets
  • Week 2: Go Deeper

  • Connect more apps
  • Review pipeline
  • Prep meetings
  • Build project updates
  • Start prompt library
  • Week 3: Train Team

  • Onboard one member
  • Map recurring tasks
  • Build shared library
  • Team sharing session
  • Automate top task
  • Week 4: Lock In

  • Calculate hours saved
  • Fix gaps
  • Full weekly brief auto
  • Expand to more teams
  • Calculate ROI
  • Codex — The Full 1-Hour Course Update

    The complete Codex course landed. This is the beginner-to-expert guide — and it changes how you should use Codex entirely.

    Plan Mode First (Always)

    Research shows planning before building = better outputs. Every time.

    The workflow: turn on Plan Mode → give a simple prompt → add context (brand colours, logo, links, docs) → answer the clarifying questions → review the step-by-step plan → switch it off and say "yes, implement this plan."

    More context = more powerful agent. Attach decks, files, and folders.

    Plugins — The Power Multiplier

    Every plugin you connect makes Codex more powerful. The system compounds.

    Key ones: Gmail (send + draft emails), Presentations (slide decks), Computer use (control your browser), Chrome, spreadsheets, social hub, Stripe (accept payments on sites you build).

    Scheduled Tasks That Run Themselves

    Codex runs tasks on a loop — every 24 hours, weekly, or weekdays.

    Example: "Create a scheduled task where you research the latest AI news, turn it into a video, and run daily at 3am so it's ready when I wake up."

    You can run-now (to test), pause, edit, or delete anytime.

    Critical rule: scheduled tasks only run if your computer is ON and the Codex app is OPEN.

    Remotion — Replace a Video Editing Team

    Grab the Remotion GitHub link, paste it into Codex ("install this skill"), then prompt: "create a video about [topic] for our website."

    You get fully animated promo videos — script, design, animations, editing — done automatically. Want vertical? "Now create this in portrait mode." One prompt.

    Vibe Coding Done Right (From the Oct 24 Masterclass)

    The Boardroom's vibe-coding masterclass — the rules that separate a working build from a nightmare:

    Flow engineering beats prompt engineering. Treat the AI as a partner, not a tool. Challenge its ideas, ask for alternatives, let it teach you. The back-and-forth dialogue produces better code than a perfect one-shot prompt.

    Clean, modular, DRY. Never a monolithic 1,000-line file. Break projects into multiple files and folders — ask the AI to generate a setup file that creates the structure for you. Meaningful names, consistent indentation, comments and docstrings.

    Test as you go. Unit tests (pytest) per file before combining them. The AI writes the tests too. Then an orchestrator file acts as the central brain managing all the modules.

    Virtual environments + requirements.txt. Always. It prevents dependency conflicts and makes the project portable.

    Log everything. A few logging lines ("Fetching timeline posts") make the difference between "works" and "debuggable". Good logs help you AND the AI find problems fast.

    Challenge your AI partner. Never accept the first answer. Ask: "Is this the best technique?", "Show three alternatives", "What edge cases could break this?" — it keeps you learning and forces better output.

    Share context, not dumps. Summaries beat massive code pastes ("this file handles Twitter scraping with Selenium"). Keeps the AI focused and accurate.

    The session loop: build a roadmap with AI (phases + files) → approve → implement ONE file at a time → re-evaluate the architecture periodically. End each session with a "state of the code" note so the next session picks up seamlessly. Give the AI explicit roles — architect, QA tester, teacher.

    PoC → MVP → perfect. Let it riff, tighten with tests. Perfection is the last step, not the first.

    If it's hallucinating: tell it to "stop lying, be brutally honest, and question itself" — breaks the loop instantly.

    The Project Explains Itself (from Greg Isenberg's Claude Code video)

    Claude gets dramatically more useful when the project explains itself. Set up a folder structure that IS the operating manual:

    Skills make work repeatable. Connectors give better context. Hooks make the workflow safer. Combined with the roadmap, review standards, customer notes, and routines — the agent becomes bespoke to your company instead of generic.

    Feedback Loops — Build Skills, Not Prompts

    This is the mindset shift: after any successful workflow, say "create a skill for [task] based on what you just learned. Every time you do this, watch the output, reflect on how to improve it, and make that part of the skill."

    Now the system self-improves. It quality-controls its own work. Every use makes it better, not worse. You stop being the QA department.

    Sell These Automations

    Every workflow above is a sellable service: Gmail inbox automation, animated promo videos, agency dashboards, social media automation, scheduled content systems.

    99% of businesses don't know this exists. That's the opportunity.

    Headline Options

    Short, attention-grabbing titles for this topic:

    FAQ

    Is Codex free?

    Codex comes with ChatGPT plans. GPT-5.6 Sol is the best model — powerful but token-hungry. Track your usage in the app and run projects in parallel rather than babysitting one chat.

    Do I need to code?

    No. You describe what you want in plain English. Codex builds it. Plan Mode handles the thinking, plugins handle the connections.

    Is my computer needed for scheduled tasks?

    Yes. Codex scheduled tasks only run when your computer is on and the app is open. If a task didn't run overnight, that's why.

    Can Codex work with my other AI tools?

    Yes. Projects are saved as local folders, so other agents (like Claude or Hermes) can open the same project. Connect Obsidian and every agent shares the same context.

    What can I actually sell with Codex?

    Email automation, animated promo videos, client dashboards, social media automation, scheduled content systems. Businesses pay freelancers for all of these today.

    Need help setting up Codex? →

    Agents → · Personal AI Assistant → · Run Codex Free →