◆ Dispatch 105 · 2026-08-03 GSV The Advisory Cited A Function Nobody Had Written
The Weights Are Due Next Week
“The advisory blamed a function nobody had written yet, and pointed at line numbers in a file that stopped before it got there.”
— Lenar Kess, today's narration
Two open-weights announcements in the same few hours, and neither one has shipped weights yet. Underneath that, a stranger day: a security registry carrying vulnerability reports for code that was never written, and a research paper whose headline says close to the opposite of its abstract.
- Alibaba announces Qwen3.8-Max — pitched at coding and agentic "cowork", with open weights promised and a 27-billion-parameter sibling due next week. The Hacker News thread hit 694 points, mostly arguing about the smaller model.
- Susan Zhang's hands-on probe — the flagship "has the formatting style of Sol and the reasoning laziness of Opus." One question, not an eval, but from someone who ships models.
- Nathan Lambert and Simon Willison on the cadence — this is the release rhythm now, not a turning point.
- MiniMax opens H3's weights, with a stated hardware floor: verified on a single RTX 5090. The capability claims are the vendor's; nobody outside has published throughput.
- Vaibhav Srivastav moved a daily structured-output job off a frontier model with no quality drop and a roughly twenty-five-fold price cut. David Crawshaw and Jason Calacanis report the same about their own work.
- JFrog: six critical SQLite CVEs describe code that doesn't exist — a function added mid-2025 blamed in version 3.41, line numbers past the end of the file, proof-of-concept payloads that crash nothing, and none of it on SQLite's own advisory page.
- "Agentic Method for Deterministic Validation of Legacy Code Migration" — the paper behind the "bugs included" headline is a test-synthesis method reporting 91.90% branch coverage and exact parity with the COBOL reference. Preserving the bugs is the design goal.
- Gergely Orosz on a GitHub feature that took more than ten months with capable agents available to everyone on it.
- Susan Zhang alleges the explorative-modeling pretraining axis was plagiarized, and in a follow-up says the mode-forcing motivation was lifted too. Her word for the 34-page preprint: "pure claude slop."
- Cornelia Davis of Temporal on why nobody implements MCP Tasks, and the MCP Apps talk on servers returning rendered interfaces instead of text.
- An unconfirmed r/Anthropic report of phantom usage charges tied to stale tokens during a July 29–31 routing incident, and the EU AI Act enforcement date arriving.
Chapters
- 00:00:04 Transcript
Sources
20 cited-
1
@GergelyOrosz (Gergely Orosz)
X GergelyOrosz
Highlights a major friction point in software engineering (complex project time) and points to GitHub's slow response/AI adoption, which is a key industry dynamic.
x.com/GergelyOrosz/status/20839179073108463… →Details
- Excerpt
- Highlights a major friction point in software engineering (complex project time) and points to GitHub's slow response/AI adoption, which is a key industry dynamic.
- Context
- Highlights a major friction point in software engineering (complex project time) and points to GitHub's slow response/AI adoption, which is a key industry dynamic.
- Key points
- Highlights a major friction point in software engineering (complex project time) and points to GitHub's slow response/AI adoption, which is a key industry dynamic.
- Provenance
- Tweet · Primary source
-
2
@Xianbao_QIAN (Tiezhen WANG)
X Xianbao_QIAN
A major model release (MiniMax H3) is a primary builder artifact that changes the landscape of available AI capabilities and signals industry direction.
x.com/Xianbao_QIAN/status/20839381209539749… →Details
- Excerpt
- A major model release (MiniMax H3) is a primary builder artifact that changes the landscape of available AI capabilities and signals industry direction.
- Context
- A major model release (MiniMax H3) is a primary builder artifact that changes the landscape of available AI capabilities and signals industry direction.
- Key points
- A major model release (MiniMax H3) is a primary builder artifact that changes the landscape of available AI capabilities and signals industry direction.
- Provenance
- Tweet · Primary source
-
3
r/Anthropic: I've had it... 5 series models lie constantly, just not worth the fight - 0 pts · 0 comments
Article btdeviant
Substantive critique of model reliability and alignment failures in frontier models. Provides valuable builder datapoints on practical deployment challenges and workflow friction.
www.reddit.com/r/Anthropic/comments/1vdp4xp… →Details
- Excerpt
- Substantive critique of model reliability and alignment failures in frontier models. Provides valuable builder datapoints on practical deployment challenges and workflow friction.
- Context
- Substantive critique of model reliability and alignment failures in frontier models. Provides valuable builder datapoints on practical deployment challenges and workflow friction.
- Key points
- Substantive critique of model reliability and alignment failures in frontier models. Provides valuable builder datapoints on practical deployment challenges and workflow friction.
- Provenance
- Article · Supporting source
-
4
AI Engineer · 23m54s
Video AI Engineer
Cornelia Davis, a technologist at Temporal, explains that agent support for the Model Context Protocol (MCP) Tasks specification remains absent due to its experimental status and high implementation complexity. MCP Task…
www.youtube.com/watch?v=s4r6nk5WsZw →Details
- Excerpt
- Cornelia Davis, a technologist at Temporal, explains that agent support for the Model Context Protocol (MCP) Tasks specification remains absent due to its experimental status and high implementation complexity. MCP Tasks enable asynchronous, long-running tool invocations that return a handle for later interaction rather than immediate responses. The November V1 specification mandates strict durability, requiring tasks to survive network blips, server/client crashes, and human delays. Davis demonstrates this via a purchase order workflow using fast MCP and a custom client implementation backed by Temporal workflows for state management and parallel orchestration, highlighting task lifecycle states (working, input required, completed) and signal-based approval mechanisms that bridge clients with long-running backend processes. V1 introduces significant architectural friction. The protocol is stateful, relying on an unfiltered `task_list` endpoint that scales poorly when managing millions of concurrent tasks. Eliciting human input requires maintaining complex, persistent connections via the `task_result` mechanism, complicating client-side reconnection and state recovery. These durability and scalability challenges explain the lack of production implementations. The upcoming July V2 specification addresses these issues by shifting to a stateless core architecture. Tasks are restructured as an optional extension within a modular MCP framework, eliminating `task_list` and replacing input-tunneling with explicit client-to-server update endpoints. Davis concludes that while V2 reduces protocol complexity and improves distributed scalability, building robust, stateless task orchestration still requires careful infrastructure design to maintain workflow continuity across unreliable networks.
- Context
- Discusses MCP Tasks, a key architectural pattern for long-running agents/tools. The shift from stateful V1 to stateless V2 is a major technical spec change impacting agentic workflows.
- Key points
- Discusses MCP Tasks, a key architectural pattern for long-running agents/tools. The shift from stateful V1 to stateless V2 is a major technical spec change impacting agentic workflows.
- Provenance
- Video · Supporting source
-
5
r/Anthropic: Massive Phantom Usage Bug draining Pro/Max plans (Card charged $480+). Zero support and Discord bans for asking. - 0 pts · 0 comments
Article Ambitious_Phrase_456
A major billing/infrastructure bug affecting a key player (Anthropic). This is a high-signal operational failure that impacts users' ability to build and represents corporate governance/reliability risk.
www.reddit.com/r/Anthropic/comments/1vdtir3… →Details
- Excerpt
- A major billing/infrastructure bug affecting a key player (Anthropic). This is a high-signal operational failure that impacts users' ability to build and represents corporate governance/reliability risk.
- Context
- A major billing/infrastructure bug affecting a key player (Anthropic). This is a high-signal operational failure that impacts users' ability to build and represents corporate governance/reliability risk.
- Key points
- A major billing/infrastructure bug affecting a key player (Anthropic). This is a high-signal operational failure that impacts users' ability to build and represents corporate governance/reliability risk.
- Provenance
- Article · Supporting source
-
6
AI Engineer · 18m38s
Video AI Engineer
Ido Sadan and Adi, creators and maintainers of the MCP apps specification, introduced MCP apps as an open protocol enabling interactive UI transmission over the Model Context Protocol (MCP). The initiative addresses a c…
www.youtube.com/watch?v=-jY2T2PiJBE →Details
- Excerpt
- Ido Sadan and Adi, creators and maintainers of the MCP apps specification, introduced MCP apps as an open protocol enabling interactive UI transmission over the Model Context Protocol (MCP). The initiative addresses a core limitation of current LLM interactions: text-based responses force service providers into a textual database role, stripping brand identity and UX value. MCP apps solves this by allowing servers to return HTML or UI components via standard MCP resources. Hosts like Claude, VS Code, Cursor, and ChatGPT consume these resources, rendering them in sandboxed React or web components using the MCP UI SDK. The SDK accepts an HTML payload plus a callback function, isolating the rendered interface while routing user interactions back to the host model. When users interact with embedded widgets like PostHog funnel dashboards or Spotify track lists, clicks serialize into events routed through the callback to the model layer. The model retains control over the agentic flow, deciding subsequent tool calls or resource requests based on those events. The protocol standardizes three tiers of host-app control: notification, prompting the host to execute a prompt, or fully relinquishing responsibility to the chat. This enables a shift from browser-tab workflows to an agentic web where personal assistants compose discrete UI atoms from multiple services without leaving the chat interface. The specification is actively developed in the x-apps repository under the MCP steering committee’s tri-weekly working group, with direct contributions from Anthropic and OpenAI. Near-term roadmap items include reusable views to reduce redundant rendering latency, app tools enabling host-to-app communication for programmatic UI manipulation, and interoperability bridges with A2UI and generative UI standards. The speakers project MCP apps will become a global UI distribution standard by 2026, leveraging existing LLM client bases like ChatGPT’s 800 million weekly users to distribute applications as composable, context-aware widgets rather than standalone web pages.
- Context
- This details a major shift in LLM interaction (UI/UX) via an open protocol (MCP Apps), directly changing developer workflows and agentic capabilities.
- Key points
- This details a major shift in LLM interaction (UI/UX) via an open protocol (MCP Apps), directly changing developer workflows and agentic capabilities.
- Provenance
- Video · Supporting source
-
7
r/ClaudeAI: delete claude.md - 0 pts · 0 comments
Article cmogpt
A direct mention of an Anthropic employee suggesting a change to core model behavior/documentation is high-signal corporate drama regarding model control and capability.
www.reddit.com/r/ClaudeAI/comments/1vdzdgi/… →Details
- Excerpt
- A direct mention of an Anthropic employee suggesting a change to core model behavior/documentation is high-signal corporate drama regarding model control and capability.
- Context
- A direct mention of an Anthropic employee suggesting a change to core model behavior/documentation is high-signal corporate drama regarding model control and capability.
- Key points
- A direct mention of an Anthropic employee suggesting a change to core model behavior/documentation is high-signal corporate drama regarding model control and capability.
- Provenance
- Article · Supporting source
-
8
@Alibaba_Qwen (Qwen)
X Alibaba_Qwen
Announcing a major new model release (Qwen3.8-Max) with high parameter count and focus on coding/autonomous capabilities is a primary builder artifact.
x.com/Alibaba_Qwen/status/20841007074232896… →Details
- Excerpt
- Announcing a major new model release (Qwen3.8-Max) with high parameter count and focus on coding/autonomous capabilities is a primary builder artifact.
- Context
- Announcing a major new model release (Qwen3.8-Max) with high parameter count and focus on coding/autonomous capabilities is a primary builder artifact.
- Key points
- Announcing a major new model release (Qwen3.8-Max) with high parameter count and focus on coding/autonomous capabilities is a primary builder artifact.
- Provenance
- Tweet · Primary source
-
9
Qwen3.8-Max: A New Bar for Coding and Cowork — 694 pts · 347 comments
Article ai2027
Announcing Qwen3.8-Max is a major model release (1). The discussion focuses on open weights and local models, which are primary builder artifacts changing workflows.
qwen.ai/blog?id=qwen3.8 →Details
- Excerpt
- Announcing Qwen3.8-Max is a major model release (1). The discussion focuses on open weights and local models, which are primary builder artifacts changing workflows.
- Context
- Announcing Qwen3.8-Max is a major model release (1). The discussion focuses on open weights and local models, which are primary builder artifacts changing workflows.
- Key points
- Announcing Qwen3.8-Max is a major model release (1). The discussion focuses on open weights and local models, which are primary builder artifacts changing workflows.
- Provenance
- Article · Supporting source
-
10
@suchenzang (Susan Zhang)
X suchenzang
The quoted tweet announces major open-weights model releases (Qwen3.8-Max and Qwen3.8-27B), which is a primary builder artifact/major release that changes the landscape.
x.com/suchenzang/status/2084114906182476247 →Details
- Excerpt
- The quoted tweet announces major open-weights model releases (Qwen3.8-Max and Qwen3.8-27B), which is a primary builder artifact/major release that changes the landscape.
- Context
- The quoted tweet announces major open-weights model releases (Qwen3.8-Max and Qwen3.8-27B), which is a primary builder artifact/major release that changes the landscape.
- Key points
- The quoted tweet announces major open-weights model releases (Qwen3.8-Max and Qwen3.8-27B), which is a primary builder artifact/major release that changes the landscape.
- Provenance
- Tweet · Primary source
-
11
@simonw (Simon Willison)
X simonw
The tweet discusses a major model release (Qwen3.8) and compares it to previous announcements, fitting the criteria for a primary builder artifact/major breaking story.
x.com/simonw/status/2084118812539191452 →Details
- Excerpt
- The tweet discusses a major model release (Qwen3.8) and compares it to previous announcements, fitting the criteria for a primary builder artifact/major breaking story.
- Context
- The tweet discusses a major model release (Qwen3.8) and compares it to previous announcements, fitting the criteria for a primary builder artifact/major breaking story.
- Key points
- The tweet discusses a major model release (Qwen3.8) and compares it to previous announcements, fitting the criteria for a primary builder artifact/major breaking story.
- Provenance
- Tweet · Primary source
-
12
@natolambert (Nathan Lambert)
X natolambert
This announces a major model release (Qwen3.8-Max) and open weights availability for multiple models, which is a primary builder artifact changing development workflows.
x.com/natolambert/status/2084119083973574899 →Details
- Excerpt
- This announces a major model release (Qwen3.8-Max) and open weights availability for multiple models, which is a primary builder artifact changing development workflows.
- Context
- This announces a major model release (Qwen3.8-Max) and open weights availability for multiple models, which is a primary builder artifact changing development workflows.
- Key points
- This announces a major model release (Qwen3.8-Max) and open weights availability for multiple models, which is a primary builder artifact changing development workflows.
- Provenance
- Tweet · Primary source
-
13
@Hailuo_AI (Hailuo AI (MiniMax))
X Hailuo_AI
This announces a new model (MiniMax H3) with commercial claims (Omni-Reference, cost efficiency, open weights), fitting criteria for a major model release or significant industry artifact.
x.com/Hailuo_AI/status/2084121367495274826 →Details
- Excerpt
- This announces a new model (MiniMax H3) with commercial claims (Omni-Reference, cost efficiency, open weights), fitting criteria for a major model release or significant industry artifact.
- Context
- This announces a new model (MiniMax H3) with commercial claims (Omni-Reference, cost efficiency, open weights), fitting criteria for a major model release or significant industry artifact.
- Key points
- This announces a new model (MiniMax H3) with commercial claims (Omni-Reference, cost efficiency, open weights), fitting criteria for a major model release or significant industry artifact.
- Provenance
- Tweet · Primary source
-
14
@simonw (Simon Willison)
X simonw
Mentions major model releases (Qwen/MiniMax), which is a primary signal for frontier model development and industry direction.
x.com/simonw/status/2084122690189918549 →Details
- Excerpt
- Mentions major model releases (Qwen/MiniMax), which is a primary signal for frontier model development and industry direction.
- Context
- Mentions major model releases (Qwen/MiniMax), which is a primary signal for frontier model development and industry direction.
- Key points
- Mentions major model releases (Qwen/MiniMax), which is a primary signal for frontier model development and industry direction.
- Provenance
- Tweet · Primary source
-
15
@Hailuo_AI (Hailuo AI (MiniMax))
X Hailuo_AI
A new open-weight video model is a primary builder artifact that changes development workflows and represents a major capability release in AI infrastructure.
x.com/Hailuo_AI/status/2084123156818915727 →Details
- Excerpt
- A new open-weight video model is a primary builder artifact that changes development workflows and represents a major capability release in AI infrastructure.
- Context
- A new open-weight video model is a primary builder artifact that changes development workflows and represents a major capability release in AI infrastructure.
- Key points
- A new open-weight video model is a primary builder artifact that changes development workflows and represents a major capability release in AI infrastructure.
- Provenance
- Tweet · Primary source
-
16
@suchenzang (Susan Zhang)
X suchenzang
This addresses a major academic/research integrity issue (plagiarism) concerning model development axes, which is highly relevant to the 'power struggles' and 'shifting craft' of AI research.
x.com/suchenzang/status/2084140376894607826 →Details
- Excerpt
- This addresses a major academic/research integrity issue (plagiarism) concerning model development axes, which is highly relevant to the 'power struggles' and 'shifting craft' of AI research.
- Context
- This addresses a major academic/research integrity issue (plagiarism) concerning model development axes, which is highly relevant to the 'power struggles' and 'shifting craft' of AI research.
- Key points
- This addresses a major academic/research integrity issue (plagiarism) concerning model development axes, which is highly relevant to the 'power struggles' and 'shifting craft' of AI research.
- Provenance
- Tweet · Primary source
-
17
@suchenzang (Susan Zhang)
X suchenzang
This directly addresses a technical debate (mode forcing) and claims intellectual property theft regarding foundational concepts in AI/LLMs, which is high-signal industry drama.
x.com/suchenzang/status/2084143217013055574 →Details
- Excerpt
- This directly addresses a technical debate (mode forcing) and claims intellectual property theft regarding foundational concepts in AI/LLMs, which is high-signal industry drama.
- Context
- This directly addresses a technical debate (mode forcing) and claims intellectual property theft regarding foundational concepts in AI/LLMs, which is high-signal industry drama.
- Key points
- This directly addresses a technical debate (mode forcing) and claims intellectual property theft regarding foundational concepts in AI/LLMs, which is high-signal industry drama.
- Provenance
- Tweet · Primary source
-
18
Show HN: Nightcrawler – A local AI pentesting agent running on a smartphone — 12 pts · 4 comments
Article NickySlicks
A working agentic tool (pentesting) running locally on a mobile device is a major builder artifact that changes how AI can be used for offensive security and development workflows.
github.com/garagehq/nightcrawler →Details
- Excerpt
- A working agentic tool (pentesting) running locally on a mobile device is a major builder artifact that changes how AI can be used for offensive security and development workflows.
- Context
- A working agentic tool (pentesting) running locally on a mobile device is a major builder artifact that changes how AI can be used for offensive security and development workflows.
- Key points
- A working agentic tool (pentesting) running locally on a mobile device is a major builder artifact that changes how AI can be used for offensive security and development workflows.
- Provenance
- Article · Supporting source
-
19
SQLite Critical CVEs or LLM Slops?
Article JFrog Security Research — JFrog's security research team, which maintains vulnerability data feeds used by software supply chain tooling
All advisories in this repo seem AI generated when testing them with Gptzero.
research.jfrog.com/post/sqlite-critical-cve… →Details
- Cited text
All advisories in this repo seem AI generated when testing them with Gptzero.
- Context
- This is the first case in the day's material where model-generated output has entered a formal registry that downstream security tooling treats as authoritative, shifting the verification cost onto every consumer of the feed.
- Key points
- Six SQLite CVEs analyzed: CVE-2026-51302, 51303, 51300, 51297, 51296 and 51304
- One advisory blames an expression-operand function in SQLite 3.41 that was only added to SQLite in the middle of 2025
- Another cites line numbers in the JSON source file beyond its 2,706-line length in 3.41
- Proof-of-concept payloads did not trigger any crash when tested
- None of the CVEs appear on SQLite's official advisory page
- In the wider advisory repository, 54 were completely fabricated and one contained a real bug wrapped in unverified CVE metadata
- Provenance
- Article · Supporting source
-
20
Agentic Method for Deterministic Validation of Legacy Code Migration
Source Andras Ferenczi, Jordan Docherty, Mariya Bessonov, Matthew Findlay, Krishna Lingamneni — Authors proposing a test-synthesis method for validating COBOL-to-Java migration
Across three COBOL-Java case studies, spanning two open-source programs and one internal production-like COBOL program and ranging from 430 to 4,114 source lines, Locksmith consistently improved coverage beyond input-se…
arxiv.org/abs/2607.28271 →Details
- Cited text
Across three COBOL-Java case studies, spanning two open-source programs and one internal production-like COBOL program and ranging from 430 to 4,114 source lines, Locksmith consistently improved coverage beyond input-search plateaus, reaching nearly complete coverage on the two open-source programs and 91.90% branch coverage on the internal production-like COBOL program. The generated Java matched the COBOL reference under deterministic parity checks in all accepted test cases.
- Context
- The Hacker News headline reads the paper as evidence that agent-driven migration carries bugs across, but behaviour parity is the paper's design goal rather than its failure, and the actual contribution is a validation loop that runs without a mainframe.
- Key points
- The method, called the Locksmith Loop, instruments both the COBOL source and generated Java target with mocks and runs them off-mainframe on commodity hardware
- An agentic loop performs Witness Search over input mocks to penetrate program branches, followed by parity-preserving mutations
- When routing boundaries are reached, an analyzer identifies a Locked Paragraph, a condition preventing deeper exploration
- 91.90% branch coverage on the internal production-like program; near-complete coverage on the two open-source ones
- Deterministic parity was achieved in all accepted test cases
- Provenance
- Source · Background source
Transcript
00:00:04 lenarAlibaba posted a model announcement a little after seven last night, Pacific time. By the time the West Coast woke up this morning, the Hacker News thread about it was sitting at 694 points and 347 comments, which is a serious thread by any measure. So you'd assume the argument is about the flagship they announced. It mostly isn't. Scroll that thread and the centre of the conversation is a smaller model in the same family that nobody can download yet. [pause] That distance — between the model a company puts in the headline and the model people want on their own hardware — is where today's story sits.
00:00:40 damraThe 27-billion-parameter one. Dense, not a mixture of experts, and that's exactly the size where the arithmetic gets fun — that's a model you can quantize down and fit on a card you already own, or on a laptop with enough unified memory. The Max model is an API product. The 27 billion is the one that changes what somebody can do in their kitchen.
00:01:03 lenarRight. So here's what was announced. Qwen3.8-Max is Alibaba's most capable model to date, and they've pitched it specifically at coding and at what they're calling cowork. That means agentic use and long-running sessions — the model doing things rather than answering things. Alongside it came two commitments: open weights for Max itself, and Qwen3.8-27B open-weighted next week. Next week. Not today.
00:01:31 damraWhich is the bit I'd hold onto. Nothing has shipped. A dated promise isn't a download. We've been through enough of these to know that "next week" has a range on it, and that the terms matter as much as the timing — a weights drop under a restrictive licence reads very differently from one under Apache.
00:01:49 lenarFair. Though the promise itself is something — a company marketing a model as frontier-class and saying it'll open the weights is a different posture from a company that never says it. Let me get to the reactions, because the useful ones came from people who actually poked at it. Susan Zhang got hands on it within the hour and reported that it — quote — has the formatting style of Sol and the reasoning laziness of Opus.
00:02:14 damra[chuckle] That's a brutal little sentence, and it's more specific than it sounds. She's saying the output surface looks like one lab's model and the effort profile looks like another's. That's the kind of read you only get from someone who's spent years staring at model outputs — she worked on pretraining, she knows what those signatures look like. But it's one probe. She asked it a math question. That's a vibe check, not an evaluation, and I wouldn't want anyone quoting it as a benchmark result tomorrow.
00:02:43 lenarAgreed, and she didn't present it as one. Nathan Lambert shrugged — his line was that it's another week and another frontier open-weight model. Simon Willison put it next to the announcements from the last few weeks and treated it as part of a sequence rather than a break in one.
00:02:58 damraThat shrug is about right. Six months ago an announcement like this would've been the whole week. Now it's Monday. The interval between these things has collapsed, and the people whose job it is to be excited about model releases have run out of excitement to spend.
00:03:13 lenarThen we've got a video model with open weights and a stated hardware floor. After that, three practitioners reporting from their own work that the open-versus-frontier distinction has stopped mattering to them. There's a security research post about vulnerability reports describing code that was never written, and a paper whose Hacker News headline says close to the opposite of its abstract. Then an attribution fight in pretraining research, and the Model Context Protocol growing two limbs it hasn't had until now.
00:03:44 lenarWithin a couple of hours of the Qwen post, MiniMax announced open weights for H3, their video model. Simon Willison noticed both in the same window and said so. The detail I'd report from the MiniMax thread is the hardware. They say H3 has been verified running on an RTX 5090 and an RTX 6000.
00:04:06 damraA 5090 is a card a person can buy. That's the whole claim, and it's a big one if it holds. A video model that runs on one consumer graphics card means the cost of making moving images stops being a per-second API meter and starts being electricity plus the card you already bought. Anyone doing B-roll, storyboards, pre-visualisation, the middle stretch of a video project nobody puts in the showreel — that changes what they can afford to try.
00:04:35 lenarWith the obvious caveat that "verified to run on" is the company saying it. There's no independent throughput number anywhere I've seen. Running isn't the same as running usefully — nobody's published seconds of video per minute of wall clock on that card.
00:04:51 damraAnd that gap'll close within about seventy-two hours, because the local-model community is good at exactly one thing, which is putting a number on a vendor claim. Somebody will post frames per second on a 5090 with a quantized build before the end of the week. [pause] The other item in their post is omni-reference — holding a character or an object consistent across shots. If that works, it's more interesting than the resolution numbers, because consistency across cuts is what's kept generated video out of anything narrative.
00:05:23 lenarYesterday we mentioned H3 as a release note. Today there's an actual weights announcement with a named piece of silicon attached to it, which is a different item. Tiezhen Wang flagged the listing going up. I'll take the throughput number when somebody measures it.
00:05:39 lenarSeparately, and over roughly the same day, three people who build things said versions of the same thing about their own work. Jason Calacanis posted that the difference between the open-source models he uses and the frontier models is already negligible for what he does. David Crawshaw — who built Tailscale, and who writes a lot about agents now — argued that because machines write the code, closed tools like Claude Code are less desirable than open source the machine can personalize.
00:06:08 damraCrawshaw's argument is the one with real structure in it. He's arguing about reachability rather than quality. If a machine is doing the editing, then the property you want most is that the machine can get inside the tool and reshape it — and a closed product is precisely what it can't get inside. That inverts the usual case for a polished proprietary tool, because polish was for humans.
00:06:32 lenarThe one with numbers on it is Vaibhav Srivastav's. He moved a daily structured-output task from Sol to Luna, reported no drop in performance, and the price went from five dollars per million input tokens and thirty per million output, down to twenty cents and a dollar twenty.
00:06:49 damraSo call it twenty-five times cheaper on both sides, on a job he runs every day. That's the kind of number that changes what you're willing to run — not because you save money on the existing job, but because at that price you start running it on everything instead of on the subset you could justify. [pause] Though let me be precise: structured output is about the easiest case there is. Fixed schema, narrow task, verifiable result. It's the workload most likely to survive a downgrade.
00:07:18 lenarTake the correction. None of these three are benchmarks. They're three people describing their own workloads, and their workloads aren't the hard ones. There's also a post on the local-model subreddit about KAT Coder 2.5 doing well at modifying functions inside a large undocumented codebase, which is a harder test than structured output and still one person's report.
00:07:42 damraAnd I'd resist stacking these four things into a verdict about open weights winning. What they tell you is narrower and more useful: for a growing set of ordinary production jobs, the frontier premium has stopped buying anything. That's a long way from parity at the top, and the people saying it aren't claiming parity at the top.
00:08:01 lenarHere's the item from today I hadn't seen a version of before. JFrog's security research team published a post this morning about six critical vulnerability reports filed against SQLite. Common Vulnerabilities and Exposures entries — CVEs — the formal identifiers that downstream security tooling treats as ground truth. JFrog's finding is that the vulnerabilities don't exist.
00:08:26 damraGive me the evidence, because "doesn't exist" is a strong claim about something carrying an official identifier.
00:08:32 lenarThe evidence is very concrete, and it's what makes the post good. One advisory blames a specific internal function for computing expression operands in SQLite version 3.41. That function wasn't in 3.41 — it went into SQLite in the middle of 2025, years after the version being blamed. Another advisory cites specific line numbers in the JSON source file. In 3.41 that file is 2,706 lines long, and the cited lines are past the end of it. They ran the proof-of-concept payloads. Nothing crashed. And none of these appear on SQLite's own advisory page.
00:09:12 damra[tsk] So the advisory blamed a function nobody had written yet, and pointed at line numbers in a file that stopped before it got there. That's not a subtle error. That's what you get when something generates a plausible-shaped security advisory without ever opening the source.
00:09:28 lenarJFrog say as much. They ran the advisories through GPTZero and reported that all of them read as machine-generated. And the scale is larger than the six — in the same repository of advisories, they say 54 were completely fabricated, and one contained a real bug wrapped in unverified metadata.
00:09:48 damraOne in fifty-five. And that one's the problem. The fifty-four aren't. If it were all noise you could throw the whole feed away. One real finding buried in fifty-four fabrications means somebody has to read all of them to find it, and that's the exact cost the registry exists to avoid. The Hacker News commenters went straight there — the worry in that thread is that fake entries make the real ones harder to triage, and triage budget is a fixed human quantity.
00:10:16 lenarWhat makes this different from the model-reliability stories we've been running is where the output ended up. This isn't a chatbot being wrong in a chat window. A CVE identifier propagates. It goes into scanners and dependency checkers, and from there into compliance reports and procurement questionnaires. Somebody's automated policy is going to flag SQLite 3.41 as critically vulnerable on the basis of a function that's never existed in that version.
00:10:45 damraAnd the supply is about to increase. There was a Show HN in the same hour — twelve points, barely noticed — for a local pentesting agent that runs on a smartphone. That's a small artifact and I won't inflate it. It runs into the same pipe, though: the cost of producing a security finding is falling fast, and the cost of verifying one hasn't moved at all. The registry was designed around the assumption that filing a report was expensive enough to be a filter.
00:11:12 lenarRead JFrog's post directly rather than through the headline, because the per-advisory table is where the case actually gets made. Six identifiers, each with the specific thing wrong with it. Staying with things that aren't what the headline says. There's an arXiv paper on Hacker News today under the title "AI migrated legacy COBOL programs to Java, bugs included." Fifty-two points, thirty-nine comments, and the comments read it as a debunking — agents can't really do migration, they just carry the mess across. I went and read the abstract. That's not what the paper says.
00:11:48 damraGo on.
00:11:49 lenarThe paper's called "Agentic Method for Deterministic Validation of Legacy Code Migration," by Andras Ferenczi, Jordan Docherty, Mariya Bessonov, Matthew Findlay and Krishna Lingamneni. It's a proposed method for validating a migration. They call it the Locksmith Loop. You stand up two runtime environments — the original COBOL and the generated Java — instrument both with mocks, run them off-mainframe on ordinary hardware, and then run an agentic loop that searches for inputs which push execution into unexplored branches.
00:12:24 damraSo the agent is hunting for the inputs that prove the Java behaves like the COBOL. It's interrogating the migration rather than producing it.
00:12:33 lenarExactly that. And when the search stalls, an analyzer identifies what they call a Locked Paragraph — a condition that's blocking deeper exploration. Three case studies, programs ranging from 430 to just over 4,000 source lines. Near-complete coverage on the two open-source programs, and 91.90% branch coverage on the internal production-like one. Then there's the result they lead with: the generated Java matched the COBOL reference under deterministic parity checks in all accepted test cases.
00:13:06 damraThen "bugs included" describes the specification, not a failure. If the mainframe program has been miscalculating something since 1987 and forty downstream systems have been compensating for it all along, a migration that fixes the bug is a migration that breaks production. Parity means parity. You want the bugs. You port them deliberately, and then you fix them afterwards, on purpose, with the downstream consumers identified first.
00:13:34 lenarWhich is the part everybody underestimates when they price one of these projects.
00:13:39 damraBehaviour-preserving is the hard requirement in migration work, and a method that can demonstrate it on commodity hardware without a mainframe in the loop is a real contribution. Whether 91.90% branch coverage is enough to sign off a production cutover is a separate and much less comfortable question.
00:13:58 lenarThe commenters did raise one objection the paper doesn't answer, and it's the right one. A COBOL program isn't a standalone artifact. It sits inside job control language, CICS transaction handling, mainframe sort processors — and none of those have a Java equivalent to migrate to. You can prove the program is faithful and still have nothing that runs.
00:14:21 damraWhich is why these projects take years, and why the demo is always the easy part. Gergely Orosz posted something adjacent yesterday — a GitHub feature that's taken more than ten months to ship, at a company where everyone working on it has capable agents available. He isn't claiming the agents failed. He's pointing at the fact that calendar time on a complicated project in a mature codebase hasn't compressed, whatever happened to typing speed.
00:14:48 lenarTwo separate observations, and I'll keep them separate. But if you're wondering why the enterprise migration pitch keeps outrunning the enterprise migration results, the substrate question is most of the answer. Susan Zhang again, earlier this morning, on something entirely different. She posted that the work presenting explorative modeling as a third axis of pretraining looks to her like plagiarism. In a follow-up she said the motivation for mode forcing was lifted as well, and she pointed at a specific 34-page preprint, which she described as — her phrase — pure claude slop.
00:15:23 damraEvery sentence of that has to stay attached to her name. This is one researcher on X, there's no response from the other side anywhere in today's material, and neither of us can adjudicate who had which idea first. What I'll say is that she's not a random account — she has pretraining credentials, she worked on the OPT models at Meta, and she named specifics rather than gesturing.
00:15:48 lenarWhich is why it's reportable. An unattributed accusation is gossip. A named researcher pointing at a named document with a named mechanism is a claim somebody can answer.
00:15:58 damraBut the detail I keep circling is the insult. "Pure claude slop," about a 34-page preprint. Ten years ago the way you dismissed a paper you thought was thin was to attack the method or the evidence. Now there's a shorter move available — you say a model wrote it — and it functions as a complete argument without anyone having to demonstrate anything.
00:16:20 lenarAnd it's unfalsifiable in both directions. The accused can't prove a human wrote it. The accuser can't prove one didn't.
00:16:28 damraWhich makes it a very effective weapon and a very poor argument. I don't think Zhang is wrong to be angry — if someone took your idea and dressed it in thirty-four pages of generated prose, anger is the correct response. But the accusation has got cheap enough that it'll get used by people with much worse cases, and every field that adopts it loses the ability to tell the two apart.
00:16:51 lenarTwo talks from the AI Engineer conference went up within hours of each other yesterday, and together they describe the Model Context Protocol — MCP, the standard for how agents talk to tools — picking up two things it's lacked. Start with the less glamorous one. Cornelia Davis, a technologist at Temporal, gave a talk explaining why essentially no agent implements MCP Tasks.
00:17:16 damraTasks covers tool calls that don't return immediately. You invoke something, you get a handle back, and the work continues — for minutes, for hours, across a human approval step in the middle.
00:17:27 lenarRight. And Davis's account of why nobody has built it is specific rather than hand-wavy. The version from November is stateful. It has a task-list endpoint with no filtering, so a server holding millions of concurrent tasks has to hand back all of them. And getting human input into a running task requires holding open a persistent connection, so every reconnection turns into a state-recovery problem.
00:17:52 damraThat's a spec written by people imagining tens of tasks. Any durable-work system that's survived contact with production ends up in the same place — you store the state, you poll or you subscribe, and you never assume the connection outlives the work. Temporal exists because that problem is hard. Of course the person who turned up to explain the gap works there.
00:18:15 lenarShe demonstrated it with a purchase-order workflow, backed by Temporal for the state and the parallel orchestration, walking through the lifecycle states — working, input required, completed — and the signal that lets a human approval reach a long-running backend process. The July revision goes stateless. Tasks become an optional extension of a modular core, the task-list endpoint goes away, and the input tunnel gets replaced by explicit client-to-server update calls.
00:18:44 damraWhich is the correct redesign, and her closing caution holds up: making the protocol stateless doesn't make the problem go away, it relocates it. Somebody still has to build the durable orchestration underneath. The spec just stops pretending it can do that for you.
00:19:00 lenarThe other talk is MCP Apps, from Ido Salomon and Liad Yosef, who maintain the specification. The idea is that a server can return an interface rather than text. It sends HTML or components through ordinary MCP resources, and the host renders them in a sandbox inside Claude, VS Code, Cursor or ChatGPT. Their statement of the problem is that today a service handing its data to a model gets flattened into a text database. No layout, no brand, no interaction.
00:19:32 damraAnd the mechanism is where it gets strange. The rendered widget is isolated, and when you click something inside it — a row in a funnel dashboard, a track in a list — that click serializes into an event that goes back through a callback to the model. The model stays in charge of the flow and decides what to call next. So the interface acts as an input device for the agent rather than an escape hatch out of the conversation.
00:19:58 lenarWith three defined tiers of how much control a host hands over: notify only, prompt the host to run something, or hand the turn fully to the chat. It's being developed in the open under the MCP steering committee, with Anthropic and OpenAI both contributing directly.
00:20:16 damraThe speakers also project it becomes the global standard for distributing interfaces by 2026, which is their projection rather than a fact — they maintain the spec, they're supposed to believe that. What I'd say more modestly is that if this works, the unit of software distribution stops being a page or an app and starts being a widget that shows up inside somebody else's assistant. That's a strange thing to build toward, and it's still experimental.
00:20:43 lenarTwo other items before we stop. There's a post on the Anthropic subreddit describing a billing bug — the account says that during a routing incident from July 29th through the 31st, revoked authentication tokens kept being billed against Pro and Max plans, and reports a card charged more than four hundred and eighty dollars, no response from support, and being banned from the Discord for raising it.
00:21:07 damraOne account, unverified, and there's no statement from Anthropic anywhere in today's material. I wouldn't repeat the dollar figure as established. What makes it more checkable than the usual complaint is the mechanism and the date window — stale tokens, a specific three-day incident. That's the kind of claim that either matches other people's invoices or it doesn't, and we'll know fairly quickly.
00:21:30 lenarThere's a separate thread arguing the current model series is unreliable in a specific way, and a lighter one about deleting your project instructions file — apparently on the suggestion of an Anthropic engineer — with at least one person reporting they tried it and preferred the result.
00:21:46 damra[chuckle] I have some sympathy for that. A lot of those files have accreted into a wall of instruction that the model half-follows and the human never rereads.
00:21:56 lenarThe last item is a date. The EU AI Act obligations we went through in detail yesterday became enforceable. Armin Ronacher's entire response was one line — I'm really curious if people will comply with this. The next concrete thing in that story is a first enforcement action against a named model provider, and until that happens nobody has to answer his question.
00:22:19 damraMeanwhile the two model announcements that opened the show both promised weights they haven't delivered, and the security registry is carrying six vulnerability reports for code that doesn't exist. Those are unrelated stories and I'm not going to pretend otherwise. But they rhyme in one narrow way, which is that the claim arrived well ahead of the artifact.
00:22:39 lenarThe artifact I actually want is the Qwen 27-billion-parameter weights, and the licence they come under. If that shows up next week the way it was promised, the local-model side of this gets a better week than the flagship announcement gave it.