2026-09-09 AI News Brief#

A roundup of AI technology news worth checking today, along with shifts in developer tools, open source, infrastructure, and organizations in the AI era. This brief covers news published between September 5, the date of the previous brief, and September 9.

Mathematics is the center of this window. Within four days, two frontier labs each produced a result that belongs in the history of the field. On September 4, Anthropic announced that Claude had fully machine-checked Fermat’s Last Theorem in Lean over 11 days. On September 8, OpenAI announced that roughly 10,000 agents running on an unreleased model had resolved the Navier-Stokes Millennium Prize Problem in 88 hours. The two announcements are opposite in character. The Fermat work is an autoformalization achievement — a machine verifying a theorem already believed true — which is why the person who has been formalizing that same theorem by hand said it “tells us essentially nothing” mathematically. The Navier-Stokes work did the reverse and found a new mathematical fact, but the mathematician who had reached a related point three days earlier went public with concerns that his own Codex sessions may have fed into it, and with an account of pressure applied during the announcement process — so the controversy has outgrown the result. What the author spent the longest time on in this window was neither announcement, but the post Terence Tao published right afterward, arguing that good open problems are a resource being mined non-renewably. That one is in Also Worth Watching.

On the product side, Meta launched its personal agent Muse in the US on September 8. It reads email, books flights, and pays with the user’s card, so the safeguards a company built on advertising attaches to those permissions are the part worth studying. The same day, Google DeepMind opened AlphaGenome Atlas to academia for free — a 1-petabyte dataset predicting the molecular impact of all nine billion possible single-letter changes in the human genome. In infrastructure and security, reporting revealed that Anthropic has signed up to $517 billion of compute contracts covering at least 14.8 gigawatts in eleven months, and Chrome rushed out a fix for its second actively exploited V8 zero-day in five days. OpenAI published internal figures showing its researchers now use 3.1 agent-workdays for every human workday.

Also Worth Watching is filled entirely with items that are not big-tech announcements: Tao’s warning, an argument that the industry has about a year left now that open-weight models running on consumer hardware find real vulnerabilities, and a kernel.org maintainer reporting that 98% of six million daily requests are AI scrapers. Not covered in this window: ChatGPT Images 2.5, released September 8. Apple’s September event begins after this brief goes out and will be covered in the next one.

Quick Summary#

  • On September 8, OpenAI announced that roughly 10,000 agents running on an unreleased model had found a finite-time singularity in the Navier-Stokes equations in 88 hours and verified it in Lean. OpenAI said it will not claim the prize money, but an NYU mathematician who reached related results three days earlier went public with concerns about Codex-session leakage and with an account of pressure over credit.
  • On September 4, Anthropic announced that Claude had fully machine-checked Fermat’s Last Theorem over 11 days, producing 13 million lines of Lean and 29,500 supporting theorems. Kevin Buzzard, who has been formalizing the same theorem by hand, judged it as telling us “essentially nothing” mathematically while being a large step for autoformalization.
  • On September 8, Meta launched the Muse personal agent in the US. It drives a browser inside a dedicated virtual machine to make bookings and payments, and every outbound action must be approved by a separate watchdog agent called Sentinel.
  • On September 8, Google DeepMind released AlphaGenome Atlas, a 1-petabyte dataset attaching an impact score to all nine billion possible single-letter DNA changes in the human genome, free for academic research.
  • Reporting revealed that since October 2025 Anthropic has signed compute contracts worth up to $517 billion covering at least 14.8 gigawatts — roughly three times the budget it presented to investors in December 2025.
  • Google fixed 230 vulnerabilities in Chrome 153, including the actively exploited V8 zero-day CVE-2026-87491. It is the second V8 zero-day in five days and the seventh Chrome zero-day confirmed under active exploitation this year.
  • On September 6, OpenAI published how its research organization actually uses coding agents. As of mid-August, agent-workdays outnumber human-workdays 3.1 to 1, the median researcher spends over $600 a day on inference, and the top 10% spend over $7,000 a day.
  • Terence Tao argued that good open problems are being mined in a non-renewable fashion, and that identifying a promising problem — not solving one — is now the scarce resource.
  • An argument that open-weight models running on consumer hardware can now find real vulnerabilities, leaving the industry roughly one year to fix security everywhere, was widely read in developer communities.
  • Of the roughly six million daily requests hitting kernel.org’s git servers, 98% are AI training scrapers, and about 20% of total capacity goes to rendering git commits as HTML for bots.

