⚡ AI Frontier · smol.ai
★ Must-ReadGrok 4.7 ships at $2 in, $6 out: SpaceXAI's best coding model yet, but 20 points behind Astra and Fable 5.1 on terminal workReleased Monday, September 21. 586 points on Hacker News. SpaceXAI calls it 'our most capable model for coding and knowledge work' and says it 'works longer on difficult tasks, checks its own work more carefully.' Numbers from the post: CursorBench 4.0 46.3 percent, up from 40.4 for Grok 4.6. DeepSWE v1.1 71.0. EEBench for electrical engineering 64.0. HealthBench 56.7. Price is $2 per million input tokens and $6 per million output, with a fast variant at double the price for double the speed. It is live in Cursor, in Grok Build with a free tier, and in the API. On safety it claims 'the strongest model we've tested on refusals and jailbreak resistance,' letting through 3.3 percent of risky cyber prompts. The Decoder's read of Artificial Analysis puts it at 46 on the Intelligence Index against 53 for Claude Fable 5.1 and GPT-6, and at 26 percent on Terminal-Bench 4.0 against 60 for Astra and 55 for Fable 5.1. Why it matters: it is the cheapest Western frontier model you can pick in Cursor today. What to watch: it lands on the same day, at the same 46 score, as Xiaomi's MiMo-V2.6 Pro, which is open and a fifth of the price.
★ Must-ReadTim Dettmers: a 550B model on a 128GB MacBook, a 125B model on one 24GB GPU, and an auto-compaction trick that cuts agent cost in half. Open-source week starts todayPosted September 21 by Tim Dettmers, the researcher behind bitsandbytes and QLoRA, now running dlab at CMU. 172 points on Hacker News. The post previews a week of releases: two software frameworks and four papers. The claims: quantized inference on Mac Metal at 450 tokens per second on Qwen 3.6 35B at 1.5 bits per weight; Qwen 3.8 Flash Next at 125B running on a single 24GB GPU; DeepSeek V4.1 at 550B running on a MacBook with 128GB of memory or on AMD and NVIDIA cards. CliffCompaction is an automatic context compaction method his lab has used for months. He says it is 'considerably more powerful than the auto-compaction in Claude Code or Codex,' runs sessions past a hundred million tokens, and cuts total cost about 50 percent; one partner measured a 45 percent drop in AI spend. Also promised: an agent harness and a fully local autonomous research system he says beats Sakana and Google's ScientistOne. Why it matters: this is the frontier-on-your-own-hardware story, from someone who has delivered on it before. What to watch: as of Monday night there are no repos, no licenses and no dates, only the post. Treat every number as a claim until the code lands.
📚 LearnAnthropic open-sources the code Claude wrote to make 30 protein models about 4x faster, and to fold a 70,000-token ribosome on one GPU nodeResearch post and GitHub repo, surfaced on Anthropic's site this week. Two Anthropic staff with biology backgrounds and no kernel-engineering experience supervised Claude for about four weeks. Claude optimized more than 30 open-source models for structure prediction, protein design, genomics and sequence modeling. Average speedup about 4x with small precision loss, about 1.6x with identical outputs. New FlashPairformer kernels run triangle attention 2.7 to 2.9x faster and triangle multiplication 1.7 to 3.2x faster than the field standard. A 'big mode' lets a single NVIDIA node predict structures over 10,000 tokens, which was not possible before, and a 70,000-token bacterial ribosome ran on one B300 node. Anthropic says a binder design campaign that used to take thousands of H100 hours cost about $150 in GPU and tokens. All the code is in the repo. Why it matters: it is a concrete, checkable example of an agent doing weeks of specialist engineering, and the kernels are free to use. What to watch: the speedups are Anthropic's measurements. Independent labs have not replicated them yet.
📚 LearnLinear: AI agents quadrupled our test suite since January, so we rebuilt CI. Runner time per test cut in half, 87,000 runner-minutes saved a monthEngineering post, September 21, 282 points and 340 comments on Hacker News. The thesis: 'Agents have made it exponentially faster to ship code, but validating those changes hasn't quite kept up.' Linear's test suite nearly quadrupled since January. The fixes, with numbers: moving off GitHub Actions to third-party runners made jobs 34 percent faster; the tsgo TypeScript compiler cut type-checking 73 percent; change detection went from 26 to 8 seconds; pre-installing dependencies in CI images took setup from 44 seconds to 16 to 18; going from 4 to 8 shards and sharing module state with strict isolation saved 17 percent, the single biggest win. One optimization alone saves about 87,000 runner-minutes a month, 11.8 percent of their CI. PR wait time went from over 6 minutes to just over 5. Why it matters: if your team turned on coding agents this year, your CI bill and your merge queue are about to look like this. Steal the list.
Google's $899 Googlebook: an Android laptop built around Gemini, with a 'Magic Cursor' that reads whatever you hover. Ships October 4Announced September 21, preorders open, US shipping October 4, then Canada, the UK, Ireland, France, Germany and Australia on October 5. Built by Acer, ASUS, Dell, HP and Lenovo on Intel and Qualcomm chips with NPUs. Up to 2.8K OLED screens, haptic glass trackpads, up to 14 hours of battery. The software is Android with a desktop Chrome browser and pieces of ChromeOS. Gemini features: Magic Cursor turns the pointer into a Gemini prompt for whatever it is over, an email or a highlighted passage. Rambler cleans up spoken brain dumps into readable text. Gemini Spark and Gemini Live are built in, and the price includes 12 months of Google AI Pro. Why it matters for an MSP: this is a new device class that will show up in client offices by Q4, running Android, not Windows or ChromeOS. Ask your RMM vendor now whether it can see one.
MacStories on the M5 Ultra Mac Studio: 256GB of unified memory, 1.2 TB/s, and 'the personal assistants I use the most are now entirely powered by a model running locally'Federico Viticci's review, 256 points on Hacker News. The M5 Ultra has an 80-core GPU with Neural Accelerators, 256GB of unified memory now and a 512GB option in October, and 1.2 TB/s of memory bandwidth, 50 percent more than the M3 Ultra, with about 4.5x the peak GPU compute for AI. His measurements: Qwen3.8-Flash-Next at over 100 tokens per second on short prompts and 60 to 85 at 256K context; prompt processing up about 150 percent on average over M3 Ultra; Qwen-Image-2.1 generating an image in about 180 seconds at 78GB peak RAM. His conclusion is that the delay that made local models useless for interactive agent loops is gone. Why it matters: paired with today's MiMo and Dettmers stories, the case for a local agent box in the office just got real. What to watch: no price in the review, and Apple's memory upgrades are not cheap.
📚 LearnSignadot's CEO on the 2,000-PRs-a-month engineer: agent verification only works if the agent can run the whole system, and in a distributed app it cannotThe New Stack, September 19, by Arjun Iyer, CEO of Signadot. Disclosure first: Signadot sponsored the post and it ends in a pitch for Signadot's Kubernetes product. Read it anyway, because the first two thirds are a clear argument. It starts from Lauren Tan, an engineer on SpaceXAI's Grok team, formerly at Cursor and Meta, who published her personal agent workflow, pstack, and says it lets her ship about 2,000 pull requests a month to production. Her key piece is a verification skill: a CLI the agent uses to start the app, drive it, inspect state and read structured JSON back, so it keeps fixing until the checks pass. Her line: 'An agent that can check its own output keeps working until the task is done. An agent that can't hand you a diff and wait makes you the slowest component in the loop.' The math: at 2,000 PRs a month a human gets about five minutes per PR, so review cannot be the verification layer. Iyer's point is that Tan's trick works because her app fits in one process. In a system of sixty services, a CLI can start the changed service but not the system. He walks through why the three usual runtimes fail at agent scale: mocks drift so the agent 'closes its loop against fiction,' a full stack per change costs too much and takes minutes, and shared staging lets hundreds of agents overwrite each other. Then five requirements: real dependencies, isolation between concurrent changes, cost that scales with the change not the system, environments in seconds, and access through the agent's own CLI or MCP. The proposed answer, environments as a view of one shared stable stack with only the changed service swapped in, is the Signadot product. Why it matters: it is the sharpest statement this month of the rule that evidence has to come before a human spends time on agent output. What to watch: the 2,000 figure is Tan's own claim about her own workflow, and the closing section is an ad.
📺 Watch · latest videos
★ Must-WatchDid Elon catch up? (Grok 4.7 is here)Matthew Berman, new this morning. 'Did Elon catch up? (Grok 4.7 is here).' A first look at the numbers in the xAI post and what they mean in Cursor. Watch it, then read the Grok item in today's Frontier.
Matthew Berman · 65.8K views · 1.2K likes
Claude Cowork and chat are now one ClaudeClaude, September 21. 'Claude Cowork and chat are now one Claude.' Anthropic's own walkthrough of the merged app. Short, and useful if your team has both open.
Claude · 5K views · 211 likes
📚 LearnSelf-Compact Pi Agent: ZERO HYPE Agentic Coding DevlogIndyDevDan, September 21. 'Self-Compact Pi Agent: ZERO HYPE Agentic Coding Devlog.' A working engineer's take on context compaction in a real agent, the same problem Tim Dettmers's CliffCompaction claims to solve. Pairs with today's Frontier.
IndyDevDan · 21.8K views · 375 likes
Jev + Treg is a crazy combo for automation...AI Jason, September 21. 'Jev + Treg is a crazy combo for automation.' About 73,000 views. A hands-on build that wires a decision model into an automation flow. The how-to after Willison's why.
AI Jason · 74K views · 1K likes