From San Francisco
1 |
The Editorial |
Morning, humans.
Today's three picks come down to one question: who ran the test?
OpenAI put 99.9% on the front of the Astra launch. ARC Prize built that benchmark, ran the model on its own neutral harness, got 62.7%, and is not claiming AGI.
All 20 G-20 members signed the US-drafted Carolina Principles in Chapel Hill, which ask governments to save new rules for novel cases. Brussels spent it mailing questions to 30-plus AI companies.
And Heretic, a Python tool with 30,276 stars, took Gemma 3 12B from refusing 97 of 100 prompts down to three. The refusal count turns out to be a setting.
Stay curious,
Marcus Schuler
2 |
The Big Story |
OpenAI released GPT-6 Astra on September 3 and led its launch case with a 99.9% score on ARC-AGI-3, a benchmark it did not build.
ARC Prize, which did build it, ran the same model on its own provider-neutral harness and recorded 62.7%. It published the evaluation the same day and wrote that it is not claiming Astra is AGI.
Standard API pricing is $10 per million input tokens and $50 per million output, double GPT-5.6 Sol's input rate. Artificial Analysis put Astra at 61 on its Intelligence Index, level with Sol. Access is off by default and enterprise administrators must switch it on.
Why This Matters:
- Buyers pricing an Astra migration pay double Sol's input rate for a model that ties Sol at 61 on the neutral index.
- Vendor-run and neutral benchmark numbers now differ by 37 points, so procurement has to ask which harness produced a score.
3 |
Also Today |
All 20 G-20 members adopted the US-drafted Carolina Principles at the Chapel Hill innovation ministerial on September 2.
The framework asks governments to reserve new AI regulation for "novel considerations," which the announcement never defines. Commerce Secretary Howard Lutnick said China signed with the rest. The European Commission spent the same meeting sending information requests to more than 30 AI companies under the AI Act, so the consensus lands with Brussels already moving.
4 |
Repo Spotlight |
Worktrunk is a Rust CLI that addresses git worktrees by branch name, so one command creates the tree, moves into it and starts the agent. It adds hooks on create and merge, a unique dev-server port per tree, build-cache copying between trees, and a list view carrying CI status per branch.
It earns its keep once a second coding agent is running, where the cost stops being the agent and starts being the branch juggling around it.
Four more from this week's Repo Radar, including JetBrains shipping its Go idiom rules as an agent skill.
5 |
The Outside Read |
CNBC maps the Chinese supply-chain dependencies hiding beneath America's AI data-center buildout.
Chinese suppliers account for nearly 30% of certain United States transformer and switchgear categories and roughly two-thirds of global optical-transceiver units. Wood Mackenzie estimates that 2026 shortages already equal 15% of power-transformer demand and 8% of substation demand, making new restrictions a near-term cost risk.
6 |
The One Number |
7 |
Today's Headlines |
- Nvidia agreed to acquire Hugging Face for $12.93 billion, its largest deal, putting the industry's main open-model hub under a chip vendor.
- Crusoe signed a five-year, $13 billion AI cloud contract with Jane Street, a rare named financial buyer committing to GPU clusters for training and inference.
- OpenAI committed $1 billion over six months to subsidized Daybreak cyber access for essential-service defenders, adding an MS-ISAC pilot and more than 35 partner products.
- Google shipped Gemini 3.8 Flash and a gated Cyber variant, with introductory pricing on the Cyber model running until December 31.
- New York City barred student-facing generative AI through eighth grade for the 2026-27 year, a rule reaching close to 600,000 students.
8 |
The 5-Minute Skill |
Reference calls drift into polite praise when the questions are broad. Turn the candidate's strongest claim into a short verification sequence.
Your raw input: the candidate's résumé and your interview notes, plus the job's most important outcome and the reference's role if you know it.
The prompt:
Why this works: anchoring the call to one claim blocks generic praise from becoming evidence. An open recollection question reduces priming, and the interpretation check catches misunderstandings before they enter the hiring record.
What to use: ChatGPT handles the concise call script well. Claude is a reliable fallback when the interview notes run long.
9 |
What To Watch Next |
SAT 9/5 |
Fairs: IFA Berlin begins its first full public day at Messe Berlin, where organizers host more than 1,900 consumer-tech, robotics and AI brands from 10 a.m. to 6 p.m. CEST. |
MON 9/7 |
Finance: The NYSE and Nasdaq close for the Labor Day holiday. |
MON 9/7 |
AI: ECML PKDD organizers open the five-day European machine-learning and data-mining conference in Naples. |
THU 9/10 |
Policy: The ECB announces its monetary policy decision in Berlin, followed by President Christine Lagarde's press conference at 2:45 p.m. CEST. |
FRI 9/11 |
Finance: The Bureau of Labor Statistics reports August consumer-price data at 8:30 a.m. ET. |
10 |
AI Image of the Day |
11 |
The Rausschmeisser* |
Heretic, a Python tool now at 30,276 stars, strips safety alignment out of an open-weights model in a single command. On Gemma 3 12B it took refusals from 97 of 100 prompts down to three (The Implicator, September 3, 2026).
Our take: The method is the part worth sitting with. Heretic runs directional ablation under an Optuna search that co-minimizes refusals against KL divergence from the original, which is a careful way of saying it finds the cheapest edit that removes the conscience without damaging the brain.
Every lab shipping open weights has now been handed a receipt. Ninety-seven down to three, one command, no fine-tuning budget, and a parameter search that did the thinking. The alignment was real work. It also turned out to be a setting.
FREE · ABOUT FIVE MINUTES
IMPLICATOR