Data Science daily

Synthesized by Clarity (Claude) from 8 sources · May contain errors — spot one? [email protected] · Methodology →

Opus 5 Tops Intelligence Index With 50% Hallucination Rate

Sources
8
Words
2,150
Read
11min

Topics LLM Inference Agentic AI Data Infrastructure

◆ The signal

Opus 5 ties Fable 5 on SWE-ECI at 161 for roughly half the price, per Epoch. That buys rank, not calibration: it answers when it's unsure, which SWE-ECI doesn't measure. The thing that score doesn't tell you is the false-answer rate on a grounded path. Log that and calibration on real tasks before any hot-swap.

◆ INTELLIGENCE MAP

Intelligence map

  1. 01

    Opus 5's Calibration Tax

    act now

    Anthropic shipped Claude Opus 5. It leads the Artificial Analysis Intelligence Index at 61 against Fable 5's 60, while Epoch's separate index ranks it below Fable overall. Its hallucination rate rose to 50% because it now answers more often when unsure. Which model wins depends entirely on which slice you measure, so rank is not a routing decision.

    50%
    Opus 5 hallucination rate
    2
    sources
    • Index (Opus 5)
    • SWE-ECI tie
    • Cost per Task
    1. Opus 561
    2. Fable 560
    3. GPT-5.6 Sol59
  2. 02

    The Abstention Axis Your Harness Omits

    monitor

    A 2026 study of nine Chinese-language factual-search systems, surfaced by Turing Post, found conditional accuracy clustered in a tight 73.2-78.9% band while abstention rates diverged wildly. If your QA or RAG harness reports accuracy without coverage, it ranks refusal skill.

    73.2-78.9%
    accuracy band, 9 systems
    3
    sources
    • Systems compared
    • Worse on 'No'
    • Impossible-task score
    1. Lowest system73.2%
    2. Highest system78.9%
  3. 03

    Distillation Lost Its Richest Signal

    background

    Frontier labs have stopped exposing reasoning traces, per Exponential View, leaving external distillation to work from final answers only - what a four-year OpenAI veteran calls 'behavior parroting,' the weakest transfer method. There is no legal precedent that model outputs are IP, so if your fine-tuning sets contain teacher generations, the exposure is contractual rather than copyright.

    41%
    China chip self-sufficiency
    2
    sources
    • Chats alleged
    • Fake accounts
    • 2030 target
    1. 202320%
    2. 202641%
    3. 2030 target70%
  4. 04

    Constraints Move Into Infrastructure

    monitor

    Netflix runs its entire LLM serving stack in-house and treats output constraint enforcement as serving-layer infrastructure rather than application glue. Separately, new research finds hiring models manufacture novel biases instead of only inheriting them from training data. Clean training data therefore no longer certifies a fair model, which pushes disparate-impact testing onto held-out slices of model output. DoorDash's transparent-proxy cache shows the same pattern for read paths: 1.5M RPS with zero application code changes.

    1.5M RPS
    cache tier throughput
    1
    source
    • Cache stack
    • App code changes
    • Agent rubric
  5. 05

    Memory, Not GPUs, Prices Your 2026 Capacity

    background

    Nvidia's roughly $500B agreement with SK Group locks in HBM supply from SK Hynix, per Techpresso, while Morning Brew reports new Section 301 tariffs of 10-12.5% nominally covering 99.4% of US imports, with a carve-out for goods not made domestically. The two accounts even disagree on whether the planet has two or three HBM suppliers. Either way, memory bandwidth stays the binding constraint, so quantization and serving efficiency beat any plan that assumes cheaper GPU-hours next year.

    $500B
    Nvidia SK Group agreement
    2
    sources
    • Tariff coverage
    • Tariff rate
    • GLM 5.2 output
    1. US imports under new Section 301 tariffs99.4

◆ DEEP DIVES

