B4 Index / The Continuum / August 10, 2026

The Continuum

B4 Research August 10, 2026

May 10 to August 10, 2026 · 4 score movements, 2 capability signals, 18 funding events, 8 papers

1,603

Categories tracked

4

Score movements

$526.5B

Capital tracked

2

Capabilities confirmed

8

Papers reviewed

Calendar & Scheduling

Cal.com moved its production codebase closed-source on April 15, 2026 and spun the open edition into Cal.diy (MIT), which omits teams, round-robin, SAML SSO, SCIM, workflows, and routing forms and is officially recommended for personal/non-production use only. This removed the mature, near-parity AGPL self-host that justified the prior 5, dropping feasibility to a personal-layer-only self-build (3).

AUG 07

Score movements

  • Cloud Cost Management / FinOps

    Moved from 4 to 3: a deeper Aug-2026 pass (CNCF adoption data + an explicit capability-boundary escalation) showed the OSS stack covers visibility/allocation/policy but NOT the high-value cross-cloud commitment optimization and anomaly core, so it is a well-resourced ~50-70% option, not a mainstream ~80%+ replacement — the prior 4 overcounted visibility components as the core.

  • Low-Code / No-Code

    Raised from 3 to 4: named independent production self-builds on OSS + AI agents (GSK/Appsmith, FalconX/ToolJet) and a buildable peer neighborhood show building the core deliverable is now a documented mainstream choice, not just a well-resourced option.

  • Cloud Cost Management / FinOps

    Moved from 4 to 3: a deeper Aug-2026 pass (CNCF adoption data + an explicit capability-boundary escalation) showed the OSS stack covers visibility/allocation/policy but NOT the high-value cross-cloud commitment optimization and anomaly core, so it is a well-resourced ~50-70% option, not a mainstream ~80%+ replacement — the prior 4 overcounted visibility components as the core.

Funding

18
CompanyRoundCategoriesAnnouncedAmount
Nvidia (AI compute financing alliance)SourceAI compute financing alliance (MOUs)AUG 10$500B
IntelSourcePublic common-stock offeringAUG 10$15B
OpenAISourceEmployee tender / secondaryFoundation Model APIs (LLM & Multimodal)AUG 10$7B
FirmusSourceStrategic equity roundGPU Cloud / AI Infrastructure PlatformAUG 07$2B
HadrianSourceSeries DAUG 06$1.4B
LumilensSourceSeries CAUG 06$700M
AcrabSourceSeries BAUG 06$130M
Aureka BiotechnologiesSourceSeries BAUG 10$100M
OmiliaSourceSeries BAI Autonomous Customer Service Agent Platform+1AUG 06$67M
CormaSourceSeedExtended Detection & Response (XDR)+1AUG 10$60M
NaïveSourceSeries ACorporate Entity ManagementAUG 06$28.5M
Bios LifeSourceSeedAUG 10$25M
VibeIQSourceGrowth financingFashion Tech Pack & Product Specification Management Tool+1AUG 10$22.5M
MalachyteSourceSeedCommerce Search & Merchandising+2AUG 06$10M
Discovered MaterialsSourceSeedAUG 10$9M
SiteVue AISourceSeedAUG 06$7.5M
AnthropicSourceDatacenter financing partnershipFoundation Model APIs (LLM & Multimodal)AUG 10Undisclosed
NextSlideSourceAcquisition (by OpenAI)Presentation Design Platform (Beyond PowerPoint/Keynote)AUG 08Undisclosed

Capability signals

2
  • BenchmarkedMultilingual code-refactoring agent benchmark (SWE-Bench ProMax)

    Evidence AUG 10 · Source

  • BenchmarkedCross-site browser-agent benchmark (420 tasks, agent-as-a-judge)

    Evidence AUG 09 · Source

Papers

8
Small Benchmark

From neutral prompts, three frontier models (Fable 5, Opus 4.8, Opus 5) shipped code with unprompted SOC 2 conformance of 47-88% and real vulnerabilities (a reachable Werkzeug debugger RCE, an unauthenticated download, an endpoint returning every stored name and email); adding one sentence naming the SOC 2 standard lifted every case to 86-100% (worth 23-50 points) and removed every insecure construction.

Can AI Write Compliant Code, and to What Extent? Evaluating SOC 2 Compliance of Claude Fable 5, Claude Opus 4.8, and Claude Opus 5 Across Four Use Cases

