53 articlesUpdated 4/27/2026

Bottleneck Map

What this tracks: Constraints that block progress in 2+ nodes simultaneously. A bottleneck is more valuable to track than a single-node problem because clearing it creates cascading unlocks.

How to Identify a Bottleneck

A bottleneck qualifies when:

  1. Multiple nodes reference it as a limiting factor (check "What to Watch For" sections)
  2. Progress on the bottleneck would accelerate 2+ tracked edges or nodes
  3. Resources are being thrown at it β€” serious players are trying to clear it
  4. It's not just a missing feature β€” it's a fundamental constraint (technical, regulatory, economic, or structural)

Active Bottlenecks

BN-001: Agent Reliability Gap

Type: technical Status: blocking Date identified: 2026-03-27

What it blocks:

Blocked Node/EdgeHow It's BlockedImpact if Cleared
ai-agents / EDGE-02Enterprise agent task success rate is 37.4% (EnterpriseOps-Gym). Desktop agent failure rate is ~60% (CUA-Suite). These rates are too low for production deployment in high-stakes workflows.Agents move from "demo" to "production" across enterprise. The $100B+ market for AI-automated business processes unlocks.
ai-in-enterpriseEnterprises can't deploy agents for customer-facing or mission-critical tasks at <50% reliability. Current adoption is limited to low-risk, human-supervised workflows.Enterprise AI spending shifts from "pilot" to "production" budgets (typically 10-100x larger).
ai-coding-toolsCoding agents (Codex, Claude Code, Cursor) can handle simple tasks but struggle with complex, multi-step workflows that require maintaining state and context across tool calls.AI coding tools become viable for complete feature implementation, not just assistance.

Who's attacking it:

PlayerApproachProgress
OpenAICodex Plugins (structured tool integrations), Agentic Commerce ProtocolPlugins launched with 20+ integrations, but reliability data not yet public
AnthropicClaude Code with extended thinking, MCP ecosystemAgent autonomy reaching 4+ hours (METR), but success rate metrics unclear
CursorComposer 2 with RL training in actual IDE harness61.3 CursorBench β€” strong for coding domain but narrow
Kitchen Loop (research)Self-evolving codebase with 1,094+ merged PRsZero regressions claimed, but limited to codebase maintenance tasks
AI2MolmoWeb β€” open-weight 8B model beating GPT-4o on web navigationProves smaller specialized models can outperform generalists on specific tasks

Signals of loosening:

DateSignalWhat It Means
2026-03-30SakanaAI AI-Scientist-v2 peer-reviewed paper β€” autonomous loop works for scientific researchFull-loop reliability demonstrated in a credible real-world task
2026-03-30Intercom Fin Apex beats GPT-5.4+Claude at customer service β€” domain-specific model surpasses general frontierDomain reliability is now reliably achievable via vertical fine-tuning
2026-03-30Ramp deploys AI agents for 50+ financial tools in productionHigh-stakes domain (corporate finance) trusted in production
2026-03-27Kitchen Loop: 285+ iterations, zero regressions across 2 production systemsSelf-evolving code works for constrained domains
2026-03-26UI-Voyager: 4B model exceeds human performance on mobile GUI tasksSmall specialized models can achieve high reliability in narrow domains
2026-03-25MolmoWeb: open 8B model beats GPT-4o on web navigationDomain-specific training overcomes model size limitations

Signals of loosening (continued):

DateSignalWhat It Means
2026-04-02Microsoft Agent Governance Toolkit β€” open-source, all 10 OWASP agentic risks, sub-ms policy enforcementFirst comprehensive governance layer for production agents. Addresses compliance/security reliability.
2026-04-02Cursor 3 β€” rebuilt as agent orchestration platform with worktree isolation and agent merge queueMulti-agent orchestration with isolation patterns reduces cascading failures
2026-04-02Anthropic emotion concepts β€” sycophancy/scheming vectors measurable and steerablePer-deployment behavioral tuning without retraining. Diagnostic tool for agent behavioral drift.
2026-04-02OpenAI Codex consumption pricing + 2M weekly usersVolume signals real-world agent usage is scaling despite reliability concerns
2026-04-09ClawBench: Sonnet 4.6 only 33.3% on 144 live production websites β€” real web tasks, not sandboxesGap persists even for frontier models on real production sites

Opportunity angle: Tools that increase agent reliability for specific workflows β€” validators, monitoring, guardrails, recovery mechanisms. The MCP Validator idea directly addresses this: catch protocol-level failures before they reach the agent. NEW: Agent behavioral monitoring via emotion-concept vectors could become a diagnostic product.


BN-002: MCP Protocol Expressivity Limitations

Type: technical Status: blocking Date identified: 2026-03-27

What it blocks:

