Your First Project with Codex or Claude Code
Learn the working loop Jeet uses with agentic coding tools: a tight cycle of instruction, review, run and fix that ships actual software.
Video coming soon
Your First Project with Codex or Claude Code — demo
What you’ll build
A small but real project built by directing an AI coding agent, not by copying snippets.
Step-by-step
- 1
Install the tool and open it in an empty project folder.
- 2
Write one clear instruction for a single feature.
- 3
Read what it changed before accepting.
- 4
Run the project and note the first error.
- 5
Paste the error back and ask for a fix.
- 6
Commit when it works.
Common errors & fixes
Tool edits the wrong file
Be explicit about the file and the change; review the diff each time.
Project will not start
Ask the tool to "read the error and fix only the startup issue."
Jeet’s notes
This is Level 3 of the roadmap. Once this clicks, agents feel obvious.
Related builds
Build Your First AI-Assisted Website
A real, deployed one-page website you built with AI help — not a tutorial you only watched.
Resources & tutorial included
Build Your First AI Agent
A small autonomous agent that does one repeating job for you on a schedule.
Resources & tutorial included