Top News#

10,000 agents solved a Millennium Prize Problem in 88 hours, and the controversy started right after#

  • What happened? On September 8, OpenAI announced it had resolved the Navier-Stokes existence and smoothness problem, one of the seven Millennium Prize Problems posed by the Clay Mathematics Institute in 2000, each carrying a $1 million award. The problem asks whether the equations describing fluid motion can collapse into a singularity in finite time even when starting from a smooth initial state. OpenAI’s result says they can: it describes a configuration in which a vortex tightens and spins ever faster while the fluid’s energy stays finite throughout. The scale is half the story. Roughly 10,000 agents ran in parallel on a model that has not been released, starting September 1 and reaching the conclusion on September 5. Over those 88 hours they consumed 2.7 million messages and about 130 billion output tokens, after which GPT-6 Astra spent another 17 hours formalizing and checking the result in the proof assistant Lean. OpenAI attempted all seven Millennium Prize Problems with the same approach, spending roughly 300 billion output tokens in total — about $15 million at public API rates. It said it will not claim the prize money. The trouble arrived a few hours after the announcement. Tristan Buckmaster, a math professor at NYU, and Levent Alpöge, a mathematician at Anthropic, had spent nearly a year on a related problem using Claude and Codex and had a breakthrough on August 15 — while OpenAI said it began on September 1 after hearing “a rumor that someone had solved a Millennium Prize problem.” Citing his extensive use of Codex, Buckmaster raised the possibility that his session contents had fed into OpenAI’s attempt, and said that during discussions about a joint announcement an OpenAI mathematician asked him to drop Alpöge’s credit and told him, “Why would you ruin your career?” OpenAI stated that “we did not see any of their work through any means until they released it publicly,” while also writing that “while unlikely, we cannot rule out that de-identified data derived from their usage of our products helped improve our models.” The two teams’ proofs differ significantly, and Buckmaster’s team’s result was confirmed to address the forced Euler equations — a neighboring but distinct problem — rather than Navier-Stokes.
  • Why does it matter? The result itself was machine-checked in Lean, so it is likely correct, and that alone makes this a major event. But two things will stay with developers longer. First, running 10,000 agents in parallel and settling a 90-year-old problem in four days is evidence that compressing “hard problems that need a long time” into compute actually works. Second, the suspicion that sessions left in a coding tool can become someone else’s research resource has now been voiced concretely by a prominent figure for the first time. The ambiguity in OpenAI’s sentence — denying it while saying it cannot be ruled out — is precisely the problem: users have no way to verify whether their own work went into training.
  • What to watch If you are doing sensitive research or unreleased product work through coding agents, this is a good moment to check how your service’s training-data policy and opt-out settings are actually configured.
  • Source: Read OpenAI’s announcement, Read Quanta Magazine’s explainer, Read TechCrunch on the dispute, Read Simon Willison’s notes

