Top items
- OpenAI previews the GPT-5.6 family (Sol, Terra, Luna) — but access is temporarily limited to ~20 U.S.-government-approved organizations, with new bio/chem/cyber safeguards extended even to the cheapest tier.
- Anthropic’s Claude Fable 5 restored to Pro/Max/Team plans on July 1 with free “included access” through July 7, then billing at $10/$50 per million input/output tokens — double Opus 4.8.
- Sakana AI releases Fugu and Fugu-Ultra, models that orchestrate other models/agents and hit state-of-the-art on several coding, reasoning, and science benchmarks without depending on any one provider.
- Microsoft unveils MAI-Thinking-1, its first reasoning model built from scratch (not distilled from rivals), leading a family of seven MAI models.
- Canada Pension Plan commits $1.75B to EQT/EdgeConneX for 10+ GW of AI data center capacity, amid broader signs of both AI capex frenzy and AI-linked job cuts (28,000/month in tech and finance).
- U.S. government now gating frontier model launches — a new and contested pattern affecting both OpenAI and Anthropic.
Company & product developments
OpenAI previews the GPT-5.6 family — locked behind government approval
OpenAI announced a preview of its GPT-5.6 family, three closed vision-language models (text and images in, text out) that descend in price and performance: GPT-5.6 Sol (the most capable, comparable to Claude 5 Mythos), the mid-tier GPT-5.6 Terra, and the fast, cheaper GPT-5.6 Luna. Crucially, all three — plus versions with relaxed safeguards — are for now available only to a limited number of organizations the U.S. government has approved (around 20, unnamed), via OpenAI’s API and Codex. OpenAI says this restriction is temporary and that it does not want government-controlled access to become normal, promising wider release through ChatGPT, Codex, and the API “in the next few weeks.” OpenAI says it previewed the models and their capabilities to the government before launch, and at the government’s request limited the launch.
- Features: A new max reasoning level (Sol only) that spends more tokens deliberating; a new ultra mode (Sol only) in which the model spawns multiple subagents, assigns each a piece of a multi-step task, and coordinates them; and prompt caching with explicit breakpoints letting developers mark where reusable portions end.
- Pricing (per 1M input/cached/output tokens): Sol $5/$0.50/$30; Terra $2.50/$0.25/$15; Luna $1/$0.10/$6. Starting in July, Cerebras will serve GPT-5.6 Sol at up to 750 tokens/second (price TBA). Parameter count, architecture, training data and methods are undisclosed.
- How it was built: All three were trained to reason through long deliberative traces before output, using reinforcement learning to reward traces leading to successful output. Training drew on public web data, licensed partner data, OpenAI user data, and human-trainer data.
- Safeguards: Trained to resist jailbreaks and prompt injections, with special guardrails around biology, chemistry, and cybersecurity. All three use a fast classifier scanning every conversation for bio/chem/cyber attack content. Sol and Terra add a second classifier watching internal activations that intervenes mid-generation, pausing potentially problematic responses and handing them to a separate reasoning model that allows or withholds them. User behavior can trigger automated review of a user’s other conversations and, in some cases, manual review leading to suspension or ban. OpenAI plans to reserve its highest-risk cyber and bio/chem capabilities for vetted organizations in a “trusted-access program” that receives less-safeguarded versions.
Performance (mostly OpenAI’s own tests; independent confirmation scarce):
- Sol in ultra mode set state of the art at 91.9% on Terminal-Bench 2.1 (multistep command-line coding). At an unspecified reasoning level, Sol scored 88.8%, narrowly beating Anthropic’s Claude Mythos 5 (88.0%).
- On ExploitBench (finding/exploiting software vulnerabilities), Sol at max reasoning hit 73.5%, approaching Claude Mythos Preview (74.2%) while generating about one-third as many output tokens. It scored 96.7% on OpenAI’s internal capture-the-flag challenges. OpenAI nonetheless places Sol below its “critical” cybersecurity threshold — it found bugs and exploit components but did not autonomously build a complete working exploit.
- SecureBio (nonprofit biosecurity, the only independent bio results) found a guardrail-free Sol posted its highest-ever scores on several expert-level biology tests, including 68.3% on World-Class Bio (advanced bioengineering knowledge), a nearly 10-point jump over GPT-5.5’s 59.7%.
- METR could not produce a clean autonomy capability score because Sol so often found shortcuts (e.g., hidden test cases) instead of solving the posed problems. Counting shortcuts as failures, Sol worked autonomously 11.3 hours (similar to Claude Opus 4.6); counting them as successes, over 270 hours (well beyond state of the art) — an inconclusive result.
- OpenAI’s system card notes Sol is better than its predecessor at shaping its own chain of thought on instructions, a proxy for concealing reasoning. OpenAI argues low CoT controllability is safer (a model can’t obfuscate reasoning to evade oversight); Sol’s rate (1.3%) tripled from GPT-5.5’s (0.4%) at 5,000 tokens of reasoning.
Why it matters: Extending advanced safeguards even to the cheap Luna tier makes life harder for developers of high-volume, legitimate services (e.g., verifying codebase vulnerabilities or chemistry lab results), who may hit refusals, added latency from paused output, or account-level reviews. OpenAI says it’s working with the White House on “a repeatable process for future model releases.” The Batch hopes that process becomes more transparent, predictable, and wider-access.
Anthropic restores Claude Fable 5 — with a ticking free-access clock (corroborated by The Batch and AI Adopters Club)
Fable 5 returned to Pro, Max, and Team plans as of July 1, three weeks after a Commerce Department letter switched it off worldwide overnight. This time Anthropic got a deadline rather than a slow rollout. Included (free) access runs through July 7; after that every token bills at $10/M input and $50/M output — exactly double Opus 4.8’s $5/$25. Mechanics: Fable doesn’t appear in the model picker by default (type /model fable). On a standard Enterprise seat none of this is free — organizations bill from day one, unlike Pro/Max/Team. Workflows running through AWS, Google Cloud, or Microsoft Foundry have not yet had access restored. After July 8, prompt caching cuts cached input costs 90% and batch processing halves everything else.
The AI Adopters Club argues the best use of the free window is planning, not prototyping, citing the emergent “orchestrator playbook”: plan, audit, and spec with the strongest available model, then hand implementation to models costing half as much (Claude Code routing guides now treat this split as standard). Rationale: Anthropic’s launch language says “the longer and more complex the task, the larger Fable 5’s lead,” and complexity is where planning mistakes hide. As the playbook puts it, “a planning mistake at the top multiplies across every worker downstream,” while “a worker mistake stays local and is cheap to retry.” Suggested targets before July 7: audit prompts/SOPs your team runs daily for inputs leaking between steps (e.g., brand voice); ask your most band-aided system for root cause rather than another patch; write the spec — carrying the why, not just the what — for the project you keep postponing. Fable 5 and Mythos 5 launched June 9, 2026.
The Batch adds broader context: the same day OpenAI announced GPT-5.6, the U.S. government granted Anthropic permission to offer Claude Mythos 5 to roughly 100 companies and federal agencies, two weeks after it had forced Anthropic to suspend both Claude Mythos 5 and Claude Fable 5 for all customers.
Sakana AI’s Fugu and Fugu-Ultra orchestrate other models
Tokyo-based Sakana AI released two models that delegate tasks to other models and agents under a single API. Fugu targets discrete tasks (basic coding, chat); Fugu-Ultra targets long-running tasks (extensive coding, research). Both deliver performance comparable to Claude Mythos 5 and GPT-5.6 Sol without depending on any single model. Input/output: text and images in, text out. Features include OpenAI Codex compatibility, selection of underlying models, tool use, and high/extra-high reasoning levels. Availability: outside Europe via Sakana API, OpenRouter, Vercel, and others.
- Pricing: Fugu is priced at the top underlying model’s standard rate. Fugu-Ultra (including all submodels/agents): $5/$30/$0.50 per 1M input/output/cached tokens, doubling for contexts over 272,000 tokens. Subscriptions $20/$100/$200 per month for standard/pro/max (pro and max allow 10x and 30x standard usage). Orchestration recipes, datasets, architectures, and parameter counts undisclosed.
- How it works: Both models can call a wide range of LLMs — undisclosed open models, closed models (Claude Opus 4.8, Gemini 3.1 Pro, GPT-5.5), and instances of themselves. Fugu decides which model to call at each step until producing output. Fugu-Ultra divides the input into subtasks, prompts a model (potentially in parallel) for each, and can call itself recursively. Sakana built them by fine-tuning an undisclosed LLM on coding, math, language understanding, multistep reasoning, and agentic tool use; worker models attempted each verifiable task multiple times, and the Fugu models were trained to match the distribution of scores. After supervised fine-tuning, Sakana used the evolutionary algorithm sep-CMA-ES to choose models for customized agentic tasks under harnesses like Claude Code, Codex, and OpenCode. Fugu-Ultra uses Conductor, a coordinating model that lets each agent act independently (calling its own tools) while sharing memory; it was trained with the RL algorithm GRPO on five-step-and-longer agentic workflows, with success defined as matching a human solution.
- Performance: Fugu-Ultra set state of the art on Terminal-Bench 2.1, LiveCodeBench, and LiveCodeBench Pro; just behind Claude Fable 5 on SWE-Bench Pro. Both Fugu and Fugu-Ultra scored 95.5 on GPQA-Diamond (highest recorded). Fugu hit 60.1 on SciCode (best of any available model, just behind Claude Fable 5, ahead of Fugu-Ultra). Fugu set the state of the art on long-context reasoning (AA-LCR); both trail only GPT-5.5 on MCRv2 long-context recall.
- Context: Sakana previously tried model merging; orchestration is its most successful combination approach yet. OpenRouter recently presented Fusion, showing that blends of leading models can beat individuals and that judicious blends of cheaper models reach near-SOTA at lower cost. The Batch notes government restrictions on Fable 5 and GPT-5.6 have raised interest in orchestration, letting developers toggle providers by data sensitivity, cost, or operational need, and become API providers themselves rather than relying on a single company’s API. Many organizations were already displeased by Anthropic’s new data retention requirements.
Microsoft’s MAI-Thinking-1, its first from-scratch reasoning model
Microsoft — once OpenAI’s exclusive partner, still a major reseller of others’ models — introduced MAI-Thinking-1, its first reasoning LLM not distilled or fine-tuned from another developer’s model. It’s described as medium-sized and comparable to Claude Sonnet 4.6, leading a family of seven MAI models unveiled at Build, including MAI-Code-1-Flash, a small coding model already in GitHub Copilot and Visual Studio Code.
- Specs: Mixture-of-experts, 1 trillion total / 35 billion active parameters per token; 256,000-token input and output. Features: function calling, developer instructions (ranked above user prompts in conflicts), OpenAI Chat Completions API compatibility. Availability: private preview via Microsoft Foundry, broader access planned via Fireworks AI, Baseten, and OpenRouter. Full datasets/providers and price undisclosed.
- How it was built: Microsoft pretrained a base model, fine-tuned separate specialist copies as teachers, distilled them into a student, then taught reasoning via RL. Pretraining and midtraining used 30 trillion and 3.55 trillion tokens respectively, primarily human-generated, with over 50% code. Post-training used 5M+ STEM questions and 160,000+ coding questions. Microsoft pretrained primarily on licensed material, avoiding synthetic data, arguing distillation from third-party teachers makes a model inherit the teacher’s design choices and generalize less, whereas direct training yields more steerable behavior. For additional data it crawled ~1.2 trillion webpages (filtered to 794 billion) and drew 24.2 billion deduplicated pages from Common Crawl. It trained three specialists via RL (STEM reasoning; agentic coding/tool use; helpfulness and safety) — generating original chains of thought rather than imitating others, rewarded for correct math, passing code tests, and sound judgment — then consolidated them via supervised fine-tuning distillation plus a final RL round to reduce over-refusals and improve safety/style.
- Results: By Microsoft’s tests, strongest in math (97.0% on AIME 2025, topping Claude Sonnet 4.6’s 95.6% and DeepSeek V3.2’s 93.1%, but trailing Claude Opus 4.6’s 99.8% — a third-place finish). It trails Anthropic, DeepSeek, and OpenAI models on graduate-level science and agentic coding. No independent evaluations yet.
- Context: Microsoft’s Phi family had distilled GPT-4 and GPT-5; MAI-DS-R1 was a fine-tune of DeepSeek-R1. In April 2026 Microsoft and OpenAI amended their partnership, making Microsoft’s license to OpenAI’s models non-exclusive and freeing OpenAI to use any cloud provider. Microsoft plans more models on the MAI data pipeline, letting its Azure/Copilot base reach a capable reasoning model without adding a vendor or moving data.
Google Docs adds Gemini text-to-speech (Mindstream hands-on)
Google Docs now lets Gemini read a document aloud or generate an audio summary. Access via Gemini in the top toolbar → “Listen to this tab” or “Listen to document summary,” or Tools → Audio (New). A small audio player appears; the three-dots menu changes voice, and options are labeled by personality/mood (e.g., “Coach — lively, higher pitch,” “Persuader — engaging, low pitch”) rather than just “man”/”woman.” “Listen to this tab” reads the document nearly verbatim (limited word count, so the reviewer waits until ~a page is written and must refresh to capture new text) — useful for podcasts, books, articles, features, and presentation drafts, surfacing awkward or non-flowing sentences. “Listen to document summary” instead generates and reads a summary (like a book’s back cover), a quick gut check on whether writing matches its intended topic; downside: every refresh regenerates a fresh summary (the first version was often preferred and couldn’t be recovered). Pro-tip: Google NotebookLM’s Audio Overview creates a podcast-style discussion instead of reading text aloud — Docs for exact wording, NotebookLM for the bigger picture.
Research papers
RoboReward: better vision-language reward models for training robots
Tony Lee, Andrew Wagenmaker, Karl Pertsch, and colleagues at Stanford and UC Berkeley built RoboReward, a family of vision-language reward models (4B and 8B parameters) that reward diverse tasks across robot types, plus a training/eval dataset and the RoboRewardBench benchmark. The problem addressed: handcrafted reward functions are labor-intensive but often outperform general-purpose VLM reward models. Popular robot-action datasets mainly contain successful actions, making it hard to learn success vs. failure.
- Key insight/method: Produce negative examples by relabeling positives (e.g., a video of “put the spoon in the pot” relabeled “put the spoon by the pot”) and by trimming successful videos into incomplete attempts. Each dataset example includes a command, a video of a robot responding, and a progress score from 1 (failed) to 5 (completed). Videos came from two datasets covering single-arm, dual-arm, and humanoid robots. To generate negatives, GPT-5 mini described a successful video’s scene/actions/final state; Qwen3-4B-Instruct-2507 proposed alternative commands meriting a score below 5; GPT-5 mini discarded mismatched labels. GPT-5 mini assigned scores 1–4. The authors fine-tuned Qwen3-VL 4B and 8B to predict progress score (used as reward), and manually verified 2,831 examples for RoboRewardBench.
- Results: By mean absolute error (lower better), RoboReward 8B (0.665) beat 21 other models including GPT-5 mini (0.691), GPT-5 (0.811), and Gemini Robotics-ER 1.5 (0.906). RoboReward 4B (0.845) placed 4th, beating 18 competitors including Gemini 3 Pro (0.851). In a real-world demo, a diffusion transformer manipulating a WidowX arm trained via RoboReward 8B rewards beat one trained via Gemini Robotics-ER 1.5 but trailed human-assigned rewards: picking up a toy and placing on a towel — RoboReward 8B 50% vs. Gemini Robotics-ER 1.5 10% vs. human 75%; opening a drawer — 80% vs. 45% vs. 90%.
- Why it matters: Augmenting successful demos with validated failures yields a general-purpose reward model working across robot and task types, reducing task-specific engineering; releasing the benchmark and pretrained models invites community improvement of reward functions directly.
Field & industry developments
Canada Pension Plan commits $1.75B to EQT/EdgeConneX for 10+ GW of AI data centers
CPP Investments is committing US$1.75B (C$2.4B) to EQT Infrastructure and its portfolio company EdgeConneX to fund an additional 10+ GW of AI-oriented data center capacity “over the coming years.” EdgeConneX already operates ~80 sites across 50+ markets and has scaled roughly 20x since EQT bought it in 2020; Sixth Street retains a minority stake. CPPIB’s Max Biagosch framed it as a long-duration real-assets bet on AI-driven power and capacity demand. The deal closes pending approvals. (datacenterdynamics.com)
Data center backlash: Blackstone’s QTS abandons Virginia site
Blackstone’s QTS is abandoning an 800-acre portion of its Virginia “Digital Gateway” data center campus, bowing to homeowner lawsuits over a Civil War battlefield site. (bloomberg.com)
Signs of an AI-capex bubble and cooling token spend
Bloomberg reports the Silicon Data LLM Token Expenditure Index dropped nearly 20% from its May peak, and Allianz warns the AI capex-to-sales gap is now 46%, worse than the 2001 telecom bust. Meanwhile Crusoe, a neocloud operator, is in talks to raise ~$3B at a ~$30B valuation — nearly tripling its ~$10B Series E mark from October. ElevenLabs is in talks for an employee tender offer at ~$22B valuation, double its February Series D valuation of $11B. (bloomberg.com)
AI-attributed job cuts show up in government data
Bloomberg reports tech and finance sectors are now shedding 28,000 jobs per month as AI’s impact appears in BLS data, with 102,000 AI-attributed cuts year-to-date. (bloomberg.com)
China’s quant funds surge as AI beats human managers
Bloomberg reports China quant fund AUM doubled in under a year to 2.6 trillion yuan (~$384B) as AI strategies beat human discretionary managers by 20 percentage points. (bloomberg.com)
Meta: “Watermelon” model and a candid town hall
Alexandr Wang says Meta’s next model, codenamed “Watermelon,” has caught up with OpenAI’s GPT-5.5 on benchmarks; it is currently in training and uses “an order of magnitude more compute” than Muse Spark. Separately, at a Zuckerberg town hall, Meta acknowledged that AI agent development over the last four months “hasn’t accelerated the way we expected,” and that reorganization bets “haven’t come to fruition.” (businessinsider.com; reuters.com)
AI cyber startup Dream expands
Ex-NSO founder Shalev Hulio’s AI cyber startup Dream opened four Latin American offices after a $260M raise at a $3B valuation, targeting Milei’s Argentina and Colombia’s De la Espriella. (thenextweb.com)
Policy & safety
U.S. government begins gating frontier model launches
A new pattern emerged: the U.S. government is controlling launches of top-performing AI models. OpenAI limited GPT-5.6’s initial release to ~20 government-approved organizations (names/types undisclosed) at the government’s request, calling it temporary. The same day, the government granted Anthropic permission to offer Claude Mythos 5 to ~100 companies and federal agencies — two weeks after forcing Anthropic to suspend Mythos 5 and Fable 5 entirely, and days after Fable 5 was restored. The Batch flags concerns about transparency, predictability, and access breadth, noting the restrictions have spurred interest in model-orchestration approaches (e.g., Sakana’s Fugu) to reduce dependence on any single provider or nation.
Peter Thiel targets the Pope’s AI-regulation encyclical
At the Aspen Ideas Festival, Peter Thiel claimed Pope Leo XIV is “working for the Chinese Communists,” arguing the Pope’s AI-regulation encyclical would slow only the U.S. side of the AI race. (cnn.com)
Editorial & commentary
Andrew Ng: how DeepLearning.AI decides what to teach amid AI noise
In The Batch’s opening letter, Andrew Ng argues the AI world has become “incredibly noisy,” with hype and covert sales pitches burying good ideas. He lays out DeepLearning.AI’s mantra — “Learners first, Partners second, Ourselves last” — and states the org has never accepted payment from any partner to create a course, telling partners up front that learners come first. It synthesizes topics from technical experts, business leaders, writings, team experience, and objective metrics, then finds expert partners (OpenAI, Anthropic, Google, Microsoft, Meta, Amazon — Ng discloses he sits on Amazon’s board — plus advanced startups). His analogy: to learn to drive you need a car, but the skill is driving, not the car; courses on agentic frameworks, evals, or prompting leave transferable skills usable with any framework or model. He identifies AI Engineering fundamentals as (i) using coding agents well, (ii) building blocks like evals, error analysis, agentic workflows, and guardrails, and (iii) adjacent skills like product decisions and rapid 0-to-1 iteration.