The rivalry between Anthropic and OpenAI has intensified, from competing Tremendous Bowl adverts to launching new coding fashions on the identical day. Anthropic’s Claude Opus 4.6 and OpenAI’s Codex 5.3 are actually stay. Each present robust benchmarks, however which one actually stands out? I’ll put them to the check and examine their efficiency on the identical activity. Let’s see which one comes out on prime.
OpenAI Codex 5.3 vs Claude Opus 4.6: Benchmarks
Claude 4.6 Opus scores for SWE-Bench and Cybersecurity are described as “industry-leading” or “prime of the chart” of their launch notes, with particular high-tier efficiency indicated of their system playing cards.
| Benchmark | Claude 4.6 Opus | GPT-5.3-Codex | Notes |
|---|---|---|---|
| Terminal-Bench 2.0 | 81.4% | 77.3% | Agentic terminal expertise and system duties. |
| SWE-Bench Professional | ~57%* | 56.8% | Actual-world software program engineering (multi-language). |
| GDPval-AA | Main (+144 Elo) | 70.9% (Excessive) | Skilled data work worth. |
| OSWorld-Verified | 72.7% | 64.7% | Visible desktop atmosphere utilization. |
| Humanity’s Final Examination | First Place | N/A | Complicated multidisciplinary reasoning. |
| Context Window | 1 Million Tokens | 128k (Output) | Claude helps 1M enter / 128k output restrict. |
| Cybersecurity (CTF) | ~78%* | 77.6% | Figuring out and patching vulnerabilities. |
Claude 4.6 Opus (Anthropic):
- Focus: Distinctive at deep reasoning and long-context retrieval (1M tokens). It excels at Terminal-Bench 2.0, suggesting it’s presently the strongest mannequin for agentic planning and sophisticated system-level duties.
- New Options: Introduces “Adaptive Considering” and “Context Compaction” to handle long-running duties with out dropping focus.
Right here’s our detailed evaluate on Claude Opus 4.6.
GPT-5.3-Codex (OpenAI):
- Focus: Specialised for the total software program lifecycle and visible pc use. It exhibits an enormous leap in OSWorld-Verified, making it extremely efficient at navigating UI/UX to finish duties.
- New Options: Optimized for velocity (25% quicker than 5.2) and “Interactive Collaboration,” permitting customers to steer the mannequin in real-time whereas it executes.
Right here’s our detailed weblog on Codex 5.3.
The best way to Entry?
- For Opus 4.6: I’ve used my Claude Professional account value $17 per 30 days.
- For Codex 5.3: I’ve used the macOS app of codex and my ChatGPT plus account (₹1,999/month) for logging-in.
Claude Opus 4.6 vs OpenAI Codex 5.3 Duties
Now that we’re finished with all the idea, let’s examine the efficiency of those fashions. You’ll find my immediate, mannequin responses and my tackle the identical:
Process 1: Twitter‑fashion Clone (internet app)
Immediate:
You’re an knowledgeable full‑stack engineer and product designer. Your activity is to construct a easy Twitter‑fashion clone (internet app) utilizing dummy frontend knowledge.
Use: Subsequent.js (App Router) + React + TypeScript + Tailwind CSS. No authentication, no actual backend; simply mocked in‑reminiscence knowledge within the frontend.
Core Necessities:
- Left Sidebar: Brand, major nav (Residence, Discover, Notifications, Messages, Bookmarks, Lists, Profile, Extra), major “Put up” button.
- Heart Feed: Timeline with tweets, composer on the prime (profile avatar + “What is occurring?” enter), every tweet with avatar, identify, deal with, time, textual content, optionally available picture, and actions (Reply, Retweet, Like, View/Share).
- Proper Sidebar: Search bar, “Tendencies for you” field (matters with tweet counts), “Who to observe” card (3 dummy profiles).
- Prime Navigation Bar: Mounted with “Residence” and a couple of tabs: “For you” and “Following”.
- Cellular Conduct: On small screens, present a backside nav bar with icons as a substitute of the left sidebar.
Dummy Knowledge:
- Create TypeScript sorts for Tweet, Consumer, Pattern.
- Seed app with:
- 15 dummy tweets (brief/lengthy textual content, some with photos, various like/retweet/reply counts).
- 5 dummy developments (identify, class, tweet depend).
- 5 dummy customers for “Who to observe”.
Conduct:
- Put up Composer: Sort a tweet and immediately add it to the highest of the “For you” feed.
- Like Button: Toggle appreciated/unliked state and replace like depend.
- Tabs: “For you” exhibits all tweets, “Following” exhibits tweets from 2–3 particular customers.
- Search Bar: Filter developments by identify because the consumer sorts.
File and Element Construction:
- app/format.tsx: International format.
- app/web page.tsx: Principal feed web page.
- elements/Sidebar.tsx: Left sidebar.
- elements/Feed.tsx: Heart feed.
- elements/Tweet.tsx: Particular person tweet playing cards.
- elements/TweetComposer.tsx: Composer.
- elements/RightSidebar.tsx: Tendencies + who-to-follow.
- elements/BottomNav.tsx: Cellular backside navigation.
- knowledge/knowledge.ts: Dummy knowledge and TypeScript sorts.
Use Tailwind CSS to match Twitter’s design: darkish textual content on gentle background, rounded playing cards, delicate dividers.
Output:
- Present a brief overview (5–7 bullet factors) of the structure and knowledge move.
- Output all recordsdata with feedback on the prime for file paths and full, copy-paste-ready code.
- Match imports with file paths used.
Constraints:
- No backend, database, or exterior API—every part should run with
npm run dev.- Use a typical create-next-app + Tailwind setup.
- Hold all content material dummy (no actual usernames or copyrighted content material).
The best way to Run:
After making a Subsequent.js + Tailwind venture, run the app with the precise instructions offered.
Output:
My Take:
The Twitter clone constructed by Claude was noticeably higher. Codex did handle to create a sidebar panel, nevertheless it had lacking photos and felt incomplete, whereas Claude’s model appeared way more polished and production-ready.
Process 2: Making a Blackjack Recreation
Immediate:
Recreation Overview:
Construct a easy, truthful 1v1 Blackjack recreation the place a human participant competes towards a pc supplier, following customary on line casino guidelines. The pc ought to observe mounted supplier guidelines and never cheat or peek at hidden info.
Tech & Construction:
- Use HTML, CSS, and JavaScript solely.
- Single-page app with three recordsdata:
index.html,fashion.css,script.js.- No exterior libraries.
Recreation Guidelines (Commonplace Blackjack):
- Deck: 52 playing cards, 4 fits, values:
- Quantity playing cards: face worth.
- J, Q, Ok: worth 10.
- Aces: worth 1 or 11, whichever is extra favorable with out busting.
- Preliminary Deal:
- Participant: 2 playing cards face up.
- Vendor: 2 playing cards, one face up, one face down.
- Participant Flip:
- Choices: “Hit” (take card) or “Stand” (finish flip).
- If the participant goes over 21, they bust and lose instantly.
- Vendor Flip (Mounted Logic):
- Reveal the hidden card.
- Vendor should hit till 17 or extra, and should stand at 17 or above (select “hit on delicate 17” or “stand on all 17s” and state it clearly within the UI).
- Vendor doesn’t see future playing cards or override guidelines.
- End result:
- If the supplier busts and the participant doesn’t, the participant wins.
- If neither busts, the upper whole wins.
- Equal totals = “Push” (tie).
Equity / No Bias Necessities:
- Use a correctly shuffled deck in the beginning of every spherical (e.g., Fisher-Yates shuffle).
- The supplier should not change conduct based mostly on hidden info.
- Don’t rearrange the deck mid-round.
- Hold all recreation logic in
script.jsfor audibility.- Show a message like: “Vendor follows mounted guidelines (hits till 17, stands at 17+). No rigging.”
UI Necessities:
- Format:
- Prime: Vendor part – present supplier’s playing cards and whole.
- Center: Standing textual content (e.g., “Your flip – Hit or Stand?”, “Vendor is drawing…”, “You win!”, “Vendor wins”, “Push”).
- Backside: Participant part – present participant’s playing cards, whole, and buttons for Hit, Stand, and New Spherical.
- Present playing cards as easy rectangles with rank and swimsuit (textual content solely, no photos).
- Show win/loss/tie counters.
Interactions & Movement:
- When the web page hundreds, present a “Begin Recreation” button, then deal preliminary playing cards.
- Allow Hit/Stand buttons solely in the course of the participant’s flip.
- After the participant stands or busts, run the supplier’s automated flip step-by-step (with small timeouts).
- At spherical finish, present the end result message and replace counters.
- “New Spherical” button resets arms and reshuffles the deck.
Code Group:
- Features in
script.js:
createDeck(): Returns a recent 52-card deck.shuffleDeck(deck): Shuffles the deck (Fisher-Yates).dealInitialHands(): Offers 2 playing cards every.calculateHandTotal(hand): Handles Aces as 1 or 11 optimally.playerHit(),playerStand(),dealerTurn(),checkOutcome().- Observe variables for
playerHand,dealerHand,deck, and win/loss/tie counters.Output Format:
- Briefly clarify in 5–7 bullet factors how equity and no bias are ensured.
- Output the total content material for:
index.htmlfashion.cssscript.js- Make sure the code is copy-paste prepared and constant (no lacking capabilities or variables).
- Add a “The best way to run” part: instruct to put the three recordsdata in a folder and open
index.htmlin a browser.
Output:
My Take:
The hole turned much more apparent within the Blackjack recreation. Codex 5.3 produced a really boring, static output. In distinction, Claude Opus 4.6 was method forward. It delivered a correct inexperienced on line casino mat, a way more engaging UI, and an total participating internet expertise.
Claude Opus 4.6 vs OpenAI Codex 5.3: Remaining Verdict
Opinions on whether or not Codex 5.3 or Opus 4.6 is best stay divided within the tech neighborhood. Codex 5.3 is favored for its velocity, reliability in producing bug-free code, and effectiveness in complicated engineering duties, notably for backend fixes and autonomous execution. Then again, Opus 4.6 excels in deeper reasoning, agentic capabilities, and dealing with long-context issues, providing extra engaging UI designs. Nonetheless, it may well face challenges with iterations and token effectivity.
After my hands-on expertise with each fashions, for this battle, Codex 5.3 vs Claude Opus 4.6, I’m going with Claude Opus 4.6 🏆.
The general efficiency, ease of use, and polished UI made it stand out within the duties I examined, despite the fact that Codex 5.3 had its deserves in velocity and performance.
Don’t simply take my phrase for it. Put each fashions to the check your self and see which one works finest for you! Let me know your ideas.
Login to proceed studying and revel in expert-curated content material.