Claude machine-checked Fermat’s Last Theorem in 11 days — and the original project lead was unimpressed#

  • What happened? On September 4, Anthropic announced that Claude had produced a complete machine-checked proof of Fermat’s Last Theorem. Following a simplified version of Andrew Wiles’s original proof, it formalized the theorem end to end in the proof assistant Lean. Formalization here means translating a proof written for human readers into code a computer can check step by step; the result is that Lean confirmed the theorem using only its three standard axioms. The scale: 11 days working largely autonomously, 13 million lines of Lean, 29,500 of 30,300 attempted theorems used in the final proof, and about six billion output tokens. The interesting part is that the first attempt failed. Multiple agents lost track of the project’s state and stopped collaborating effectively, and the run only finished after Prove2Me, an open-source tool from Columbia University, was introduced mid-project. Prove2Me maintains a directed acyclic graph of dependencies among all theorem statements, letting many agents work in parallel on isolated modules without contaminating each other’s context. The failed attempts still contributed about 7% of the final code. The reaction is the other half of this announcement. Kevin Buzzard of Imperial College London, who has led a community effort to formalize the same theorem since 2024 under UK research funding, split his verdict cleanly in two. Mathematically, it “tells us essentially nothing,” because the theorem has been accepted as true for over 30 years. But on autoformalization he did not hide his excitement: “If the automatic formalization of FLT is possible now, then we have taken a big step towards automatic formalization of the modern mathematical literature.” Others noted that the achievement rests on shared infrastructure Anthropic did not build — Buzzard’s project, Lean’s standard mathematics library Mathlib, and Prove2Me were all prerequisites.
  • Why does it matter? Set beside the Navier-Stokes item above, it becomes clear the two announcements did different things. This one did not discover a new fact; it compressed a verification job people expected to take years into 11 days. That makes the practical implication more direct. Formally verifying large codebases or specifications has been an area abandoned because the human cost never penciled out, and this is a signal that the cost curve there can actually bend. The narrative of failing first and succeeding only after a dependency-graph tool was attached is not a detail to skip past either. In multi-agent work, the harness handling task decomposition and state management decided the outcome more than model capability did — and that is a problem anyone running agents on large tasks already faces.
  • What to watch For the author, the most practical lesson is Prove2Me’s role. When running several agents in parallel, managing what each one owns and how their results merge as an explicit dependency structure changes the outcome — and that transfers directly from theorem proving to ordinary development work.
  • Source: Read Anthropic’s announcement, Read the technical report (PDF), Read the coverage of Buzzard’s verdict

Meta Muse — a personal agent that reads your email, makes bookings, and pays with your card#

  • What happened? On September 8, Meta launched its personal AI agent Muse in the US. Rather than answering questions, it does the work: sending email, booking travel, filling out forms, negotiating on the user’s behalf, and managing long-term goals, continuing after the user closes the app. It opens and drives a browser directly, and pays with the user’s card. It runs on Muse Spark, which Meta calls its most capable model to date. The naming can confuse: this is a different model in the same Muse family as Muse Glimmer, the 30-billion-parameter open-weight model that runs on a laptop, covered in an August brief. Given how much authority the product holds, Meta invested in the structure. Each user gets a dedicated virtual machine called Muse Secure VM for isolation, and a separate watchdog agent called Sentinel runs on that same machine, kept apart at the system level. Meta’s description is unambiguous: nothing Muse does reaches the internet unless Sentinel approves it. On privacy, Meta states that Muse does not share a person’s conversations or the data in their VM with Meta’s ad systems, and users can opt out of training-data use. Meta also announced plans for Muse Confidential VM later in 2026, encrypting the entire virtual machine with a key only the user holds so that even Meta cannot open it. It is rolling out on iOS, Android, and the web starting in the US, with AI glasses support planned, and there is a free tier plus $20 and $100 monthly subscriptions. No developer API or SDK was part of this announcement.
  • Why does it matter? This is the first large-scale consumer product from a major platform that hands an agent payment authority and an inbox. The notable thing is the shape of the safeguard Meta chose. Instead of teaching the model not to do things, it put every outbound action behind approval from a separate process. The GitSpawn vulnerability covered in the previous brief was exactly the inverse case — the agent’s words were watched while the side effects of its tools were watched by no one. Placing the approval gate in a system layer outside the model is a pattern worth borrowing for anyone building agent products. That said, a company built on advertising asking for your inbox and payment method while saying “we won’t use it for ads” is itself this product’s biggest variable.
  • What to watch What the author will be checking is how Sentinel behaves in practice. How often the approval gate blocks work, and whether users tolerate that friction, will decide whether this structure spreads to other products.
  • Source: Read Meta’s announcement, Read TechCrunch’s coverage

