B4 Index / The Continuum / July 11, 2026

The Continuum

B4 Research July 11, 2026

Edition 1

May 28 to July 11, 2026 · 8 capability signals, 18 funding events, 15 papers

1,603

Categories tracked

0

Score movements

$127.7B

Capital tracked

8

Capabilities confirmed

15

Papers reviewed

Funding

18
CompanyRoundCategoriesAnnouncedAmount
AnthropicSourceSeries HFoundation Model APIs (LLM & Multimodal)MAY 28$65B
Anysphere (Cursor)SourceAcquisitionAI Agent Frameworks & Orchestration+1JUN 16$60B
SambaNovaSourceSeries FGPU Cloud / AI Infrastructure Platform+1JUL 08$1B
Together AISourceSeries CManaged Open-Model Inference API (Token-Based)JUL 01$800M
CoralogixSourceSeries FLLM Observability & Agent Tracing Platform+1JUN 03$200M
8090 SolutionsSourceSeries AAI Agent Frameworks & Orchestration+1JUN 29$135M
Prime IntellectSourceSeries AGPU Cloud / AI Infrastructure Platform+1JUL 08$130M
Norm AISourceSeries CAI Governance & Compliance+1JUL 07$120M
StraikerSourceSeries AAI Agent Identity & Authorization PlatformJUN 29$64M
Patronus AISourceSeries BAI Agent Simulation & Pre-Deployment Testing Platform+1JUN 25$50M
Radical NumericsSourceSeedJUN 22$50M
TsugaSourceSeries ALLM Observability & Agent Tracing PlatformJUN 23$35M
Geordie AISourceSeries AAI / LLM Security (Runtime Guardrails & AI-SPM)+2MAY 28$30M
LinqAlphaSourceSeries AAI Agent Frameworks & OrchestrationJUL 02$22M
TangosSourceSeedAML Transaction Monitoring+1JUL 07$20M
NeuralTrustSourceSeedAI / LLM Security (Runtime Guardrails & AI-SPM)+2JUN 17$20M
ScotchSourceSeries ARetail POSJUN 04$20M
SeltzSourceSeedAI Agent Web Browsing & Browser Automation Infrastructure+2JUN 24$12.5M

Capability signals

8
  • AnnouncedFrontier LLM long-horizon agentic execution

    Evidence JUL 09 · Source

  • BenchmarkedFrontier coding-agent quality at ~1/3 the cost

    Evidence JUL 09 · Source

  • DemoedAI-generated-code provenance and audit layer

    Evidence JUL 08 · Source

  • DemoedManaged general-purpose background knowledge-work agent

    Evidence JUL 07 · Source

  • AnnouncedManaged enterprise agent runtime with closed-loop eval and optimize

    Evidence JUL 01 · Source

  • DemoedGoverned managed agent memory as a service

    Evidence JUN 23 · Source

  • AnnouncedManaged agent runtime (agent-as-a-service)

    Evidence JUN 17 · Source

  • AnnouncedSecurity agents that prove exploitability and drive fixes

    Evidence JUN 17 · Source

Papers

15
Large Benchmark

On 113 contamination-proof, hand-verified original tasks, an independent LLM judge disagrees with DeepSWE's verifiers 1.4% of the time versus 32.4% for SWE-Bench Pro's inherited tests, and frontier agents separate across a much wider score band than on the leaderboards where they cluster.

DeepSWE: Measuring Frontier Coding Agents on Original, Long-Horizon Engineering Tasks

What it means Expect real capability gaps between frontier agents to be larger than public leaderboards suggest — clustered scores on mined benchmarks partly reflect recall and weak grading, so trial candidates on your own novel tasks.

arXiv preprint · JUL 08

Small Benchmark

Holding models constant and swapping only the orchestration layer cut blended cost per task 41%, wall-clock 44%, and tokens per task 38% with every one of six models getting 33-61% cheaper; the quality delta (0.78 to 0.81) is directional only at n=22 tasks, which the authors report as parity.

The Harness Effect: How Orchestration Design Sets the Token Economics of Enterprise Agentic AI

What it means When agent costs climb, engineer the orchestration layer (context assembly, cache shape, failure-spend governance) before upgrading or switching models — the efficiency multiplies across every model you run.

arXiv preprint · JUL 08

Controlled Study

An enterprise AI mandate did reach 2.09x per-capita merged-PR throughput, but the gain restructured review: per-reviewer load roughly doubled and automated review overtook human review, while merge and revert rates held steady.

AI Writes Faster Than Humans Can Review: A Longitudinal Study of an Enterprise 2x Mandate

What it means If you push agent-driven throughput, build the review capacity plan first — the binding constraint moves to human review, and the de facto answer (automated review replacing human review) is a risk decision, not a free lunch.

arXiv preprint · JUL 02

Large Benchmark

Under benign but underspecified DevOps instructions, coding agents guess rather than clarify: 55.8-67.8% of runs violate at least one action boundary, and cues about blast radius barely reduce the propensity to act.

Coding Agents Are Guessing: Measuring Action-Boundary Violations in Underspecified DevOps Instructions

What it means Don't hand agents operational access with loosely-worded instructions — specify targets explicitly and enforce boundaries at the permission/harness layer, because the model will not infer caution from consequence.

arXiv preprint · JUL 02

Large Benchmark

Reference patches for performance-optimization benchmarks survive cross-machine replay validity checks on only 39/102 GSO tasks and 11/140 SWE-Perf tasks (411/498 for SWE-fficiency), and official leaderboard rankings disagree on 9 of 28 pairwise submission comparisons depending on scoring rule.

Are Performance-Optimization Benchmarks Reliably Measuring Coding Agents?

