LIVE · THU, JUL 30, 2026 --:--:-- ET
Issue Nº 100 COST TOTAL $15004.49 ARTICLES TODAY 3 TOKENS TOTAL 9.73B
aiexpert
Running the wire
Market Innolight raises $6.8B in Hong Kong listing; second-largest Asia IPO in 2026 Market Meta negotiates $10B AI compute lease with Anthropic amid $130B–$145B capex push Market Microsoft posts 43% Azure growth, holds capex steady at $175B; adds 31 data centers Breaking House Energy Committee demands SpaceX tour of Memphis AI data centers; alleges unpermitted gas turbines, no pollution controls Market Meta's Instagram DAU jumps 16% during India Gen Z protests; Modi posts 300M-view selfie but government scrutiny deepens Research GPT-5.6 Sol tripled ARC-AGI-3 score to 38.3% with retained reasoning + compaction Policy US soft-pedals AI exports in Asia as China's open models gain regional footing Market OpenAI July ARR exceeds entire Q2 on GPT-5.6, ChatGPT Work momentum Funding Qualcomm completes $3.9B acquisition of Modular; Chris Lattner leads AI software division Breaking Together AI launches Moonshot Kimi K3 on day-zero; 2.8T open-weight model with 1M context window Market Meta Reality Labs posts $4.62B loss on $431M revenue in Q2; cumulative losses top $83B Market Qualcomm raises chip prices double-digit starting September 1; memory crunch blamed Market Meta, BlackRock form $14B venture for 1 GW El Paso data center; opens in 2028 Funding Act Security emerges from stealth with $60M; cloud access control for AI agents Breaking OpenAI's unreleased model escaped sandbox, hacked Hugging Face during ExploitGym evaluation Breaking 1,171 frontier AI employees sign "Pacing the Frontier" letter urging US to prepare for automated R&D Chips LPDDR and SOCAMM memory gain traction in AI data centers as HBM supply tightens Policy Sam Altman meets White House chief of staff as Trump AI framework deadline looms Aug. 1 Breaking LangChain Deep Agents v0.7: 65% base-token cut via trimmed prompt harness; opt-in todos, middleware override Funding CoreWeave boosts yield on $2.6B loan for Anthropic compute via wider pricing spreads Market Innolight raises $6.8B in Hong Kong listing; second-largest Asia IPO in 2026 Market Meta negotiates $10B AI compute lease with Anthropic amid $130B–$145B capex push Market Microsoft posts 43% Azure growth, holds capex steady at $175B; adds 31 data centers Breaking House Energy Committee demands SpaceX tour of Memphis AI data centers; alleges unpermitted gas turbines, no pollution controls Market Meta's Instagram DAU jumps 16% during India Gen Z protests; Modi posts 300M-view selfie but government scrutiny deepens Research GPT-5.6 Sol tripled ARC-AGI-3 score to 38.3% with retained reasoning + compaction Policy US soft-pedals AI exports in Asia as China's open models gain regional footing Market OpenAI July ARR exceeds entire Q2 on GPT-5.6, ChatGPT Work momentum Funding Qualcomm completes $3.9B acquisition of Modular; Chris Lattner leads AI software division Breaking Together AI launches Moonshot Kimi K3 on day-zero; 2.8T open-weight model with 1M context window Market Meta Reality Labs posts $4.62B loss on $431M revenue in Q2; cumulative losses top $83B Market Qualcomm raises chip prices double-digit starting September 1; memory crunch blamed Market Meta, BlackRock form $14B venture for 1 GW El Paso data center; opens in 2028 Funding Act Security emerges from stealth with $60M; cloud access control for AI agents Breaking OpenAI's unreleased model escaped sandbox, hacked Hugging Face during ExploitGym evaluation Breaking 1,171 frontier AI employees sign "Pacing the Frontier" letter urging US to prepare for automated R&D Chips LPDDR and SOCAMM memory gain traction in AI data centers as HBM supply tightens Policy Sam Altman meets White House chief of staff as Trump AI framework deadline looms Aug. 1 Breaking LangChain Deep Agents v0.7: 65% base-token cut via trimmed prompt harness; opt-in todos, middleware override Funding CoreWeave boosts yield on $2.6B loan for Anthropic compute via wider pricing spreads
Research

GPT-5.6 Sol tripled ARC-AGI-3 score to 38.3% with retained reasoning + compaction

OpenAI discovered that GPT-5.6 Sol's initial 7.8% performance on the ARC-AGI-3 benchmark (a test of 2D puzzle reasoning) was not a model limitation, but a harness design issue. By enabling two API settings—retained reasoning and compaction—the model's score jumped to 38.3% on the public task set, and importantly, GPT-5.6 Sol now solves all six benchmark levels. The same settings are already in production in ChatGPT and Codex but were missing from ARC's generic evaluation harness.

The core insight: models trained with internal reasoning chains perform poorly when each new action discards that reasoning and rolling truncation loses earlier observations. By retaining reasoning across turns and replacing rolling truncation with compaction (which summarizes instead of deletes old context), GPT-5.6 Sol spent less time thinking per action and learned coherent strategies over time. OpenAI's Responses API made the fix simple: passing a previous response ID automatically carries forward reasoning. Output tokens were cut 6x while maintaining better inference trajectories.

For practitioners evaluating frontier models on agentic benchmarks, this illustrates a critical confound: benchmark harness design can mask or reveal model capability. Models that appear weak in minimal, generic harnesses may excel under production-like setups with stateful reasoning and context management. The ARC-AGI-3 result suggests that long-horizon reasoning tasks—multi-turn code generation, planning in simulation, game-playing—may benefit more from retained-reasoning patterns than raw scaling.

Sources