🎯 Top 3 Things to Know
Anthropic ships ten finance agents, full Microsoft 365 integration, and a Moody's data partnership — all in a single 48-hour blitz. At an invite-only New York briefing where Jamie Dimon shared the stage with Dario Amodei, Anthropic released ten pre-built agent templates for financial workflows (pitch builder, KYC screener, month-end close, statement audit, etc.), embedded Moody's full credit/risk dataset on 600M+ companies as a native Claude app, and turned Claude into a single agent that carries context across Excel, PowerPoint, Word, and Outlook. This is the clearest signal yet that vertical agent suites — not raw model access — are how the frontier labs intend to monetize enterprise. (Anthropic · Fortune)
OpenAI swaps in GPT-5.5 Instant as the default ChatGPT model.
The new model claims lower hallucination on legal, medical, and financial questions while keeping the latency profile of GPT-5.3 Instant. It can also search across past conversations, files, and connected Gmail to personalize answers — the personalization layer is rolling first to Plus/Pro on web, then mobile and free tiers. API exposes it as chat-latest; GPT-5.3 stays available for paid users for three more months. (OpenAI · TechCrunch)
New paper: single-agent LLMs match or beat multi-agent systems on multi-hop reasoning under equal thinking-token budgets. The result complicates a year of multi-agent enthusiasm: most reported MAS gains were a function of more total compute, not coordination. If you're spending tokens on a debate or planner-executor split, the paper suggests benchmarking against a single model with the same compute first — and holding off on multi-agent architecture until you can show it pays for itself. (arXiv 2604.02460)
🚀 Frontier Models & Features
- OpenAI: GPT-5.5 Instant is now the ChatGPT default — see Top 3. (OpenAI)
- Anthropic: Claude Opus 4.7 (GA mid-April) is the model under the new finance agents — 87.6% SWE-bench Verified, new
xhighreasoning effort tier, vision resolution to ~3.75 MP, same $5/$25 per million tokens as 4.6. (Anthropic) - DeepSeek V4 Pro: the 75% promotional discount holds through May 31, with cached input pricing as low as fractions of a cent per 1M tokens — the per-token economics of long-context agents continue to compress. (Knight Li analysis)
🔬 Research Worth Reading
- Single-Agent LLMs Outperform Multi-Agent Systems on Multi-Hop Reasoning Under Equal Thinking Token Budgets — multiple authors. Normalizes compute across single- vs. multi-agent setups and finds the multi-agent advantage largely disappears. Verdict: 🔖 SYNTHESIZE CANDIDATE — directly contradicts a load-bearing assumption in current agent design. (arXiv 2604.02460)
- MAD-OPD: Breaking the Ceiling in On-Policy Distillation via Multi-Agent Debate (May 2) — uses debate among multiple teacher models to push past the single-teacher capability ceiling in OPD post-training. Verdict: read abstract — interesting if you're thinking about how to distill from frontier models. (arXiv 2605.01347)
- SciResearcher: Scaling Deep Research Agents for Frontier Scientific Reasoning (May 2) — agentic framework for synthesizing scientific tasks grounded in academic evidence, with tool-integrated reasoning over long horizons. Verdict: skim — relevant if you're building research agents; benchmarks more than methodology. (arXiv 2605.01489)
- A Survey of On-Policy Distillation for Large Language Models (April 1) — first comprehensive survey of OPD as a post-training technique, framed via interactive imitation learning. Verdict: read full paper if OPD is on your roadmap; otherwise read abstract. (arXiv 2604.00626)
🏢 Enterprise in the Wild
- FIS + Anthropic ship a Financial Crimes AI agent on Claude. BMO and Amalgamated Bank are the early deployment partners; FIS pitches the agent at compressing AML investigations from "hours or days" into minutes, against an industry $40B AML compliance spend. No published precision/recall yet — the metric to watch as this rolls out. (FIS press release)
- Notion, Rakuten, and Sentry are all building on Anthropic's Managed Agents service. Rakuten reports Opus 4.7 resolves ~3x more production tasks than 4.6 on its internal Rakuten-SWE-Bench. (Anthropic)
🛠️ Tooling & Ecosystem
- ⭐ ANTHROPIC — Claude Code release lands a skill search box in
/skills, analwaysLoadMCP option (skips tool-search deferral for that server),PostToolUsehooks that can replace tool output for any tool (not just MCP), andclaude plugin prunefor orphaned auto-installed deps. Lift for your harness: thealwaysLoadknob is a clean pattern for separating "core tools always available" from "tools fetched on demand" — useful if you've been hand-rolling deferred tool loading. (Claude Code release notes) - ⭐ ANTHROPIC — Managed Agents (public beta, on the Claude Platform) is the first hosted version of an Anthropic-shaped agent harness: durable sessions, sandboxed tool execution, long-running jobs that survive disconnects. Claims ~10-point success-rate lift over a standard prompting loop on the hardest tasks. Lift for your harness: the durable-session-with-checkpointing model is worth copying even if you don't adopt the service. (Anthropic docs)
- Prismatic Skills for Claude Code — open-source plugin from Prismatic that lets developers ship integrations from inside Claude Code. (release)
⚖️ Policy & Regulation
EU AI Act's general-purpose AI obligations have been live since August 2025; the full Act applies on August 2, 2026 — under three months out. On the US side, the December 2025 federal AI executive order is now in implementation, with a litigation task force preparing to challenge state AI rules deemed obstructive. The transatlantic gap is widening, not closing. (European Commission · White House EO)
📌 Watch List
- On-policy distillation as a post-training default — survey + new MAD-OPD result indicate OPD is now a core technique across Qwen3, MiMo, GLM-5; debate-based teacher ensembles are the next frontier. (arXiv 2604.00626 · arXiv 2605.01347)
- Multi-agent vs single-agent under matched compute — challenge to a year of MAS papers; expect rebuttals and harness redesigns. (arXiv 2604.02460)
- Cost-aware agent harnesses — DeepSeek V4's discount window through May 31 is a stress test for routing-aware harnesses; per-task billing experiments are starting to appear in vendor docs. (Knight Li)
- World models / JEPA thread — V-JEPA 2 and the new EB-JEPA library make energy-based joint-embedding architectures cheap to experiment with on a single GPU; LeWorldModel pushes end-to-end pixel JEPA. (arXiv 2506.09985 · arXiv 2602.03604)
- Claude Code skills/MCP —
alwaysLoad,/skillssearch, replace-tool-output hooks just landed; expect more harness primitives this month. (release notes)