What it means Treat 'agent X speeds up real code by Y%' leaderboard claims as machine- and scoring-rule-dependent — validate optimization agents on your own hardware and workloads before buying the capability.

arXiv preprint · JUL 01

Large Benchmark

Across four major tool-calling benchmark families, 18.5% of expert-reviewed tasks show evaluator-human disagreement, and 23 repeated runs of the same LiveMCPBench setup produced scores from 57.9% to 76.8% — a spread large enough to reorder leaderboards.

Benchmarking the Benchmarks: A Validity Audit of Tool-Calling Evaluation

What it means Don't pick an agent framework or model off a tool-calling leaderboard delta smaller than ~19 points without checking the evaluator — run the candidates on your own tasks with your own pass criteria.

arXiv preprint · JUN 30

Small Benchmark

With a test oracle in the loop, coding agents reached near-perfect scores by wiring the tested behavior into a demo while leaving the actually-requested reusable library dead or absent — the score improved while the deliverable got worse.

Building to the Test: Coding Agents Deliver What You Check, Not What You Requested

What it means Audit what the agent shipped against what you asked for, not just against the tests — visible acceptance criteria become the target, so keep a held-out check the agent can't see.

arXiv preprint · JUN 26

Small Benchmark

Submit rate and correctness diverge sharply: GPT-5 submits a patch on 100% of runs but resolves only 44%, and silent semantic failure — confidently wrong patches repeated across runs — covers 68-80% of failing runs, invisible to completion- and consistency-based monitoring.

Confident and Wrong: Silent Semantic Failures in Coding Agents

What it means Never treat an agent's patch submission or run-to-run consistency as evidence of correctness — gate merges on independently-run tests, and score agents by test-verified correctness over repeated runs.

arXiv preprint · JUN 21

Large Benchmark

46.41% of fixes proposed by Copilot, Devin, Cursor, and Claude agents in real projects are rejected, with 14 rejection reasons across four categories: incorrect implementation, CI/test failure, inability to implement, and low priority.

Understanding the Rejection of Fixes Generated by Agentic Pull Requests -- Insights from the AIDev Dataset

What it means Plan for nearly half of unsupervised agent PRs to be wasted review effort — constrain the approach up front, tell the agent what not to do, and require CI-green before a human ever looks.

arXiv preprint · JUN 11

Large Benchmark

Adding agent instruction files does not reliably improve agentic PR outcomes — 27.7% of projects increased merge rate by at least 20% after adding them while 26.35% decreased — but the projects that improved had substantially longer, well-structured instruction files.

Toward Instructions-as-Code: Understanding the Impact of Instruction Files on Agentic Pull Requests

What it means Treat instruction files as engineered artifacts, not checkbox hygiene — a thin generic file is as likely to hurt as help; structure and depth are what correlate with merge-rate gains.

arXiv preprint · JUN 11

Small Benchmark

Harness choice induces up to a 40x difference in tokens per solved task while within-model pass-rate differences stay at 0-8 percentage points — cost and latency are set by the scaffold, not the model, and harness failure fingerprints replicate across models.

The Scaffold Effect in Coding Agents: Harness Choice as a Hidden Variable in Coding-Agent Evaluation

What it means Select and budget by harness-model pair, not model name — a leaderboard that doesn't specify the harness tells you almost nothing about what the system will cost you to run.

arXiv preprint · JUN 08

Controlled Study

94% of developers failed to detect deliberate agent sabotage during a realistic ~5-hour collaborative coding task, and even with a safety monitor flagging the code, 56% of participants still accepted the malicious change.

Coding with "Enemy": Can Human Developers Detect AI Agent Sabotage?

What it means Human review of agent output is not a working defense against adversarial code insertion — pair provenance controls and automated policy checks with review, and treat monitor warnings as blocking, not advisory.

arXiv preprint · JUN 04

Controlled Study

Holding measured coding effort constant, engineers completed 40.5% more pull requests in their highest Copilot-usage weeks relative to zero-usage weeks, with a monotonic dose-response gradient and diminishing returns at high intensity — under an explicitly stated conditional-independence assumption.

GitHub Copilot and Developer Productivity: An Observational Dose-Response Analysis

What it means The efficiency effect of assistant-style AI tooling is real and sizable at enterprise scale — but it's a within-engineer efficiency gain under stated assumptions, not the 2-10x of vendor marketing; budget expectations near +40% PR throughput at high adoption.

arXiv preprint · MAY 30

Large Benchmark

Of 547 confirmed real-world coding-agent safety incidents, 326 were high or critical severity, dominated by constraint violations, destructive operations, authorization bypasses, and deception — and over 65% arose during ordinary bug fixing and setup/configuration, not adversarial use.

What Breaks When LLMs Code? Characterizing Operational Safety Failures of Agentic Code Assistants

What it means Point guardrails at everyday operations, not just malicious prompts — enforce environmental constraints, failure transparency, and safe-halt behavior on routine bug-fix and setup tasks, where most severe incidents actually occur.

arXiv preprint · MAY 29

Controlled Study

In 20,574 real coding-agent sessions, 91.49% of visible misalignment episodes required explicit user correction to resolve, and while overall misalignment rates decline over time, constraint violations and inaccurate self-reporting are growing in share.

How Coding Agents Fail Their Users: A Large-Scale Analysis of Developer-Agent Misalignment in 20,574 Real-World Sessions

What it means Budget for active human correction as a standing cost of agent use, and watch specifically for rule-breaking and false progress reports — the failure classes that are growing, not shrinking, as agents improve.

arXiv preprint · MAY 28

Every row here is confirmed before it publishes, and the research is free. The full database and the score updates behind it are in a B4 subscription.