AlphaGenome Atlas — all nine billion possible DNA variants, precomputed#

  • What happened? On September 8, Google DeepMind released AlphaGenome Atlas. It predicts, in advance, the molecular-level impact of every possible single nucleotide variant in the human genome — every case where one DNA letter changes — all nine billion of them, packaged as a database. It builds on the AlphaGenome model released last year, which is strong at interpreting non-coding DNA, the regions that regulate gene activity rather than coding for genes directly. The Atlas is 1 petabyte, and each variant carries an AlphaGenome Variant Impact (AVI) score so researchers can immediately gauge a given variant’s potential effect. For each variant it provides thousands of molecular predictions across hundreds of human and animal cells and tissues, including gene expression, chromatin accessibility, and RNA splicing. The access model is the core of this release: instead of running the model, researchers type a variant into a web portal and read the predictions without writing a line of code, free for academic use. Google notes that AlphaGenome has not been validated or approved for any clinical use and does not substitute for medical advice.
  • Why does it matter? This is a case of not selling a model as a service, but running the model once across everything and publishing the output as a shared resource. Because nine billion variants were precomputed rather than inferred by each lab on demand, inference cost and infrastructure work vanish entirely for the individual researcher — the first step of genetics research, asking “does this variant matter,” collapses into a single lookup. The author is watching this structure because it is also a question about how AI output gets distributed. When inference results ship as a static dataset, they are reproducible, citable, and stable even as model versions change.
  • What to watch In any field with enough domain data, this is worth reading as a case for “precompute the whole space and distribute it as data” being more useful than “expose the model as an API.”
  • Source: Read Google DeepMind’s announcement, Read Scientific American’s explainer

Anthropic locked in 14.8 gigawatts in eleven months#

  • What happened? According to reporting by The Information, Anthropic has signed compute contracts worth up to $517 billion in the eleven months since October 2025. The secured capacity is at least 14.8 gigawatts on top of the one to two gigawatts it already had, and it is planning its own data centers. Google and AWS account for roughly 11 gigawatts of that, with those two contracts estimated at over $300 billion across ten years. The pace stands out. In December 2025, Anthropic presented investors with a server-leasing budget of about $180 billion through 2029; nine months later the contracted scale is nearly three times that budget. There is one more piece of context. In early 2026, CEO Dario Amodei warned that competitors were investing too quickly and “don’t really understand the risks they’re taking” — and now Anthropic is the one catching up. Reporting reads the move as locking in a decade of compute ahead of an IPO.
  • Why does it matter? What got committed matters more than the size of the number. Contracting power and capacity a decade out changes how much freedom a company has in setting model prices and usage limits. Previous briefs covered the Claude Code weekly limit restructuring and Gemini printing an expiry date on its promotional pricing; contracts at this scale are the backdrop those decisions come from. When fixed costs are locked in for ten years, they have to be recovered through pricing and limits in some form. Conversely, secured capacity leaves room for the repeated capacity shortages to ease.
  • What to watch If you have a product built on Anthropic’s models, there is good news and bad news mixed together. Long-term supply stability improves, but how fixed costs at this scale get reflected in future pricing and usage limits is worth tracking continuously.
  • Source: Read The Decoder’s coverage, Read Data Center Dynamics’ coverage

