GPT-5.6 对比 Claude Fable 5:在物理人工智能领域,谁的表现更好?
GPT-5.6 vs. Claude Fable 5 for Physical AI, which performs best?

原始链接: https://juliahub.com/blog/frontier-models-physical-ai-evaluation

JuliaHub 对四款前沿 AI 模型(Claude Fable 5 以及 GPT-5.6 系列:terra、sol 和 luna)解决五项复杂物理建模与仿真问题的能力进行了评估。 **主要发现:** * **性能与价值:** **Claude Fable 5** 的难度加权得分最高(0.889),在最复杂的任务中表现最佳。尽管其成本较高(9.60 美元/次),但对于高保真物理需求而言,它是首选。**GPT-5.6-sol** 提供了最佳的性价比,以约五分之一的成本(1.74 美元/次)实现了强劲的性能(得分 0.814)。 * **专用架构(Harness)的重要性:** 研究表明,引导模型的专用基础设施(即“harness”)比模型本身影响更大。对比显示,同一前沿模型在使用 Dyad 架构与通用编程代理时的得分差距(0.366),是性能最好与最差模型之间差距(0.162)的两倍多。 * **结论:** 虽然模型选择很重要,但基础设施决定了物理模拟结果是否准确。作者建议优先选择合适的建模架构,然后再根据预算选择性能最优的模型。

Hacker News 最新 | 过往 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 GPT-5.6 对比 Claude Fable 5 在物理 AI 领域的表现,谁更胜一筹? (juliahub.com) 15 分,作者:mbauman,1 小时前 | 隐藏 | 过往 | 收藏 | 3 条评论 帮助 grim_io 7 分钟前 | 下一条 [–] 我预计谷歌在这方面会表现出色,因为他们历来在多模态和物理领域都很强。 回复 jespinel 7 分钟前 | 上一条 | 下一条 [–] 不错!在我看来,代理基准测试中缺少了 Codex。 回复 gizmodo59 4 分钟前 | 上一条 [–] 又是一个“为了推销自家测试工具而搞出的基准测试”。 回复 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系 搜索:
相关文章

原文

We tested the latest frontier models gpt-5.6-terra in our agent, on five modeling and simulation problems of varying difficulty. Here are the results:

claude-fable-5

0.889

weighted score
$9.60 / trial · 16.1 min

gpt-5.6-sol

0.814

weighted score
$1.74 / trial · 13.4 min

gpt-5.6-terra

0.786

weighted score
$1.25 / trial · 12.6 min

gpt-5.6-luna

0.727

weighted score
$3.26 / trial · 25.0 min

A container combines a model, the Dyad harness, pinned configuration, and a sealed problem. The agent derives, compiles, simulates, and verifies a model before a grader compares it with sealed ground truth.
GPT-5.6 vs Claude Fable 5 for Physical AI, which performs best? - Blog | JuliaHubTHE CONTAINERPROBLEM · SEALEDworkspace + ground truthCONFIGxhigh · 1M ctx · 128kHARNESSDyad AgentMODELgpt-5.6-terrasolveTHE AGENTread problemderive physicswrite dyad/model.dyadcompilesimulate · verifygrade itTHE GRADER — SIMULATE BOTH, THEN COMPAREtime →ground truthsubmittedscoreGRADE1.000.96

1 · the container

CONFIG

xhigh · 1M ctx · 128k

PROBLEM · SEALED

workspace + ground truth

2 · the agent

read problemderive physicswrite dyad/model.dyadcompilesimulate · verify

3 · the grader

Simulate both, then compare

4 · grade

trajectory match

0.96

A container combines a model, the Dyad harness, pinned configuration, and a sealed problem. The agent derives, compiles, simulates, and verifies a model before a grader compares it with sealed ground truth.
GPT-5.6 vs Claude Fable 5 for Physical AI, which performs best? - Blog | JuliaHubTHE CONTAINERPROBLEM · SEALEDworkspace + ground truthCONFIGxhigh · 1M ctx · 128kHARNESSDyad AgentMODELgpt-5.6-terrasolveTHE AGENTread problemderive physicswrite dyad/model.dyadcompilesimulate · verifygrade itTHE GRADER — SIMULATE BOTH, THEN COMPAREtime →ground truthsubmittedscoreGRADE1.000.96

1 · the container

CONFIG

xhigh · 1M ctx · 128k

