← All editions
Edition · Tue, Jun 2, 2026

Microsoft cuts the OpenAI cord —
Polaris takes the Copilot default.

12 SIGNALS WINDOW: MAY 26 – JUN 2 SOURCES: MICROSOFT · OPENAI · ANTHROPIC · BLOOMBERG · TECHCRUNCH · BUSINESSWIRE · GITHUB

The three hyperscalers each picked a distinctive move this week, and the contrast is the story. Microsoft Build 2026 opened today in San Francisco with Project Polaris — Microsoft's own in-house coding model — slated to replace GPT-4 Turbo as the default reasoning engine in GitHub Copilot from August, with automatic migration and an optional three-month fallback. In the same keynote, the Windows Agent Framework v1.0 was re-licensed MIT, Azure Agent Mesh entered preview as a control plane that federates agent execution across on-prem Windows servers, Windows 365 Cloud PCs and Azure Arc edge devices, and Copilot Workspace exited beta — the full agent stack, one event. The clean read is that Microsoft no longer wants its flagship developer product running on someone else's model. OpenAI took the other route: instead of building a substitute model, it shipped a case study with Thrive Holdings of a self-improving tax-prep agent that climbed from ~25% to up to 97% accuracy on 7,000 returns by feeding production corrections back to Codex as evaluation signal — a vertical loop, not a horizontal substitute. The same week, OpenAI launched Rosalind Biodefense, giving free GPT-Rosalind access to Lawrence Livermore, Johns Hopkins APL, CEPI, SecureDNA and vetted U.S. government partners. Anthropic played the third hand — safety and standing. The Frontier Red Team published a "Strategic Warning" progress report quantifying undergrad-level cyber and expert-level virology capability on current models; the day before, Bloomberg reported Anthropic had finally agreed to give the EU's ENISA access to Mythos through Project Glasswing — the first EU institution to clear the bar, after months of stalled talks. Around them, the funding wave moved one layer down: Tensormesh raised $20M from AMD Ventures, NVentures and CoreWeave for KV-cache inference (10× latency cuts at GA); Daloopa took $47M Series C as the structured financial-data layer plugged into ChatGPT, Claude, Perplexity and Rogo via MCP; and three vertical-agent rounds — Saris ($28.8M, banking), Solstice ($21M, pharma MLR review) and Corgi ($106M Series B1 at $2.6B, insurtech, three weeks after its $160M Series B) — said the cheques have moved past horizontal chat to named back-office workflows. In OSS, Hermes Agent answered last week's self-evolving wave with its own move: v0.15.0 "Velocity Release" shipped 1,302 commits, collapsed run_agent.py by 76%, and turned Kanban into a multi-agent swarm runtime with orchestrator auto-decomposition and per-task model overrides. The buying side bought; the model side picked sides.

01

The lead — Microsoft Build cuts the OpenAI cord

01

Project Polaris — Microsoft's own coding model replaces GPT-4 Turbo as GitHub Copilot's default

Jun 2

The biggest signal from the Build 2026 keynote, and the one Microsoft has not publicly framed in these terms. Microsoft unveiled Project Polaris, an in-house mixture-of-experts coding model with specialised sub-modules tuned per language and framework, and put it on a timetable: August 2026, automatic migration of GitHub Copilot subscribers off GPT-4 Turbo and onto Polaris as the default reasoning engine, with an optional three-month fallback for teams that want to stay on GPT-4. Internal benchmarks cited by Microsoft show Polaris ahead of GPT-4 Turbo on HumanEval and MBPP, with outsized gains in Rust and Haskell; Pro tier subscribers get 100,000-line multi-file context and autonomous test generation; the model runs on Microsoft's own Maia AI accelerators inside Azure. Three reads. (1) Copilot has been the single largest commercial revenue line running on an OpenAI model — defaulting it off GPT-4 ends that posture and gives Microsoft model-level independence on the developer surface that matters most to it. (2) The MoE-per-language design is the same architectural decision Cursor's Composer team made a year ago — coding agents converge on specialisation faster than chat does, because the eval signal is unambiguous. (3) Polaris ships into the same window Anthropic's Opus 4.8 / Cognition / Cursor 3.6 are still consolidating in — Copilot's three-year Gartner MQ lead is now backed by a model Microsoft fully owns.