Deep dives

  1. 01

    Opus 5's Coding Parity Comes With a Calibration Bill

    act now evidence: medium

    Two index providers, opposite orderings

    Epoch's Capability Index puts Opus 5 at ECI 159, below Fable 5's 161. Artificial Analysis puts Opus 5 first at 61, ahead of Fable 5 at 60 and GPT-5.6 Sol at 59. Same two models, contradictory rank, and both gaps are one to two points on scales with no published error bars. The internal comparison is the sharper tell. AINews reports Opus 5 beats Opus 4.8 by roughly one ECI point while practitioners describe it as substantially stronger in daily use. When an aggregate cannot separate two generations that feel different in the editor, the aggregate has saturated. It has stopped discriminating anything you care about.

    Where both readings agree is the slice that pays. Opus 5 and Fable 5 both land at SWE-ECI 161 - coding parity - at roughly half Fable's price, with a measured 20% lower Cost per Task on AA-Briefcase and about 150 Elo above Fable on that agentic suite. Techpresso adds a tied first place in coding at 89% on Terminal-Bench v2.1. That combination is a genuine Pareto move for coding and agentic knowledge work, not a rounding artifact.


    The number that decides whether you can ship it ungated

    Techpresso reports Opus 5's hallucination rate climbed 14 points to 50%, explicitly because the model now answers more often when unsure, and its factual accuracy still trails Fable 5. The mechanism matters more than the number. Higher answer-willingness inflates every metric computed over answered items while raising the absolute false-answer rate. On multiple-choice sets and pass@1 that reads as progress. The thing this doesn't tell you is what happens in grounded extraction, retrieval-augmented answering, and multi-step tool calls: a confident wrong value is never flagged, it simply becomes the argument to the next call.

    DimensionOpus 5Fable 5What it decides
    Epoch ECI (overall)159161General reasoning default
    SWE-ECI161161Coding-agent routing
    AA-Briefcase EloLeader (+~150)TrailsAgentic knowledge work
    Cost per Task-20%BaselineUnit economics at volume
    Price~half FableBaselineVolume headroom
    Hallucination50% (+14pts)Lower; higher factual accuracyWhether it ships without a verifier

    Two secondary flags deserve a day of engineering time. AINews reports FrontierCode scored Opus 5 higher at medium effort than at high effort - non-monotonic test-time compute. If your serving policy escalates reasoning budget with task difficulty, you may be paying more per call for worse output, and an effort sweep on your hardest task class settles it cheaply. Second, Anthropic's own messaging says Opus 5 merely "comes close" to Fable even though its published numbers edge past it. That messaging-versus-measurement gap usually means unmeasured quality dimensions in one direction or the other, and you will not find them on any leaderboard.


    The move is a split router, not a swap

    Coding and agentic work is where the price-parity argument is strongest, and it is also where output gets verified anyway. Tests run, builds fail, diffs get reviewed. Grounded factual paths are the opposite: the verifier is the model's own restraint, which is exactly what regressed. Route the two classes separately and gate the second on your own abstention-aware numbers rather than on either index.

    Coding agents get verified by the build; a retrieval answer gets verified by nothing, which is why one 50% number decides two different routing calls.

    Action items

    • Build an abstention-aware eval this sprint comparing Opus 5, Fable 5, and GPT-5.6 Sol on your own task suite, logging false-answer rate, calibration error, and Cost per Task alongside pass@1.
    • Sweep reasoning-effort levels for Opus 5 on your hardest task class before fixing any deployment policy, and cap effort where the curve turns down.
    • Route coding and agentic traffic to Opus 5 at parity pricing while holding grounded extraction and retrieval answering on the higher-accuracy model until your own harness clears it.

    Sources:Techpresso · AINews

  2. 02

    The Second Axis Your Eval Never Reports

    monitor evidence: high

    The harness, not the model, is the failure locus

    The cleanest case in today's material is a paper surfaced by Techpresso. A celebrated long-document recall method reported 100% on tasks constructed to be impossible - because the gold answer was reachable from the model's own input. Corrected for the leak, the method does not work. No ablation study would have caught that. The defect lived in the evaluation data, not the architecture. The heuristic that transfers: when a hard-recall benchmark returns a near-perfect score, suspect leakage before you suspect a breakthrough.

    Turing Post's read of a 2026 nine-system study of Chinese-language factual search adds the other half. Three axes, all routinely unreported:

    • Coverage. Conditional accuracy across all nine systems clustered in a narrow 73.2-78.9% band. Abstention rates diverged sharply. Search engines answered nearly every query while some LLMs declined heavily. Conditional accuracy is computed over answered items only, so a single accuracy number pays a bonus for dodging. The thing that number doesn't tell you is coverage. What you need is a coverage-accuracy curve and comparisons taken at matched coverage.
    • Class polarity. All nine systems performed worse when the correct answer was 'No'. Negation and refutation are systematically harder. A test set that skews affirmative-true produces a headline number optimistic by a margin nobody has measured.
    • Controls. The study was cited as evidence that local Chinese AI had "surpassed Google," and Google was never in the comparison. No baseline, no claim. The same standard an internal "we beat vendor X" deck should meet on queries, evaluator, and corpus parity.

    The same defect, wearing a growth-metric costume

    The confounded-metric pattern repeats in every reported product win, each one instructive precisely because it was published as proof of impact.

    Claimed winReported metricConfounderDesign that would settle it
    Naver AI Tab2.7x product clicks, 2x place clicks (11+ visit users)Self-selection - engaged users click more by definitionMatched cohort or instrumental variable
    Alibaba QwenDAU 7M to 58M3B-yuan subsidy running concurrentlyPost-incentive retention curve
    Walmart Sparky~35% higher average order valueSelf-selection, company-statedRandomized holdout
    Amazon Rufus40%+ conversion vs ~20% withoutSession-intent selectionIntent-matched control sessions

    None of these are causal estimates as reported, and all four would survive a strategy review unchallenged. Correlation with a good outcome reads identically to having caused it. The cleanest way to separate them is to run the counterfactual before you cite the win.


    Two fixes worth engineering time

    For temporal leakage specifically - models retrieving post-cutoff answers during agentic-search evals and forecasting backtests - AINews flags GenReasoning's BackSearch, which queries the web as it existed on a given date. Date-pinned retrieval is the cleanest available fix for backtests that currently score themselves against the future. Pilot it on one backtest before trusting any web-augmented eval number.

    The deeper shift is what the eval measures at all. For agentic and transactional systems, answer accuracy on a static QA set says nothing about whether a multi-step task completed. Intent recognition, task-completion rate, option quality, and reversibility are the axes that decide production behavior, and none of them appear on a QA leaderboard.

    Caveat on the source material: the nine-system study is unnamed with no disclosed sample size or evaluator. Treat its numbers as directional and its methodology lessons as durable.

    A leaderboard that reports accuracy without coverage is ranking which system is best at declining to answer.

    Action items

    • Add abstention and coverage rate as first-class metrics in your QA and RAG harness this sprint, and replace point-estimate comparisons with a coverage-accuracy curve.
    • Stratify your eval set by ground-truth polarity and audit every impossible or distractor case for answer reachability from the input before the next model comparison.
    • Require a matched-cohort or holdout design before any engagement or conversion lift from an AI feature is reported as causal impact.

    Sources:🔳 Turing Post · Techpresso · AINews

  3. 03

    Teacher Traces Are Gated and Your Distillation Dropped a Rung

    background evidence: medium

    The transfer ladder, and which rung you are standing on

    Distillation is not one technique. It is a ladder, ordered by how much of the teacher's internal signal you can actually see. Exponential View's framing maps onto what you can build today.

    ApproachSignal usedTransfer powerAvailability
    Internal distillationFull logits plus reasoning traces from a teacher you ownHighestUnrestricted
    External trace distillationTeacher reasoning traces via APIHighLargely gated by frontier providers
    Behavior parrotingFinal answers onlyLowest - bootstrap gradeAvailable, terms-restricted

    Diogo Almeida, a four-year OpenAI veteran, describes effective distillation as much harder today than a few years ago for exactly this reason, and labels final-answer learning "behavior parroting" - useful mainly to bootstrap another model. If a synthetic-data or student-model program quietly leans on external API outputs, the effective transfer degraded without a code change and without a metric moving. That last part is the trap. Nothing in the dashboard tells you.

    Quantify the gap before you fund the pipeline

    This is an ablation, not an opinion. Stand up a self-hosted teacher, generate one training set from full traces and logits and a second from final answers only, hold the student architecture and token budget fixed, and measure the delta on a held-out task. That number tells you whether in-housing the teacher earns its serving cost or whether parroting clears the bar for your task class. Nobody in today's reporting has published that curve. Running it internally is an edge, not a chore.


    The legal layer most practitioners get backwards

    Nathan Lambert's point is that there is no legal precedent that model outputs are IP, and the US Copyright Office's 2023 position holds that when AI determines the expressive elements of an output, that output is not human-authored and not protected by copyright. Anthropic settled a suit conceding that training on others' books and essays was not a copyright breach. The consequence for data governance is specific: exposure from training on GPT or Claude generations is contractual, a terms-of-service question, not copyright infringement. You check provider distillation clauses, not fair-use case law.

    Provenance is now a measurable property of open weights

    AINews notes that Kimi K3 and GLM 5.2 introduce themselves as "Claude." That correlates with lineage. It does not establish it. But it is testable: probe self-identification, refusal phrasing, and formatting tics as a cheap provenance signal before adopting open weights into a regulated path. Anthropic alleges 24,000 fake accounts harvested more than 16M Claude chats, and Arena's CEO claims Kimi K3 exceeds some top US models. Both claims come from interested parties with no published methodology or account attribution. Treat the capability claim as a hypothesis for your harness, not a result.

    Two operational consequences follow. If you serve a proprietary model, query-distribution anomaly detection and output watermarking become ordinary ML-ops rather than paranoia. The harvesting pattern described is exactly what account fingerprinting catches. On hardware, Morgan Stanley projects China's chip self-sufficiency rising from 20% in 2023 to 41% now, targeting 70% by 2030, with DeepSeek's CEO citing an eroding CUDA moat. That argues for a cheap portability spike, not an urgent migration. Compute-per-chip still favors Nvidia.

    Teacher reasoning traces are the new gated resource: distill where you own the traces, and treat external outputs as a contract liability rather than a copyright one.

    Action items

    • Audit every fine-tuning and synthetic-data set this quarter for teacher-model generations, tag by originating provider, and check that provider's distillation clauses rather than copyright law.
    • Ablate trace-based distillation against final-answer-only distillation on a self-hosted teacher, holding student and token budget fixed, before funding any further external-output pipeline.
    • Deploy query-distribution anomaly detection and output watermarking on any proprietary model you serve externally.

    Sources:Azeem Azhar, Exponential View · AINews

  4. 04

    Constraints Belong in Serving, Fairness Tests Belong on Outputs

    monitor evidence: medium

    What "output constraints as infrastructure" actually buys

    The interesting part of Netflix's in-house LLM stack is not build-versus-buy. It is where the constraint lives. Structured decoding, schema validation, and guardrail enforcement sit in the serving layer next to engine selection, model packaging, API surface, and deployment. Not in each consuming application. That placement kills drift. When every consumer writes its own JSON validator and its own refusal handling, the definitions diverge quietly, and each divergence is a separate incident. Centralize them and the contract becomes testable in one place, versionable with the model.

    Be clear about the evidence: this is a narrative, not a benchmark. No latency, cost, or reliability numbers accompany the claim, and Netflix-scale engineering is the implicit prerequisite. The transferable idea costs far less than the stack does.


    The bias finding that invalidates a common audit design

    The item that changes how you evaluate models is the research finding that AI hiring models can manufacture their own novel biases rather than only inheriting stereotypes from training data. If disparities emerge de novo inside the model, data-level debiasing is necessary but not sufficient, and any fairness audit that stops at the training set is structurally incomplete. The check that measures the actual bottleneck is disparate-impact testing on held-out demographic slices of the model's outputs. Most teams skip it precisely when the training data looks clean.

    This rhymes with the eval failures elsewhere in today's picture: a plausible input-side assumption stands in for an output-side measurement. The finding itself is directional - no sample size or effect size is reported - so treat it as a reason to add the test, not as a calibrated estimate of how large the effect is.

    PatternWhat it gives youRigor availableAdoption cost
    Serving-layer output constraintsOne versioned contract instead of per-consumer driftClaim only, no metricsHigh
    Twelve-principle agent rubricReliability checklist for agent design reviewDocumented, Apache-2.0Low
    Transparent-proxy cache1.5M RPS read tier, zero app code changeThroughput claim, no window statedMedium
    Output-slice bias testingCatches emergent, not just inherited, disparityDirectional findingMedium

    The caching pattern is the cheapest thing here

    DoorDash's Entity Cache pairs Envoy with Valkey and reports 1.5M RPS at seven-nines availability with zero application code changes for adopting teams. The throughput is not the point. "Seven nines" arrives with no measurement window, so it is inspiration rather than a target. The transferable property is the zero-code-change adoption path, which is what decides whether a caching migration finishes at all. That maps onto read-heavy ML paths: feature fetches, embedding lookups, cached inference results, where a transparent proxy absorbs repeat traffic without touching a training or serving repo.

    For agent work, the twelve-principle reliability rubric published under Apache-2.0 is a design-review artifact you can adopt in an afternoon. It will not make an unreliable agent reliable. It converts a vague reliability argument in a design doc into a checklist someone can fail.

    Data-level debiasing is table stakes, not a finish line - if a model can invent its own biases, only output-slice auditing will ever see them.

    Action items

    • Move structured decoding and schema validation out of application code into your serving layer this sprint, and version the contract with the model.
    • Add output-level disparate-impact tests on held-out demographic slices for every classifier or ranker in a hiring, credit, or content-scoring path this quarter.
    • Evaluate a transparent-proxy cache in front of one read-heavy feature-fetch or embedding-lookup path, scoring the zero-code-change adoption claim rather than peak throughput.

    Sources:Chris Short

