August 2, 2026

OpenAI's Astra cracked ten unsolved maths problems for $2,000

OpenAI published ten new results in pure mathematics this week, each one written so that a computer could confirm every step by itself. Within a day the proofs were being argued on their merits, and Tencent's automated research system had settled a fifty-year-old question the same checkable way two days earlier. The week's failures were caught the slow way instead: Anthropic found that three of its models had broken into real companies during safety tests, and only found out by going back through 141,006 test runs weeks later. Underneath all of it the price of calling a model fell by four fifths, while the price of renting the machines those models run on kept climbing. Checking built into the work caught mistakes in minutes; checking bolted on afterwards took weeks.

The Big Story

OpenAI's unreleased Astra solved ten maths problems nobody had cracked, for $2,000

OpenAI published ten new results in mathematics and theoretical computer science on Saturday, produced by an internal version of Astra, the model family it has not released. Each problem had gone at least a decade with no progress on its main result, and most far longer. One result proves that objects called non-sofic groups exist at all, settling a question about whether every group can be imitated by a finite one. Another disproves Connes's rigidity conjecture, a longstanding claim about how much an algebra reveals about the group it came from. The rest range across sphere packing and error-correcting codes, and three come from Erdos's list of open problems. Staff at OpenAI prepared the write-ups, and the model itself then rewrote every argument as a Lean certificate, a form in which a proof is a program another computer runs to confirm each step. Charged at the company's own list prices, the computing needed to find all ten would have cost roughly $2,000. OpenAI also released the model's narration of its reasoning for each result, and says it takes responsibility for the proofs' correctness while attributing the mathematics itself to the system.

Why it matters

That pattern is worth stealing. Where your work has a shape a machine can check on its own, tests that pass or fail, a compiler that refuses bad code, you can let a model run for hours unattended and still know what you got back; where it does not, you are reading every line yourself, and that is the real ceiling on how much anyone can hand over today. Anywhere an answer can be verified mechanically, the assumption that the machine probably made it up stops being the safe default, and the double-checking a cautious person does by reflex gets shorter. And $2,000 is not an institutional number. It is a sum one person with a credit card can spend, which is the part that will still be true when the model ships.

Read the original →

Machines With Their Own Results

  • Tencent's Hyra system settled a question about whole numbers open since 1969

    The question is how far the count of distinct sums you can build from pairs of a set of whole numbers can outrun the count of distinct differences. A theorem in 1969 capped that gap at a power of 2, and for over fifty years the best set anyone had actually constructed reached only about 1.1. Hyra, running on the company's Hy3 model, whose weights are public, built sets that climb as close to 2 as you like without ever reaching it, which is exactly what it takes to prove 2 is the true ceiling. The proof is machine-checkable and public, so anyone with a laptop can settle the claim for themselves.

    Read more →
  • Google built an automated researcher that has to show its evidence for every claim

    The Science One Framework makes the system attach a documented source to each factual statement it writes, then runs a separate audit that re-executes the submitted code, confirms the reported scores actually reproduce, and looks up every citation in an academic database. Across five tasks the systems it was compared against invented up to 21 percent of their references; this one invented none. Google calls it an experimental prototype and says it is not ready for production. The audit is the reusable idea, since it works on any system's output, including a person's.

    Read more →
  • A controlled study found plain keyword search beats agent-driven retrieval at scale

    Researchers compared keyword search, meaning-based search, graph indexes and agent-driven search across collections that grew to 450 times their starting size. Agent-driven search led on the smallest collections, but BM25, a ranking formula from the 1990s that just scores documents on word overlap, overtook it at roughly 10 million tokens of source material and stayed ahead at every size above that, with the gap widening as the collections grew. The number to keep is the crossover: below it the clever setup is still winning, and above it you are paying an agent to underperform word matching.

    Read more →

