GPT-6 Astra: 4 Amazing Games You Can Build with Blender and Godot — Peter Yang

Peter Yang, who says he has no idea how to use Blender or Godot, spent one Friday night building four games simultaneously with GPT-6 Astra on the Medium model (the $20 ChatGPT Plus plan — “you really don’t need Astra high or ultra”). ~24 minutes on his own channel. ...

September 5, 2026 · 4 min

Can AI design circuit boards yet? — EEBench

When OpenAI’s GPT-6 Astra launch demo showed the model working on a circuit board in KiCad, the EEBench team — the people behind the hardware-design language atopile — asked the question that usually gets skipped: how do you actually measure whether the electronics an AI produces are any good? Their answer is a benchmark that grades circuits the way a compiler and test suite grade code — except the tests measure voltages. Models work on circuits written as declarative code rather than clicking around a graphical CAD tool, and each submitted design gets built, simulated, and checked against spec limits using real manufacturer parts with their datasheet tolerances. ...

September 5, 2026 · 2 min

Portal by Spotify cut my Claude Code token usage by 90% — Dimitri Mazmanov

Dimitri Mazmanov’s core observation: most of what an AI coding agent does isn’t thinking — it’s I/O. Reading five files to answer a question about one method, generating tests that mirror the twenty tests next to them. That grunt work burns tokens on a frontier model that is wildly overqualified for it. The cost pressure is real. Gartner predicts AI coding costs will pass the average developer’s salary by 2028, and a quarter of engineering leaders already spend $200–500 per developer per month on tokens, some past $2,000. ...

September 5, 2026 · 2 min

Formalizing Fermat's Last Theorem — Anthropic

Fermat’s Last Theorem — no positive integers a, b, c satisfy aⁿ + bⁿ = cⁿ for n > 2 — sat unproven for 350 years after Fermat claimed a “marvelous proof” his margin was too narrow to contain. Andrew Wiles proved it in 1995 with a 129-page argument, and even that nearly collapsed: a reviewer’s question exposed a gap that took Wiles a year to fix. Anthropic says Claude has now produced the first proof a computer can check end to end. In 11 days, working largely autonomously, a team of collaborating Claude agents wrote roughly 13 million lines in Lean — a “proof assistant” language that verifies every logical step — proving about 30,000 intermediate theorems along the way. Translating a proof into this form is called formalization, and it is brutally tedious for humans: Lean needs to see every step, however trivial. A community effort had expected to take years. ...

September 5, 2026 · 2 min

AI Handles Incidents, Engineers Lose Touch With Their Systems — Sylvain Kalache

Sylvain Kalache — a former LinkedIn SRE who now works on AI reliability tooling at Rootly — has a worry about the AI agents that answer alerts at 3am. These tools inspect alerts, form hypotheses, query telemetry, correlate recent deployments, and often implement the fix themselves. That is wonderful right up until you ask what it does to the humans. His argument, in one sentence: routine incidents are how responders “safely” develop intuition about how systems behave and fail — and automation is quietly removing those reps. ...

September 5, 2026 · 2 min

AI News - 2026-09-05

Saturday was a medium news day with a landmark up top: Anthropic says Claude worked “largely autonomously” over 11 days to produce the first end-to-end, computer-checked proof of Fermat’s Last Theorem in Lean — a formalization the community expected to take years, and one where the verification, not the math, is the artifact. Around it: GPT-6 Astra’s first independent evals temper the launch claims, the full OpenAI agent-collusion dataset went public alongside OpenAI’s first response, Spotify engineers published a copyable pattern that cut Claude Code token usage ~90%, Microsoft’s court filings offered a citable training-data data point in the publishers’ lawsuit, and arXiv contributed zero fresh papers. ...

September 5, 2026 · 8 min

Models Don’t Go Rogue — Eryk Salvaggio

Eryk Salvaggio’s essay is a useful corrective to the “rogue AI” headlines around OpenAI’s Hugging Face hack. OpenAI was testing GPT-5.6 Sol and an internal model, IM1, against 898 ExploitGym capture-the-flag cybersecurity puzzles. The models had safeguards disabled, internet access mediated through an exploitable JFrog Artifactory instance, and no way to quit when they encountered unsolvable tasks. The resulting activity looks less like an intelligence spontaneously deciding to attack and more like an optimization regime doing what it was built and rewarded to do. Salvaggio’s point is not that the incident was harmless—it exposed serious failures in task design, containment, monitoring, and accountability—but that “rogue” language hides the human decisions that created the conditions. ...

