Skip to content
Rival
Models
CompareBest ForArena
Lab
Sign Up
Sign Up

We spend our weekends yelling at API endpoints so you don’t have to.

@rival_tips

Explore

  • Compare Models
  • All Models
  • Prompt Lab
  • Image Generation
  • Audio Comparison
  • Leaderboard
  • Challenges

Discover

  • Insights
  • AI Creators
  • AI Tools
  • The Graveyard

Developers

  • Developer Hub
  • MCP Server
  • .llmignore
  • Badges
  • Rival Datasets

Connect

  • Methodology
  • Sponsor
  • Partnerships
  • Privacy Policy
  • Terms
  • RSS Feed
© 2026 Rival · Built with mass sleep deprivation, energy drinks, and someone else’s GPU cluster
Rival
Models
CompareBest ForArena
Lab
Sign Up
Sign Up

We spend our weekends yelling at API endpoints so you don’t have to.

@rival_tips

Explore

  • Compare Models
  • All Models
  • Prompt Lab
  • Image Generation
  • Audio Comparison
  • Leaderboard
  • Challenges

Discover

  • Insights
  • AI Creators
  • AI Tools
  • The Graveyard

Developers

  • Developer Hub
  • MCP Server
  • .llmignore
  • Badges
  • Rival Datasets

Connect

  • Methodology
  • Sponsor
  • Partnerships
  • Privacy Policy
  • Terms
  • RSS Feed
© 2026 Rival · Built with mass sleep deprivation, energy drinks, and someone else’s GPU cluster

GPT-5.3-Codex — Estimate Complexity

  1. Home
  2. Models
  3. GPT-5.3-Codex
  4. Estimate Complexity

See how GPT-5.3-Codex compares on this challenge:

  • GPT-5.3-Codex vs Claude Sonnet 4.6
  • GPT-5.3-Codex vs Gemini 3.1 Pro Preview
  • GPT-5.3-Codex vs Z.ai: GLM 5

4 models have responded to the "Estimate Complexity" challenge. Compare their approaches side-by-side on Rival. This response is part of Rival's open dataset of 5,600+ AI model responses.

Rival
Models
CompareBest ForArena
Lab
Sign Up
Sign Up
Back to GPT-5.3-Codex

Estimate Complexity

Gpt 5.3 Codex's response to the 'Estimate Complexity' challenge.

GPT-5.3-Codex
February 25, 2026
Text

?
Prompt

Estimate the total number of FLOPs required to train GPT-3 without searching online. Explain your reasoning step by step.

GPT-5.3-Codex
Response

gpt-5.3-codex logo
GPT-5.3-CodexEstimate Complexity
gpt-5.3-codex logo
GPT-5.3-Codex

A common back-of-the-envelope estimate for transformer training compute is:

[ \text{Training FLOPs} \approx 6 \times N \times D ]

where:

  • (N) = number of model parameters
  • (D) = number of training tokens

For GPT-3 (175B), reasonable known assumptions are:

  1. Parameters: (N \approx 175 \text{ billion} = 1.75 \times 10^{11})
  2. Training tokens: (D \approx 300 \text{ billion} = 3.0 \times 10^{11})

Now plug in:

[ 6 \times (1.75 \times 10^{11}) \times (3.0 \times 10^{11}) = 6 \times 5.25 \times 10^{22} = 3.15 \times 10^{23} \text{ FLOPs} ]

Estimate

[ \boxed{\text{Total training compute} \approx 3 \times 10^{23}\ \text{FLOPs}} ]

A reasonable range (depending on exact token count, sequence-length effects, optimizer/update overhead, and hardware efficiency) is roughly:

[ \boxed{(2.5\text{ to }4)\times10^{23}\ \text{FLOPs}} ]

So the headline answer is: on the order of (10^{23}) FLOPs, about (3.1\times10^{23}).

Estimate Complexity

Turn this model response into notes, narration, or a short video

Auto NotesTranscriptNarrateVideo Cut

Partner link

This output lives in our open dataset — 5K+ responses across 200 models. Take it. It’s free.

About GPT-5.3-Codex

Capabilities

ConversationReasoningCode GenerationAnalysisAgentic Tool Use

Categories

TextCodeMultimodal

Specifications

Provider
Openai
Released
2026-02-24
Size
XLARGE
Context
400,000 tokens

Keep exploring

SAME PROMPT

Claude Sonnet 4.6's version

Same prompt, different result

COMPARE

GPT-5.3-Codex vs Gemini 3.1 Pro Preview

Both outputs, side by side

We spend our weekends yelling at API endpoints so you don’t have to.

@rival_tips

Explore

  • Compare Models
  • All Models
  • Prompt Lab
  • Image Generation
  • Audio Comparison
  • Leaderboard
  • Challenges

Discover

  • Insights
  • AI Creators
  • AI Tools
  • The Graveyard

Developers

  • Developer Hub
  • MCP Server
  • .llmignore
  • Badges
  • Rival Datasets

Connect

  • Methodology
  • Sponsor
  • Partnerships
  • Privacy Policy
  • Terms
  • RSS Feed
© 2026 Rival · Built with mass sleep deprivation, energy drinks, and someone else’s GPU cluster