02

Windows Agent Framework goes MIT, Azure Agent Mesh enters preview, Copilot Workspace exits beta

Jun 2–3

The agent stack Microsoft has been shipping in pieces for six months finally lined up in a single keynote. The Windows Agent Framework (WAF) v1.0 — Microsoft's library for agents that target local Windows machines, Windows 365 Cloud PCs and Azure Arc edge devices — was re-licensed MIT at Build, with its core primitives (an Agent Registration Service, a declarative YAML manifest, a gRPC pub/sub bus, an AI-native memory service) open to vendors. Azure Agent Mesh entered preview as the matching control plane: a federation layer that takes the same WAF manifests and routes execution to the nearest node by latency and GPU availability across Windows server / Windows 365 / Arc edge — consumption-priced, GA targeted Q4 2026. And Copilot Workspace — the natural-language feature-request → plan → multi-file edit → PR pipeline first teased a year ago — finally exited beta to GA. Three reads. (1) The MIT re-license is the strategically important bit: it puts WAF on the same neutrality footing as Microsoft Agent Framework, and effectively concedes that "agents are defined in YAML, not tied to a runtime" is the contract — exactly the message the open MCP spec implies and the message Anthropic's auth.md partners adopted last month. (2) The Mesh is the Windows-365 footprint cast as an agent fabric — a first-mover argument for "Windows is the runtime" that CrowdStrike-style ISVs and Adobe / Zoom (the named WAF launch partners) can build to. (3) Workspace GA puts Microsoft on parity at the SWE-agent tier with Cursor and Cognition / Devin in regulated buyer evaluations — the seat the Fiserv / BMS bake-offs already began naming.

02

OpenAI takes the other route — build the loop, not the cord

03

OpenAI × Thrive Holdings — a self-improving Codex tax-prep agent climbs from ~25% to 97% accuracy

May 27

The cleanest production case study yet for "the agent that improves itself from its own output." OpenAI's engineering blog details a six-month collaboration with Thrive Holdings (OpenAI took an equity stake in December 2025) and its Crete accounting-firm network, who built Tax AI: a Codex-powered agent for preparing IRS 1040 and 1041 returns that ingests practitioner feedback and full production traces, then uses Codex to run targeted evals and code modifications against the failure modes. The numbers OpenAI published are the headline: the agent started near ~25% accuracy on full returns and climbed to up to 97% over weeks; 7,000 returns processed in the pilot; ~33% practitioner time saved; ~50% throughput gain; one senior accountant cited as going from 180 hours on tax prep last year to 15 hours this year. Three reads. (1) This is the OpenAI answer to last week's self-evolving wave on GitHub (AutoResearchClaw, evo, evolver, CORAL, A-Evolve) — the same primitive, shipped in a regulated vertical with real returns and a real revenue model. (2) The structure is the operational version of what the Hermes Agent changelog describes — feedback in, skill update out — but inside an enterprise contract that owns the IP (Thrive Holdings). (3) The threshold cleared here — vertical self-improvement above 95% accuracy — is the one regulated buyers (banking, healthcare, life sciences) have been waiting for to move agents from "assist" to "auto-execute"; expect the next round of pharma / financial vendor announcements to point to this case study.

04

OpenAI launches Rosalind Biodefense — GPT-Rosalind goes to U.S. agencies, allies, academia

May 29

OpenAI's second big move of the week is the regulatory / public-good complement to the Thrive case study. Rosalind Biodefense sponsors free access to GPT-Rosalind — the life-sciences model OpenAI published earlier this year, named after Rosalind Franklin — for "trusted developers" building biodefense applications, plus expanded access for select U.S. government and allied partners working on pandemic preparedness, early detection and non-pharmaceutical interventions. Early named partners: Lawrence Livermore National Laboratory, Johns Hopkins Applied Physics Laboratory, CEPI, Fourth Eon and SecureDNA. OpenAI briefed the White House and several federal agencies in advance. Two reads. (1) Rosalind is the OpenAI move that mirrors the structure of Anthropic's Gates Foundation partnership (covered earlier in this brief): give the model away to the regulated public good user, build the regulator relationship that the Frontier Governance Framework needed a counter-example for. (2) The named partner list — LLNL + APL — places Rosalind inside the same federal procurement perimeter Anthropic's Pentagon work occupies; pandemic and biodefense join cyber as the second dual-use vertical where US government access is now a competitive frontier.