What it means Name the compliance standard explicitly in the prompt and gate AI-generated infra/auth/PII code behind a security review; unprompted output ships RCE-class defects, controls outside the model's default conception (MFA, cookie flags, account lifecycle) survive even a named standard, and a newer model won't close the gap.

arXiv preprint · AUG 07

Controlled Study

Across 3.52M production code changes at a billions-of-users enterprise (Apr 2025-Apr 2026), AI-generated C++ carried a distinct quality profile - higher interface/coupling burden, more copy and allocation overhead, explicit loops over optimized standard APIs - translating to increased review effort and a 5-8% rise in compute consumption; taxonomy-informed static-analysis feedback cut targeted warnings 11.1%.

Characterizing the Quality Profile of AI-Generated C++ in Production

What it means Budget for the hidden tax on AI-authored code - extra review effort and ~5-8% more compute at runtime - and route it through taxonomy-informed static-analysis feedback; velocity gains are real but not free.

arXiv preprint · AUG 06

Small Benchmark

Recurrent context compression in long-horizon agents weakens the influence of recent interactions and measurably increases blocked actions, repeated exploration, and run-to-run instability; a verifier-guided compaction framework (TRACE) recovers task performance and multi-run reliability.

Toward Reliable Context Compression for Long-Horizon Agents: An Empirical Study of Execution Instability

What it means Treat context compaction as a reliability risk rather than a free cost optimization — measure multi-run stability before enabling it on long-horizon agents, since naive compression trades tokens for blocked actions and nondeterminism.

arXiv preprint · AUG 06

Case Study

A survey of 119 practitioners found LLM use has become a habitual component of professional software engineering, with reported patterns of functional dependence and overreliance — prioritizing LLMs over documentation or peer consultation — alongside less-common addiction-related difficulty moderating use.

Exploring Dependence, Overreliance, and Addiction Related Behaviors Associated with Large Language Model Use Among Software Engineers

What it means Build trust-calibration and mandatory verification into team practice — the productivity that drives adoption also drives overreliance (skipping docs and peers), so make 'verify the output' and 'consult a human/source' explicit workflow steps rather than assumed judgment.

arXiv preprint · AUG 06

Small Benchmark

Coding agents spend most of their token budget finding the file to patch rather than patching it — a 30B OpenHands agent averages 23 rounds and 631K tokens per resolved SWE-Bench issue — and a dedicated RL-trained retrieval step preserved resolve rate (27.0% vs 25.8%) while cutting 15% of rounds and 19% of tokens, but only above a retrieval-precision threshold below which retrieval degraded the agent.

CodeGrep: An RL-Trained Retrieval Agent for LLM Coding Agents

What it means Attack agent cost at repository retrieval, not just the model — a precise file-finding step cuts ~19% of tokens, but a weak retriever (BM25-grade) makes things worse, so measure retrieval precision before bolting one on.

arXiv preprint · AUG 06

Case Study

Engineers report a productivity-experience paradox: 84% report productivity improvement at both time points, yet the share of matched participants reporting worsened developer experience in at least one dimension nearly doubled from 14% to 27% over six months, with flow state and cognitive load eroding while feedback loops improved.

The Impact of AI Coding Assistants on Software Engineering: A Longitudinal Study

What it means Track developer experience alongside throughput when rolling out AI tooling — the work is shifting to supervisory correction of AI output, and that erosion shows up months after the productivity win.

arXiv preprint · MAY 22

Controlled Study

In legacy-code modernization, semantic-trap snippets silently changed behavior in 39.7% of attempts (versus 7.0% on benign controls), and the producing model silently endorsed 31.7% of its own drift cases — sometimes while correctly articulating the exact Python 2/3 semantic distinction that broke its output.

Articulate but Wrong: Self-Review Failures in LLM-Based Code Modernization

What it means Never use the model that performed a migration as its own behavioral reviewer — verify semantic preservation with executable oracles (characterization tests), especially around numeric semantics.

arXiv preprint · MAY 20

Small Benchmark

10.7% of passing SWE-agent trajectories are 'Lucky Passes' — regression cycles, blind retries, or missing verification that happen to end green — with per-model Lucky rates ranging 0.5% to 23.2%, enough to move models up to five leaderboard rank positions when scored by process quality.

AgentLens: Revealing The Lucky Pass Problem in SWE-Agent Evaluation

What it means When comparing agents for production use, inspect trajectories, not just pass rates — a model that passes by chaotic trial-and-error will be more expensive and less predictable on your real work than its score suggests.

arXiv preprint · MAY 13

Every row here cleared the pipeline's verification before it published, and the research is free. The full database and the score updates behind it are in a B4 subscription.