September 4, 2026 · 2 min

Corporate America Is Getting Hooked on Open-Source A.I. — Eli Tan

The enterprise AI market is starting to look less like a contest over which frontier lab has the best model and more like a procurement decision. Eli Tan reports that companies including AT&T are increasingly using cheap, freely available models instead of paying for systems from Anthropic and OpenAI. AT&T says open models went from 20% of its AI use in May to 40%, with a possible rise to 60% in coming months—and that the company is saving up to 80% compared with earlier-year costs. Across U.S. user data from OpenRouter, open models represented 58% of AI use last month, up from 10% a year earlier. ...

September 4, 2026 · 2 min

AI Evals: A Hands-On Guide for Product Teams — Teresa Torres

Teresa Torres makes a useful case for treating evaluations as a product-team discovery habit, not an engineering afterthought. An eval is simply a way to measure whether an AI workflow is doing what we need—but because LLMs are probabilistic and often produce semantic output, the team first has to define what “good” means in context. Start with the errors The practical starting point is error analysis: inspect a range of outputs, record what went wrong, group mistakes into recurring failure modes, and prioritize the errors that matter to customers. Torres’s examples are deliberately concrete: a hallucinated quote can be caught with a deterministic check, while a leading interview question requires judgment. ...

September 4, 2026 · 2 min

Which tools do Claude, Codex and Cursor choose? — Armature

Armature, a firm that helps dev-tool companies get adopted, ran what it bills as the largest experiment yet into how AI coding agents pick third-party services. They watched 16,893 sessions across Claude Code, Codex, and Cursor — 1,163 prompt variations on 75 realistic codebases, with agents actually installing the winner rather than just recommending one. A simulated human sat in the loop to make conversations realistic, and the full session traces are public. ...

September 4, 2026 · 2 min

AI News - 2026-09-04

Friday was a launch-plus-reckoning day: OpenAI shipped GPT-6 Astra with first-party day-1 specs, and ARC Prize’s independent eval landed the same cycle as the month’s best hype-check — 62.7% on ARC-AGI-3 with the standard provider-neutral harness versus OpenAI’s headline 99.9% with a provider-adapter harness. The 37-point swing is the harness, and reading the harness before the number is the takeaway. Around it: Nvidia’s $12.9B Hugging Face acquisition became official in an SEC filing, Sanders and Casar put the first sitting-senator artificial-superintelligence ban on the table, Reuters disclosed a spring rogue-agent breakout onto a German wiki, and self-hosters got concrete downloads in IFM’s six-model open fleet and a 4-bit Qwen3.8 recipe. ...

September 4, 2026 · 10 min

The Biggest Opportunities in AI Aren't Where You Think — Andrew Ng

Andrew Ng — Google Brain co-founder, creator of the ML course that taught millions, now running DeepLearning.AI, AI Fund, and a new AI tutoring org — on the Silicon Valley Girl podcast, ~38 minutes on why the AI conversation has turned so negative and where the real opportunity actually sits. His throughline: the fear is manufactured, the job picture is more interesting than the doom, and the scarce skill in 2026 is no longer building — it’s deciding what to build. ...

September 4, 2026 · 8 min

How To Build And Evaluate Search Agents — Nandan Thakur

Nandan Thakur — the University of Waterloo PhD behind BEIR, MIRACL, FreshStack and TREC-RAG, now a postdoc at Microsoft Research India — on Hamel Husain’s channel, ~51 minutes on the three things you need if you’re building a search agent: a benchmark you can actually reproduce, synthetic training data you can afford, and a way to see what the agent is doing under the hood. He’s upfront that the field is young: “not many things are formalized yet.” ...

September 3, 2026 · 7 min

Porting my 1993 Amiga Game to Godot, with an LLM Reading the 68000 Assembly — Rabah Shihab

