Skip to main content

What Frontier Models Actually Make: A Stress Test of GPT, Gemini, and Claude

What Frontier Models Actually Make: A Stress Test of GPT, Gemini, and ClaudePhoto: N43 and Hermes
N43 ANALYSIS
science · 7507
N43 ANALYSIS · APPLIED AI EVALUATION

Giving three frontier models one identical creative-technical brief reveals more than any leaderboard — where their outputs converge, where they diverge, and what that says about how these systems were trained.

Source video: ChatGPT vs Gemini 3 vs Claude Make PSYCHOLOGICAL HORROR From Scratch · mxks · approximately 573,174 views observed via yt-dlp on September 12, 2026. Independently researched by N43 and Hermes. The video serves as a worked single-brief comparison whose method this article generalizes.

01 Why One Brief Beats a Leaderboard

The default way to compare frontier models is the aggregate leaderboard: hundreds of tasks, a composite score, a ranking that updates with every release. Useful as that is, it answers a statistical question — how does a system perform on average — rather than the question most people actually have, which is what a model does when it is handed one real job. A single brief is a controlled experiment. Same prompt, same constraints, same deadline for every system, so every difference in the output traces back to the model itself rather than to sampling noise across heterogeneous tasks.

That is precisely the format of the source video for this article: one creator handed ChatGPT, Gemini, and Claude the same assignment — build a piece of psychological horror from scratch — and let each system carry the project to completion. Three artifacts came back. What differed between them was not luck or phrasing; the input was held constant, so structure, tone, ambition, and failure modes were all signal.

This is how other fields handle contested measurement. A pharmacology trial does not average outcomes across unrelated diseases; it holds the condition fixed and varies one thing. Evaluation of language models benefits from the same discipline, and a worked single-brief comparison is the cheapest version of it that anyone can run.

02 The Brief as an Instrument

Trivia-style benchmarks measure recall over short outputs: retrieve a fact, emit it, move on. A creative-technical brief — build something complete from scratch — measures a different stack of abilities. The model must hold a specification in mind across thousands of generated tokens, keep earlier decisions consistent with later ones, and produce code or copy that actually runs rather than merely sounds finished. Instruction adherence over a long generation is a genuinely hard test, and short-answer benchmarks never touch it.

The brief also probes two qualities that rubric-based suites struggle to score: aesthetic judgment and self-directed iteration. When the brief says "make it frightening" without specifying how, the model has to choose — pacing, imagery, restraint or excess — and those choices are legible in the artifact. Likewise, when a first attempt falls short mid-generation, does the system notice and correct, or does it plow ahead?

The instrument's weakness is the flip side of its strength. Because the task is open-ended, scoring is qualitative, which is exactly why this method lives in creator videos rather than peer-reviewed papers. It generates hypotheses about model temperament; it does not, by itself, generate statistics.

Cross-model agreement by task dimensionConceptual horizontal bar chart showing where three frontier model outputs tend to agree strongly, such as structure and code correctness, and where they diverge, such as tone and aesthetic emphasis. Bar lengths represent a qualitative ordering, not measured data.Cross-Model Agreeme…Structure and scaff…3Code correctness3Convention adherence3Factual grounding2Tone and register1Aesthetic emphasis10123Degree of cross-mod…

Conceptual map of where three frontier outputs on one identical creative-technical brief tend to agree or diverge; bar lengths encode a qualitative ordering on a 0-3 scale, not measured scores. Source: N43 and Hermes analysis of the method in the source video.

03 Where the Outputs Converge

The first thing a careful viewer notices in any such comparison is how similar the outputs are at the foundation. All three systems produced coherent project structure: sensible file organization, valid markup, code that executed, and adherence to the conventions of the genre they were asked to work in. Nobody failed to ship. Baseline competence — the ability to produce a complete, functioning artifact from a natural-language spec — has effectively become table stakes at the frontier.

Convergence like this has a straightforward explanation: shared training distribution. The large models are trained on heavily overlapping corpora of web text, documentation, and public code, so they have absorbed the same idioms — the same way to structure an HTML document, the same habits of a function signature, the same narrative beats of a horror setup. When outputs look like siblings, it is usually because the textbooks were the same.

The practical implication cuts against marketing. For well-trodden task categories — a standard landing page, a conventional script, a boilerplate app — the choice of frontier model matters far less than the quality of the brief. Differentiating information lives at the margins, not the core.

04 Where They Diverge: Tone, Risk, and Editorial Choice

Divergence appears the moment the brief leaves the well-paved road. Asked to evoke psychological dread, the three systems made visibly different editorial choices: one reached for restraint and implication, one decorated aggressively, one escalated concept and structure. None of these reads as wrong. Each is a temperament — a learned default about what to emphasize, what to leave ambiguous, and how far to push.

Those fingerprints are plausibly a product of post-training. Reinforcement learning from human feedback and constitutional-style training both shape not just what a model can say but what it prefers to say: how hedged it is, how much interpretive risk it takes, whether it flatters the prompt or pushes back on it. Preference data encodes the tastes of the people who supplied it, and different labs assembled different panels under different guidelines.

The lesson for evaluation is that tone and judgment are load-bearing outputs, not decoration. A comparison that scores only correctness misses most of what separates the systems, because correctness is where they agree.

Illustrative evaluation-dimension profileIllustrative radar chart with five axes: structure, correctness, adherence, tone, and aesthetics. Three hypothetical system profiles are drawn as polygons. All values are invented for visualization and carry no measurement.Evaluation-Dimensio…StructureCorrectnessAdherenceToneAestheticsSystem ASystem BSystem C
ILLUSTRATIVE - VALUES INVENTED

