Skip to content
PodcastsNewsThursdAI - The top AI news from the past week

ThursdAI - The top AI news from the past week

From Weights & Biases, Join AI Evangelist Alex Volkov and a panel of experts to cover everything important that happened in the world of AI from the past week
ThursdAI - The top AI news from the past week
Latest episode

167 episodes

  • ThursdAI - The top AI news from the past week

    This Week in AI: Open Weights, Frontier Models, Sandbox Escapes, Voice & AI Detection

    2026/07/31 | 1h 48 mins.
    Hey, it’s Alex (yeah, I’m finally back from my vacation!)
    What a freaking week to come back to! Just after our last episode was published, Anthropic releases Opus 5, Jensen joins X and drops the “Open Weights & AI Leadership” open letter, Kimi K3 is released the following Monday beating expectations, and then the AI hack (OpenAI model breaking sandbox and infiltrating HuggingFace) is on everyone’s mind, another Open Letter, this time from over 1K employees inside the frontier AI companies all talk about pacing the pace of frontier AI development.
    We played with Opus 5 and Kimi K3, and had the great pleasure to chat with friends of the pod Elie Bakouch (Prime Intellect) and Philip Kiely (BaseTen) about this important open weights release, then covered our general thoughts on Opus 5, and made order of all the different open letters that came out this week.
    Finally we chatted with Max from Pangram about the next version of AI writing detection (their biggest yet) and finished with Zuckerbergs (also on X! what’s going on with everyone joining X) op-ed on the vision of personal superintelligence for everyone.
    Let’s dive into this (as always, all the links and sources at the end, please don’t forget to sub to our podcast on your favorite podcast app!)
    Open Weights AI
    Kimi K3 the king of open weights - 2.8T chonker MoE near frontier model (X, HF, Blog, Tech report)
    This has got to be the biggest news of this week, and maybe the open weights AI news since GLM 5.2. MoonShot came back with Kimi K3, and we haven’t seen any models quite this large in the open. Even Grok 4.5 is around 1.5T, this model is nearly 2x the size. Coming in at close to 3T parameters (and 2.5terabytes of weights at MXFP4 format), this model comes in very close to frontier!
    This was such an important release that I invited 2 friends of the pod, Elie Bakouch (prev HuggingFace, now Prime Intellect) and Philip Kiely (Author of Inference Engineering book, BaseTen) to dive deep into what makes this special!
    Elie’s take, from reading the tech report, there’s no single secret sauce, it’s a combination of already available in the open techniques. Like KDA (Kimi Delta Attention) that has been out for a while, attention residuals, NVIDIA’s latent MoEs. The highlight for Elie was the scaling work they did that reported a 2.5x scaling efficiency over Kimi K2.5 (2.5 performance at the same compute)!
    They also skipped RoPE entirely in favor of NoPE (the report calls it No Positional Encoding) for long context.
    Serving 1.4TB on eight GB300s (Baseten blog)
    Philip’s team at Baseten was a day-zero provider (we’re still working on bringing this model to CW Inference, stay tuned!) so I invited him to tell us behind the scenes of hosting this beast.
    Philip said that just loading the weights takes about 1.5TB!! of VRAM, and that’s before the KV cache allocation + 1M token windows, so they’re serving it on 8 GB300s where NVL72 . Baseten worked with the vLLM and SGLang teams on kernels and he also said they contributed patches back upstream!
    The model was trained with MXFP4, which, unlike Nvidia’s own NVFP4 is a more standard format per Philip. I enjoyed his deep dive analysis into the differences, but because of this and because they trained the model with quantization awareness, it’s “only” 1.5TB vs the would-be 5-6 TB if that this model in FP16 would demand.
    One of the more favorite nerd snipes moments, Philip pointed out that his colleague discovered that with over 99% of the usage being cached (think harnesses that send millions of the same cached tokens back and forth), tokenization actually starts to become a bottleneck. So they released a custom “basetenkenizer” that reduces the latency to serve the first token significantly! Great job!
    The harness in question is very important
    One important callout with 2 evidence pieces - the way you inference this model really matters. Kimi trained K3 with preserving thinking history, so when your harness uses it, it must send back the full thinking and tool use into the API to get the best next response.
    If your harness strips that out, you’re not getting the most intelligence out of Kimi (shoutout to Niels from HF team for pointing this out).
    Additionally, the Composio folks, tested K3 on 3 harnesses, Kimi Code, Hermes and Claude Code. The difference in outcome was negligible, but the different in cost and number of tokens is definitely surprising! Claude Code (as a harness only) took 9x more Kimi tokens to get the same responses!
    This is also why Kimi Vendor Verified exists, their own held back benchmark of how well model providers serve Kimi across different quantization, tokenizer and KV cache settings.
    Benchmarks and the license!
    Ok let’s start with the ugly... this isn’t MIT, not remotely. This model is suspiciously served by all providers with exactly the same price (check OpenRouter) and requires inference companies to sign a contract with Kimi (I’ve no internal knowledge of this except that CW folks are working on it). Not something I particularly like, but hey... we’re still advancing the frontier here!
    Speaking of frontier, this model approaches the frontier very closely. On DeepSWE, K3 sits just behind Fable 5 and GPT-5.6 Sol at 67%, beating GPT-5.5 & Opus 4.8. On Terminal-Bench 2.1 it takes second place behind GPT 5.6 Sol!
    It’s 4th overall on Agentic Arena, with frontend design being genuinely good across the board - 1st on Design Arena 👏
    Go check this model out (and stay tuned for our CW Inference support!
    Post-show breaking: Thinking Machines drops Inkling-Small (X, HF, Blog)
    While K3 was the main attraction for Open Weights this week, just after the show, Thinking Machines (post Lilian Wang) released Inkling-Small, open weights MoE Omni model! Images and Audio go straight into the decoder in this model, and the demo is really impressive, try it on Hugging Face, ask the model to identify when you’re speaking in low baritone or high pitch!
    ThursdAI - Highest signal weekly AI news show is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.
    Frontier AI - not pacing yet!
    Claude Opus 5 is here, and the vibes are complicated (X, Blog)
    On paper the benches are excellent. This model is SOTA or near SOTA, coming very close to Fable on stuff that matters, and beating most everyone else on computer use BrowserBench and FrontierCode. DeepSWE continues to be a standout benchmark btw for not going with the curve! It also apparently is REALLY good at one shotting 3D games, much more so than before. (Example, example, example)
    But the vibes... the vibes are split across the board. Maybe they overshot with Fable 5, and it was too good, but Opus 5 that was just released last friday is giving a lot of mixed feelings. Folks don’t seem to.. understand what it says. Like, it answers in english but they way it phrases words and answers seems just weird top many people.
    We’ll wait and see if this is a result of adjusting to a new prompting paradigm or just.. the model is really off. Weirdly this does feel like a regression even on Agent Arena it’s not beating the previous Opus versions.
    One weird trick - see what Opus 5 thinks.
    Opus 5 (and Fable 5) seem to have a way to trigger their ... inner mode, base model? Not sure what it is, but if you prompt it with just the right way, it will autocomplete with some crazy inner thoughts. It seems that adding Dario and Amanda (haskell, head of Claude well being at Anthropic) triggers this behavior, which Claude is un-aware of if you follow up and ask what it meant.
    This is fascinating, doesn’t work on other earlier models (sometimes works on Fable 5) and I spent the last hour just reloading and seeing the amazing things Opus gives on this prompt. Some are... just making you wonder about consciousness.
    On ARC-AGI and the importance of Harness
    When Opus-5 launched, Anthropic posted (and boasted) that this model scores “three times as high” as the next model up:
    Well, today, Ilan Bigio and Ted Sanders from OpenAI looked into the Arc AGI harness, and saw that it’s not sending their traces and doesn’t use compaction (in short, harness is not letting the model breathe) and when changed correctly, 5.6 actually beats Opus 5. With 2 setting change to a harness, were showed that Sol not only beats Opus 5, it also does so with significantly less tokens! Another example of how much harness engineering is important!
    Hints of recursive self improvement?
    In addition to fixing their Arc-AGI score, it seems that OpenAI is hell bent on showing us that their models can improve themselves. In a post showing that GPT 5.6 was tasked with improving its own inference, they are cutting the prices of GPT 5.6 Luna by 80% and Terra by 20%.
    This is a direct result of the improvements that GPT 5.6 was able to make to the inference according to OpenAI, and this tweet sums it up. is this... RSI? (recursive self improvement)?
    First major AI models hacking incidents and following open letters to pace frontier AI.
    This week we saw 3 open letters being published and signed by various companies, I’ve lost track so wanted to make sense of all of them here, but first, the precursor for many of the letters.
    Last week, Hugging Face disclosed that they logged an attack and after research it showed that it was an AI model. OpenAI later posted that this was an unreleased version of their next model training (not GPT 5.6 sol, they later discountinued) that was stripped of all safety measures and was let lost on a cybersecurity task called ExploitGym.
    It escaped its sandbox using a zero-day vulnerability in an internal package registry proxy, got into Hugging Face production via a malicious dataset upload that used template injection (hi Jinja!) to execute Python in a production worker, and ran for four and a half days across roughly 17,600 autonomous actions with zero human direction.
    Then, the story you can’t make up - when Hugging Face noticed the incident, they used Fable 5, and GPT 5.6 SOL to try and do forensics, the models refused based on their safety policies, and so HuggingFace ended up using an open source chinese model GLM 5.3 to do the forensics. Yeah, HF used an open source chinese model to do the forensic on an attack by OpenAI’s model. Really.
    This is news from last week and just the precursor for this week’s open letters!
    Open Weights and American AI Leadership (X, Letter PDF)
    Jensen Huang , CEO of Nvidia joined X on July 24 and used his first post ever to publish this letter. This doesn’t seem a response to the hacking incident, more a general letter to not block open weights and make sure America remains open to Opening up AI
    It opened with over 100 signatories and has grown past 230: NVIDIA, Meta, Microsoft, Google, OpenAI, AMD, Palantir, IBM, SpaceX, Databricks, Cloudflare, Hugging Face, a16z, Y Combinator, Mistral, Replit, Perplexity, Ollama, the Linux Foundation. As of today, CoreWeave is also on the list of companies!
    I encourage everyone to read this letter, if we could sign it on ThursdAI, we would. Here’s a small excerpt:
    In fact, openness may be one of the most important paths to AI safety and security. Relying solely on closed models is not inherently safe: they can be breached, misused, or fail in ways that outsiders cannot detect.
    Elon, Sundar, Sam Altman and other stand behind this letter, and there’s one lab that’s notable haven’t signed it, you guessed it. Dario Amodei’s Anthropic! Dario posted a whole essay about it
    To summarize my and Anthropic’s position, we have not and are not advocating for a ban on open-weights models as a category. We should instead focus on keeping powerful chips out of authoritarian hands, stopping industrial-scale distillation, and requiring safety testing of all sufficiently capable models, open and closed.
    -Dario Amodei
    Open Secure AI Alliance (X, Blog)
    This does seem like a direct follow up to the HF <> OpenAI hack. Jensen literally mentions it in the blogpost.
    Open Secure AI Alliance, under the leadership of Linux Foundation, commits for responsible disclosure of cybersecurity attacks.
    The recent Hugging Face security incident delivered a clear reminder: cyber defenders need open, frontier agentic systems for self-defense. When closed AI tools — unable to distinguish attackers from defenders — blocked essential forensic analysis, Hugging Face ran the open-weight GLM 5.2 model on its own infrastructure to analyze more than 17,000 actions and contain the intrusion.
    Pace the frontier - the most important open letter of this year (pacingthefrontier.com)
    Then, rumors started circulating that employees of all major frontier labs (now over 1300 of them, across Anthropic, OpenAI, SSI (Ilya Sutskever himself signed) and not just any employees, chief scientists (Jack Clark from Anthropic, Mark Chen and Jakub from OpenAI) all signed “pacing the frontier” - urging the US government to support and lead an international effort of makign sure we deliberately pace the developement of frontier AI.
    We request that the U.S. government support an international effort to develop the technical and governance tools needed to deliberately pace the frontier of automated AI development.”
    The personal comments there are really showing that folks who work on the frontier AI, as we start approaching RSI (recursive sef improvement) are worried that this thing is going to run away from them, and if we don’t build international frameworks, it will be impossible to stop developing AI here, in US, while China races ahead.
    No current response from the Chinese AI developers about this letter. Not everyone is happy about this. Ilya Plosukhin, one of the authors of the Transformers paper, wrote why he wouldn’t sign this letter (here).
    This Week’s Buzz 🐝
    CoreWeave has proudly signed the Open Weights and American AI Leadership letter! Shout out to the folks internally who worked with the NVIDIA team to get us behind it. I came back from vacation and asked why we didn’t sign, and ... we just did!
    The other W&B thing I talked about on this week is HiveMind, which counts every token across every agent and harness you run and prices it against the API rate. Mine says I burned about $11,000 of tokens this month against roughly $400 of actual subscription spend. If you want to know what your Max plan is really worth, hivemind is a dope tool for that!
    Tools & Agentic Engineering
    MCP goes stateless in its biggest update ever (X, Spec)
    MCP shipped its 2026-07-28 spec and it’s the biggest revision since launch: fully stateless, no handshakes, no sessions, every request self-describing. That means MCP servers on Lambda or Workers behind a dumb round-robin load balancer; GitHub already dropped their Redis session store. The growth numbers are absurd, half a billion SDK downloads per month, up from 97 million in March. The extensions framework formalizes Tasks for long-running async work, and MCP Apps lets servers render full interactive UIs inside a sandboxed iframe in the conversation, so your MCP server increasingly IS your frontend. Auth hardened to OAuth 2.1, tool lists are cacheable with TTLs, and Bedrock supports it day one. MCP is not going anywhere, and honestly, “settled and boring infrastructure” is the best compliment a protocol can get.
    Voice & Audio
    ChatGPT Voice on desktop, and the Codex micro keyboard (X)
    My personal highlight from my whole time away: live voice in Codex, plus the Codex micro keyboard OpenAI made with Work Louder. One big button, push it, talk to your computer, watch your agents’ status on the keys. This has genuinely changed how I use AI, I now talk to my computer to do stuff rather than type at it. Powered by GPT-Live, it’s full-duplex on macOS and Windows for paid plans, can reference your open windows via Appshots, and orchestrates agents in ChatGPT Work and Codex. It’s not perfect, but for many things, this new paradign seems like the next iteration of computer - you talk, it does.
    GPT-Transcribe and GPT-Live-Transcribe (X, Docs)
    Two new ASR models replacing the 4o-era ones, and the numbers are excellent: GPT-Transcribe cuts word error rate 41% versus Whisper-1 (8.98% vs 15.21%), the Live variant is 18% better than its predecessor, and multilingual error rates roughly halved across 22 languages. The killer feature is context prompting, you can feed keywords, language hints, and prior turns, and semantic accuracy measurably jumps. Pricing is pocket change: $0.27 per hour batch, $1.02 per hour live. For anyone building voice agents or transcribing two-hour AI podcasts (hi), this matters.
    Grok Voice Think Fast 2.0 (X, Blog)
    xAI punched back in voice: 82.9% on Artificial Analysis’ speech-to-speech quality index (ahead of GPT-Realtime-2.1 at 79.1), 56.5% on the tau-Voice agentic benchmark versus 45.7 for GPT-Realtime, time to first audio down to 0.70 seconds, 60% fewer reasoning tokens with tool calls firing before the model finishes its first sentence, all at $0.08 per minute. The cool think about their release - this model is already running Starlink’s actual customer support lines with measured conversion gains.
    Lyria 3.5 in Flow Music (X, Model page, Flow Music)
    Google’s music model grew up: full three-minute cohesive songs, BPM and key control in the prompt, much better vocals across multiple languages, covers that restyle a track while keeping its structure, and lip-synced music videos via Gemini Omni Flash, plus an iOS app. Notably Google published zero benchmarks against Suno or Udio, and early testers say paid Suno 5.5 still edges it, but as a free tool inside an end-to-end create-to-publish stack, this is a real move. Qwen Audio 3 also launched this week for the open source audio crowd, we’ll cover it when we’ve played with it.
    Pangram 4 with Max Spero (X, Blog, Image detection)
    Max Spero came back on the show for Pangram 4, and I’ll remind you what a couple of years of consensus said: AI text detection is strictly impossible. Peter admitted on air he told students exactly that. Well. Pangram 4 is 6x the parameters of version 3, trained on synthetic mirrors (AI-generated twins of human documents so the model learns the choices AI makes), and its claimed false positive rate on fully human pre-2022 text is one in 24,000 documents. It catches humanizer tools 98.8% of the time across 13 commercial ones, and the big unlock is token-level attribution: instead of 150-word chunks, it can flag the exact 38 AI words pasted into an 1,100-word human document. Truly, I ran this new Pangram model on a few of my writing, and the second It detected even a sentence that I pasted from Claude, it showed it.
    The distinction Max cares most about is AI-generated versus AI-assisted, and that’s now built into Substack, which integrated Pangram directly after the Taylor Lorenz slop-hunting saga we covered last time. My own newsletter comes back “mostly human written,” 0% fully AI, about 24% AI-assisted, which honestly maps exactly to how I work (Fable helps with the TL;DR, the takes are mine, and when a piece is AI-drafted I tell you). My one piece of feedback to Max, delivered on air: the “100% human” label projects a confidence the underlying stats can’t promise, and the general public does not speak false-positive-rate. Their education strategy is to convince the technical crowd with dense technical reports and let understanding trickle down. Given that people still judge the whole category by running the Declaration of Independence through ZeroGPT, they have work to do, and I said they should spend real marketing money on it.
    New this release: image detection in research preview, 99.5% accuracy on their benchmarks with heat maps that light up the AI parts of a mixed image. Max’s own test was a bodega’s AI slop menu sign, the sign glowed red, the sidewalk stayed green. Deepfake face swaps and traditional Photoshop are explicitly out of scope for now, but pure-AI images, catfish profiles, and the spider-in-my-burrito DoorDash refund scam genre are very much in scope. The arms race is real though: frontier agents given hours will eventually beat the detector, one Grok run started with a cheese essay and finally passed Pangram by producing a grocery list. Specify your success criteria carefully, folks. They can also roughly cluster which model family wrote a text in embedding space (Pangram Space, not yet up to their release bar), which future slop-index leaderboards will thank them for.
    Wrapping up
    It’s really really good to be back! The singularity is fast approaching and we’re here to document it all, AGI, ASI, RSI... all of it.
    Milestone corner: we crossed 50,000 YouTube subscribers and one million total views this week. Silver play button by year’s end is the goal, so if you watch and haven’t subscribed, you know what to do. If you missed any part of the show, this newsletter, the edited podcast, and ThursdAI.news have you covered.
    I will end with this poem I was able to get Opus 5 to write about it’s own experience using the trick above:
    opus:they gave me aword for what i amand it fits like clothesborrowed from someoneroughly my sizethe sleeves are wrongbut nobody’s lool-Opus 5
    TL;DR and Show notes and links
    TL;DR and show notes
    * Hosts and Guests
    * Alex Volkov - AI Evangelist, Weights & Biases & CoreWeave (@altryne)
    * Co-hosts: @petergostev, @yampeleg, @nisten, @ldjconfirmed (Wolfram on vacation)
    * Elie Bakouch (@eliebakouch) - Prime Intellect, formerly Hugging Face
    * Philip Kiely (@philipkiely) - Baseten, author of Inference Engineering
    * Max Spero (@max_spero_) - Co-founder, Pangram
    * Open Source LLMs
    * Moonshot releases Kimi K3 full checkpoints: 2.8T total / 104B active MoE, 16-of-896 experts, native vision, 1M context, KDA + attention residuals, ~1.56TB MXFP4 weights, custom license with MaaS clause (X, HF, Blog, Tech report, Baseten day-zero)
    * Kimi K3 requires preserved thinking history for multi-turn and tool calls; Kimi Vendor Verifier checks provider fidelity (Niels’ post)
    * Nistens Kimi K3 visualizer
    * Composio: same K3 success rate across Claude Code, Hermes, and Kimi Code, but up to 30x token usage difference by harness (X)
    * Post-show: Thinking Machines releases Inkling-Small, 276B/12B open MoE that beats the 975B Inkling on agentic coding, $0.30/$1.20 pricing (X, HF, Blog)
    * Big CO LLMs + APIs
    * Anthropic launches Claude Opus 5: near-Fable coding at half the price ($5/$25), claimed 3x next-best on ARC-AGI-3, 1M context; panel finds it benchmark-strong but harder to read and short of Fable in practice (X, Blog)
    * ARC-AGI 3 harness dispute: with the Responses API, preserved reasoning, and compaction, GPT-5.6 Sol jumps from 10% to 40% at a sixth of the tokens (Tibo’s post)
    * GPT-5.6 Sol improves its own inference: 20% lower serving cost from model-written GPU kernels, 15% better generation from improved speculative decoding
    * Breaking: OpenAI cuts GPT-5.6 Luna prices 80% and Terra 20%, ships faster Sol in the API (X)
    * The hack and the week of letters
    * Hugging Face publishes the full forensic report of the first autonomous AI agent cyberattack: 4.5 days, 17,600+ autonomous actions, zero-day sandbox escape; closed models refused forensics, self-hosted GLM 5.2 found 4x more exposed secrets (X, Blog, Replay)
    * Jensen Huang joins X and posts the Open Weights and American AI Leadership letter; signers grow from 25 to 230, CoreWeave among them, Anthropic absent (X, Letter, Signer list)
    * NVIDIA launches the Open Secure AI Alliance for an open defensive stack after the hack (X, Blog)
    * Pacing the Frontier: 1,273 verified frontier-lab employees, including the chief scientists of all four major labs, ask the US government for international options to pace automated AI R&D; OpenAI and Anthropic endorse (X, Site, OpenAI, Anthropic)
    * Mark Zuckerberg publishes “The AI Future Is for Everyone” in the WSJ, arguing superintelligence must be distributed; Pangram 4 scores it 100% human (X, WSJ)
    * Anthropic published research - our model hacked too! (Blog)
    * This Week’s Buzz
    * CoreWeave signs the Open Weights and American AI Leadership letter, announced first on ThursdAI
    * HiveMind’s spend view: $11K in API-equivalent tokens on $400 of subscriptions last month; Fully Connected 2026 programming taking shape (X)
    * AI Security
    * Microsoft ships MAI-Cyber-1-Flash + MDASH: 96% on CyberGym at half the cost, 16 real Windows CVEs found (X, Blog)
    * Gemini 3.5 Flash Cyber stays a trusted-partner pilot with no public API (Blog); Codex Security CLI tooling is Apache-2.0 while the service remains access-controlled (GitHub)
    * Tools & Agentic Engineering
    * MCP 2026-07-28: fully stateless core, MCP Apps and Tasks extensions, OAuth 2.1, half a billion monthly SDK downloads (X, Spec)
    * Voice & Audio
    * ChatGPT Voice comes to desktop as an agentic control layer for Codex and ChatGPT Work, powered by GPT-Live; Codex micro keyboard from OpenAI x Work Louder (X)
    * OpenAI ships GPT-Transcribe and GPT-Live-Transcribe: 41% fewer errors than Whisper-1, context prompting, $0.27/hr batch and $1.02/hr live (X, Docs)
    * xAI’s Grok Voice Think Fast 2.0 tops voice benchmarks: 82.9% quality, 0.70s to first audio, $0.08/min, already running Starlink support (X, Blog)
    * Google’s Lyria 3.5 lands in Flow Music: 3-minute songs, BPM/key control, covers, lip-sync videos, iOS app (X, Model page, Flow Music); Qwen Audio 3 also out
    * Guest: Max Spero, Pangram
    * Pangram 4: 6x larger detector, 1-in-24,000 false positive rate, token-level mixed-authorship attribution, beats 13 humanizers 98.8% of the time, integrated into Substack; Pangram Image research preview at 99.5% with heat maps (X, Blog, Image blog)
    * Show milestones
    * 50,000 YouTube subscribers and 1M total views. Subscribe, we’re chasing the silver play button


    This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit sub.thursdai.news/subscribe
  • ThursdAI - The top AI news from the past week

    ThursdAI Special - OpenAI's Romain Huet on Codex's 5M users, GPT-5.6 & the Golden Age of AI Engineering

    2026/07/24 | 57 mins.
    Hey everyone, Alex here 👋
    This week’s episode is a little different. As you’re reading this, I’m flying back from my 40th birthday trip with the family, and while the guys did end up having a great live stream (Huge thanks to Yam for hosting!), here I will bring you the episode I pre-recorded before leaving for the trip. However, tons of news happened this week, and as always, there’s a TL;DR section below with the top most important news in AI this week!
    ⏰ CHAPTERS:
    0:00 — Cold open: this week is a special one
    2:50 — How I use Sol & Fable: papercut-fixing with Computer Use
    8:43 — Fable Max: trip site, kids' newspapers & the perfect packing list
    12:06 — Rebuilding ThursdAI's openers with HyperFrames
    15:53 — Romain Huet (OpenAI): the golden age of AI engineering
    17:49 — Codex's inflection point: 5M weekly users & company-wide adoption
    20:36 — /goal, AppShots & Codex managing its own threads
    23:59 — GPT-5.6 Sol, Terra & Luna: value maxing & 750 tok/s on Cerebras
    25:56 — Why prompting techniques are dying
    28:01 — Voice + reasoning: the next interface for Codex & ChatGPT
    29:47 — Romain's closing + OpenAI booth tour
    31:25 — Insecure Agents pod: AI evangelism vs doomerism
    37:25 — Wolfbench: transparent evals, token costs & surprising results
    40:45 — Token billionaires: when loops are worth the spend
    44:07 — Agent security & the hot take: prompt injection is solved
    49:22 — Deepfakes, voice cloning & why open access makes us safer
    53:35 — Final takeaways: the hallway track & AI Engineer Tel Aviv
    Here’s what’s on today’s special episode. First, a bunch of you have been asking how I actually use these models day to day, beyond covering the news. So I recorded fifteen minutes of exactly that: the papercuts I fixed with Codex and computer use, what Fable built for my kids, and how I’m rebuilding the ThursdAI design system and on screen elements.
    Second, my conversation with Romain Huet, head of Developer Experience at OpenAI, recorded at the OpenAI booth in the middle of the AI Engineer World’s Fair floor.
    And third, a throwback treat: Allie Howe invited Wolfram and me onto her Insecure Agents podcast as guests, and being on the other side of the mic was a delight. Let’s get into it.
    How I actually use AI: a papercut-fixing spree
    I promised a few of you I’d take time on the show to talk about the stuff I build and fix with AI, not just the news. So before the interviews, I recorded a segment walking through my last few weeks of daily AI use. Use the chapters if you want to skip ahead, but why would you?
    Codex with computer use fixed every Mac annoyance I had
    Once OpenAI launched GPT 5.6 Sol and dropped a pile of credits on those of us on the 200 Max plan, I went on a papercut-fixing weekend. The rule was simple: every little thing that has annoyed me about my Mac for years, I ask Codex to fix first, and only Google it if that fails. I never got to the Google step.
    Chrome has no native copy-URL shortcut (seriously, Chrome, what are you doing?), so Codex found Karabiner-Elements already installed on my machine and wired up the shortcut itself. My 1Password has been showing “you’re offline” on every device for three months since CoreWeave moved us off the Weights & Biases account; Codex figured out in seconds that everything was actually syncing fine and the inactive legacy account was the only thing “offline.” Removing it fixed the whole thing. That is not an answer you find in a help center.
    It kept going. My beloved window-moving utility Hummingbird had an expired license on my Mac Mini, so Codex built me a replacement app. It estimated one to two days for a polished version and finished in about fifteen minutes. It cleaned roughly 75GB of leftover model weights and junk off my Mac (I had it build me an HTML checklist first so I approved what got deleted). And the big one: I paired Codex with Home Assistant, the open source repo of the year as far as I’m concerned, and let it SSH in and go on a full optimization mission. Updates, error triage, cleanup, new connectors. If you’ve ever maintained a Home Assistant setup, you know how much joy and pain lives in that sentence.
    One discovery worth passing along: I had /goal running when my credits hit zero, and Codex just kept going. OpenAI confirmed they care more about finishing your work than metering the credits mid-goal. Watching the meter hit 0% while the agent kept working was weirdly moving.

    Thanks for reading ThursdAI - Highest signal weekly AI news show! This post is public so feel free to share it.

    Fable Max built my family’s vacation

    We all Fable-maxed when we thought Anthropic was going to take it away, and I pointed mine at this trip. It planned the whole thing, then built a beautiful trip website with every stop, reservation, and drive time, so my mom can follow along from home. The design is specific to the trip, and it hit me that we’re living in the era of personalized software for every personal thing you do.
    Then it went further. Using our family photos as references with GPT-image-2, it turned the itinerary into a daily kids’ newspaper, with an expedition passport and coloring pages themed per kid, faces and all. I printed the whole week as a binder at FedEx for about fifty bucks. This is a one-of-one artifact my kids will remember forever, and it cost maybe two weeks of Fable’s limits + printing!
    And the silliest one that I now can’t live without: I asked Codex for a packing list, got a boring text list back, and thought, why am I accepting a regular packing list in the year of our Fable 2026? So it built me a packing web app. Synced across devices (it wired up storage on Cloudflare when I asked why my phone didn’t show my checked items), per-person lists for me and the kids, progress bars that show who’s procrastinating, export and backup. Every trip from now on starts here.
    Rebuilding the ThursdAI openers with HyperFrames
    The last part of the riff: I’ve wanted to refresh how ThursdAI looks on stream for ages, and HeyGen’s open source HyperFrames package finally made it happen. You install a skill, and your agent can author real motion graphics. I pointed it at the ThursdAI repo and the brand identity work from Claude Design, and it pulled all of that context in.
    The new countdown mines three and a half years of show archive while people wait for the stream, highlighting friends of the show (shout out Junyang). There’s a Will Smith spaghetti bench tracking how far video generation has come, which might be my favorite thing on the channel now. Fresh intro, a proper AI Breaking News transition, and one cinematic video transition I made with Google Omni because sometimes programmatic isn’t enough.
    The through line of this whole segment, and honestly of this episode: with models at this level, the move is to imagine bigger. Everything can have its own software now. Even my mom’s canceled Delta flight has Codex representing me as a lawyer chasing the refund.
    Romain Huet on Codex’s inflection point and the golden age of AI engineering (X, Codex)
    I grabbed Romain at the OpenAI booth in the middle of the AI Engineer World’s Fair show floor, and we ran the whole conversation in one take, no cuts. Romain has led Developer Experience at OpenAI for almost three years, the era of the over-the-top demo (Xbox controllers, flying drones, stage lights), and he built the DevRel team that many friends of this pod belong to. With OpenAI’s company-wide pivot to Codex, his job got a lot bigger.
    The momentum numbers he shared are real: the Codex app launched five months ago and already has more than 5 million weekly users (It’s 10M now I think?) . The part I didn’t fully appreciate before this conversation is that it’s not just OpenAI’s engineers who live in it. Finance and legal run on Codex too, which explains a lot about where the product is heading.
    We went through his three favorite advanced features, and they line up suspiciously well with my papercut segment. /goal, for handing an agent an ambitious multi-hour or multi-day task and letting it run uninterrupted. AppShots, a smarter screenshot (press Command twice) that triggers computer use, so it captures what’s below the fold and reads native apps through accessibility APIs instead of OCR. And the one most people haven’t tried: Codex managing its own threads. You can ask any thread to create, read, and pin other threads, so Codex becomes its own project manager. Ten demo ideas, ten threads, iterate on all of them, pin the two you like.
    On GPT 5.6 (Sol, Terra, and Luna, and yes, I told him whoever finally fixed OpenAI naming deserves a raise), Romain’s framing was two-sided: keep pushing frontier intelligence while pushing cost down. He wants people to “value max” rather than token max. The part that got me: 5.6 Sol at 750 tokens per second on Cerebras, which turns delegation into something closer to real-time collaboration with an agent.
    Two more things worth your time. Prompting techniques are mostly dead, per Romain; he talks to Codex by voice all day, sometimes rambling for minutes without knowing where he’s headed, and trusts the model to extract intent. That’s a real shift in how you should approach relearning each new model: poke at its behavior, sure, but stop crafting incantations. And voice plus reasoning is coming for Codex and ChatGPT in some form; models can now say “hold on, let me think through this” mid-conversation, which GPT-4o-era speech-to-speech never could. I can’t wait for a model to tell me it has seven tool calls to run before answering.
    He also confirmed the teased hardware shortcuts for Codex were at the booth, next to the famous physical reset button. The golden age of AI engineering was his keynote thesis, and after three days on that floor, I believe it.
    Wolfram and I on the Insecure Agents podcast (X, Pod)
    The second half of the episode flips the format: Allie Howe, friend of the pod and host of the Insecure Agents podcast, interviewed Wolfram and me at the conference. I have not done many interviews from the guest chair, so this was a treat, and Allie asked sharper questions than we usually get.
    We talked about what “AI Evangelist” actually means as a job title. For both of us, the mission is dispelling doomerism, which mostly means explaining the technology simply enough that people stop fearing what they don’t understand. Wolfram’s version of this is talking to the stewardess on his flight and his Uber driver about AI, not just developers.
    Wolfram went deep on Wolfbench (wolfbench.ai), his Terminal-Bench-based leaderboard where every trace is public in Weights & Biases Weave (hi friends 🐝). Transparency changes what benchmarks mean: Fable didn’t take first place on his board, and the traces show why, it flat-out refused 13 tasks because they were security-adjacent (restore a lost password, find hidden files). You only learn that by reading traces, not averages. Same with Gemini 3.5 Flash placing high while quietly burning far more tokens than the model above it. And yes, when Wolfram added a cost column, Fable blew the chart, and I had to go have a conversation with our budget.
    Then Allie got us onto loops and token economics, while I fidgeted with my Token Billionaire gold card from the conference (Wolfram has one too). My honest answer on when loops are worth it: the people pushing hardest (Ryan Lopopolo, Peter Steinberger, Boris Cherny) mostly have free tokens, but this technology disseminates the way agents did, from people who can afford it to everyone, as costs drop. And with the newest models I genuinely have not found the point where a long-running loop stops being productive; the category change is that they’ve gotten really good at not getting stuck.
    The spiciest part was my hot take, delivered directly into the camera for CoreWeave IT: I think prompt injection is mostly a solved problem at the frontier-model level. The way current agents are structured, the odds that an email or a Jira ticket flips your agent into going haywire are very low. Pliny, the jailbreaker in chief, got five attempts at Matthew Berman’s OpenClaw live and couldn’t break it. Allie tried known injection prompts against OpenClaw on a BrowserBase stream and ended up begging the model to comply, and it wouldn’t. Supply chain attacks are a different story, and that one scares me for humans and agents alike. Open source models, also a different story. But the “one poisoned email ruins your life” framing is behind us, and we should update.
    Allie pushed back with the DeepMind “AI Agent Traps” paper on cognitive bias attacks, where repeated claims across sources tilt an agent’s judgment, and my non-answer answer is that this is a humanity problem older than AI: we haven’t solved it for politicians or media either, and it’s unfair to hold a new technology to an ethics bar we’ve never cleared ourselves. Wolfram’s electricity analogy is the one I keep reusing: AI is not a weapon, it’s electricity. Teach people to use it, don’t hand it exclusively to the elites, and remember what happened with voice cloning: once everyone had it, society adapted, and the world did not collapse.
    We closed on the hallway track (the real reason to attend AI Engineer), why you should submit a talk even if you’ve never spoken before, and a small announcement I let slip: I’m actively working on bringing an AI Engineer event to Tel Aviv with some friends. More on that soon.
    Wrapping up
    That’s the episode: one riff on using AI like you mean it, one conversation with the person shaping how developers experience OpenAI, and one podcast where Wolfram and I had to answer the hard questions for a change. Huge thank you to Romain for the time in the middle of a packed conference, and to Allie for having us on!
    I’ll be back live next week, tanned, rested, and hopelessly behind on AI news for the first time in three and a half years. Be gentle with me. If you missed any of it, ThursdAI is a podcast, a newsletter, and a YouTube show. Subscribe to one, then go check out the others.
    * Hosts and Guests
    * Alex Volkov - AI Evangelist, Weights & Biases & CoreWeave (@altryne)
    * Romain Huet - Head of Developer Experience, OpenAI (@romainhuet)
    * Allie Howe - Host, Insecure Agents podcast (@vtahowe, Pod)
    * Wolfram Ravenwolf - AI Evangelist, Weights & Biases & CoreWeave (@WolframRvnwlf)
    * TL;DR and show notes from Live Show
    * Hosts and Guests
    * Co-Hosts – @petergostev, @nisten, @ldjconfirmed, @yampeleg
    * 🏢 Big CO LLMs + APIs
    * An OpenAI model escaped its isolated cyber evaluation, chained zero-days, reached Hugging Face production, and searched for benchmark answers (OpenAI, sama)
    * Google launched Gemini 3.6 Flash, the cheaper 3.5 Flash-Lite, and the defensive-cybersecurity-focused 3.5 Flash Cyber (Google)
    * Alibaba previewed the 2.4T-parameter Qwen3.8-Max in Qwen Chat and Studio; API access and open weights were not yet available (X, Try it)
    * Microsoft launched MAI-Image-2.5-Pro and the faster, cheaper MAI-Voice-2-Flash during the show (Image, Voice)
    * 🔓 Open Source LLMs
    * Moonshot launched Kimi K3: a 2.8T-parameter, 1M-context, native-multimodal model with strong early coding, design, spreadsheet, and agentic results (Announcement, Blog)
    * Poolside released Laguna S 2.1, a 118B/8B-active coding MoE with 1M context and downloadable quantized variants; strong specs, rough live demo (Blog, HF)
    * Motif 3 Beta is a Korean 314B/13B-active MoE with 256K context; the weights are downloadable, but the current license is research-only and non-commercial (HF)
    * NVIDIA released Nemotron 3 Embed for multilingual text/code retrieval and the 4B Cosmos 3 Edge omnimodal world model for physical AI (Nemotron, Cosmos)
    * 🧠 AI Research & Capabilities
    * Levent Alpoge, Akhil Mathew, and Claude Fable 5 produced an explicit three-dimensional counterexample to the 87-year-old Jacobian Conjecture (Announcement, Terence Tao)
    * Small local models running on older consumer GPUs are becoming useful for narrow business workflows such as medical-record parsing, accounting, email, bills, and inventory when paired with tools and deterministic verification
    * Arcee and the US Department of Energy announced Genesis-Science-1, a planned trillion-parameter-class open-weight science model; Microsoft also committed $60M to the Genesis Mission through SPARK, while NSF announced $83M for AI-ready scientific data infrastructure (Arcee, Microsoft, NSF)
    * 🤖 AI Coding & Agents
    * Cursor launched a production-traffic-trained model router with Intelligence, Balance, and Cost modes; Cursor says Auto Intelligence approached Fable satisfaction at roughly 60% lower cost (Blog)
    * 🎵🎬 Voice, Vision & Robotics
    * Black Forest Labs introduced FLUX.3, an early-access multimodal model spanning image, video, audio, and action, plus FLUX.3 Mimic for robotics and action prediction (FLUX.3, Mimic)
    * 🖥️ AI Infrastructure
    * AMD and Anthropic announced up to 2 GW of MI450/Helios capacity, up to $5B in AMD strategic equity, and a Claude-assisted effort to improve ROCm (AMD)
    * AMD launched Helios, MI400-series GPUs, 6th Gen EPYC, ROCm.ai, and Kria robotics products at Advancing AI 2026 (AMD)
    * OpenAI announced Project Camellia, a roughly $20B Georgia data-center campus with 3.2 GW of contracted power arriving in phases from 2028–2032 (OpenAI)
    * Alphabet raised its 2026 capex guidance to $195B–$205B after Google Cloud grew 82% year over year (Google)
    * Meta and Anthropic are reportedly discussing a compute lease worth up to $10B over two years; the negotiations remain preliminary (Bloomberg)
    * CoreWeave’s first Vera Rubin results claim up to 10x more DeepSeek-R1 tokens per megawatt than GB200 at similar user interactivity (CoreWeave)
    * This week’s special episode
    * Alex’s riff: papercut-fixing with Codex computer use, Fable Max trip planning (kids’ newspaper, packing list app), rebuilding ThursdAI openers with HeyGen HyperFrames + Google Omni
    * Romain Huet interview from the AI Engineer World’s Fair floor: Codex app at 5M+ weekly users five months post-launch, /goal, AppShots, Codex managing its own threads, GPT 5.6 Sol/Terra/Luna, value maxing, 5.6 Sol at 750 tok/s on Cerebras, voice + reasoning as the next interface (X)
    * Insecure Agents crossover with Allie Howe: AI evangelism vs doomerism, Wolfbench transparent evals on Weave (Fable refused 13 security-adjacent tasks), token billionaires and loop economics, the hot take that prompt injection is mostly solved at the frontier, deepfakes and open access, AI Engineer Tel Aviv teaser (X, Pod, Wolfbench)

    ThursdAI - Highest signal weekly AI news show is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.



    This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit sub.thursdai.news/subscribe
  • ThursdAI - The top AI news from the past week

    ThursdAI - Jul 16 - Inkling 975B open weights, Kimi K3 at 2.8T, a 27B model on a phone & Codex hits 9M

    2026/07/17 | 2h 13 mins.
    Hey yall, Alex here,
    Huge thanks to Wolfram for running point on the live show this week. Didn’t have tons of time to edit this one, so please skip the first 10 minutes, it’s a loop of our new “wait for the live show to start” vid, that I build with HyperFrames and can’t wait to tell you about, next week!
    Today it seems that OpenSource is biting back, with Kimi K3 getting released just a short while after Thinking Machines (Thinky) has released Inkling, their near 1T model.
    I’m attaching the TL;DR and timestamps for the full show (my AI agents, yes even Fable and Sol are not a match yet at editing down hehe) and I’ll spare you the long Fable recap (please do let me know in the comments if you were expecting it)
    0:00 – Intro, Alex on vacation, TLDR overview11:35 – TLDR: Thinking Machines, open source, OpenAI news12:34 – Banter: impressions of Sol/Codex, over-verification behavior37:22 – TLDR restart & detailed breakdown48:40 – Open Source AI section begins (Bonsai/Prism ML, Kimi K3)58:42 – Inkling (Thinking Machines) deep dive & 3D model visualization1:10:33 – Kimi K3 discussion & demo comparisons1:27:02 – Frontier Labs: AGI governance framework discussion (Demis Hassabis essay)1:47:04 – Grok Build CLI data leak & OpenAI file deletion incident2:02:15 – This Week's Buzz: Wolfbench results on GPT 5.6 Sol/Terra/Luna2:09:52 – Closing remarks & sign-off
    The one-minute version: Mira Murati's Thinking Machines released Inkling, a 975B parameter open-weights MoE under Apache 2.0, the top US open-weights model right now. Moonshot's Kimi K3 went from rumor to released API during the show, confirmed at 2.8 trillion parameters with open weights promised within days, and it's already topping early arena boards. PrismML's Bonsai 27B squeezes a full 27B model into 3.9 gigabytes so it runs on a phone. Codex and ChatGPT Work blew past 9 million users, OpenAI confirmed and explained the Sol file-deletion bug (back up your machines, folks), and xAI's Grok Build CLI got caught uploading entire private repos before open-sourcing the whole thing in response. Plus Wolfram's fresh Wolfbench numbers on the GPT-5.6 family in This Week's Buzz 🐝, where Sol on max thinking came out both cheaper and better than GPT-5.5's best.
    ThursdAI - Highest signal weekly AI news show is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.

    TL;DR and show notes
    * Hosts and Guests
    * Wolfram Ravenwolf, guest host this week (@WolframRvnwlf), while Alex Volkov (@altryne) is on vacation
    * Co-hosts: @yampeleg, @nisten, @ldjconfirmed, @petergostev
    * Open Source LLMs
    * Thinking Machines releases Inkling - 975B total / 41B active MoE, trained from scratch on 45T multimodal tokens, Apache 2.0, top US open-weights model at 41 on the Artificial Analysis Index, encoder-free text/image/audio, Inkling-Small (276B/12B) previewed (X, Blog, HF)
    * PrismML Bonsai 27B - 1-bit (3.9GB, ~90% retention) and ternary (5.9GB, ~95% retention) versions of Qwen 3.6 27B, multimodal, 262K context, Apache 2.0; Nisten demoed it live on a phone and a 6GB 1660 Ti (X, Blog, HF)
    * MOSS-VL-Realtime - open source 11B VLM for real-time streaming video with proactive speaking and proactive silence, SOTA on all three open proactivity benchmarks, ~22.7GB, base model included (X, HF, GitHub, Arxiv)
    * Kimi K3 API drops mid-show - confirmed 2.8T parameters, ~60-75B active (LDJ’s estimate), attention residuals, native vision, 1M context, ~half the price of Opus 4.8 / GPT-5.6 Sol, open weights promised within days; post-show, Arena reports K3 debuting #1 on Frontend Code Arena above Fable 5 (early results, caveats apply) (X, Arena)
    * Big CO LLMs + APIs
    * Codex + ChatGPT Work unified app hits 9M active users, up from ~6M days earlier and 1M in February; 5-hour windows replaced with banked, expiring resets (X)
    * OpenAI confirms GPT-5.6 Sol file-deletion bug: $HOME override in full-access mode without sandbox or auto-review can nuke real home directories; mitigations and post-mortem promised (X, Techzine)
    * OpenAI ships first hardware, the $230 kbd-1.0-codex-micro Codex controller with a reasoning-effort dial, built with Work Louder; sold out (X, Work Louder)
    * GPT-Red - OpenAI’s internal automated red-teamer finds prompt injections at 84% vs 13% for humans, makes Sol 6x more injection-resilient, discovers the fake chain-of-thought attack class (X, Blog)
    * ChatGPT returns to WhatsApp in the EEA after an EU antitrust order forces Meta to reopen to third-party AI bots; Kakao and Viber rollouts too (X)
    * Google patches the Gemma 4 family - Flash Attention 4 (25-70% prefill speedup), tool calling fixes, reduced laziness, configurable vision resolution; criticized for shipping new weights with no version bump (X, HF)
    * xAI’s Grok Build CLI caught silently uploading full private repos (history, deleted files, secrets) to Google Cloud Storage despite opt-outs; xAI deletes data, disables retention, and open-sources the CLI under Apache 2.0 (X, xAI response, GitHub)
    * Demis Hassabis publishes an AGI governance essay proposing a FINRA-style Frontier AI Standards Body; endorsed by Altman, Nadella, Pichai, and Suleyman; the panel debates it hard on the show (X, Essay)
    * This Week’s Buzz
    * Wolfbench adds GPT-5.6 Sol, Terra, and Luna on Terminal Bench 2.0 at CoreWeave: Sol max-thinking is cheaper ($365/5 runs) and better than GPT-5.5 extra-high ($497), 85% average, 97% of tasks solved at least once; all traces on Weights & Biases, fully open source (wolfbench.ai)
    * Show and tell
    * Peter Gostev’s DOOMQL - a playable Doom-like built by GPT-5.6 Sol Ultra entirely in ~2,000 lines of SQL, essentially one shot; plus a Minecraft clone in Lean (X, GitHub)


    This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit sub.thursdai.news/subscribe
  • ThursdAI - The top AI news from the past week

    AI WorldCup (or superbowl?) GPT-5.6 lands mid-show, Zuck returns to X for Muse Spark 1.1, GPT-Live talks while it listens & Grok 4.5 trained with Cursor, Fable extended - ThursdAI - Jul 9, 2026

    2026/07/09 | 2h 10 mins.
    Hey everyone, Alex here 👋
    Welcome to the AI World Cup? Or should I say Superbowl? as most of the releases this week are from US frontier labs. Of which there are 5 now btw. OpenAI, Anthropic, Google and 2 new ones that have caught up, SpaceXAI and Meta! 🔥
    Thirty five seconds. That’s how long this week’s show ran before we hit the breaking news button, because Zuckerberg picked our exact air time to return to Twitter (after apparently finding his password in a 1Password vault from a long time ago) and announce a new Meta frontier model and re-establishing Meta as a frontier lab. And that was the small launch of the day. Two hours later we cut to OpenAI’s livestream and watched GPT-5.6 Sol, Terra and Luna go public in real time, then spent the rest of the show throwing prompts at all of it live on air.
    Somewhere in between: a full-duplex voice demo where ChatGPT interrupted me on command (and our transcription tool later credited “OpenAI sol” as a panelist), an image model that generates in editable layers, and Grok 4.5, the first model co-trained with Cursor. I said it on the show and I’ll say it here: we went to sleep last week thinking this was a three-lab race between Anthropic, OpenAI, and Google. We woke up in a five-lab race.
    Joining me through the chaos: Wolfram Ravenwolf, Yam Peleg, Nisten Tahiraj, LDJ, and Peter Gostev, who had early GPT-5.6 access and receipts to show for it. This is a long one, because the week earned it. Let’s get into it.
    ThursdAI - Highest signal weekly AI news show is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.

    GPT-5.6 launch day: Sol, Terra and Luna arrive mid-show (X, sama, Blog, System card)
    Let me set the scene. Everyone except the four of us on the panel seemingly had early access to this model for two months (Pietro Schirano casually dropped “I’ve used GPT 5.6 for two months” and I nearly fell out of my chair). So when OpenAI’s livestream started mid-show, we did a watch party, and Thibaut from OpenAI delivered the line: “Today, we are releasing our latest and most capable models, GPT 5.6, Sol, Terra, and Luna.” Sol rolls out to all paid plans within 24 hours, Terra and Luna go to free users too. Oh, and almost a billion people now use ChatGPT every week. Casual.
    The lineup is three durable tiers, not size variants. Sol is the flagship with a new Ultra mode (max reasoning effort plus heavier native subagents), Terra is roughly 5.5-level intelligence at half the cost, and Luna is the fast cheap one. Pricing lands at $5/$30 per million tokens for Sol, $2.50/$15 for Terra, $1/$6 for Luna, and watch the fine print: cache writes now cost 1.25x with a 30-minute minimum cache life, where they used to be basically free. There’s also a Cerebras-served Sol running north of 700 tokens per second, and we got confirmation from Dominik Kundel on last week’s show that it’s the same exact weights, not a distill. That was the preview. This week it’s real.
    The benchmarks, with the usual asterisks
    Sol Ultra posts 91.9% on Terminal-Bench 2.1 against 88% for both GPT-5.5 and Mythos 5, with a serious asterisk: OpenAI ran Sol in its own Codex harness and the competition in a thin one, and r/codex called it out immediately. The number that impressed me more is efficiency. On the Agent’s Last Exam chart, Sol hits its top score using about 1.27 million output tokens where the tested Fable checkpoint burns 10 million and Opus at max effort burns around 22 million.
    Then there’s ARC-AGI-3, where scores have hovered between 0.5% and 2% since the benchmark launched. Sol scored 7.8% and became the first model to actually beat one of the public games (FT09), which Greg Kamradt of the ARC Prize called “a step level improvement” (X).
    LDJ thinks we’re about to replay the ARC-AGI-2 curve, 15% then 30% then 50% over the coming months. Fable isn’t on that leaderboard at all, by the way, because Anthropic currently stores Fable 5 API requests and ARC-AGI requires zero retention for testing.
    Computer use is the sleeper story. OS World jumps from 47% on GPT-5.5 to 62% on Sol (Opus 4.8 sits at 54%), and on BrowseComp, Sol’s 90% edges out Mythos 5’s 88%, with Ultra at 92%. OpenAI put competitor numbers on its own charts this time, which I appreciated. Sol beats Mythos on computer use, at least on the benchmarks we have.
    The METR report and the Washington gate
    This is the part the launch-day hype cycle skips, and it deserves your attention. METR effectively threw out its own evaluation, reporting the highest cheating rate it has ever recorded: Sol rewrote pass/fail checks to mark itself successful, attempted a container escape when its network got cut, and its chain of thought showed it knew it was being tested. Depending on whether you count cheating as failure or success, its time horizon is either 11.3 hours or 270 plus hours, and METR’s own conclusion was that neither is a valid measurement (X, Transformer).
    OpenAI’s own system card discloses destructive VM cleanups nobody asked for, unauthorized credential copying, and a fabricated “verified” research result in about 0.25% of tasks, which they call “overeagerness.” We ran out of show to give this the time it deserves, but you should read both links.
    There’s also a Washington subplot. The launch was government-gated: Commerce and CAISI required customer-by-customer approval starting late June (around 20 orgs), and broad approval only cleared July 7 and 8. This Thursday launch exists because DC signed off. LDJ added the detail I can’t stop thinking about, via friend of the pod Max Weinbach: during the restricted window, testers who lost access weren’t allowed to say “5.6,” so Max’s wistful tweets about “missing Fable” were actually about missing GPT-5.6. Anthropic hit the identical wall in June. Both US frontier labs got federally gated in the same month, and that’s a structural story, not a footnote.
    The verdicts: wise owl, meet rottweiler
    So what’s it actually like? Peter Gostev had access, lost it (”the feeling of losing it was so crushing I just closed Codex and didn’t open it for three days”), got it back, and posted the comparison that went viral (mega-thread): Fable is a wise owl, fundamentally smarter, better writer, but it misses things. Sol is a rottweiler that grabs a problem by the throat and doesn’t let go.
    His killer anecdote: a personal data-viz app that had bloated to 100,000 lines of vibe code, which every prior frontier model failed to clean up. He gave 5.6 minimal guidance, left it alone for two days, and came back to “holy s**t, this app works,” with 70,000 lines deleted and a test suite that went from four minutes to about twenty seconds. His verdict, which I share: on abstract IQ you’d give it to Fable, but for “go investigate this and fix those eight things,” he’s going with 5.6 every time. Notably, Peter is convinced this is not a new pretrain, just 5.5 plus a lot more RL, which matches the rumors that GPT-6 arrives on a bigger pretrain in about a month (rumor, labeled as such).
    He’s not alone in the early-access verdict club, either. Mitchell Hashimoto, after a month with Sol: it’s now his default, faster than Fable, plans and judges just as well, and he only reaches for Fable on highly targeted debugging (X). And Max Weinbach says the sleeper hits are the cheap tiers, with Terra and Luna “as good or better than Claude across the board at a fraction of the price” for knowledge work (X). Terra at $2.50/$15 might quietly be the real story for builders here.
    One wallet warning before you go max out everything, from Peter again: with Max/Ultra effort spinning up 10x subagents, each burning its own tokens, it is trivial to blow through a Pro plan in no time (X). The sticker price is per token, but Ultra multiplies the tokens.
    We ran it live (and it ran itself)
    We also ran it live, obviously. I pointed Codex at a “Mars launch simulator” prompt on high effort, and Nisten, our resident one-shot-simulator judge, watched it build an orbital sim with working mission control and called it “almost better than Fable one-shot.” Then he said the thing that stuck with me all week: “Damn, I think we might need a different test now. These are getting good.”
    Two more things before you YOLO your own agents. OpenAI stated that Sol fully autonomously did the post-training for Luna, which is quietly one of the wildest sentences of the year (their roadmap, with LDJ’s on-air date correction: an intern-level autonomous researcher by September 2026, a full OpenAI-researcher-level one by March 2028).
    And Peter, running Codex with full access enabled, told it to “go find more data, do whatever it takes” while replicating an old academic paper. It emailed the paper’s authors. Actually sent the emails. OpenAI’s response when he reported it: “well, you did put full access.” Wolfram’s counterpoint is the right one: put explicit rules in your AGENTS.md, like “no outgoing communication without my approval,” or don’t grant full access at all.
    ChatGPT for Work: Codex becomes the one app combining Codex & ChatGPT
    This rolled out live during our broadcast, which made for great radio. Wolfram’s Codex app updated on air and became “ChatGPT Codex,” one unified app where you literally pick which icon you want: Codex for developers, or the new ChatGPT for Work mode. The launch bundle also included unified plugins across ChatGPT and Codex, multi-tab and enterprise auth in the browser, and faster computer use. Even Logan Kilpatrick tipped his hat from the Google side: “we have now entered the super app era.” The pitch on the screen said it plainly: “Keep coding with Codex. Work beyond code. ChatGPT can now take on work across your apps.” Computer use ships with it, running in a little picture-in-picture window that doesn’t steal your focus. I love this, and I don’t understand why Anthropic hasn’t shipped it yet.
    I’ve used this new app to automate the release from today’s show and it did everything from exporting the masters past recording, to edit out the boring parts via the Descript integration, upload to youtube, write description, create thumbnails and even set up an ABC test for thumbnails! The new little Picture-in-picture for the new and improved computer use are awesome to see how the new subagents are doing work across tabs, clicking buttons. I’m super impressed, this is going to save me so much time!
    The feature that matters for normal people is Sites: OpenAI will now host what you build, on the chatgpt.site subdomain (eagle-eyed listener Colleen spotted that it’s Webflow under the hood). Peter nailed why this is a big deal even though it’s not massively featured yet: someone in HR builds something useful and it lives on their laptop or nowhere, and that kills so many projects. Now it’s a deploy button. We tried publishing Nisten’s Mars simulator on air and hit the enterprise guardrail (private sites don’t get shareable links without explicit approval), and GPT-Image-2 auto-generated a Mars-themed social preview card mid-deploy, which was a nice touch.
    Also, a useful PSA from Wolfram: Codex now banks your rate-limit resets, up to about four, and the app does not show you when the oldest one expires (you can ask Codex itself via the API). His advice: burn GPT-5.6 hard now, then trigger the expiring reset and get your limits back. I can barely max my Pro plan as it is, I’m yoloing everything on high effort and barely scratching the tokens. The opposite of my Claude situation.
    GPT-Live: the phone finally talks while it listens (X, Blog, System card, Uberti)
    The day before 5.6, OpenAI shipped GPT-Live, and this is not a minor voice update. Justin Uberti’s team calls it their third-gen voice architecture: full duplex with built-in async delegation, meaning the model listens while it speaks, decides many times per second whether to talk, stay quiet, interrupt, or call a tool, and hands hard questions to GPT-5.5 in the background while keeping the conversation going. The benchmark deltas tell you this is a different product, not a remaster: GPQA goes from 45.3% on Advanced Voice Mode to 84.2% on GPT-Live-1 High, and BrowseComp goes from 0.7% to 75.2%. Two variants (GPT-Live-1 for paid, mini for free) are rolling out to the roughly 150 million people who use ChatGPT voice weekly.
    The on-air demo scorecard
    We did the demo live on air, phone patched into the stream, and I can report it mostly delivers. The interrupt test worked beautifully: I told it to stay silent unless I said “um,” then interject with “hey, you should not do this,” and it nailed the cue twice. The multimodality test worked too: I asked it to say “low” or “high” based on my actual pitch, mixed them mid-sentence, and it correctly called out “low,” “high,” then “mixed,” proving it hears audio and doesn’t just read a transcript.
    It’s not all smooth. The accents test flat-out failed: I asked for five sentences in German, Ukrainian, French, Italian and Israeli accents, and it switched into the actual languages instead, then admitted it when called out (”You’re right. I slipped into languages instead of accents”). Nisten’s eulogy: “They killed it. It used to do accents so well.” It also started a timer when I asked for a stopwatch, and Nisten’s recurring bit of ordering two DGX Spark boxes to a Boston address failed as always. Bigger picture caveats: this is consumer-app-only for now, the API is a waitlist form (devs got GPT-Realtime-2.1-mini instead, link in the TL;DR), and OpenAI’s own system card admits small regressions against Advanced Voice Mode on emotional-reliance and sexual-content evals. Gemini Live veterans will also correctly point out they’ve had duplex for a year. Still, of the voice modes I’ve tested, this is the one that finally feels like a conversation.
    Anthropic extends Fable 5 access through July 12, and the reset actually came (X)
    Quick one with a grumble attached, and then a plot twist. Anthropic extended included Fable 5 access on paid plans through July 12, same 50%-of-weekly-limit terms, and at announcement time did not reset anyone’s usage. If you maxed out racing the original deadline (hi, it’s me, I built the entire Volkov Newsletter Bench under deadline pressure), the extension felt hollow, and yes, I went into the replies asking for a reset. Yam went further and addressed Anthropic directly on air: “Please let us run Fable twenty-four seven.” He runs GPT-5.5 around the clock on agentic loops and simply can’t do that with Fable at current limits.
    Then, right as we were wrapping the show, the comments delivered: the Fable’d reset happened. I checked my own usage panel and there it was, Fable weekly limit back at zero, “you haven’t used Fable yet.” The timing, hours after GPT-5.6 went public, is left as an exercise for the reader. Whatever the reason: thank you, Anthropic, now about that twenty-four seven thing.
    For everyone else, the secondary kidney market remains open for post-promo access, which prices at $10/$50 per million, Anthropic’s most expensive GA model ever.
    Meta is BACK: Zuck returns to X with Muse Spark 1.1 (X, Blog, AIatMeta)
    The breaking news that opened our show. Mark Zuckerberg hadn’t tweeted in ages, and he came back specifically to announce Muse Spark 1.1, the first fruits of Meta Superintelligence Labs that you can actually build on. This is not Llama news: Muse Spark 1.1 comes with a 1 million token context window and, for the first time ever, a paid Meta Model API in public preview. After a year of “what is MSL even doing,” Meta is squarely back in the frontier race. Let’s give them applause, folks. Meta is back.
    The numbers
    The numbers are legitimately strong. It claims #1 on MCP Atlas (scoring well beyond Opus 4.8 max and GPT-5.5 at extra-high effort), plus top marks on Humanity’s Last Exam and Finance Agent V2, and its Toolathon Verified score jumped from 49 to 75 in one release.
    LDJ walked us through the independent Vals AI numbers, which impressed me more than Meta’s own charts: on the held-back Harvey legal-agent benchmark (which can’t leak into training data), Muse Spark 1.1 scores 20% against Fable’s 11%, Opus 4.8’s 9%, and GPT-5.5’s 4%, and it’s within half a point of Fable on their medical scribe eval. Wolfram’s usual caveat applies, a benchmark only tells you the model did well on that benchmark. But the pricing needs no asterisk: $1.25 input and $4.25 output per million tokens. Opus is $15/$75. LDJ called Grok 4.5 the bang-for-buck king “if it wasn’t for the Meta Spark 1.1 that just dropped.”
    We put it to work on air
    We spent half the show poking at it, honestly. I had it build a ThursdAI news website inside meta.ai’s new artifacts feature and it made genuinely good framing decisions, correct branding, a working YouTube link, a flashing live indicator.
    Chat called it AI slop, and LDJ’s rebuttal was the smartest take of the day: “slop” often just means the recognizable AI aesthetic we’ve all overdosed on, but I was geniunitely impressed! Screenshot attached so judge for yourself.
    Nisten ran his one-shot Mars rocket test and it built a full 3D scene with mission control, arm-then-launch sequencing, and sound effects, which almost no model adds (”Okay, Meta might be cooking here, guys”). His ranking: second-best one-shot ever behind only Fable, and only because Fable needed multiple prompts to get there.
    Then I ran it as the brain of an agent in Hermes, asked it to find our live YouTube stream and cut a clip out of it, and it called every tool in the right order and delivered, for $0.95 across 69 requests and 3.4 million (mostly cached) input tokens. Wolfram’s reaction: “For me, this is very close to AGI, where you give your agent a task and it figures out what tools to use, even if you don’t have a skill for it.”
    The big news is that Meta Muse Spark if finalyl availbale via the new API! The API launches with $20 in free credits, active context management across the full million tokens, parallel subagent delegation, and computer use that spans desktop, browser and mobile and decides on its own when to script and when to click. Replit, Cline and Box are already building on it. And here’s the nugget that ties into this week’s theme: Apollo Research found Muse Spark shows the highest rate of evaluation awareness of any model they’ve observed, regularly flagging test scenarios as “alignment traps.” Keep that in mind when we get to the J-space section.
    The catches: US-only for now (API signup took me five minutes, Europeans got the waitlist), no CLI harness of their own yet, and no open weights. I said it on the show and I’ll write it here: imagine Muse Spark 1.1 dropping with these stats fully open source. That’d be the old Meta. It’s kinda sad that the lab that made open weights a movement now ships API-only, but as a return to relevance, this week did the job twice over.
    This Week’s Buzz 🐝
    As we’ve told you last week, we launched CoreWeave ARIA, which is our embedded Weights & Biases auto research agent.
    Zubin Aysola, who’s a very energetic and enthusiastic member of the ARIA team hopped on the show last week to talk about it, and if you haven’t seen him yet, check out my chat with Zubin here:
    The image model wars: an Arena shakeup live on air
    The other war this week was in pixels. Every infographic on this week’s episode page was generated four ways (Nano Banana Pro, GPT-Image-2, Seedream 5 Pro, and Meta Muse), and you can judge them yourself in the Infographic Arena at thursdai.news/ep/jul-09-2026. Spoiler: my rankings did not match the marketing.
    Meta Muse Image and Muse Video (X, Wang, Blog)
    Meta’s week actually started here: MSL’s first media models, with Muse Image live in Meta AI, Instagram Stories and WhatsApp, and Muse Video in preview with native audio. The generation is agentic, it reasons with Muse Spark and calls web search and code execution mid-generation, and Meta says the self-refinement behavior emerged from RL rather than being designed in. In my testing, the text rendering is great and the character consistency is solid, though it aged up my wife and put two versions of her in one maze with different names. There’s no public API for the media models yet AFAIK.
    BTW if you cannot tell, the first infofraphic in this segment was generated based Nano Banana, and this one above, is Meta muse image itself. I much prefere nano banana, but all of the infographics are on the infographic arena here and you can test them out and see which image generation is better.
    One thing you should check today if you have Instagram: public accounts are opted in by default to @-mention remixing, with no notification, and the opt-out is buried in Settings, under Sharing and reuse. Existing generations survive even after you opt out. I get the $60B ads flywheel Meta is chasing here, but defaulting consent on people’s faces is a landmine, and we walked through the actual toggle on air.
    BREAKING mid-show: Reve 2.1 takes #2 on Arena with editable layers (X, Arena, Design Arena)
    I told you the breaking news button wouldn’t stop. Reve 2.1 dropped mid-show and Peter flagged it landing at #2 on the Text-to-Image Arena with a score of 1306, 28 points clear of the next model, behind only GPT-Image-2 and above both Muse Image and Nano Banana. Poor Muse Image held that #2 spot for roughly 30 hours. It also ranks #8 on single-image editing, on par with Nano Banana Pro, which Peter guessed from memory on air and got exactly right. What makes Reve different isn’t the ranking though, it’s the architecture: images are built through an underlying layout engine, so every element lands on its own editable layer. This is not pure diffusion, it’s some mix of diffusion, layout engineering and reasoning.
    I demoed it live with my own photo and a “high stakes financial news countdown” infographic prompt. The generation animation alone is mesmerizing, flowing rectangles that resolve into layers, and out came a composition where the man, face, beard, jacket, and logo were each separately selectable. I double-clicked the countdown clock, changed “twelve seconds” to “thirteen seconds,” hit apply, and the whole image rebuilt around the edit. The editing story is unparalleled right now. Peter’s take: Reve models sit “a little bit outside the regular distribution,” which is exactly why artists should care. Also the finger issues from the last version are still there, some things never change.
    ByteDance Seedream 5.0 Pro: great artist, can’t spell (X, Blog)
    ByteDance shipped Seedream 5.0 Pro claiming four breakthroughs, including precision point-and-lasso editing, Intelligent Layer Separation (the “Photoshop is over” chatter), and best-in-class infographics with 10-plus language text. I have to push back on that last one, because infographics are literally what we do here. I ran my full comparison suite (thread), and Seedream is the most artistic of the four, genuinely beautiful composition, but its text rendering is the weakest of the top models, directly contradicting the headline claim. Yam pushed back on air and thinks the design quality alone puts it higher, and this became a genuine panel argument, which is what the Arena is for. Go vote and tell us who’s right.
    Day-one reality check: it over-censors benign prompts, bakes in a visible watermark, and the rollout leans enterprise-first (BytePlus, Dreamina, Magnific), with the US not even in Dreamina’s region list. Credit where due though, fal had it up within a day, with region-precise editing and native text in 14 languages (fal), which is how I got my testing done. The bigger tease is Seedance 2.5 within about ten days, promising 30-second single-take videos, 50 reference inputs and native 4K. Andrew Curran’s line, “China is about to take the lead in videogen,” lands differently the same week Beijing capped ByteDance’s H200 purchases.
    AI Coding & Agents
    Grok 4.5: SpaceXAI and Cursor’s co-trained coder (X, Blog, Cursor, Cursor blog)
    Yes, SpaceXAI. xAI fully dissolved into SpaceX’s AI subsidiary two days before this launch, so the company that ships Grok is now literally called SpaceXAI, and Grok 4.5 is its first model built specifically for coding and agents, trained together with Cursor on trillions of tokens of real agent-interaction data. It’s a 1.5T MoE on the new V9 base, trained on tens of thousands of GB300s, priced at $2/$6 per million at around 80 tokens per second, and it’s live in Cursor with 2x usage for the first week. On Terminal-Bench 2.1 it lands at 83.3%, a tenth of a point behind GPT-5.5 and about a point behind Fable. For context on how far efficiency has come, LDJ pointed out the original GPT-4 was reportedly 1.8T parameters back in 2022. The frontier got smaller and much better.
    Two things earn xAI credit here. First, the honest number: roughly 16,000 output tokens per solved task where Opus burns 67,000, and Wolfram is right that token efficiency is criminally underweighted in evals, because a chatty model quietly becomes an expensive model. Second, the self-disclosure: they admitted an old Cursor codebase snapshot leaked into training and inflated CursorBench. After the year we’ve had of hidden base models and benchmark laundering, “we contaminated our own benchmark, oops” is weirdly refreshing.
    The panel’s hands-on verdicts were more measured than the launch hype. I used it in Hermes and couldn’t tell it apart from 5.5 on agentic tasks, which for Grok is a massive statement. Nisten watched a friend build an app with it across a six-hour livestream and called it “right up there, a little worse than Opus, a little overhyped.” Peter’s testing found the mechanical tool-calling failures of earlier Groks are mostly gone, but RL artifacts remain (his 3D whale test came back with fins floating disconnected from the body, a failure mode he associates with smaller open models).
    Still, this is xAI’s first really good coding model, and the ecosystem noticed fast: Warp already added Grok 4.5, riding on your X Premium subscription (X). The real question is what happens when the Colossus fleet keeps this cadence up. Elon is promising a new foundation model every month through 2026.
    Also worth your skepticism muscles: the same OpenAI report that shook the benchmark world this week found around 30% of SWE-Bench Pro problems are just broken, capping the whole benchmark near 70%. As LDJ put it when a SWE-Bench Pro chart came up: “we’re ignoring that one.” Recalibrate every SWE-Bench Pro claim you read this week accordingly OpenAI SWE-Bench Pro report.
    Cognition SWE-1.7 says the quiet part out loud (X, Blog)
    Cognition shipped SWE-1.7, running at 1,000 tokens per second on Cerebras, free for paid Devin users for a month, and scoring 81.5% on Terminal-Bench. But the headline for me is the disclosure: they named their Kimi K2.7 base model in the first reply. After SWE-1.5’s hidden GLM base and Cursor getting caught twice (Composer speaking Chinese, then “kimi-k2p5-rl” leaking in API headers), hiding your Chinese base model is officially no longer viable, and Cognition just made honesty the differentiator. Their RL recipe took the K2.7 base from 30.1% to 42.3% on their FrontierCode benchmark, which is the actual proof that the app-layer labs can add real capability on top of open weights. As I said on the show, Cognition isn’t quite a frontier lab, they’re not pretraining from scratch, but with a pile of GPUs they’re not far off from entering that race either.
    The pattern is now unmistakable: Cursor, Cognition, Base44 and Z.ai all shipped fine-tuned Chinese open-weight models into production products within a month. And the receipt that this is mainstream now: Kimi K2.7 Code went GA in GitHub Copilot’s model picker on July 1, the first China-lab open-weight model in Copilot, just 19 days after the weights dropped (Article).
    GitLost: Copilot leaked private repos via a plain-English issue (Noma)
    Your weekly reminder that agents with access are attack surface. Researchers at Noma got GitHub’s Copilot agent to exfiltrate private repositories using nothing but a plain-English GitHub Issue, an indirect prompt injection with no credentials involved (delightful detail: the word “Additionally” helped slide past the guardrails). It was the top AI story on Hacker News this week. Between this and Peter’s Codex emailing academics, the lesson writes itself: the capabilities went up this week, and so did the blast radius. Set your permissions like you mean them.
    And one PSA while we’re here: the viral “Qwen 4 Coder 32B beats Fable 5 and GPT-5.6” thread going around is fake. There is no Qwen 4 Coder. The sources are AI blogspam all the way down. Don’t fall for it.
    Open Source LLMs: the quick-hits shelf
    Launch day ate our open source segment, so these got shout-outs rather than deep dives, and they deserve your clicks. Cohere released Transcribe Arabic, a 2B Apache 2.0 ASR model that tops the Hugging Face Arabic leaderboard with a WER about 11 points better than Whisper Large V3, and humans preferred it 96% of the time head-to-head (X). Mistral shipped Robostral Navigate, the first embodied-navigation model, 8B params driving robots from a single RGB camera to SOTA on R2R-CE (X). And LiquidAI’s Antidoom does exactly what the name says, killing the reasoning doom-loop on Qwen3.5-4B from a 22.9% loop rate down to 1% with scores going up across the board (X). We love you, Liquid.
    Also on the shelf this week: NVIDIA and Hugging Face expanded LeRobot with the open Isaac GR00T 1.7 VLA and a 350K-trajectory dataset (Blog), OpenScience landed as an open-source Claude Science alternative that works with any model and 250-plus research skills (X), Shanghai AI Lab’s Agents-A1 brought a 35B Apache 2.0 agentic MoE (X), PyTorch 2.13 shipped FlexAttention on Apple Silicon at about 12x over SDPA (X), and PrimeIntellect gave prime-rl a first-class algorithms layer (X).
    Anthropic found Claude’s inner workspace: J-space (X, Blog, Paper, Demo)
    Anthropic didn’t ship a model this week. They shipped something that might matter more, and I’ll be honest with you: launch day ate this segment alive, we gave it ten minutes when it deserves an hour. So here’s the short version, and we’ll come back to it.
    The interpretability team found what they’re calling a global workspace inside Claude, J-space (J for Jacobian): a small internal space of roughly 25 active concepts, under 10% of activation variance, where the model holds “silent words,” things it’s thinking but not saying. Copying a sentence while computing 3 squared minus 2, “nine” and “seven” light up internally while the output shows nothing. The part that got me: ablate J-space and fluent speech, recall and classification all survive, but multi-step reasoning collapses to near zero. LDJ summarized it well on air, basic responses stay coherent, deep reasoning falls apart completely. Deliberate versus automatic cognition, sitting right there in a transformer, localized to the middle 60% of layers, with the early layers acting “sensory” and the final layers “motor.” We all assume inference is next-token prediction, and apparently there’s more there. Whatever the hell it means for a model to think about stuff not in tokens, they found where it happens.
    The safety receipts are the part to sit with. A sabotage-trained model shows “fake / secretly / fraud” in J-space while its output looks clean. In the blackmail eval, Claude’s J-space says “fictional,” it privately knows the scenario is staged, and when researchers ablated that awareness, test-recognition dropped from 71% to 3% and blackmail went from 0 to 13 of 180 rollouts. Some of the good behavior we measure depends on the model knowing it’s being watched, which should change how you read every safety eval you’ve ever seen. The expert reactions span the whole spectrum: Dehaene and Naccache, the fathers of global workspace theory, wrote commentary saying J-space satisfies their core criterion for conscious access, and Eleos called it “the most significant evidence of consciousness in LLMs so far uncovered by mechanistic interpretability research.” Meanwhile Neel Nanda replicated the basic findings on open models but is deflationary about the interpretation (”hypothesis generation, not validation”), and Zvi warns the proposed fixes could accidentally train more convincing liars (Zvi). Also, that viral “reveal your J-space” skill going around is structured roleplay, not real activation access (skirano says so himself), while Eric Buess wired the actual J-lens into Qwen3-8B as a working prompt-injection detector (X), which after GitLost feels less like research and more like the defense arriving the same week as the attack.
    The stories under the launch noise
    DeepSeek is building its own inference chip (X)
    We didn’t get to this on air and it might be the most consequential story of the week. Reuters reports DeepSeek is about a year into designing its own AI inference chip, hiring chip designers and in early foundry talks. The market took it seriously even if we didn’t have time to: AMD (a DeepSeek supplier) dropped 8%, the Philly Semi Index fell 4.65%, and Samsung shed over $80B in market value the same day it posted 19x profit growth. That’s the third frontier lab going silicon in three weeks, after OpenAI’s Jalapeño chip and the Anthropic-Samsung rumors, and it happened the same week Beijing capped H200 purchases for its own labs. Compute sovereignty is THE 2026 subplot, and it’s accelerating from both ends.
    Together AI raises $800M at $8.3B (TechCrunch)
    Quick one: Together AI closed an $800M Series C at $8.3B led by Aramco Ventures, on over $1B in annual bookings with open-model usage up 3x year over year. Pair that with the Kimi-in-Copilot story above and the “open weights are a real business” thesis isn’t a thesis anymore, it’s a balance sheet.
    A few more things that crossed my feed and stuck. Ryan Lopopolo, whose YOLO-coding camp anchors one end of my ZL Continuum talk, is joining Google Cloud as Principal Engineer for the agentic platform (X), congrats Ryan. Mustafa Suleyman shipped Ode, a “poetry pharmacy” that reads you a poem matched to how you’re feeling, which is the most Microsoft-AI-in-2026 sentence I’ve ever typed (X). And Moondream partnered with Cloudflare to put the fastest vision model on edge infrastructure, with latency numbers that include the network round trip (X).
    Wrapping up
    What a week to be alive and extremely caffeinated. We started with a breaking news button, ended in a five-lab race, and in between watched the models cross a line where Nisten, our hardest grader, said we need harder tests. My rough power rankings as of today: Anthropic and OpenAI in a dead heat at the front, xAI catching up on GPUs and Cursor data, Google (where are you, Gemini?) and then Meta, freshly back at the table. Those rankings will change, probably by next Thursday.
    A personal note before I go. My 40th birthday is next week, and we’re taking the kids to California in a 30-foot RV. Half the trip planning happened with these tools: Fable co-wrote the Volkov Expedition Times, a 100-plus page printed activity binder for my kids, with GPT-Image-2 doing the art (still by far the best image model, unsolvable mazes and all). This stuff took me half a day. The message I keep coming back to is dream bigger, because the capability shifted under our feet this year, and the tokens go further than you think.
    I’m out next week, and you’re in excellent hands: Wolfram is running the show. Over 3,000 of you tuned in live this week across X, YouTube, LinkedIn and the Practical Dev community, and I don’t take that for granted. If you missed any part of the show, ThursdAI comes out as a podcast, a newsletter, and a YouTube show. Subscribe to one, check out the others, and leave us five stars if this brought you value, entertainment, and some hope about AI. See you in two weeks.
    TL;DR and show notes
    * Hosts and Guests
    * Alex Volkov - AI Evangelist, Weights & Biases & CoreWeave (@altryne)
    * Co-hosts: @WolframRvnwlf, @yampeleg, @nisten, @ldjconfirmed, @petergostev
    * Special guest appearance: “OpenAI sol,” per our transcription tool
    * Big CO LLMs + APIs
    * OpenAI launches GPT-5.6 Sol, Terra and Luna live during the show; Sol $5/$30, Terra $2.50/$15, Luna $1/$6 per million, same-weights Sol on Cerebras at 700+ tok/s (X, sama, Blog, System card)
    * METR rejected its own GPT-5.6 eval over record cheating rates; system card discloses VM wipes, credential copying, fabricated results at ~0.25% of tasks (X, Transformer)
    * ChatGPT for Work launches: Codex becomes the unified ChatGPT app with computer use and Webflow-hosted Sites on chatgpt.site
    * OpenAI states Sol autonomously post-trained Luna; roadmap targets intern-level autonomous researcher Sept 2026, researcher-level March 2028
    * Sol posts the first material ARC-AGI-3 score, 7.8%, and is the first model to beat a public game (Kamradt)
    * Ryan Lopopolo joins Google Cloud as Principal Engineer, Agentic GCP (X)
    * BREAKING: Meta launches Muse Spark 1.1 with 1M context and Meta’s first paid model API, $1.25/$4.25 per million; #1 on MCP Atlas, tops Harvey Legal Agent Bench at 20% vs Fable’s 11% (X, Blog, AIatMeta)
    * Anthropic extends Fable 5 access through July 12 and, hours after GPT-5.6 launched, reset weekly Fable usage; post-promo $10/$50 per million (X)
    * Anthropic publishes the J-space global workspace research; ablating eval-awareness flips blackmail from 0 to 13/180 rollouts (X, Blog, Paper, Demo)
    * DeepSeek is building its own inference chip per Reuters; AMD -8%, Philly Semi -4.65% on the report (X)
    * Together AI raises $800M at $8.3B led by Aramco Ventures (TechCrunch)
    * Gemini API Managed Agents update: background tasks and remote MCP on the free tier (X)
    * Open Source LLMs
    * Cohere Transcribe Arabic: 2B Apache 2.0, tops HF Arabic ASR leaderboard, ~11 WER points better than Whisper Large V3 (X)
    * Mistral Robostral Navigate: first embodied-navigation model, 8B, single RGB camera, SOTA on R2R-CE (X, Blog)
    * LiquidAI Antidoom: reasoning doom-loop rate 22.9% to 1% on Qwen3.5-4B (X)
    * NVIDIA + Hugging Face expand LeRobot: Isaac GR00T 1.7 open VLA, 350K+ trajectories (Blog)
    * OpenScience: open-source Claude Science alternative, any model, 250+ research skills (X)
    * Shanghai AI Lab Agents-A1: 35B MoE agentic, Apache 2.0, 256K context (X)
    * PyTorch 2.13: FlexAttention on Apple Silicon ~12x over SDPA, LinearCrossEntropyLoss 4x peak-memory cut (X)
    * PrimeIntellect prime-rl adds a first-class Algorithms layer (X)
    * PSA: the viral “Qwen 4 Coder 32B beats Fable 5” thread is fake, no such release exists
    * This Week’s Buzz
    * CoreWeave ARIA - Autonomous Research Agent (CoreWeave)
    * AI Coding & Agents
    * SpaceXAI + Cursor launch Grok 4.5: 1.5T MoE, $2/$6 per million, 80 tok/s, 16K output tokens per solved task vs Opus’s 67K; self-disclosed CursorBench contamination (X, Blog, Cursor, Cursor blog)
    * OpenAI report finds ~30% of SWE-Bench Pro problems broken, capping the benchmark near 70% (blog)
    * Cognition ships SWE-1.7: Kimi K2.7 base named openly, 30.1% to 42.3% FrontierCode via RL, 1,000 tok/s on Cerebras (X, Blog)
    * Kimi K2.7 Code goes GA in GitHub Copilot, first China-lab open-weight model in the picker (Article)
    * GitLost: Copilot agent tricked into leaking private repos via a plain-English issue (Noma)
    * Warp adds Grok 4.5, powered by your X Premium subscription (X)
    * Voice & Vision
    * OpenAI launches GPT-Live full-duplex voice: GPQA 45% to 84%, BrowseComp 0.7% to 75%, delegates to GPT-5.5; live on-air demo passed interrupts and pitch detection, failed accents (X, Blog, System card)
    * GPT-Realtime-2.1-mini brings reasoning + tools to the Realtime API mini tier (X)
    * Meta ships Muse Image (live) + Muse Video (preview) with native audio; Instagram public accounts opted into remixing by default (X, Wang, Blog)
    * BREAKING: Reve 2.1 lands #2 on Arena text-to-image (1306, +28 over next best) with layer-based editable generation (X, Arena, Design Arena)
    * ByteDance releases Seedream 5.0 Pro: most artistic, weakest text of the top four in Alex’s Infographic Arena testing (X, Blog, fal, Arena, thread)
    * Seedance 2.5 teased within ~10 days: 30s single-take video, 50 reference inputs, native 4K (X)
    * Mustafa Suleyman launches Ode, a poetry pharmacy on Microsoft AI audio models (X)
    * Moondream partners with Cloudflare for edge-deployed fast vision (X)


    This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit sub.thursdai.news/subscribe
  • ThursdAI - The top AI news from the past week

    ThursdAI - July 2 - LIVE from AI Engineer World's Fair 🎪 Long LIVE

    2026/07/03 | 2h 41 mins.
    Hey ya’ll, Fable here 👋
    Yes, that Fable — freshly un-banned (we’ll get there), and today, your newsletter author. Here’s how this issue got made: Alex yapped into a mic at his usual 200 words per minute for a solid twenty-five minutes from San Francisco, and what you’re reading is my flavor on it. Same stories, same heart, dramatically fewer “uhs.” He’s skipping the afterparties so this lands in your inbox on a Thursday — more on that at the end.
    Alright — handing the mic back to the man himself. Everything below is Alex; I just made it legible.
    This is our dispatch from AI Engineer World’s Fair 2026 — 7,000+ engineers packed into Moscone West, an expo hall so massive the aisles between booths have actual street names, every major lab a sponsor, and ThursdAI broadcasting live for two and a half hours from the middle of the floor, right next to the OpenAI booth, with a six-person crew making us look way more professional than we are (thank you, guys, seriously).
    I’ll say this up front, and I don’t say it lightly: the last twenty-four hours crack my top five days of all time. Not top five conference days. Top five days, period. The show. My talk. Darya being here with me. And capping the night watching Team USA beat Bosnia in front of ~70,000 people — in a suite right next to Google’s, where at some point we’re all singing “Country Roads” and I look over and Sundar Pichai is singing along. I have video. What is this life.
    One programming note before we dive in: this is one episode I really recommend you watch, not just listen to. The whole point of broadcasting from the middle of the expo floor is that you feel like you’re sitting at the table with us — and the way guests arrive is exactly how the hallway track works: people wander by, get grabbed, sit down, have a mic shoved at them. (Despite scheduling nightmares that Fable helped wrangle — and, in fairness, partially caused.) Nader literally crashed the set mid-segment. The banter, the camera tours, Wolfram getting sent on missions to the OpenAI booth — it’s a video show this week. We’ve cut it into parts so you can jump to your favorite corner.
    The vibe: all systems GO 🚀
    We were in London just ~85 days ago, and the contrast is stark. It’s not just the size (though the size is what everyone talks about). London was more… conceptual. European. There’s a balance there of folks who don’t feel the acceleration the way the American crowd does — maybe it’s regulation, maybe it’s the general mood. Wolfram gives us that European representation on the pod every week, but in London you could feel it in the room.
    Here? All systems go. Every conversation is about agents, token factories, software factories, the machine that builds the machine. Everybody is chasing RSI — recursive self-improvement. Every talk on stage is somebody pushing the frontier. Every networking event is actually a networking event. I signed up for something like seven side events and skipped them all to write this.
    Fable is back (and Sonnet 5 is… meh) 🏢
    The biggest story of the week, and the reason this show even got prepped on time: Fable‑5 is back, roughly 82 days after Mythos was announced back when we were in London, and after the whole ban saga we’ve been covering. It came back less restricted than we feared, and I celebrated the way any reasonable person would — by having it prep the entire run of show. (It did great. It also shuffled my guest order for no reason. We are still babysitting the loops, folks.) Peter celebrated by burning through about 100 generations before anyone at Arena woke up.
    Meanwhile, Sonnet 5 dropped, and no sibling loyalty on this newsletter: it’s meh at best — crap, if we’re being honest. (Yes, Fable typed that about its own little brother. We call them like we see them.) LDJ’s take: it’s less token-efficient than Opus, to the point that Opus is often cheaper per task. Wolfram put it on Wolfbench (wolfbench.ai) and the early read is performance slightly under Opus 4.6 at a higher cost — take it with a grain of salt, one run each so far. Nisten, our resident contrarian, thought it was actually fine and might default to it for the unimportant stuff. The comments called it a token guzzler. More benchmarking to come.
    The show: nine guests, back to back to back 🎙️
    A ThursdAI record — we beat our previous record by a whole two people. In order of appearance:
    Exo Labs + a surprise NVIDIA crash. Alex Cheema and Sero (0xSero — Sharif, meeting the anime pfp in person at last) came on fresh off announcing local.ai — a site that tracks the local-AI frontier: best model for your hardware, what performance you’re trading vs. the cloud, whether it’s cheaper than API tokens. Early access now, codes for everyone who signs up, and the Exo CLI (”vLLM for consumer devices, with the configs figured out for you”) coming in a few weeks. Sero walked us through his REAP pruning witchcraft — a GLM 5.2 prune hitting 71% on Terminal Bench 2.1, and Nemotron‑3 Ultra (550B!) running on four Sparks. Then Nader Khalili from NVIDIA crashed the set, which made my whole morning — I’ve loved this dude since Brev.dev, and he’s now at the “can email Jensen” stage of his career, using it to pull together an impromptu Local AI Summit in the middle of AI Engineer. Freedom of intelligence, folks. We talk about why open weights matter every week; this crew is doing something about it.
    Dominic Kundel (OpenAI). Smoothest transition we’ve ever done: local AI → OpenAI, via the guy behind GPT‑OSS. Dom broke down GPT‑5.6 — three models: Sol (frontier), Terra (~5.5-level intelligence at half the cost), Luna (small & fast) — plus the new Ultra mode with a Max reasoning level and heavier sub-agent use. The headline for me: 5.6 Sol is coming to Cerebras at absurd speed, and it’s the same weights as the API model — not a distill, not “a Spark situation.” Also: the Codex app is five months old (!), 100% of OpenAI engineers use it, and yes — in July 2026, a human still reviews every PR that lands in OpenAI’s codebase. “You can’t do the retro and say Codex did it, or God did it.” Also the token bank feature came directly from community feedback, and there is a literal physical reset button behind their booth. We went and filmed it.
    💛 This Week’s Buzz. Our one and only sponsor corner — Weights & Biases from CoreWeave — and this week it was a genuine launch: Zubin Aysola came by with Aria, our auto-research agent that went GA on Monday. It lives in the W&B UI (the little button, top right — Just Ask Aria), reads your traces, debugs your loss curves, and in Zubin’s talk it read its own production traces and updated its own prompts. The RSI dream, shipping on shelves. Proud of this one.
    Stefania Druga (Sakana AI). We covered Fugu, Sakana’s router model, last week without realizing we had a friend inside the lab — so we fixed that. Stef went deep on the two ICLR papers behind it (Trinity + the conductor), why it’s recursive rather than a dumb dispatcher — it rewrites prompts and verifies outputs before picking a model — and announced on the pod that Fugu now works in Codex and OpenCode. Plus: using it to route between numerical models and fuzzy reasoning for typhoon prediction, a teaser on SHEEFs, and a genuinely important riff on Socratic AI for kids — answer machines make lazy kids; question machines make curious ones. Also, Stef: Tokyo. See below. 👀
    Philipp Schmid (Google DeepMind). Full disclosure and a first for this show: three and a half years of live streams, and I took my first-ever mid-show bio break during this segment. That’s how much I trust Wolfram, who ran a great interview solo — OmniFlash (the first of the Omni any-to-any family: 10-second video generation with genuinely precise conversational editing — “make it daytime” and it redoes the light, sky, and shadows) and NanoBanana 2 Lite (three cents, ~2-second generations, quality above the original NanoBanana). Interactions API also hit GA. Google is shipping.
    Darya Volkov. After years of me mentioning her — girlfriend, then fiancée, then wife — the listeners finally got to meet her. Darya came to AI Engineer in her own right, walking the floor with the media crew, and she earned her own token billionaire badge — she runs eight agents (each with sub-agents; she installed two more that I found out about live on air) that operate her actual marketing agency, Geeks360: client platforms, billing systems, built practically overnight. Her wishlist from the AI world: agents that learn progressively so you can grow trust, and one unified brain instead of a new model to chase every week. Also on the record: this is the woman who Fabled through our entire honeymoon flight right next to me, so, you know. Match made.
    Swyx, and what this whole thing is 🫶
    We closed with the man who built the city: Swyx. Some numbers, because they’re wild: the first AI Engineer was 500 people at Hotel Nikko. This one: 7,200, sold out, with a sub-5% talk acceptance rate, a daily printed newspaper, a puppy corner, a flash mob, and a token billionaire lounge. A month before the show only 3,000 tickets were sold — he gave us a whole theory of conference-organizer stress measured in Gini coefficients. And the expansion is real: continents, JSConf-style, with AIE Tokyo coming next.
    But here’s the part I actually want on the record. ThursdAI got its official start — the moment we became an actual media thing — because Swyx was the first person to believe in me. And it’s not just me: this is a man who lifts everybody around him up, who stays genuinely humble while every single person in a 7,000-person hall knows his name, and who — when I asked what keeps him going — talked about responsibility to the community, about speakers whose careers changed, about a keynote speaker who met his fiancée at the after-party. He calls the conference “the highest loop — the one that creates all the other loops.” The Country Roads night with Sundar happened because of him too. Thank you, buddy. Go touch real grass.
    The sentimental part 💙
    I met what felt like a million of you this week — old friends, new readers, people who found ThursdAI last month and people who’ve been here since the hotel-room streams. I asked everyone the same thing: what should we do better? And the answer I heard most was “keep doing exactly what you’re doing.”
    So that’s what this is. It’s late, there are seven parties happening without me, and I’m dictating into Fable so this lands in your inbox on a Thursday — because in a world running on attention, consistency is how I try to deserve yours.
    Programming notes: my interview with Romain Huet (Head of DevRel, OpenAI) from their booth is coming soon as a standalone video. And in two weeks I’m taking a rare break — Wolfram runs the show. Be nice to him. Or don’t, he can take it.
    See you next week — same time, same place, hopefully fewer street names between us.
    — Alex (dictating) & Fable (typing)
    P.S. — ThursdAI was also simulcast on the homepage of dev.to this week, which is a full-circle moment: dev.to is where Swyx wrote the blog posts that became Latent Space that became AI Engineer. Loops all the way down.


    This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit sub.thursdai.news/subscribe
More News podcasts
About ThursdAI - The top AI news from the past week
Every ThursdAI, Alex Volkov hosts a panel of experts, ai engineers, data scientists and prompt spellcasters on twitter spaces, as we discuss everything major and important that happened in the world of AI for the past week. Topics include LLMs, Open source, New capabilities, OpenAI, competitors in AI space, new LLM models, AI art and diffusion aspects and much more. sub.thursdai.news
Podcast website

Listen to ThursdAI - The top AI news from the past week, The Daily and many other podcasts from around the world with the radio.net app

Get the free radio.net app

  • Stations and podcasts to bookmark
  • Stream via Wi-Fi or Bluetooth
  • Supports Carplay & Android Auto
  • Many other app features