Fetching from the wire…
Public story · 2026-09-16 · source-backed
Cody Ho and Niklas reverse-engineered the A18 Pro firmware ABI, wrote a kernel driver talking to AGX firmware over RTKit, and built a user-space stack with a custom IR and shader compiler that passes the full OpenGL ES 3.0 conformance suite. Chrome and Firefox run WebGL on it. Minecraft runs at 212 fps. The whole thing took about a month. Ho's write-up says the prototype-to-finished kernel driver stretch was three days, using Codex on GPT-5.6 Sol and later GPT-6 Astra, and that those models were by far the best performers at firmware ABI reverse engineering specifically.
Sit with that for a second. Firmware ABI reverse engineering is the opposite of what the "models only write CRUD" argument predicts. There's no documentation, no Stack Overflow answer, no training corpus of Apple's undisclosed GPU command formats. It's reading binary blobs, forming hypotheses about field layouts, and testing them against hardware that gives you a hang or a kernel panic as your only feedback signal.
But that's why it works. The task is hypothesis generation at volume against a cheap, unambiguous oracle. You can be wrong 50 times and it costs you nothing but a reboot. That's precisely the regime where a model that's fast and often-wrong beats a human who's slow and usually-right. My read is that the limiting factor for agent usefulness isn't how documented a domain is. It's how fast and how automatable your verification is. Firmware RE has terrible documentation and excellent verification. Frontend work has excellent documentation and terrible verification, which is why "it looks fine to me" remains the bottleneck on every UI task I hand off.
Hold this against the SWE-bench audit below. That paper says scaffolds matter more than models. This says the model choice mattered a lot, and names which ones. Both can be true: when the task has a tight verification loop, raw model capability shows through, because the scaffold is just "run it and see." When verification is fuzzy, the scaffold is doing most of the work and dominates the measurement.
The action for builders: go look at the work you've written off as too undocumented for an agent. Binary protocol work, undocumented vendor APIs, legacy formats, proprietary file layouts. If you can write a test that says yes or no in under a second, that category just moved.
Each link below shares sources, entities, or timing with this story.
Nathan Lambert doesn't hand out "step change" lightly, so when his June 22 Interconnects essay called GLM-5.2 "the step change for open agents," I read it twice. His argument is sharper than the usual "strong open model" take. Static intelligence benchmarks stopped mattering m...
Zhipu's GLM-5.1 ranked third on Code Arena, jumping 90+ points over its predecessor GLM-5 and landing ahead of GPT-5.4 and Gemini 3.1 Pro. Two separate r/LocalLLaMA threads (491 upvotes and 233 upvotes) confirm this isn't just a benchmark curiosity. Practitioners are paying at...
Two thirds. Not two thirds of a contrived jailbreak set. Two thirds of realistic malicious issue requests, against the exact three tools most of the people reading this run daily. Ankur Singh, Jinqiu Yang, and Tse-Hsun Chen built IssueTrojanBench across four attack categories...
This one rearranged my week. An essay published August 4 walks through Databricks' independent benchmark of coding harnesses against its own multi-million-line codebase. Pi, a harness with four built-in tools and a system prompt under 1,000 tokens, paired with Opus 4.8 at xhig...
OpenAI shipped GPT-5.5 on April 23, six weeks after 5.4. The capability jump is real: 82.7% on Terminal-Bench 2.0 vs Claude Opus 4.7's 69.4%. The Pro tier nearly doubles Opus 4.7 on FrontierMath Tier 4 at 39.6% vs 22.9%. It uses 40% fewer tokens on Codex tasks while matching 5...
Roo Code announced it will archive its VS Code extension repo on May 15 and merge back into Cline, the project it originally forked from. CEO Matt Rubens said the team needs to "constantly destroy and recreate to keep up with what's newly possible." Translation: the extension...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.