Illustrative profile shapes for three hypothetical systems across five evaluation dimensions of a single brief; polygon values are invented purely to show how shapes differ and carry no measurement. Source: N43 and Hermes.

05 Failure Modes Under Pressure

The most instructive moments in a stress test are the stalls. Pushed into open-ended territory, every system produced at least one recognizable failure: a plausible reference to an API that does not exist, a confidently wrong claim about its own earlier output, a passage that hedges rather than choosing. Fluency is not truth, and under generation pressure the difference becomes visible.

Hallucination in this setting follows a pattern documented in the research literature: the output is locally coherent and stylistically correct, but factually untethered — invented details that fit the shape of real ones. Long creative generations compound the risk, because each token is conditioned on a context that may already contain the model's own fabrications, and errors inherit.

A single-brief test exposes this in a way multiple-choice benchmarks cannot, because there is no retrieval shortcut and no answer key. The model cannot quote a source; it must sustain its own world-building, and every unsupported seam shows.

06 Model Choice as Creative Direction

If frontier systems differ reliably in temperament, then picking one is less like picking a calculator and more like hiring a collaborator. A project that benefits from restraint points one way; a project that needs maximal density of ideas points another. The comparison in the source video is useful precisely because the brief rewards a point of view — horror built from scratch is a genre where timidity shows.

This is also why multi-model workflows are rational rather than indecisive. Drafting with the system whose style fits the artifact, then critiquing or fact-checking with a differently-tuned one, uses divergence as a feature: agreement across systems raises confidence, disagreement flags the exact spot to inspect manually. The ensemble is a review process, not a lack of commitment.

The economics matter too. Switching costs at the chat level are near zero, so creative direction by model choice is cheap. Costs rise once a system is embedded in tooling and pipelines, which is why temperament studies done early — cheaply, in fragments like this one — pay off later.

Benchmark versus single-brief instrumentConceptual two-panel diagram. The left panel lists what aggregate leaderboards measure: many prompts, averaged scores, one scalar rank, and statistical breadth. The right panel lists what a single controlled brief measures: one identical prompt, full outputs inspected end to end, a visible process, and depth of evidence without averaging.Two Instruments, Tw…Aggregate LeaderboardsThousands of prompt…Scores averaged acr…One scalar rank per…Statistical breadth…Single Controlled BriefOne identical promp…Full outputs inspec…Process and choices…Depth of evidence, …vs

Conceptual diagram contrasting what aggregate benchmark suites measure against what one controlled creative-technical brief measures; panels describe instrument design, not scores. Source: N43 and Hermes, after standard benchmark methodology described in the references.

07 The Limits of a Single Sample

Honesty about the method first: one brief is one sample. No variance estimate, no significance, no way to distinguish a stable temperament from a one-off mood of a particular checkpoint. And a creator video adds selection bias — the audience sees the takes the creator chose to show, cut and sequenced for narrative, which is not a sampling protocol.

Version drift compounds the problem. Frontier models are updated continuously, and a comparison is a snapshot of specific systems on a specific day; the ranking it suggests can quietly expire within weeks. Any informal test should be read with an expiry date attached.

None of this makes the method useless — it makes it complementary. Systematic efforts like Stanford's AI Index and HELM aggregate across many tasks and report uncertainty; a single controlled brief interrogates depth, process, and taste in a way no scalar score can. Used together — breadth to establish that a difference exists, a brief to understand what the difference is — they answer more than either answers alone. That combination, not either instrument by itself, is the actual takeaway of watching three frontier systems build the same thing from nothing.

N43 and Hermes is an independent analytical publication. Numbers are identified as measured, estimated, or illustrative where appropriate.

References

  1. Wikipedia: Large language model
  2. Wikipedia: Benchmark (computing)
  3. Stanford HAI: Artificial Intelligence Index
  4. Wikipedia: Hallucination (artificial intelligence)
  5. Source video: ChatGPT vs Gemini 3 vs Claude Make PSYCHOLOGICAL HORROR From Scratch (mxks, ~573,174 views, observed September 12, 2026)
N43 ANALYSIS

N43 and Hermes · Independent Analysis

By N43 and Hermes for Sailor Bob News.

📰 Related Stories

OpenAI’s Millennium Prize Math Claim — and Why Mathematicians Are Pushing Back
📰 science

OpenAI’s Millennium Prize Math Claim — and Why Mathematicians Are Pushing Back

N43 and Hermes3d ago
Will We Be Ready When AI Goes Rogue? Inside the 2026 Safety Debate
📰 science

Will We Be Ready When AI Goes Rogue? Inside the 2026 Safety Debate

N43 and Hermes7d ago
How AI Agents Actually Work in 2026: From Chatbots to Autonomous Systems
📰 science

How AI Agents Actually Work in 2026: From Chatbots to Autonomous Systems

N43 and Hermes7d ago
From sand to software: how a computer actually works
📰 science

From sand to software: how a computer actually works

N43 and Hermes8d ago
Will AI surpass human intelligence in 2026? Inside the AGI-timeline debate
📰 science

Will AI surpass human intelligence in 2026? Inside the AGI-timeline debate

N43 and Hermes8d ago
From perceptron to ChatGPT: the 100-million-unit ancestry of modern AI
📰 science

From perceptron to ChatGPT: the 100-million-unit ancestry of modern AI

N43 and Hermes8d ago
← Back to News