03

Anthropic plays the safety card

05

Anthropic Frontier Red Team — the "Strategic Warning" progress report

May 28

Anthropic's third post of the week — alongside the $65B / $965B round and Opus 4.8 — was the one easiest to miss and the most consequential editorially. The Frontier Red Team published a multi-section progress report under the title "Strategic Warning for AI Risk", detailing where current models sit on the dual-use capability ladder. The number that travels: Claude 3.7 Sonnet solves ~33% of Cybench challenges within five attempts, up from ~5% at this time last year — the year-over-year jump that puts the frontier through the undergraduate-cyber threshold. The report also names expert-level virology as a capability that has now been observed in pre-deployment testing by the US AI Safety Institute and UK AISI, and discloses a NNSA partnership running classified red-team evaluations of Claude against nuclear-weapons knowledge. Two reads. (1) This is the third pillar of the Anthropic-as-regulator-friendly-frontier-lab posture, on top of the Frontier Governance Framework (covered last week) and the Long-Term Benefit Trust governance structure — every Anthropic release this quarter has paired a capability announcement with an evidence-based risk publication, and the contrast with OpenAI's Rosalind + Codex case studies is the point. (2) The Cybench number is the headline regulators will quote: a frontier model going from high-school to undergraduate in cyber CTF inside twelve months is the compressed-timeline evidence the EU AI Act's Code of Practice has been waiting for; expect the September NIST AISI report to cite this curve directly.

06

Update — ENISA becomes the first EU institution in Project Glasswing

Jun 1

The other half of the safety card — and the resolution to a story this brief has been tracking since April. Bloomberg reported on June 1 that Anthropic has agreed to give ENISA, the EU's cybersecurity agency, access to Mythos via Project Glasswing, making it the first EU institution to clear the bar. The arrangement is not yet fully signed — Anthropic and the European Commission are still negotiating the terms — but European Commission officials traveled to San Francisco last week for the working meetings, ending a months-long stall in which Brussels had been pushing for Mythos access since the model's preview in April without success. Two reads. (1) Glasswing going from ~40 named organisations (Amazon, Apple, Microsoft, Google, Linux Foundation, JP Morgan, NVIDIA, plus most of the US national-security contractors) to one EU government agency is the key audit-surface shift — until ENISA, the model was effectively a US-procurement asset, and the EU AI Act review would have been forced to treat it as such. (2) With Mozilla having already disclosed 271 Firefox vulnerabilities through Mythos and the NSA AISC having published the first MCP security baseline last week, the cyber-AI regulator-vendor triangle (Mozilla, NSA, ENISA) is now Anthropic-shaped — the strategic moat under the model is the relationship list, not the weights.

04

The funding wave moves to the plumbing

07

Tensormesh — $20M, Tensormesh Inference GA (AMD Ventures, NVentures, CoreWeave)

May 27

The most strategically loaded inference-layer round of 2026 so far. Tensormesh — founded by University of Chicago / UC Berkeley / CMU researchers led by Junchen Jiang, co-creator of the open-source LMCache — closed a $20M seed extension with all three of the relevant compute incumbents on the cap table: AMD Ventures, NVIDIA's NVentures and CoreWeave, plus Valley Capital and Laude. Total raised to date: $24.5M. Same-day, Tensormesh Inference moved to general availability with a deliberately provocative pricing line: cached input tokens served from the KV cache are billed at zero across all serverless deployments. Headline claim: up to 10× latency and GPU-spend reduction on enterprise inference workloads that re-process the same context across requests. Two reads. (1) NVIDIA + AMD + CoreWeave on the same cap table is the rare signal that the cost-of-inference problem is now consensus across the accelerator vendors, not a hyperscaler-only concern — margin compression at the model layer is creating room for an explicit caching primitive. (2) Tensormesh is where last week's MCP context-bloat debate (10.5% context-window reduction per four-server install) lands operationally: cache the inputs, charge nothing for them, sell the differential. The KV cache becomes an MCP-era line item.

