Describe one bounded change
Name the outcome and the constraint that matters. A large diff starts as a task that was too large.
Both can run the same disciplined terminal workflow. Pick the stronger fit for your existing ecosystem, then judge the setup by visible diffs, project instructions, ask-first permissions, tests, and a recovery path you have rehearsed.
Claude Code and Codex are terminal coding agents. In the course, each sits between a model and your execution environment, adding file access, command execution, permission prompts, visible changes, and a project instruction file. The files and permission wording differ. The review standard stays the same.
The course does not rank changing product capabilities, model quality, speed, or current subscription limits. Its dated setup recipes tell you to use the official documentation when a command or setting has moved. Free vendor documentation and academies are the better source for exhaustive, current product coverage.
| Decision point | Claude Code | OpenAI Codex | What transfers |
|---|---|---|---|
| Stronger fit | Your existing work already touches the Anthropic ecosystem. | Your existing work already touches the OpenAI ecosystem. | Use one tool long enough to build operating habits. |
| Project instruction file | CLAUDE.md | AGENTS.md | The file explains the repo, conventions, intentional oddities, and limits. |
| Learning permission stance | Keep the default asking before edits and commands. | Keep the default asking before changes leave the sandbox. | Read every request and keep the environment boundary narrow. |
| Course support | Equal-footing dated recipe. | Equal-footing dated recipe. | Every core course exercise can use either path. |
Name the outcome and the constraint that matters. A large diff starts as a task that was too large.
Check the files, commands, network access, secrets, and deletion risk before approving anything.
If you cannot explain the change in one sentence, split it or ask for a smaller version.
Watch the result yourself. An empty input, missing field, or odd date reveals more than a clean demo.
Small reviewed commits give the next change a clear starting point and give recovery somewhere safe to land.
Two points
Give two points to the tool tied to accounts and services you already use.
Two points
Give two points when you can inspect the full diff before accepting the change.
Two points
Give two points when the profile asks before the actions your project treats as risky.
One point
Give one point when the repo rules load at the correct scope without repeated prompting.
Two points
Give two points after you stop a bad run and return to a known-good state without guesswork.
One point
Give one point when the current official docs answer the setup questions your project raises.
Choose either and stop comparing. The course recommends getting good at one tool instead of sampling several. Reopen the decision when a real project requirement exposes a capability gap you can name and test.
A small CSV report formatter is a clean comparison task. Put the same rules in CLAUDE.md for Claude Code or AGENTS.md for Codex, then ask for one change at a time. The filename changes. The contract and evidence stay put.
# Project instructions
## What this is
CSV report formatter. It reads one local CSV and writes one Markdown report.
## Conventions
- Keep the first release local and command-line only.
- Map every test to a written acceptance criterion.
- Ask before adding a dependency.
## Never
- Never read outside fixtures/ during tests.
- Never weaken a failing test to make the suite pass.Start with one request such as “Add a command that reads the fixture CSV and prints its row count. Do not add dependencies.” Review the diff, run it on the normal fixture, run it on an empty fixture, and commit only after both behaviors make sense.
Choose the ecosystem you already use. If that does not settle it, either supported path works. Spend your attention on the project brief, small task size, diff review, tests, and recovery instead of sampling several tools.
The operating discipline transfers, but each tool reads its own project instruction convention. Keep the project rules equivalent, verify the active permission profile, and run the same known-case and failure checks after a switch.
Yes. The course gives Claude Code and Codex equal-footing, dated setup paths. The durable lessons cover scoped tasks, project instructions, visible diffs, ask-first permissions, tests, handoffs, isolation, and recovery.
Code With Vibes uses both supported terminal paths to teach scoped work, project instructions, review, tests, permissions, handoffs, isolation, and recovery. Use the free vendor resources for product depth, and use the course when you want the full build path around the tool.