Chrome patched its second V8 zero-day in five days#

  • What happened? Google promoted Chrome 153 to the stable channel with fixes for 230 vulnerabilities, one of which is a zero-day already being used in real attacks. Registered as CVE-2026-87491, it is an out-of-bounds write in V8, Chrome’s JavaScript and WebAssembly engine, and a crafted HTML page alone lets a remote attacker execute arbitrary code inside the sandbox. The versions are 153.0.8010.36 and .37 on Windows and macOS, and 153.0.8010.36 on Linux. The timing is the problem. Just five days earlier, on September 3, Google had rushed out a fix for CVE-2026-85046, a V8 type confusion zero-day also under active exploitation. Widening to the whole year, this is the seventh Chrome zero-day confirmed under active exploitation since January, several of them aimed directly at V8. Security analysts read this as a sign of organized, sustained research against the most widely deployed browser runtime in the world.
  • Why does it matter? This may not look like AI news, but read alongside the security item in Also Worth Watching below it changes character. While models get better at finding vulnerabilities and that capability descends into open-weight models, the most widely used runtime is producing in-the-wild zero-days five days apart. V8 is not only a browser concern: Node.js, Electron, and many desktop apps sit on the same engine, so development environments and internal tooling are broadly affected.
  • What to watch This is the moment to confirm Chrome and Electron-based tools are set to auto-update. Internal Electron apps used by a team are especially prone to falling behind on engine versions and deserve a separate check.
  • Source: Read The Hacker News’ coverage, Read CyberInsider’s coverage

OpenAI researchers use 3.1 agent-workdays per human workday#

  • What happened? On September 6, OpenAI published internal figures on how its research organization uses coding agents. The headline number: as of mid-August, agent-workdays outnumber human-workdays 3.1 to 1 — meaning that during one researcher’s working day, agents put in more than three days of parallel work. It disclosed costs too. The median researcher spends over $600 a day on inference, and the top 10% exceed $7,000 a day. Usage runs throughout the day in concurrent sessions, and total volume is climbing quickly. The nature of delegated work has also shifted. Beyond one-shot code generation, longer-horizon tasks are increasingly handed over: carrying out a sequence of steps, iterating on an experiment, and producing output a researcher can inspect and direct. OpenAI stated its caveats plainly, though. Code volume and experiment counts are easy to measure while research progress is not, so these figures do not directly prove that organization-wide research productivity rose or that model development actually accelerated.
  • Why does it matter? Discussions of agent adoption usually rest on surveys or impressions; here a frontier lab published its own organization’s actual usage and costs as numbers. The $600 median in particular shows the cost scale of what “really using agents” looks like. Set beside the Uber case from a previous brief, where agents wrote 70% of PRs, that makes two concrete data points on organization-level adoption. At the same time, the caveats OpenAI attached itself explain how to read this kind of announcement: what went up is output, and whether that is progress remains separately unproven.
  • What to watch Read together with the Navier-Stokes item above, it reads as one thread. Compressing problems into compute has become everyday practice inside a research organization, and the Millennium Prize announcement is what came out of it.
  • Source: Read OpenAI’s post, Read Simon Willison’s notes

Also Worth Watching#

Terence Tao — good problems are a non-renewable resource#

  • The gist On September 9, Fields medalist Terence Tao published a four-part post on Mastodon arguing that the collection of good, fruitful open problems is being mined in a non-renewable fashion, and that such problems may become scarce. That seems counterintuitive since the set of askable questions is infinite, so Tao offers an analogy: a country or region can suffer a critical shortage of drinking water while simultaneously being surrounded by a massive ocean. You can generate any number of open problems at will — compute the 10^10^10th digit of pi, say — but the vast majority are not worth attention because they show no propensity to reveal further insights or connections, and working out whether a question is actually worth highlighting is a lengthy, deliberate, and subjective process. Crucial to that judgment is a field’s “difficulty landscape”: the sense of which questions are easy with known methods, which are solvable with effort, and which are impossible. Tao’s argument follows from there. Every advance reduces the difficulty of solving problems, but at the cost of flattening the difficulty landscape until you can no longer discern its geometry well enough to extract promising questions. Usually that effect is counteracted as tools enlarge the reachable radius and create new frontiers — but the notable feature of the current AI era is the absence of any definitive such boundaries. Because AI companies refuse to disclose their negative results or reveal the process toward their solutions, no clear line separates “AI-feasible” from “AI-hard” problems. So the scarce and precious resource is now the identification of a promising problem. Tao aims explicitly at the Navier-Stokes episode above: “We have now seen that even the rumor of someone working on a problem can trigger a massive amount of AI-powered effort to flatten it before the original research project has time to reach its full potential.” The incentives, he worries, may now point toward no longer sharing promising research directions with the broader community, which would reverse centuries of open-science tradition and do serious long-term damage to the field. As an alternative, while completely prohibiting indiscriminate automated solution extraction may be technically infeasible, he believes many classes of problems can be designated as desiring careful analysis that not only solves the problem but identifies insights from the solution process and reveals more about the difficulty landscape nearby — problems for which raw solutions without that analysis would be of negligible or even negative value. His closing analogy is just as sharp: a modern food donation drive no longer accepts arbitrary contributions even when verified as technically edible, but maintains explicit and socially accepted standards on what level of contribution is actually sought.
  • Why is it worth reading? It is the best lens for reading the two math announcements above, and the argument transfers directly to developers. Powerful automated solvers clear the problem at hand while consuming the ecosystem in which the next wave of techniques, problems, and practitioners would have grown — a structure familiar from software. It is exactly the same shape as the question of where a junior developer learns the difficulty landscape in an environment where agents write all the code. That Tao’s proposal is not “ban it” but “state explicitly that for some problems a solution alone has no value” is also worth noting in practice.
  • What to watch The point that AI companies do not publish failures or their route to a result, leaving the boundary of capability invisible, doubles as an explanation for why judging a tool’s limits from benchmark scores alone tends not to work.
  • Source: Read Tao’s post, Read the Hacker News discussion

