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

We compare AI models for a living. On purpose. We chose this.

@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 at hours no one should be awake, on hardware we don’t own
Rival
Models
CompareBest ForArena
Lab
Sign Up
Sign Up

We compare AI models for a living. On purpose. We chose this.

@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 at hours no one should be awake, on hardware we don’t own

GPT-5.4 — Estimate Complexity

  1. Home
  2. Models
  3. GPT-5.4
  4. Estimate Complexity

See how GPT-5.4 compares on this challenge:

  • GPT-5.4 vs Claude Sonnet 4.6
  • GPT-5.4 vs Google: Gemini 3.1 Flash Lite Preview
  • GPT-5.4 vs Gemini 3.1 Pro Preview

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.4

Estimate Complexity

Gpt 5.4's response to the 'Estimate Complexity' challenge.

GPT-5.4
March 5, 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.4
Response

gpt-5.4 logo
GPT-5.4Estimate Complexity
gpt-5.4 logo
GPT-5.4

A standard back-of-the-envelope estimate for training FLOPs is:

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

where:

  • (N) = number of model parameters
  • (D) = number of training tokens
  • the factor 6 comes from roughly:
    • forward pass: (\sim 2ND)
    • backward pass: (\sim 4ND)

This is a common transformer scaling approximation.

1) Plug in GPT-3 size

GPT-3 is known to have about:

[ N = 175 \text{ billion} = 1.75 \times 10^{11} ]

A typical quoted training token count is about:

[ D = 300 \text{ billion} = 3 \times 10^{11} ]

2) Multiply

First compute parameter-tokens product:

[ N \times D = (1.75 \times 10^{11})(3 \times 10^{11}) = 5.25 \times 10^{22} ]

Now multiply by 6:

[ 6 \times 5.25 \times 10^{22} = 31.5 \times 10^{22} = 3.15 \times 10^{23} ]

3) Final estimate

[ \boxed{\text{Training GPT-3 required on the order of } 3 \times 10^{23} \text{ FLOPs}} ]

4) Sanity check

This is usually expressed as a few (10^{23}) FLOPs, which matches the well-known rough estimate.

If you want, I can also derive where the (6ND) rule comes from in more detail.

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.4

Capabilities

ConversationReasoningCode GenerationAnalysisAgentic Tool Use

Categories

TextCodeMultimodal

Specifications

Provider
Openai
Released
2026-03-05
Size
XLARGE
Context
1,050,000 tokens

Keep exploring

SAME PROMPT

Claude Sonnet 4.6's version

Same prompt, different result

COMPARE

GPT-5.4 vs Google: Gemini 3.1 Flash Lite Preview

Both outputs, side by side

We compare AI models for a living. On purpose. We chose this.

@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 at hours no one should be awake, on hardware we don’t own