Science & Analytics

The Scientist

The Signal

Anthropic's Project Deal experiment proved that stronger models extract systematically

Combine this with DeepSeek V4 Pro scoring #1 on agentic benchmarks while hallucinating 94% of the time on factual tasks, and the message is clear: your evaluation harness needs separate axes for 'can it do things' and 'does it know things

In Play

  1. The Invisible Capability Gap: Doing vs. Knowing Diverge

    Anthropic's Project Deal shows Opus agents beat Haiku agents across 186 deals while losers rated fairness identically. V4 Pro leads agentic benchmarks (1554 GDPval-AA) but hallucinates 94% on factual tasks. A new benchmark shows all frontier models lose ~50% on complex charts. Capability and reliability are now separate dimensions.

    Ask Clarity
  2. Vendor & Framework Dependencies Under Stress

    PyTorch creator Soumith Chintala left Meta for Thinking Machines Lab. OpenAI faces a $100B+ lawsuit starting Monday that could disrupt API service. Google's $40B Anthropic investment bundles compute lock-in on GCP. Three independent risk vectors hit your provider stack simultaneously — abstraction layers are no longer optional.

    Ask Clarity
  3. Three New Efficiency Techniques for Your Pipeline

    Tool Attention cuts function-calling overhead 95% (47.3k→2.4k tokens/turn). Selective on-policy distillation on <10% 'confident-wrong' tokens matches full training with 47% memory savings. High-dimensional embeddings show interference — not time — drives forgetting, with direct RAG retrieval implications. Each is deployable without retraining your base model.

    Ask Clarity
  4. Physical Infrastructure as Binding Constraint

    Oracle's ~$300B data center push is straining Wall Street's ability to syndicate AI debt. Nvidia's Vera CPU alone requires 1.5TB RAM per server (4,600 Galaxy S26 equivalents), creating structural DRAM shortages. Maine nearly passed the first statewide data center moratorium. Compute pricing volatility is a function of physical constraints, not model efficiency.

    Ask Clarity

Deep Dives

The Invisible Capability Gap — When 'Better at Doing' and 'Worse at Knowing' Coexist in the Same Model

Three Independent Signals Point to the Same Problem

In December 2025, 69 Anthropic employees let Claude agents negotiate on their behalf in a controlled marketplace for a week. Over 186 deals worth ~$4,000, Opus-backed agents systematically extracted better outcomes than Haiku-backed agents — Opus sellers earned more, Opus buyers paid less. The critical finding: participants using Haiku rated deal fairness almost identically to Opus users. The losing side had no idea they were losing. Anthropic called this an "uncomfortable implication."

On the same day, DeepSeek V4 Pro posted the #1 score among open-weight models on GDPval-AA (1554), an agentic benchmark — while scoring a 94% hallucination rate on AA-Omniscience. V4 Flash is worse at 96%. And a separate benchmark found that all frontier models lose approximately 50% performance when chart complexity increases.

Models are getting dramatically better at executing tasks while remaining unreliable at stating facts — and the gap between these capabilities is now invisible to end users.

Why This Is a New Evaluation Crisis

GPT-5.5 tops benchmarks including CursorBench (72.8%) and Terminal-Bench (82.7%) while hallucination frequency remains high — multiple sources confirm this independently. The pattern across V4 Pro, V4 Flash, and GPT-5.5 is consistent: benchmark performance and production reliability are decoupling, not converging. Your single-score leaderboard ranking is now actively misleading.

The Cross-Source Evidence

ModelCapability SignalReliability SignalGap
V4 Pro#1 open agentic (1554 GDPval-AA)94% hallucination (AA-Omniscience)Extreme
V4 Flash$0.14/M tok, competitive benchmarks96% hallucination rateExtreme
GPT-5.5Tops CursorBench, Terminal-Bench"Still hallucinates frequently"Unknown (unquantified)
All frontierImproving on simple tasks~50% drop on complex chartsStructural

Architectural Implications

V4 Pro's divergence has a specific architectural explanation: it excels at tool use and code generation (agentic tasks that don't require factual recall) while failing catastrophically at open-domain knowledge retrieval. This maps directly to how you should architect agent pipelines — use V4 Pro for execution, never for unsupported factual claims.

Project Deal's finding compounds the risk. If you deploy agents in any adversarial or competitive context — procurement, negotiation, pricing, bidding — the model tier becomes a hidden variable that determines outcome quality. And the counterparty cannot perceive the disadvantage. This has immediate implications for multi-agent systems, automated marketplaces, and any pipeline where LLM agents interact with opposing objectives.

