Guide

OpenAI Codex for Non-Technical People: Greg Isenberg's Complete Guide

Learn how to use OpenAI Codex to build websites and apps without writing code. Greg Isenberg and Ben Tossell explain GitHub, pull requests, and the best practices for non-programmers.

By Marc Page8 min readUpdated January 30, 2026

OpenAI Codex lets non-programmers build real software by describing what they want in plain English. The AI writes the code and pushes it to GitHub. Best practice: start with a simple personal website, iterate step by step, and use GitHub's version control as your safety net even if you don't understand the code.

Watch: Greg Isenberg Explains Codex for Non-Technical People

In this 35-minute tutorial, Greg Isenberg and Ben Tossell walk through exactly how non-technical founders and creators can use OpenAI Codex to build and modify websites without writing code.

Before watching, read the key takeaways below to decide if the full video is worth your time.

Key Takeaways from the Video

Here's what you'll learn from Greg and Ben's tutorial:

  • Codex translates plain English to code. Type a command like "add a contact form to the about page" and Codex writes the code and pushes it to GitHub automatically.

  • You need a GitHub account. Think of GitHub as Google Docs for code. It tracks every change, so you can always roll back if something breaks. Even if you don't understand the code, GitHub is your safety net.

  • Codex creates pull requests for review. When you request a change, Codex doesn't modify your site directly. It creates a "pull request" (like a draft) that you review before merging. This is similar to reviewing a support ticket before approving it.

  • Start simple, iterate small. Don't try to build a complex app on day one. Start with a personal website. Add one feature at a time. Commands like "add another tab next to investments tools called food I like" work better than trying to describe an entire application.

  • Codex beats text-to-app builders for learning. Tools like Bolt create entire apps at once, which results in complex projects with many hidden issues. Codex's iterative approach helps you understand what's happening and learn coding concepts gradually.

  • GitHub's version control protects you. If a change breaks something, you can roll back to the previous working version. This makes experimentation safe even for complete beginners.

Who Should Use Codex?

Codex is ideal for:

  • Non-technical founders who want to prototype ideas without hiring developers
  • Content creators who want to customize their personal websites
  • Entrepreneurs testing MVP concepts before investing in professional development
  • Anyone curious about coding who wants a gentler learning curve than traditional programming

If you already know how to code, Codex and Claude Code can still speed up your workflow, but the biggest benefit is for people who have ideas but lack technical skills to build them.

Codex vs Claude Code: Which Should You Use?

Both OpenAI Codex and Anthropic's Claude Code let you build software with natural language commands. Here's how they compare:

FeatureOpenAI CodexClaude Code
Best forWeb development, GitHub integrationGeneral coding, complex logic
InterfaceChatGPT-basedTerminal/CLI-based
Learning curveLower (more visual)Higher (requires terminal comfort)
GitHub integrationNativeRequires setup

For non-technical beginners, Codex is generally easier to start with because of its tighter GitHub integration and more visual workflow. Claude Code is powerful but requires more comfort with command-line tools.

Getting Started with Codex

Ready to try it yourself? Here's the recommended path:

  1. Create a GitHub account at github.com (free)
  2. Start with a template - Don't build from scratch. Fork an existing simple website template.
  3. Make one small change - Ask Codex to change a heading or add a single element
  4. Review the pull request - See what Codex actually did
  5. Merge and repeat - Build confidence with small wins before attempting complex features

The key insight from Greg's video: Codex isn't about replacing developers or building the next Facebook. It's about giving non-technical people the ability to iterate on ideas without being blocked by their lack of coding skills.

Common Mistakes to Avoid

Based on Greg and Ben's advice:

  • Don't start too big. A personal website is the perfect first project. Don't try to build a SaaS product.
  • Don't skip the review step. Always look at what Codex generated before merging. You'll learn and catch issues.
  • Don't fear GitHub. It looks technical, but the basics (repositories, pull requests, merging) are learnable in an afternoon.
  • Don't give up after one failure. If Codex doesn't understand your request, rephrase it. Be more specific about what you want.

Stay Updated on AI Coding Tools

AI coding tools like Codex and Claude Code are evolving rapidly. New features and capabilities are released regularly.

Want to stay informed without spending hours watching YouTube?

TubeScout sends you daily summaries of new videos from channels like Greg Isenberg, covering AI tools, startup ideas, and no-code building. Read the key takeaways in 60 seconds, then decide if the full video is worth your time.

Frequently Asked Questions

Do I need to know how to code to use OpenAI Codex?

No. Codex is designed for non-technical users who want to build or modify websites without writing code themselves. You describe what you want in plain English, and Codex handles the programming.

What is GitHub and why do I need it for Codex?

GitHub is a platform that stores and tracks versions of your code. Think of it like Google Docs for code, with a history of all changes. Codex pushes its generated code to GitHub, which acts as your safety net if something goes wrong.

What's the difference between Codex and text-to-app builders like Bolt?

Text-to-app builders create entire apps at once, which can result in complex projects with hidden issues. Codex works iteratively on existing projects, making small changes you can review. This is less overwhelming and easier to understand as a beginner.

Can Codex build a website from scratch?

Yes. You can ask Codex to create a basic website structure, then iterate on it by adding features one at a time. However, it's recommended to start with a simple personal project rather than trying to build something complex immediately.

How much does OpenAI Codex cost?

Codex uses a credit-based system. OpenAI provides some free credits to start. For hobby projects and learning, the free tier is often sufficient. Larger projects may require purchasing additional credits.

M

Marc Page

Founder, TubeScout

Building tools to help knowledge workers learn faster