tandemly.ai
Briefing · JUL 10 2026

July 10, 2026

AI daily briefing

🎯 Top 3 Things to Know

1. OpenAI moved the GPT-5.6 family to general availability, and the interesting part is a setting that spawns its own subagents. GPT-5.6 arrived on July 9 in three tiers: Sol (flagship), Terra (balanced), and Luna (cheap and fast), across ChatGPT, Codex, and the API. The feature worth noting is "ultra mode," which coordinates four agents in parallel on a single hard task instead of running one long chain. Codex Subagents also reached general availability, with a manager agent dispatching specialized workers across a repository. This matters for teams building agentic coding or long-horizon workflows, where the bottleneck has been serial reasoning that stalls on complex tasks. Pricing splits the tiers sharply: Sol runs $5 in / $30 out per million tokens, Luna $1 / $6. Worth benchmarking whether ultra mode's parallel agents actually beat a single Sol call on cost-per-solved-task before wiring it into production. OpenAI · Simon Willison

2. The Model Context Protocol's next release candidate makes the protocol stateless, which changes how agent infrastructure gets built. MCP's 2026-07-28 release candidate lets a tools/call request carry its own protocol version, client info, and capabilities, so it stands alone instead of depending on a persistent session. New headers like Mcp-Method let load balancers route traffic without parsing the request body. That turns MCP traffic into ordinary HTTP, which is far easier to scale, cache, and debug. This affects anyone running MCP servers at more than toy scale, where session state has been the operational headache. The final spec lands July 28. Teams on stateful MCP deployments should read the RC now and plan the migration path before it ships. WorkOS

3. The EU AI Act's transparency obligations for high-risk and general-purpose systems take effect August 2, three weeks out. By August 2, providers of general-purpose AI models and certain high-risk systems must meet specific transparency and documentation requirements. Separately, on June 29 the Council of the EU gave final approval to a simplification package that clarifies some requirements and extends certain high-risk deadlines. So two things are true at once: one set of obligations is arriving on schedule while another is being pushed back. This matters for any company shipping models into the EU market. The practical step is to confirm which obligations the simplification package actually deferred, because the August 2 transparency rules were not among the items delayed. European Commission · Latham & Watkins

🚀 Frontier Models & Features

🔬 Research Worth Reading

🏢 Enterprise in the Wild

Quiet day for freshly documented deployments. Nothing new traceable to a primary source in the last 24 hours.

🛠️ Tooling & Ecosystem

⚖️ Policy & Regulation

📌 Watch List