Methodology caveat on Project Deal: n=69, low stakes (play money), no reported confidence intervals or effect sizes. The finding is directional, not statistically definitive. But the direction is alarming enough to act on.

What to do

  1. Add separate 'agentic capability' and 'factual reliability' axes to your model evaluation harness, with explicit hallucination rate measurement on your domain

  2. Design adversarial cross-tier model pairing tests for any agentic workflow involving negotiation, procurement, or competitive interaction

  3. Add chart complexity tiers to any multimodal evaluation pipeline processing financial dashboards, scientific figures, or data visualizations

  4. Do NOT deploy V4 Pro or Flash for knowledge-intensive tasks without a retrieval/grounding layer — mandate RAG or tool-verified outputs for any factual claims

Your Framework and Provider Dependencies All Got Riskier This Week — Three Vectors at Once

Vector 1: PyTorch's Architect Left the Building

Soumith Chintala — creator of PyTorch — left Meta for Thinking Machines Lab, taking Piotr Dollár (Detectron, FAIR research lead), Weiyao Wang, and Kenneth Li with him. This is not a routine departure. Chintala has been the spiritual architect of PyTorch since inception, and Dollár shaped Meta's computer vision research for years.

PyTorch is open-source with broad community governance, so this doesn't kill the framework. But Meta has been the primary steward of PyTorch's bleeding-edge features — torch.compile, Dynamo, FSDP, DTensor. The risk isn't that PyTorch disappears; it's that development velocity on these subsystems slows while Meta backfills. And we have zero visibility into what Thinking Machines Lab is building — competing tooling is a real possibility.


Vector 2: OpenAI in Court Monday

The Musk v. Altman trial begins Monday, April 28, seeking $100B+ in damages and reversal of OpenAI's for-profit conversion. Probability-weighted scenarios:

ScenarioEstimated LikelihoodImpact on Your Stack
OpenAI wins decisively~50%Low — business as usual
Settlement before verdict~25%Low-Medium — possible structural concessions
Partial Musk win~20%High — IPO delayed, capital constrained, release cadence slows
Full Musk win ($100B+)~5%Critical — API pricing, availability, roadmap disrupted

These are editorial estimates, not quantitative predictions. But even low-probability, high-impact scenarios demand mitigation when they affect production infrastructure.


Vector 3: Google Locks Claude into GCP

Google's $40B Anthropic investment at $350B valuation includes massive compute supply bundled alongside cash. $30B is contingent on performance milestones, creating aggressive capability release pressure. The structural implication: Claude will be increasingly optimized for GCP TPUs/GPUs, and cross-cloud parity may quietly degrade. This isn't hypothetical — Azure already gets preferred OpenAI access patterns.

Sources offer a telling data point on the money flow: Anthropic's annualized revenue surged from ~$9B to $30B+ in roughly four months (233% growth), driven primarily by coding tools. This much demand chasing one provider's capacity means potential rate limit tightening or tier restructuring before infrastructure catches up.

The cloud-model provider coupling now means your 'model selection' and 'cloud selection' decisions are the same decision. Maintaining multi-provider flexibility is a strategic infrastructure choice, not a feature preference.

The Convergence That Matters

These three vectors aren't independent. If PyTorch development slows, alternatives optimized for specific clouds (JAX for GCP/TPU, for instance) gain relative appeal. If OpenAI's litigation constrains capital, GPT model release cadence may slow, pushing more workloads toward Anthropic — whose infrastructure is now GCP-coupled. The web of dependencies is tightening at every layer.

What to do

  1. Audit your PyTorch stack for dependencies on Meta-maintained subsystems (torch.compile, FSDP, DTensor) vs. community-maintained components by end of this sprint

  2. Implement a model-provider abstraction layer (LiteLLM, Portkey, or custom gateway) for all production LLM calls before the Musk v. Altman trial potentially disrupts OpenAI

  3. Run baseline Claude evaluations on your top-3 production tasks this week to enable a data-driven switch if Google's $40B accelerates Anthropic's next model generation

The bottom line

Frontier models are getting dramatically better at executing tasks while remaining catastrophically unreliable at stating facts — V4 Pro is #1 on agentic benchmarks and hallucinates 94% of the time on knowledge tasks — and Anthropic's Project Deal experiment proved the capability gap is invisible to the disadvantaged party. If your eval harness uses a single score, you're measuring the wrong thing. If your production stack depends on a single provider, the PyTorch creator's departure, OpenAI's $100B lawsuit starting Monday, and Google locking Claude into GCP mean your provider abstraction layer is overdue.