08

Daloopa — $47M Series C for the financial-data layer plugged into every analyst MCP

May 28

The other plumbing round of the week, and the one with the cleanest agent-era thesis. Daloopa raised $47M Series C led by Brighton Park Capital with Squarepoint, Touring and Nexus. The product is a structured financial-data layer covering 5,500+ public companies, every data point linked back to its primary filing for audit. The agent-era hook: Daloopa has shipped MCP connectors for ChatGPT, Claude, Perplexity and Rogo, and published a benchmark showing agent accuracy improves by up to 71 percentage points when grounded in the audited financial dataset versus generic web retrieval — the consequential number for any buy-side firm trying to put Claude or ChatGPT in front of an analyst desk. Three reads. (1) 71pp is the largest single grounding-vs-web delta any structured-data vendor has published this year — the bull case for the MCP-anywhere thesis cashed out in a number a CIO can quote. (2) The investor list is itself the signal: Squarepoint and Touring are quant/buy-side, not generic AI funds — the buyers are investing in their own grounded-data layer because they will not let an analyst agent ship without it. (3) Read with Tensormesh (item 07), the week's lesson on the funding side is unambiguous: the cheques are leaving the horizontal model layer and moving to the substrate regulated workloads need to ship.

05

The vertical-agent rush — banking, pharma, insurance all take cheques

09

Saris ($28.8M, banking), Solstice ($21M, pharma MLR), Corgi ($106M at $2.6B, insurtech)

May 28

Three rounds on the same Wednesday, each pointing at a named back-office workflow rather than a horizontal chat surface. Saris closed a $28.8M Series A led by 8VC (with Audacious, Homebrew, Btech Consortium, Service Ventures) for an agentic workflow platform for banks and credit unions that integrates directly with Fiserv, Encompass and MeridianLink; the headline claim is up to 70% of consumer / mortgage / commercial lending tasks automated with up to 35% cost reduction — the lending-stack version of what Fiserv × Cognition signed for core banking last week. Solstice took a $21M Series A led by Transformation Capital for AI-native pharma marketing / Medical, Legal & Regulatory (MLR) review, compressing campaign launches from ~3 months to ~10 days and MLR review cycles from 3.2 to 1.2 rounds — the pharma operational counterpart to the BMS × Claude rollout. And Corgi — the agentic insurtech that raised a $160M Series B three weeks ago — turned around with a $106M Series B1 at a $2.6B valuation, doubling in three weeks; the round leader is TCV. Two reads. (1) Three rounds in three workflow verticals on the same day is the new shape of agent-era enterprise funding: each vertical is now competitive enough to support a category-specific agent vendor at a $200M+ valuation, and horizontal-chat agentic plays are visibly losing share of cheque count. (2) Corgi doubling in three weeks is the velocity tell — insurtech is the second vertical in 2026 (after coding-agents) where investor demand is moving on multi-week, not multi-quarter, cycles.

06

OSS — Hermes answers the wave, Claude for Legal crosses 90, two new harness tools

10

Update — Hermes Agent v0.15.0 "Velocity Release" — 1,302 commits, Kanban becomes a swarm runtime

May 28–29

The materially new Hermes development since last week's OpenRouter milestone. v0.15.0 — tagged 2026.5.28 — shipped 1,302 commits, 747 merged PRs, 282k insertions / 36k deletions across 1,746 files from 321 contributors, with the next-day patch v0.15.1 closing a loopback-mode regression. The substantive changes. (1) run_agent.py collapsed from 16,083 to 3,821 lines (-76%) across 14 cohesive agent/* modules — the refactor Nous needed before the harness could go multi-agent without becoming unmaintainable. (2) Kanban graduated from a task tracker into a multi-agent platform: orchestrator auto-decomposition, swarm topology, scheduled tasks, worktree-per-task isolation and per-task model overrides — Hermes can now itself host the same self-evolving / autoresearch patterns last week's wave (AutoResearchClaw, evo, evolver, CORAL) shipped as separate runtimes. (3) session_search 4,500× faster, 47% fewer per-conversation function calls, and a Promptware Defense layer that inspects tool output / recalled memory / stored skills at three chokepoints against Brainworm-class prompt injection. Two reads. (1) Hermes's response to "every OSS repo is shipping self-evolving primitives" is to absorb the primitive into the production harness already running 224B tokens/day on OpenRouter — the consolidation move the category was waiting for. (2) The 76% line reduction is the engineering tell: the Hermes team is now explicitly building a long-cycle infrastructure product, not a research artefact.

