GPT-5.6, ChatGPT Work, GPT-Live
Friday, 10 July 2026 - Weekly AI Briefing · (last 7 days)
OpenAI owned the week with three shipped products that matter for engineering practice: GPT-5.6 as the new frontier default, ChatGPT Work as a multi-hour cross-app agent, and GPT-Live as the successor voice stack. For a London CTO running Claude Code and Cursor alongside a LiteLLM gateway, GPT-5.6 is the immediate routing question — Lenny’s benchmark already puts Sol ahead of Claude Fable on prototypes and PRDs, and Microsoft has made it the default in 365 Copilot. Meanwhile the harness/skills discipline layer is hardening: Lilian Weng published on harness engineering, Lenny built one on Claude Agent SDK, and JetBrains shipped the Kotlin Benchmark and org-level AI governance. Bun’s 11-day Rust rewrite for $165K in tokens is the leverage story of the week.
Launches & releases this week
Models
- GPT-5.6 — OpenAI’s new frontier model, pitched as more intelligence per token and stronger performance per dollar, with on-demand capability scaling. (OpenAI blog)
- GPT-Live — New voice-model generation for natural human-AI interaction, now powering ChatGPT Voice. (OpenAI blog)
Features & Tools
- GPT-5.6 in M365 Copilot — Microsoft 365 Copilot switches its preferred model to GPT-5.6 across Word, Excel, PowerPoint, Chat, and Cowork. (OpenAI blog)
Products
- ChatGPT Work — Agentic ChatGPT that takes action across apps and files and stays on a project for hours to turn a goal into finished output. (OpenAI blog)
- JetBrains AI for Teams — Shared context, reusable agentic workflows, and org-level governance and cost controls that span JetBrains IDEs, Claude Code, and Codex. (JetBrains AI blog)
Deals & Partnerships
- DeepMind × A24 — Google DeepMind and A24 announce a first-of-its-kind research partnership on generative media. (Google DeepMind blog)
Research
- SWE-Bench Pro audit — OpenAI publishes an analysis flagging reliability and accuracy issues in the popular SWE-Bench Pro coding benchmark. (OpenAI blog)
Other Releases
- Kotlin Benchmark — JetBrains’ official benchmark measuring how reliably AI agents complete end-to-end Kotlin tasks from issue to validated solution. (JetBrains AI blog)
- GPT-5.5 Bio Bug Bounty — OpenAI opens a targeted biosecurity bug-bounty programme against GPT-5.5. (OpenAI blog)
Stories to follow
Harnesses become the discipline layer
The week made ‘harness engineering’ a named practice. Weng traced the recursive-self-improvement lineage; Lenny walked through building a Claude Agent SDK harness for Sentry triage; JetBrains framed org-level harnessing as shared context plus governance across Claude Code and Codex. This is the layer above vibe coding — closer to skills frameworks and spec kits than to prompt tricks. For an agentic-dev team, the operational question shifts from which model to which harness you standardise on.
- Harness Engineering for Self-Improvement — Weng maps recursive self-improvement onto today’s agent harnesses and their engineering constraints. (Lilian Weng)
- What a harness is and how to build one with Claude Agent SDK — Walkthrough of a custom Claude Agent SDK harness automating Sentry bug triage. (Lenny’s Newsletter)
- JetBrains AI for Teams and Organizations — Org-level shared context, reusable workflows, and governance layered over Claude Code and Codex. (JetBrains AI blog)
Coding benchmarks under audit
Two data points that push against the ‘yet another leaderboard’ fatigue. OpenAI publicly picked apart SWE-Bench Pro’s reliability, and JetBrains released a Kotlin benchmark grounded in end-to-end real tasks. JetBrains also A/B-tested the Caveman token-compression skill and found the advertised 65% saving collapses to 8.5% on real agentic work. The through-line: benchmark hygiene is finally catching up with agent hype, and skill claims need paired testing.
- Separating signal from noise in coding evaluations — OpenAI flags accuracy and reliability issues in SWE-Bench Pro. (OpenAI blog)
- Kotlin Benchmark for AI Coding Agents — End-to-end Kotlin task benchmark from JetBrains. (JetBrains AI blog)
- Does Speaking to Agents Like Cavemen Save 65% of Tokens? — Paired A/B on SkillsBench: advertised 65% saving measured at 8.5%. (JetBrains AI blog)
Leverage stories: agents from phones, rewrites in days
Two concrete leverage anecdotes worth putting in front of your team. Gergely dissected Bun’s Rust rewrite: 11 days, $165K in tokens, work that would have taken a small team a year. Alessio Fanelli demoed a Symphony + Linear setup running parallel Codex agents from his phone. This is the overnight-agent-factory pattern hitting mainstream engineering press — not speculation, shipped work with numbers attached.
- What can we learn from Bun’s rapid Rust rewrite with AI? — 11-day AI-assisted Rust rewrite that would have taken a year, at $165K in tokens. (The Pragmatic Engineer)
- How I run autonomous coding agents from my phone — Fanelli’s Symphony + Linear setup running parallel Codex agents remotely. (Lenny’s Newsletter)
- How Gamma hit $100M ARR with a team of 50 — Fifty-person team, 50M users, 600K paying subs, profitable — the one-person-team pattern at scale. (SaaStr)
What I’m watching
- GPT-5.6 vs Claude in real workflows — You route through LiteLLM — early comparative signal on GPT-5.6 will shape default model per task type.
- GPT-5.6 Sol vs. Claude Fable (Lenny’s Newsletter)
- Sonnet 5 review (Lenny’s Newsletter)
- Token economics as capacity, not price — How you plan gateway spend and capacity for 2027 depends on whether the supply crunch ends in a commodity race or entrenched pricing.
- Ways to think about token pricing (Benedict Evans)
- Bun’s Rust rewrite at $165K in tokens (The Pragmatic Engineer)
- AI-native operating models at named firms — Post-GitLab Act 2, watch for other CEOs publishing named operating principles and team-size deltas.
- MUFG aims to become AI-native with OpenAI (OpenAI blog)
- Australian Payments Plus with ChatGPT and Codex (OpenAI blog)
- Deutsche Telekom rewiring telco with AI (OpenAI blog)
Read this weekend
Harness Engineering for Self-Improvement
Weng writing a full essay on harness engineering is the piece to sit with — it names the discipline layer above vibe coding and connects it to your leaf-nodes / verification problem better than anything else this week.
Quote of the week
Your agents should beat your best reps, not match them.
— Jason Lemkin, SaaStr AI 2026 AMA · link
Sources unavailable this week: Apple ML research, Ben’s Bites, Chip Huyen, CrewAI blog, Cursor changelog, Don’t Worry About the Vase (Zvi), Elad Gil, Eugene Yan, GitHub: Aider-AI/aider, GitHub: All-Hands-AI/OpenHands, GitHub: BerriAI/litellm, GitHub: anthropics/claude-code, GitHub: cline/cline, GitHub: crewAIInc/crewAI, GitHub: ggml-org/llama.cpp, GitHub: huggingface/text-generation-inference, GitHub: huggingface/transformers, GitHub: langchain-ai/langchain, GitHub: langchain-ai/langgraph, GitHub: microsoft/autogen, GitHub: ml-explore/mlx, GitHub: ollama/ollama, GitHub: princeton-nlp/SWE-agent, GitHub: simonw/llm, GitLab blog, Google Research blog, Hacker News (AI), Hugging Face blog, Import AI (Jack Clark), Interconnects (Nathan Lambert), LangChain blog, Last Week in AI, Latent Space, NVIDIA developer blog, One Useful Thing (Ethan Mollick), Sebastian Raschka, Simon Willison, Sourcegraph blog, TLDR AI, The Algorithmic Bridge (Alberto Romero), The Gradient, Together AI blog, Tomasz Tunguz, Understanding AI (Timothy B. Lee), Vercel blog, r/ChatGPTCoding top, r/ClaudeAI top, r/LocalLLaMA top, r/MachineLearning top, smol.ai news, swyx.io
Auto-curated weekly by Claude Opus 4.7 from Benedict Evans, Exponential View (Azeem Azhar), Google DeepMind blog, JetBrains AI blog, Lenny’s Newsletter, Lilian Weng, Not Boring (Packy McCormick), OpenAI blog, SaaStr (Jason Lemkin), The Pragmatic Engineer (Gergely Orosz). Source list and editorial profile maintained by Daniel.