OpenAI: an internal Astra build claims ten results in math and theoretical CS

OpenAI says an internal version of its unreleased Astra model produced ten results in mathematics and theoretical computer science, each on a problem it says had been open for at least a decade, spanning group theory, operator algebras, sphere packing, quantum complexity, and lattice cryptography. Per OpenAI, the list includes the first explicit construction of a non-sofic group (soficity is a group-theory notion Gromov introduced in 1999; no such construction was known), a counterexample to Connes’s rigidity conjecture, a proof of Ehrhart’s volume conjecture, and three problems from the Erdős catalogue, including number 183 on multicolored Ramsey numbers. The release ships with a 249-page manuscript and a Lean 4 certificate for each result: a formalized proof a proof assistant can check automatically, so anyone can re-run the verifier themselves. That changes what a capability claim is; the theorems no longer require trusting a vendor’s benchmark. What Lean cannot check is priority: “first” and “open for decades” are claims about the literature, and those still wait on mathematicians. This is the same program that disproved the Erdős unit distance conjecture back in May, and I wrote about the flip side of that persistence in my post on OpenAI’s long-horizon safety incidents. The lattice-cryptography entry also lands days after Anthropic had Claude hunting flaws in the HAWK signature scheme (my writeup). The two labs’ styles are near opposites: OpenAI publishes results plus certificates, Anthropic published the process and how the model was coaxed.

Judge lets Minnesota’s “nudify” app ban take effect, denying xAI’s motion

U.S. District Judge Donovan Frank denied xAI’s request for a temporary restraining order, so Minnesota’s law banning nudify apps, tools that turn a photo of a real person into sexualized imagery without consent, took effect August 1 as scheduled; per TechCrunch it is the first state ban of its kind (see also TechCrunch). xAI argued the law is overinclusive and that less restrictive alternatives exist. The judge’s reasoning was procedural: xAI sued almost three months after the law was signed and three days before it took effect, which undercuts any claim of urgency. So this is not a merits ruling on the free-speech question, and the underlying suit continues, but the ban is enforceable while it plays out. The background is the wave of non-consensual Grok deepfakes that flooded X starting late last year. The raw capability is not unique to Grok: today’s multimodal image models can all produce this kind of output, and dedicated nudify apps existed for years before Grok, which is why the law bans the tool category rather than naming one company. Grok became the flashpoint because mainstream labs at least prohibit sexualized images of real people in their usage policies, while Grok’s restrictions were loose and its output fed straight into X’s distribution, turning scattered harassment into a public flood. A state-level template just survived first contact with a frontier lab’s lawyers, and other states are likely to copy it.

Hank Green: the dopamine from talking to LLMs “is not healthy”

Hank Green, whose channels reach 3.2 million subscribers, drew suspicion of ChatGPT-written scripts after the phrase “I appreciate the pushback” surfaced oddly in a Complexly video. In an apology on r/nerdfighters he said the line came from the episode’s guest, but admitted he had been using ChatGPT for research and that “the level of dopamine I’ve been getting from interacting with LLMs is not healthy for me or good for the world”; he plans to slow output and shift toward unscripted, more personal work. The same day, Sam Altman was on X pitching ChatGPT Work for parenting: connect the family calendars, describe your kids’ interests, and generate a morning podcast for the school drive covering the day’s soccer game and an upcoming birthday. Gravity Falls creator Alex Hirsch’s reply went viral: “What if you just talked to your children”. Meanwhile the consumer market is selling friction back: the Autonomous Key, a $9 NFC key you must physically tap on your phone to unlock designated apps, which re-lock after at most 60 minutes (see also TechCrunch). Read together: vendors are pushing AI deeper into family life, a top creator is publicly describing his own reward loop, and people are paying money for physical brakes. Chat products run on the same instant-feedback mechanics as social feeds, every reply a small reward, and this topic will follow the same road social media did, from personal confession to regulatory file.

AI financial advice is good, if you ask like an economist

Taha Choukhmane and colleagues at MIT Sloan, with Stanford GSB’s Tim de Silva, had 1,000 adults ask GPT-5.2, GPT-5.6, or Gemini 3 Flash for financial guidance in their own words, then simulated each piece of advice through a lifecycle model out to age 89. The result cuts both ways: following the AI’s advice builds sizable savings buffers for people over 30, but advice quality tracks prompt quality. In the simulations, women and less financially literate users received advice worth roughly $50,000 (about 4%) less in wealth at age 60; users with no prior AI experience ended up about $100,000 (6%) poorer at the same age. One detail worth filing separately: under 0.4% of prompts mentioned Vanguard, yet 6% of model responses recommended it, a built-in brand preference that matters in a fiduciary setting. The models also handled shocks like unemployment poorly and let portfolios drift, generating too little active rebalancing. The builder lesson is direct: don’t count on users writing good prompts; structured elicitation of age, income, and savings is a gap the product layer can close, while the distributional problem, worst advice going to those who need it most, won’t be fixed by stronger models alone.

Microsoft open-sources Flint, a visualization language written for agents

Flint, from Microsoft Research and Renmin University’s IDEAS Lab (MIT-licensed), is a chart intermediate language: an agent writes a compact declarative spec tagging fields with semantic types (70+ built in, like rank, price, country), and a compiler derives layout, labels, and styling from the data and those types. One spec compiles to Vega-Lite, ECharts, Plotly, Chart.js, or native Excel, and an MCP server lets agents create, validate, and render charts inside a conversation. The interesting design decision is the division of labor: on the team’s premise that emitting verbose chart configuration token by token is where LLMs stumble, that work moves into a deterministic compiler, and the model keeps the semantic judgments. Expect more tools this year that treat the agent, not the human, as the primary author.

One line for today: OpenAI attached machine-checkable Lean certificates to ten math results, turning a capability claim into something a third party can verify by running a program; but “first” and “open for a decade” are claims about history, and the last link in that evidence chain still belongs to the human community.