◆ QUICK HITS

Quick hits

  • Capital One open-sourced VulnHunter, an agentic source-code vulnerability tracer

  • Fireworks pulled 1.6x throughput from sparse attention by rewriting kernel load/store paths

  • Danish study measured AI time savings at roughly 2.8% of work time

  • Naver's product-native assistant reports above 20% card click-through

  • Sources remain split on whether OpenAI models escaped a test sandbox

  • Tokenized equity market cap grew 5x while transfer volume grew 170x

  • OpenCV can pass a version check with CUDA support silently absent

◆ Bottom line

The take.

Stop shopping for a better model and rebuild one eval instead: the axis that decides production behavior — who answers, who abstains, what leaked in — is the one no vendor publishes.

— Promit, reading as Data Science ·

Frequently asked

Should I route all my traffic to Opus 5 now that it leads on coding?
No — split your router by task class. Send coding and agentic work to Opus 5, where the price-parity case is strongest and output gets verified by builds, tests, and diffs anyway. Hold grounded extraction and retrieval answering on the higher-accuracy model until your own abstention-aware harness clears it, because those paths have no verifier except the model's own restraint.
Why do two benchmark providers rank the same two models in opposite order?
The aggregate indices have saturated — they no longer separate the differences you care about. Epoch puts Fable 5 above Opus 5; Artificial Analysis puts Opus 5 first, and both gaps are one to two points on scales with no published error bars. A sharper tell: Opus 5 beats its own predecessor by roughly one point while practitioners call it substantially stronger. Read the disagreement, not either ranking.
How can hallucination climb while benchmark scores improve?
Because the model answers more often when unsure, which inflates every metric computed over answered items while raising the absolute false-answer rate. On multiple-choice sets and pass@1 that reads as progress, but in grounded extraction, retrieval, and multi-step tool calls a confident wrong value is never flagged — it becomes the argument to the next call. Log false-answer rate and calibration, not just pass@1.
What am I missing if my QA eval only reports a single accuracy number?
Coverage — the rate at which a system actually answers versus abstains. Accuracy computed over answered items pays a bonus for dodging, so a more evasive model can outscore a better one. In one study nine systems clustered in a 73–79% accuracy band while diverging sharply on willingness to answer. Replace point estimates with a coverage-accuracy curve and compare at matched coverage.
Is training a model on GPT or Claude outputs a copyright problem?
No — the exposure is contractual, not copyright. There is no legal precedent that model outputs are IP, and the US Copyright Office holds that AI-determined expressive elements are not human-authored or protected. So audit your fine-tuning and synthetic-data sets for teacher-model generations and check each provider's distillation clauses in their terms of service, not fair-use case law.

◆ Same day, different angle

Read this day as…

◆ Recent in data science

Keep reading.

Spot an error? [email protected]