Blocked Node/EdgeHow It's BlockedImpact if Cleared
EDGE-02: Reliable Autonomous AgentsMCP's type system cannot express all tool schemas correctly (proven by formal analysis). Agent-tool interactions can silently fail when schemas exceed MCP's expressivity.Agents can reliably interact with any tool without protocol-level failures.
EDGE-10: Formal Verification of AI CodeMCP lacks the type-system foundations needed for formal verification of agent-tool interactions. Proposed MCP+ extensions (union types, intersection types, conditional types, recursive types, dependent types) would enable it.Agent behavior becomes formally verifiable β€” provable correctness guarantees for tool interactions.
ai-agentsEvery agent built on MCP inherits its expressivity limitations. As agents attempt more complex tool compositions, protocol gaps become more frequent failure modes.Complex multi-tool workflows become reliable.

Who's attacking it:

PlayerApproachProgress
Academic researchers (ArXiv 2603.24747)Formal semantics analysis + MCP+ proposal with 5 type extensionsPaper published, no implementation yet
Anthropic (MCP creators)MCP SDK updates, server deduplication (v2.1.84)Incremental improvements, no structural changes to type system
SnykAgent Security MCP governance layerProtocol-level tool call inspection, but focused on security not expressivity

Signals of loosening:

DateSignalWhat It Means
2026-03-27ArXiv paper proposes MCP+ with 5 concrete type-system extensionsFirst rigorous proposal for fixing the protocol's limitations

Opportunity angle: Build an MCP Validator/Linter that checks server implementations against the formal spec. As MCP+ evolves, being the first to implement the type extensions creates a strong position. Open-source core + paid enterprise tier.


BN-003: AI Cybersecurity Offense/Defense Asymmetry

Type: structural Status: hardening Date identified: 2026-03-27

What it blocks:

Blocked Node/EdgeHow It's BlockedImpact if Cleared
EDGE-12: Agent SecurityAI-powered offensive capabilities are advancing faster than defensive capabilities. Claudini achieved 100% adversarial transfer ASR; Mythos described as "far ahead in cyber capabilities." Defense tools can't keep pace.Enterprise can deploy AI agents without existential security risk.
ai-in-enterpriseCISOs are increasingly cautious about deploying AI agents in production because the attack surface expands with each tool integration. Cross-organization agent calls remain unsolved (per Snyk).Enterprises adopt AI agents for sensitive workflows (financial, healthcare, legal).
ai-safety-alignmentSteering vectors can increase jailbreak success by 57% (Mar 26). The same techniques used for interpretability create new vulnerabilities. Safety research is inadvertently expanding the attack surface.Safety techniques become robust β€” interpretability tools don't create new attack vectors.

Who's attacking it:

PlayerApproachProgress
SnykAgent Security β€” MCP governance, red-teaming, 300+ deploymentsLaunched at RSAC, but cross-org agent calls still unsolved
CloudflareDynamic Workers β€” V8 isolate sandboxing for agent code, 100x faster than containersOpen beta, addresses code execution but not protocol-level attacks
AnthropicControlled testing of Mythos before release (per leak)Demonstrates responsible approach but doesn't help the broader ecosystem
OpenAISafety Bug Bounty + Model Spec approach (Mar 25)Defensive, not proactive

Signals of loosening:

DateSignalWhat It Means
2026-03-27Snyk Agent Security launches MCP governance layerFirst protocol-level security tooling, but gaps remain
2026-03-25Cloudflare Dynamic Workers for agent sandboxingInfrastructure-level isolation now available

Signals of hardening:

DateSignalWhat It Means
2026-03-30AISI: scheming incidents up 5x across 8 frontier modelsThe behavioral gap between intended and actual model behavior is widening, not narrowing
2026-03-31axios npm supply chain attack (300M weekly downloads) β€” 2nd major npm attack in one weekAI developer toolchain is a high-value attack surface; offensive actors targeting infrastructure, not just models
2026-03-31Claude Code source map leak exposes 512K lines of internal architectureBuild pipeline misconfigurations can expose entire codebases; supply chain risk extends to build tools
2026-03-30AI sycophancy in Science β€” formally documented behavioral failureSycophancy is now a measured, reproducible failure mode, not anecdotal; harder to dismiss
2026-03-27Mythos leak: "far ahead of any other AI in cyber capabilities"Offensive capability ceiling rising faster than defensive
2026-03-26Claudini: 100% adversarial transfer ASR, autonomous discoveryAI autonomously finding attacks that transfer across models
2026-03-26Steering vectors increase jailbreak success by 57%Safety research creating new attack vectors

Opportunity angle: AI-powered cybersecurity defensive tooling is urgently needed. The market for "AI that defends against AI attacks" is emerging and severely underserved. Tools that can monitor agent-tool interactions for adversarial patterns, detect reasoning hijacking (per the 9-category taxonomy), or validate MCP server integrity.


BN-004: Energy/Power Constraint on Datacenter Expansion

Type: economic / structural Status: loosening Date identified: 2026-03-27

What it blocks:

Blocked Node/EdgeHow It's BlockedImpact if Cleared
compute-hardwareNew datacenters require enormous power: Meta El Paso targeting 1GW, Microsoft leasing 700MW. Grid capacity is finite and permitting is slow. Sanders-AOC moratorium bill (though unlikely to pass) signals political resistance.AI compute supply scales to meet demand without energy-based bottlenecks.
ai-infrastructurePower constraints determine WHERE datacenters can be built (near power sources) and HOW FAST (grid upgrade timelines). This concentrates AI infrastructure geographically and creates supply bottlenecks.Datacenter buildout is limited only by capital and hardware supply, not power availability.

Who's attacking it:

PlayerApproachProgress
NVIDIA + Emerald AIAI datacenters as grid stabilizers β€” 30% consumption reduction in <40 seconds, 100% compliance across 200+ power targetsDemonstrated at London Nebius AI factory, Aurora implementation later in 2026
Meta$10B El Paso facility targeting 1GW by 2028Investment escalated 6.6x from original plan β€” throwing money at the problem
MicrosoftLeasing 700MW Texas facility dropped by Oracle/OpenAIOpportunistic capacity acquisition
Sanders-AOCMoratorium bill (opposing force)Unlikely to pass (Republican majority) but creates permitting uncertainty

Signals of loosening:

DateSignalWhat It Means
2026-03-25NVIDIA demonstrates datacenter grid stabilization β€” 30% consumption reduction in 40 secondsTransforms datacenters from grid burden to grid asset, addresses core regulatory objection
2026-03-25TurboQuant/RotorQuant memory compression β€” 6-19x reductionReduces power-per-inference by reducing memory access (memory operations consume significant power)
2026-04-11PJM Interconnection 15GW emergency procurement + 60GW decade shortfallLargest US grid operator quantifies the gap: 60GW = ~60 nuclear plants. Natural gas construction costs 2x in 5 years. Hardest bottleneck to clear (3-7 year plant timelines).

Signals of hardening:

DateSignalWhat It Means
2026-04-11PJM 60GW shortfall, natural gas costs doubled in 5 yearsThe scale of the gap is larger than previously understood and construction costs are rising, not falling

Opportunity angle: Companies providing power infrastructure, grid management, or energy efficiency solutions for AI datacenters. Utility companies serving major datacenter regions (Texas, Virginia). NVIDIA's grid stabilization approach could create a new category of "smart datacenter" infrastructure.


BN-005: Talent Concentration in Frontier Labs

Type: talent / structural Status: loosening Date identified: 2026-03-27

What it blocks:

Blocked Node/EdgeHow It's BlockedImpact if Cleared
open-source-modelsThe most capable AI researchers are concentrated at 4-5 frontier labs (OpenAI, Anthropic, Google, Meta, xAI). Open-source models depend on either (a) Meta releasing weights or (b) smaller teams achieving competitive results with less compute.Distributed innovation ecosystem where many groups can produce frontier-quality models.
ai-research-breakthroughsNovel research comes disproportionately from well-funded labs with large clusters. Academic researchers struggle to run experiments at frontier scale.Research breakthroughs accelerate because more groups can experiment at scale.

Who's attacking it:

PlayerApproachProgress
NVIDIA Nemotron CoalitionOpen model collaboration with Mistral β€” shared compute and expertiseAnnounced Mar 26, first joint base model in development
Cursor / Kimi K2.5Open MoE base + domain-specific RL β€” proves you can match proprietary models with open weights + specialized trainingComposer 2 scores competitive with closed models for coding
AI2 (Allen Institute)Open-weight MolmoWeb β€” 8B model beating GPT-4o on web navigationProves small open models can beat large closed ones in specific domains
RISC-V ecosystemOpen-source compute stack (Alibaba XuanTie C950)Alternative compute that doesn't require licensing from concentrated players

Signals of loosening:

DateSignalWhat It Means
2026-03-26NVIDIA Nemotron Coalition β€” open model collaboration with MistralLargest GPU company actively investing in open model ecosystem
2026-03-26Cursor Composer 2 built on open Kimi K2.5, not proprietary modelsCommercial success possible without frontier lab talent for base model
2026-03-25MolmoWeb 8B > GPT-4o on web navigationDomain specialization compensates for talent concentration

Opportunity angle: Skills and tools that enable domain-specific model training (RL in specific harnesses, per Cursor's approach). The "train once, optimize many" paradigm (NVIDIA Puzzle) reduces the talent needed for deployment optimization.


Cleared Bottlenecks (Historical)

IDBottleneckCleared DateWhat It UnlockedWho Benefited

Hardening Bottlenecks (Getting Worse)

IDBottleneckWhy HardeningConsequence
BN-003AI cybersecurity offense/defense asymmetryOffensive capabilities (Mythos, Claudini) advancing faster than defensive toolingEnterprise adoption slowed; security-sensitive sectors delay AI deployment

Source: bottleneck-map.md

Raw markdown Β· Eigen AI Terminal