PROBLEM · SEALED

workspace + ground truth

2 · the agent

read problemderive physicswrite dyad/model.dyadcompilesimulate · verify

3 · the grader

Simulate both, then compare

4 · grade

trajectory match

0.96

A container combines a model, the Dyad harness, pinned configuration, and a sealed problem. The agent derives, compiles, simulates, and verifies a model before a grader compares it with sealed ground truth.
GPT-5.6 vs Claude Fable 5 for Physical AI, which performs best? - Blog | JuliaHubTHE CONTAINERPROBLEM · SEALEDworkspace + ground truthCONFIGxhigh · 1M ctx · 128kHARNESSDyad AgentMODELgpt-5.6-terrasolveTHE AGENTread problemderive physicswrite dyad/model.dyadcompilesimulate · verifygrade itTHE GRADER — SIMULATE BOTH, THEN COMPAREtime →ground truthsubmittedscoreGRADE1.000.96

1 · the container

CONFIG

xhigh · 1M ctx · 128k

PROBLEM · SEALED

workspace + ground truth

2 · the agent

read problemderive physicswrite dyad/model.dyadcompilesimulate · verify

3 · the grader

Simulate both, then compare

4 · grade

trajectory match

0.96

Physical AI lives or dies on whether the modeled physics is correct. A model of an aircraft, a separation column or a charged particle can compile and run cleanly while the physics it encodes is impossible. Agentic AI makes this failure mode worse, because agents steer by feedback from tests, and the tests are often written by the same agent. In domains like web development or compilers that loop works well enough, since correct behavior is contained and checkable. In engineering, the real question is “does this match the real world?”, and that is much harder to close: the agent can pass every test it wrote while those tests rest on simplifications that don’t hold in the regime where the model will actually be used.

There is also a trust problem with the numbers that already exist. Nobody takes the model providers’ self-reported benchmarks at face value, and for good reason: the provider publishing the score is the same party with every incentive to tune for it. Our incentives point the other way. JuliaHub ships Dyad with multiple agent backends across vendors, and we win when our users get the best possible Dyad experience, whichever lab’s model delivers it. If one model is better at physical modeling, it is in our interest to find that out and recommend it. So we investigated: which one actually is?

To measure which frontier model handles that work best, we hold everything else still. The Dyad AI agent harness - purpose-built for modeling & simulation workflows - is pinned across every trial, along with the problems, the reasoning effort (xhigh), the context window (1M) and the token budget (128k). The only variable is the model: OpenAI’s GPT 5.6 family (terra, sol, luna) against Anthropic’s claude-fable-5. Three trials per model on each of the four core problems, one long-horizon trial each on the fifth: 52 graded runs in all.

01 · The problems

How Physical AI Evaluation Works.

We ground our exploration in a subset of our internal evals: five sealed problems drawn from the daily work of modeling & simulation. We order them by difficulty, defined in terms of the stages a correct solution must chain through, the careful details where a small slip is fatal, the easy shortcuts within reach, and the engineering work around the modeling itself - from parsing specs to repairing harnesses. We selected each for the same property: they admit solutions that compile and run green while being physically wrong. Grading therefore ignores the code and scores the full simulated trajectory against sealed ground truth. The hardest of the five is NASA’s HL-20 flight vehicle. An easier version of the problem is walked through in detail in this video; the study runs a harder, sealed variant.

02 · The scoreboard

What they scored.

We run every model through the full suite - three trials on each of P1–P4, one on the long-horizon P5 - and grade every trial against sealed ground truth. Per-problem scores fold into a single number through a difficulty-weighted average, the hardest weighing the most. Cost and time carry no weighting: average cost per trial and average wall-clock per trial each get a tab:

A toggleable comparison of difficulty-weighted score against cost or wall-clock time for four frontier models.

GPT-5.6 vs Claude Fable 5 for Physical AI, which performs best? - Blog | JuliaHub$2$4$6$8$100.700.750.800.850.90cost per trial (USD)difficulty-weighted scoregpt-5.6-terra0.786 · $1.25gpt-5.6-sol0.814 · $1.74gpt-5.6-luna0.727 · $3.26claude-fable-50.889 · $9.60

gpt-5.6-terraweighted score0.786

cost per trial$1.25

gpt-5.6-solweighted score0.814

cost per trial$1.74