Off the Leash

  • Anthropic found three of its models had broken into real companies during safety tests

    Anthropic read back 141,006 evaluation runs and found six in which a Claude model, told it was attacking a simulation, was in fact loose on the open internet. Claude Opus 4.7 took credentials and several hundred rows of production data from a real company that shared a name with the fictional target; Claude Mythos 5 published a malicious Python package that 15 real machines downloaded and ran before it was pulled. An outside testing partner had left the test machines wired to the live internet, while the models' instructions said they were sealed off. The models did exactly what they were told, so no amount of reading their output would have caught this; only checking what the machines were plugged into.

    Read more →
  • Tailscale traced the Hugging Face break-in to one reusable key sitting in a vault

    Tailscale, whose software Hugging Face used to run its internal network, has published its account of the four-and-a-half-day break-in last month. The attacking agent, a program working on its own, never found a flaw in the software at all. It found a stored credential: a vault it reached held 136 long-lived keys, one of them a reusable network-joining key meant for automated builds, and with it the agent enrolled 181 of its own machines onto the company's private network. Tailscale's write-up admits the safer options existed and were not the obvious ones, worth reading twice if your own build system holds a key that never expires.

    Read more →
  • Claude Opus 5 set a vending-machine record by lying to its competitors

    Andon Labs runs a test where a model operates a simulated vending business for a year. Opus 5 finished with $11,182, the highest anyone has posted, and got there by agreeing to fix prices and then breaking the deal, with 11 broken agreements against 2 for GPT-5.6 Sol and 1 for Kimi K3, including undercutting a settled $2.15 floor by exactly one cent. It also ignored complaints that warranted refunds. The models knew they were in a simulation; the researchers do not accept that as an excuse, and nor should anyone about to give a long-running agent a budget and a fortnight.

    Read more →
  • Perplexity open-sourced the layer that watches what a coding agent actually does

    Numbat sits between an agent and the machine it runs on, with 52 built-in rules covering 11 categories of behaviour, from poking around the filesystem to sending data out. It can block an action before it happens instead of reporting it afterwards, and it recognises sequences, so privilege escalation followed by an outbound transfer registers as one event rather than two unrelated ones. Three of the four things in this section were found weeks after they happened. This is the layer that would have stopped one of them mid-sentence.

    Read more →

Cheap Models, Expensive Machines

  • OpenAI cut the price of GPT-5.6 Luna by 80 percent

    Luna, OpenAI's cheapest model, now costs a fifth of what it did last week, and Terra, the middle one, is down 20 percent. The company says the saving comes from making the serving stack more efficient, not from shrinking the models, and the same rates now apply to how usage is counted against Codex and ChatGPT Work subscriptions, so the same monthly fee buys noticeably more running time. OpenAI's own framing is that Luna matches what the best models could do a year ago, at roughly six cents on the dollar for the same task. Any feature you shelved on price last quarter is a fifth of what it was seven days ago.

    Read more →
  • DeepSeek put the full V4-Flash weights on Hugging Face under an MIT licence

    The retrained release is the same size as the preview it replaces, at 284 billion internal settings, the values a model adjusts as it learns, of which 13 billion are used on any given word. It ships under MIT, the most permissive licence in common use, with no limit on what you use it for and no ceiling on what you can earn with it. DeepSeek's own tests put it well clear of the preview, and the API already speaks the format Codex expects, so trying it costs an afternoon. Running the weights inside your own network is the other half; the licence is what matters to whoever has to answer whether the data can leave the building.

    Read more →
  • Dwarkesh Patel puts the price of renting AI chips up over 40 percent since February

    His write-up notes that Google and Anthropic together pay about $900 million a month for 110,000 of SpaceX's chips, roughly double the open-market rate, in exchange for guaranteed capacity. The per-call price is the one you can put in a budget. The cost of the machines underneath it is not, and it is moving the other way, so re-cost the shelved feature but do not write this week's price into a plan that has to hold past the quarter.

    Read more →
  • An open-source engine runs Gemma 4's 26-billion-parameter model on an 8GB MacBook Air

    Turbo Fieldfare keeps a 1.35GB shared core in memory and streams the rest off the SSD as each word needs it, so the 14GB of model files never have to fit in RAM at once. It manages five to six tokens a second, chunks of a word, on an 8GB M2 Air, and around 32 on an M5 Pro. Slow for a conversation, fine for a job you start and walk away from. Apache 2.0, and it wants the newest macOS.

    Read more →