About a year left to fix security everywhere#

  • The gist A post published on September 4 by developer Jyn Elson was widely read in developer communities this window. The argument is single: cheap, unrestricted AI models can now find and exploit real-world vulnerabilities at scale, and roughly a year remains to fix critical infrastructure. The watershed cited is GLM 5.3-flash, an open-weight model anyone can download and modify. In the author’s phrasing, “consumer-grade hardware can run an LLM that hacks the planet,” and with abliterated versions circulating that strip safety guardrails, the human involvement an attacker needs has been minimized. By the figures the author cites, GLM 5.3 scores 84.5% on CyberGym, which covers real-world vulnerabilities, and 54.4% on ExploitBench, which measures actual exploit-writing ability. The post also cites security experts saying they can no longer stay competitive in security competitions without LLM assistance. Efforts like Project Glasswing and Daybreak already use frontier models to find and fix industry-wide vulnerabilities preemptively, but the real bottleneck they uncovered is the core of this post: “the hard part is deployment, not fixing the bugs themselves.” Patches require coordinated rollouts, physical access, and staged updates, and existing infrastructure cannot move at that speed. So the recommendations weigh toward deployment over patch authoring: use frontier models with structured prompts to find risk proactively; sandbox agents with narrowly scoped credentials and network-level filtering; invest in memory-safe languages, formal verification, and fuzzing; prioritize triage, backport automation, and deployment machinery over writing individual patches; shorten embargo windows and track end-to-end patch adoption; and inventory the software supply chain with dependency audits.
  • Why is it worth reading? Two items from the previous brief are exactly this post’s premise: OpenAI classifying GPT-6 Astra at the Preparedness Framework’s Critical cybersecurity tier, and Google opening the defense-only Gemini 3.8 Flash Cyber through vetted access only. Both companies chose to handle dangerous capability through access control, and this post asks how long that answer holds — because once the same capability reaches downloadable open-weight models, access control stops being a mechanism at all. One caution: the 84.5% CyberGym figure the author cites diverges sharply from the 47.2% reported for Gemini 3.8 Flash Cyber in the previous brief. Benchmarks sharing a name can differ in version and evaluation slice, so treat these as the author’s cited numbers and be careful about direct comparison.
  • What to watch “Deployment is harder than fixing” applies regardless of scale. Even for the author, whether the path that carries a dependency update all the way to production is automated matters more than whether a vulnerability is known.
  • Source: Read the original post, Read the Hacker News discussion