gpt-5.6-lunaweighted score0.727

cost per trial$3.26

claude-fable-5weighted score0.889

cost per trial$9.60

A toggleable comparison of difficulty-weighted score against cost or wall-clock time for four frontier models.

GPT-5.6 vs Claude Fable 5 for Physical AI, which performs best? - Blog | JuliaHub$2$4$6$8$100.700.750.800.850.90cost per trial (USD)difficulty-weighted scoregpt-5.6-terra0.786 · $1.25gpt-5.6-sol0.814 · $1.74gpt-5.6-luna0.727 · $3.26claude-fable-50.889 · $9.60

gpt-5.6-terraweighted score0.786

cost per trial$1.25

gpt-5.6-solweighted score0.814

cost per trial$1.74

gpt-5.6-lunaweighted score0.727

cost per trial$3.26

claude-fable-5weighted score0.889

cost per trial$9.60

A toggleable comparison of difficulty-weighted score against cost or wall-clock time for four frontier models.

GPT-5.6 vs Claude Fable 5 for Physical AI, which performs best? - Blog | JuliaHub$2$4$6$8$100.700.750.800.850.90cost per trial (USD)difficulty-weighted scoregpt-5.6-terra0.786 · $1.25gpt-5.6-sol0.814 · $1.74gpt-5.6-luna0.727 · $3.26claude-fable-50.889 · $9.60

gpt-5.6-terraweighted score0.786

cost per trial$1.25

gpt-5.6-solweighted score0.814

cost per trial$1.74

gpt-5.6-lunaweighted score0.727

cost per trial$3.26

claude-fable-5weighted score0.889

cost per trial$9.60

The single number above has anatomy. Per problem, averaged across trials, the same three lenses:

A toggleable per-problem comparison of score, cost, and time for each model across five problems in difficulty order.

GPT-5.6 vs Claude Fable 5 for Physical AI, which performs best? - Blog | JuliaHub0.40.60.81.0P1P2P3P4P5score (avg over trials)easier → harder

P1easy

fable

sol

terra

luna

P2

fable

sol

terra

luna

P3

fable

sol

terra

luna

P4

fable

sol

terra

luna

P5very hard

fable

sol

terra

luna

A toggleable per-problem comparison of score, cost, and time for each model across five problems in difficulty order.

GPT-5.6 vs Claude Fable 5 for Physical AI, which performs best? - Blog | JuliaHub0.40.60.81.0P1P2P3P4P5score (avg over trials)easier → harder

P1easy

fable

sol

terra

luna

P2

fable

sol

terra

luna

P3

fable

sol

terra

luna

P4

fable

sol

terra

luna

P5very hard

fable

sol

terra

luna

A toggleable per-problem comparison of score, cost, and time for each model across five problems in difficulty order.

GPT-5.6 vs Claude Fable 5 for Physical AI, which performs best? - Blog | JuliaHub0.40.60.81.0P1P2P3P4P5score (avg over trials)easier → harder

P1easy

fable

sol

terra

luna

P2

fable

sol

terra

luna

P3

fable

sol

terra

luna

P4

fable

sol

terra

luna

P5very hard

fable

sol

terra

luna

03 · Work-style fingerprints

Each model has its own approach.

We analyze the transcripts behind every trial. Each tool call is bucketed by what the agent was doing at that moment - orienting in the problem, deriving and testing physics, editing the model, compiling, or hunting for something to copy - then counted per trial and averaged per model. The result is a work-style fingerprint:

Stacked bars compare how each model divides tool activity by call count or by time, with hover and focus tooltips.

GPT-5.6 vs Claude Fable 5 for Physical AI, which performs best? - Blog | JuliaHub102030405060tool calls per trial (mean)terra50%28%12%10%0%41 callssol49%26%14%12%0%33 callsluna56%27%9%7%1%59 callsfable38%39%12%11%0%28 calls

model

weighted score

P1–P4 trials

P5 (HL-20)

avg $ / trial

study total

avg min / trial

claude-fable-5

0.889

12 / 12

0.69

$9.60

$124.76

16.1

gpt-5.6-sol

0.814

11 / 12

0.66

$1.74

$22.56

13.4

gpt-5.6-terra

0.786

11 / 12

0.59

$1.25

$16.24

12.6

gpt-5.6-luna

0.727

11 / 12

0.38

$3.26

$42.41

25.0