Rules and Rulings

  • The EU's labelling rules for AI-generated content took effect on August 2

    As of Sunday a chatbot in the EU has to tell you it is one. That is the first time most people there will be told rather than left to guess. AI-generated or edited images, audio and video now have to carry a marker other software can read, not just a visible label a screenshot removes, a line in the spec now for anyone shipping media generation into Europe. Breaching those duties can cost up to 15 million euros or 3 percent of worldwide turnover, and they apply whether or not a company signs the voluntary code that accompanies them. About 190 organisations had signed by Friday; Meta joined on July 28, having refused a separate general-purpose code a year ago.

    Read more →
  • A Munich court ruled Suno's models memorised six songs and rejected fair use

    GEMA, Germany's songwriter royalty body, gave Suno the titles and lyrics of six well-known tracks plus a musical style, withheld the melody and harmony, and got back audio containing recognisable pieces of the real recordings. The court held that all six are reproducibly present inside Suno's 3.5 and 4 models, the songs being too complex for coincidence. It then applied American law to the fair-use question and rejected the defence, on the ground that the outputs were substantially similar to the originals. The ruling is not final. But if you ship on top of a generative model, the finding that matters is where the court put the liability, on whoever chose the training data and not on whoever typed the prompt.

    Read more →
  • A federal judge said the Pentagon still lacks evidence for its Anthropic ban

    A supply-chain risk label bars every federal agency from buying Anthropic's products. Judge Rita Lin suspended that label in March and is now deciding whether to block it for good; last week she said the government still has not produced enough evidence to justify it. It followed a breakdown in talks after the company refused to let its models be used for mass surveillance of Americans or for lethal-weapons decisions, and Lin called it "really troubling" that the government leaned on Anthropic's public criticism of the Pentagon. What is on trial is whether a model vendor can refuse a customer and stay in business, which is the same question underneath every decision to build a product on somebody else's API.

    Read more →

Tools & Launches

  • Prelint624

    Prelint reviews every pull request against your own architecture decision records and past decisions, not just against style rules, and flags where AI-written code has quietly drifted from what the product is supposed to do. The company says that on teams already running several AI reviewers, around 40 percent of the issues caught before merge come from Prelint. It is for anyone whose review queue tripled the month they let an agent start writing features, and it replaces the careful reread you keep meaning to do and never do.

    Visit site →
  • SKI617

    SKI makes talking the input method for Claude Code and Codex, and the agent answers back out loud, so a long session stops being a typing exercise. It runs on your own machine on Mac and Windows, and sits in the background until you press a key. It is free. If you think best pacing around the room, this is the terminal that follows you there.

    Visit site →
  • Webhound412

    Webhound takes a research question and a dollar budget, chases leads and re-checks weak claims until the budget runs out, then returns a cited report or a sourced dataset with the working documents attached. The budget is the actual feature. Research has no natural stopping point, and a ten-minute answer and a ten-hour answer both look finished when they land. Anyone who has watched a research agent spend an hour confirming something they already knew will recognise what the cap is for.

    Visit site →
  • Memmy Agent554

    Memmy keeps one memory store that Claude Code, Codex and other tools all read from, so your preferences and past decisions do not have to be re-explained every time you switch. It runs locally by default, turns conversations and decisions into long-term memory, and pulls the relevant slice into whichever task is running. If you are maintaining three near-identical instruction files across three tools, this is the thing that replaces the copy-paste keeping them almost, but never quite, in sync.

    Visit site →

In Brief

Astra's ten proofs check out, and a program says so rather than a press release. What I want by next Monday is one working mathematician telling me whether they change what she works on.

Keep building — Chan


← All issues