11

Update — Claude for Legal crosses 90+ named agents, available to every paying Claude customer

Jun 1

Three weeks after the May 12 launch (covered earlier in this brief), Artificial Lawyer reported that Claude for Legal's public agent catalog has crossed 90+ named legal AI agents — end-to-end workflow agents with practice-area names like Vendor Agreement Reviewer, DSAR Responder, Termination Reviewer and Claim Chart Builder — each invokable by a single command and customisable in plain English. The catalog is now public on Anthropic's Claude for Legal GitHub page, and the agents + the 20+ legal-tech MCP connectors are available to every paying Claude customer, not gated behind an enterprise SOW. Two reads. (1) The number that matters is the cadence: going from "12 practice-area plugins" at launch to 90+ named agents in three weeks tells you Anthropic has moved Claude for Legal to a continuously-updated product, not a quarterly drop. (2) The bigger structural read is the "available to every paying customer" framing — Anthropic is positioning Claude for Legal as the vertical playbook that proves you can put 100+ workflow agents in front of a regulated profession without an enterprise integration, and the same playbook is now visibly being copied in finance (Daloopa, Saris) and pharma (Solstice).

12

Watch list — chopratejas/headroom and ComposioHQ/agent-orchestrator

tracking

Two repos worth a closer look before next week, both pointed at problems the agent harness layer has been accumulating. chopratejas/headroom is a context-compression middleware for tool outputs, logs, search results and intermediate agent steps — library, proxy and MCP-server form factors — that stabilises dynamic content (timestamps, UUIDs), strips low-signal sections, and keeps the compressed view reversible so the LLM can re-hydrate from the original on demand. The headline claim is 60–95% fewer tokens on the same tool output; Python via pip install "headroom-ai[all]", TypeScript via npm install headroom-ai. The pair to Tensormesh on the harness side: if KV-cache GA pushes cost down at the inference layer, headroom pushes volume down at the harness layer. ComposioHQ/ agent-orchestrator is the other shape — an autonomous orchestrator for parallel coding agents that plans tasks, spawns agents, and handles CI fixes, merge conflicts and reviews; a single ao start auto-detects language and package manager, generates an agent-orchestrator.yaml and brings up the dashboard. The two together describe the harness layer cleanly: headroom compresses what an agent sees, agent-orchestrator multiplies what an agent does. Both are in active development through the window — worth a longer pass in next week's brief if velocity holds.

Compiled 2026-06-02 from Microsoft's Build 2026 Live blog with Windows News / AI Tools Recap / AI Weekly / TechRadar / Notebookcheck context on Project Polaris, Windows Agent Framework, Azure Agent Mesh and Copilot Workspace; OpenAI's engineering blog on the Thrive Holdings tax-prep case study and the Rosalind Biodefense press with Axios and R&D World coverage; Anthropic's "Strategic Warning" Frontier Red Team progress report with the LessWrong mirror; Bloomberg / Dark Reading / Techzine / CryptoBriefing on Anthropic × ENISA Mythos access; BusinessWire, SiliconANGLE, Tech Startups and Tensormesh's own post for the $20M seed extension and Tensormesh Inference GA; PR Newswire / Daloopa / FinTech Global / Finextra on the $47M Series C; BusinessWire / Tech Startups (Saris), PR Newswire / HIT Consultant (Solstice) and TechCrunch / PR Newswire (Corgi) on the three vertical-agent rounds; NousResearch/hermes-agent release pages and TECHSY for the v0.15.0 / v0.15.1 release; Artificial Lawyer for the Claude for Legal agent-count update; and direct GitHub verifications for chopratejas/ headroom and ComposioHQ/agent-orchestrator — window of May 26 – Jun 2. Numbers and version tags are as reported by the primary sources at compile time. Hand-curated; corrections → jay@jfound.net.

← Back to all Spotlight editions