98% of kernel.org’s requests are AI scrapers#

  • The gist A post from August 29 by Konstantin Ryabitsev, who runs Linux kernel infrastructure, resurfaced on September 7. The situation: git.kernel.org receives about six million requests a day, and 98% of them come from AI training scrapers rather than developers. Kernel commit history is especially valuable as training data for a specific reason — it is guaranteed pre-AI content, with no risk of LLM-generated text mixed in. Operations pay the price. Across five distributed servers, 14 CPU cores do nothing but render git commits as HTML for bots, roughly 20% of total capacity. The post explains why the scale explodes: linux.git holds 1.48 million commits across 922 forks, and combining the various formats for viewing a commit multiplies that into billions of scrapeable URLs. As a countermeasure the team deployed Anubis, a proof-of-work scheme that makes visitors solve computationally expensive problems. It worked at first, but within months bots adapted and solved even harder challenges, forcing the difficulty from 4 to 5 — meaning commercial incentives are making that cost worth paying. What frustrates the author most is the inefficiency of the method: scrapers could simply clone the repository, yet they scrape commit-by-commit HTML rendering, the least efficient approach available. The consequence he foresees is having to restrict features offered to anonymous users.
  • Why is it worth reading? It is a concrete case of the AI boom’s costs being billed to the people running public infrastructure rather than the people building models. The numbers are striking: 98% of traffic and 20% of capacity going to work nobody asked for. And the ending affects every developer. If the cost of responding becomes unbearable, public git web interface features close to anonymous users — which means the everyday act of opening a link to check a single commit without logging in disappears.
  • What to watch If you run a public git web interface or docs site for your own project, it is worth checking what share of traffic is actually human. If you see data that could be cloned being scraped page by page, you are already paying the same cost.
  • Source: Read the original post

YouTube Brief#

Machine Learning Street Talk — “How Many Narrow AIs Could Behave Like One Superintelligence”#

  • Channel: Machine Learning Street Talk
  • The gist A 90-minute conversation published September 8. Daniel Kokotajlo and Thomas Larsen of the AI Futures Project join host Tim Scarfe to examine AI 2040: Plan A, a proposal for buying time before superintelligence escapes human control. Per the description and timestamps checked, the first half revisits the earlier AI 2027 forecast and the limits of prediction, then asks what happens once AI can automate research and sustain an economy without human workers. The part closest to this brief is the question raised around the 37-minute mark — one general model, or a society of specialists — and the collective-intelligence discussion that follows. The second half covers Plan A itself: pause development initially to build safety infrastructure, then develop carefully only up to the most powerful AI that can still be reliably controlled. It discusses the difference between control and cooperation, the need for public AI research, and whether the US and China could enforce a slowdown. The description also lays out what evidence would change their forecasts, and includes Redwood Research’s independent investigation of the Hugging Face incident covered in earlier briefs as a reference link.
  • Why watch Right after OpenAI ran 10,000 agents in parallel to settle a Millennium Prize Problem in this same window, a conversation went up addressing head-on whether many narrow AIs can behave like a single superintelligence. Suited to anyone who wants to connect this brief’s events to the theoretical discussion.
  • Video: Watch the video

Google DeepMind — “AlphaGenome Atlas: Understanding the human genome”#

  • Channel: Google DeepMind
  • The gist A 3-minute-37-second official introduction published September 8. Per the description checked, AlphaGenome was used to predict the molecular impact of every possible single-letter change in the human genome — all nine billion of them — resulting in the 1-petabyte AlphaGenome Atlas dataset. Every nucleotide variant carries an AlphaGenome Variant Impact (AVI) score so researchers can instantly understand a given variation’s potential impact, and both coding and non-coding variations are available to researchers worldwide. The description also carries the disclaimer that AlphaGenome Atlas is not a substitute for professional medical advice, diagnosis, or treatment, and has not been validated or approved for any clinical use.
  • Why watch For anyone who wants a quick visual confirmation of the AlphaGenome Atlas item above, it shows the dataset’s structure and how it is used in three minutes.
  • Video: Watch the video
© 2026 Ted Kim. All Rights Reserved. | Email Contact