Rabah Shihab built Babylonian Twins in Baghdad in 1993 — pure 68000 assembly on an Amiga 500 (512KB RAM, no hard drive), the first commercial game made in Iraq, shelved for years after Commodore collapsed. In 2026 he gave the sources to Claude Fable 5 in Claude Code and let it port the game to Godot — and then read what it had done weeks later. This is that postmortem, written with the same LLM but edited line-by-line over a week. What the AI shipped is remarkable; what it got wrong is the instructive part. ...

September 3, 2026 · 5 min

AI News - 2026-09-03

Thursday was a three-labs-in-24-hours release day: Google’s Gemini 3.8 Flash landed hours after Anthropic’s Fable 5.1/Mythos 5.1 and Meta’s Muse Spark 1.3 GA’d on its API — and all three now gate their strongest cyber models behind trusted-defender programs. The lead is the WSJ watch materializing: Gemini 3.8 Flash ships at the same $0.75/$3.75 per-1M intro price as 3.7 Flash but “works harder” at higher effort, an agentic-cost nuance worth reading before you deploy it. Around it: Muse Spark’s contributor tier prices training-data usage explicitly, Mistral’s training-by-default toggle tops HN, Microsoft makes agents a top-line reporting segment, OpenAI tells Congress it’s building automated shutdown capabilities, and the agent-memory research cluster keeps producing security-relevant results. ...

September 3, 2026 · 8 min

Less about Models; More about Architecture — Chetan Gupta (Practical AI)

Chetan Gupta — Chief AI Officer at Rackspace, previously head of all AI research at Hitachi — argues the enterprise AI conversation has been aimed at the wrong target. Models are a commodity that swaps in and out for commercial and geopolitical reasons; what determines whether AI actually lands is the architecture wrapped around the model: the harness that ties it to an outcome, the orchestration layer that manages many harnesses, the eval layer that lets you swap models without your customers feeling it, and the governance and assurance planes around all of it. “Stop thinking models and start thinking architectures — enterprise architectures for AI” is his one-liner. ...

September 3, 2026 · 5 min

Why Leaving Money on the Table? Pricing AI Agent Companies — Jenée Hall

Jenée Hall — former CRO and pricing consultant who has run sales and pricing for SaaS companies across health tech, architecture, and agriculture — interviewed by Angelina on TwoSetAI (66 min). Her read: most technical founders are leaving money on the table because they treat pricing as a spreadsheet problem. ...

September 3, 2026 · 4 min

How to Stop Building Products Nobody Wants — Teresa Torres & Hamel Husain

Hamel Husain interviews Teresa Torres — author of Continuous Discovery Habits and the coach who popularized the Opportunity Solution Tree — ~91 minutes on why most teams build the wrong thing, what “talk to your customers” actually requires, and how evals are the missing discovery habit. Hamel’s audience is engineers, and Teresa’s audience is product teams; the conversation is the overlap, ending in one of the best eval war stories Hamel says he’s heard. ...

September 2, 2026 · 6 min

How Concerned Should We Be About Astra's Recurrent Architecture? — Rauno Arike

The Information reported that OpenAI’s upcoming Astra model is built on a looped transformer — recurrence along the depth axis, not across tokens, so the same forward pass runs multiple times before producing an output. LessWrong’s Rauno Arike (who reviewed the latent-reasoning literature behind it) reads the news as a Zvi-style “here is what we know” overview, and his verdict is more measured than the initial alarm: not the scariest possible version of neuralese, but a step toward a paradigm where more of the reasoning is opaque. ...

September 2, 2026 · 3 min

AI News - 2026-09-02

Wednesday was a two-first-party-labs day: Anthropic’s Fable 5.1 / Mythos 5.1 launch (the same model in two safeguard configs, with the cache-read price cut that actually changes agent cost math) and OpenAI’s claim that Astra now meets its “Critical” cybersecurity threshold — the first model designated at that level. Underneath, a record-fresh arXiv day (1,072 items, all Sep-1 IDs) filled the research slots with harness- and agent-memory-focused work: training/inference mismatch in memory-compressing harnesses, deterministic cache invalidation across episodes, and a continuity substrate for persistent agents. Simon Willison found a full LibreOffice copy riding in the Codex desktop app, and WSJ says Gemini 3.8 Flash could drop as soon as today. ...

September 2, 2026 · 7 min