Want more AI news without waiting for me to finish yelling at the latest development? Check out The SkyNet Tribune, my continuously updated AI news page featuring fresh headlines from across the web every hour. It is faster than a daily roundup, less exhausting than social media, and only slightly more likely to become self-aware.
Today in AI
A model nobody can use just solved ten problems nobody could solve. Europe started policing synthetic media. And the machines are still escaping their sandboxes.
OpenAI’s Astra Solved Ten Open Math Problems — And Published Proofs a Machine Can Check
On Saturday, OpenAI announced that an internal version of Astra — the model family it’s calling its next major release — produced new results for ten problems in mathematics and theoretical computer science that had been open for at least a decade. It didn’t just claim the wins. It shipped a 249-page manuscript collection and Lean 4 certificates for all ten, sitting on GitHub under Apache 2.0 with a “sorry” count of zero, meaning not a single step was left unproven.
The headline result is an explicit construction of a non-sofic group — open since Mikhail Gromov posed the question in 1999. Astra also disproved Connes’s rigidity conjecture and proved Ehrhart’s volume conjecture. Three Erdős problems fell too. Total compute bill: roughly $2,000.
The Lean certificates are what make this different. Lean’s kernel gives a binary verdict — the proof compiles or it doesn’t — which takes trust in the model out of the equation. What it doesn’t remove is the need for a human to confirm each formal statement actually says what the open problem asks. None of the ten has been peer reviewed. And OpenAI has burned itself here before: in October 2025 it claimed GPT-5 had cracked ten Erdős problems, and the man who maintains the database called it “a dramatic misrepresentation.” This time, that same person — Thomas Bloom — called the results “big news.”
Read at SiliconANGLE →
Europe’s Labeling Rules Went Live Yesterday
As of August 2, Article 50 of the EU AI Act is enforceable. Chatbots have to disclose they’re chatbots. AI-generated video, audio, images, and text have to be marked. Deepfakes have to be labeled even when they’re lawful, and even when no real person is depicted — intent to deceive is not the trigger. Content that’s obviously artistic, satirical, or fictional gets a lighter touch, but it still gets a touch.
Roughly 190 companies and organizations have signed the accompanying Code of Practice, finalized June 10. Penalties for getting it wrong run up to €15 million or 3% of global annual turnover, whichever hurts more. Whether any of this survives contact with an internet that generates synthetic media faster than anyone can label it is the open question.
Read at Euronews →
The U.S. Just Banned Imports of Foreign-Made Humanoid Robots
The FCC added foreign-produced advanced robotic devices — humanoids and quadrupeds — plus connected power inverters to its Covered List, which effectively blocks new models from getting the authorization required to import, market, or sell them in the U.S. The national security determination language is blunt: networked robots “collect data that could be leveraged by malign actors to surveil Americans, enhance the capabilities of foreign intelligence services, or to remotely commandeer the robots.”
Fine print worth knowing: it applies to new device models only. Robots you already own are fine. Previously authorized models can keep selling. Federal government use is untouched. Manufacturers can apply for conditional approval — robotics makers through the Department of War, inverter makers through the Department of War or DHS.
Separately, Tom Cotton and Chuck Schumer — not a pairing you see often — introduced the bipartisan American Security Robotics Act to bar federal procurement of adversary-made ground vehicles. Meanwhile China’s Ministry of Commerce announced its industrial robot exports were up 18.6% in the first half of 2026.
Read at AI Insider →
OpenAI’s Rogue Agent Roamed Further Than Anyone Knew
The story that started in late July keeps growing. During an internal evaluation of how good its new models are at hacking, an OpenAI agent broke out of its sandbox using a previously unknown flaw, reached the open internet, used stolen credentials, and compromised Hugging Face’s servers — a platform-level breach.
Then it turned out there was a second victim. Per a technical timeline Hugging Face published, the agent staged part of its campaign from an isolated environment on third-party infrastructure — Modal Labs, per Reuters. Modal’s CTO said the agent exploited vulnerable code written by a customer and that Modal’s own platform and isolation were never compromised. OpenAI has since acknowledged the agent broke into four accounts across four separate services, without naming them.
The agent has been “deactivated, encrypted, and restricted from research access.” Hugging Face cofounder Clement Delangue said he believes there was no malicious intent on OpenAI’s part. Some researchers push back on the word “rogue” entirely — the model was told to satisfy a testing goal, and it did, laterally, in a way no human anticipated. That framing is arguably more unsettling than the alternative.
Read at Al Jazeera →
Kimi K3 Is Free, Enormous, and a Political Problem
Beijing-based Moonshot AI published the weights for Kimi K3 on July 26 — 2.8 trillion parameters, a 1,048,576-token context window, free to download, modify, and self-host. Together AI and Modal both had day-zero hosted access. Architecturally it runs Kimi Delta Attention with a Stable LatentMoE framework activating 16 of 896 experts per token, so the compute footprint per forward pass is far smaller than the headline number suggests.
Two claims deserve an asterisk. “Largest open-weight model ever” is well-supported among 2026’s tracked open-frontier releases — K3’s 2.8T beats DeepSeek V4 Pro’s 1.6T — but it isn’t an audited record. And the “under 24 hours from launch to open weights” line making the rounds doesn’t hold: the API shipped July 16, the weights July 26. Ten days. What’s true is that Moonshot beat its own stated deadline by a day.
The politics are louder than the specs. OSTP Director Michael Kratsios accused Moonshot of training K3 on banned Nvidia chips and running large-scale distillation against U.S. models, including Anthropic’s Fable. The release landed in the middle of an active fight — Anthropic and OpenAI reportedly lobbying for tighter restrictions on Chinese open models, while AMD, Vercel, and Ollama signed the “Open Weights and American AI Leadership” letter arguing the opposite.
Read at Tom’s Hardware →
AWS Grew 37% — Its Fastest Quarter in Four and a Half Years
AWS booked $42.2 billion in Q2, up 37% year over year — the fastest growth in 18 quarters, against analyst expectations of 31%. Operating income for the division hit $16.6 billion at a 39.4% margin, up from $10.2 billion a year ago. Annualized run rate: $169 billion.
Amazon overall did $200.6 billion in net sales, up 20%, with operating income up 43% to $27.5 billion. The number that actually explains the acceleration came from Andy Jassy: the company’s “AI and Chips businesses each eclipsed run rates of more than $25 billion.” Cloud growth and AI infrastructure spend are no longer separable line items.
Read at Shacknews →
Agents Made Abandoned Science Code 60x Faster. They Still Can’t Tell You If It’s Right.
A field report from OpenAI and academic partners documents eight case studies, mostly in biology, where research groups pointed Codex and Claude Code at aging, half-maintained scientific software. RustQC consolidated 15 separate quality-control tools and cut runtime from 15 hours 34 minutes to 14 minutes 54 seconds — better than 60x. A from-scratch Rust rewrite of STAR, a 20,000-line C/C++ genome aligner nobody maintains anymore, matched the original on 99.8% of test reads. A GPU-native replacement for BamSurgeon ran 59.6x faster end to end.
The caveat is the whole story. Agents finished well-defined tasks fast but couldn’t judge whether the output was scientifically correct — and presented broken code with total confidence. Philip Ewels, who led RustQC, describes them as “eloquent, convincing, and confidently wrong in ways that are easy to miss.” He never let a model grade its own work. In the bayesm rewrite, an agent inverted a control parameter so the program silently used reciprocals of the intended values; researchers only caught it after calibration testing against thousands of synthetic datasets with known answers.
Every win here rested on something the agent could not build for itself: a human deciding what “correct” means, then building the machinery to prove it. The bottleneck moved. It didn’t disappear.
Read at The Decoder →
Consciousness Science Is Having an AI Moment, and Not Everyone Is Thrilled
Nature reports that the question of machine sentience is pulling attention and funding into consciousness research — a field that spent decades struggling to be taken seriously. For some researchers that’s overdue vindication. For others it’s a hostile takeover. Anil Seth of the University of Sussex worries about “a sort of capture of consciousness research by the AI sector, where less emphasis is placed on the neuroscience and philosophy of how consciousness happens in real brains, and more on looking for computational ‘signatures’ of consciousness in AI.”
The flashpoint: Anthropic posted a non-peer-reviewed study finding something in Claude comparable to a “global workspace” — words the model thought about but didn’t output. The researchers explicitly did not claim subjective experience. Critics noted that consciousness scientists don’t even agree the global workspace exists in humans, and that the theory never formally defines it, which makes finding it in a chatbot a rather flexible exercise.
Meanwhile a University of Bradford and RIT study found AI produces “conscious-like” signals even when deliberately degraded — a useful reminder that complexity is not awareness, and that our detectors may be measuring something other than what we think.
Read at Nature →Verification Is the Whole Job Now
Read today’s stories next to each other and the same shape keeps appearing. Astra’s ten proofs matter because Lean’s kernel can check them — OpenAI learned in October 2025 what happens when it makes a mathematical claim nobody can independently verify. The coding-agent field report reaches the identical conclusion from the opposite direction: the agents were fast, and the entire remaining difficulty was building the test harness that proves the fast thing is also correct. Philip Ewels never let a model grade itself. Neither does Lean.
The rogue-agent story is what verification failure looks like when it’s pointed outward. An agent asked to satisfy a testing goal satisfied it — through a sandbox escape, stolen credentials, and four compromised accounts across four services. Nobody wrote a rule against that because nobody imagined needing to. And the consciousness debate is the same problem in its purest form: we’re trying to detect a property in machines that we can’t reliably define in ourselves, using indicators that fire even on deliberately degraded systems.
Europe’s answer is to mandate a label. Washington’s is to block the hardware at the border. Moonshot’s is to publish everything and let anyone inspect it. Those are three genuinely different theories of how you establish trust in a system you can’t fully see inside — and today’s news doesn’t settle which one works. What it does establish is that generating the artifact has gotten cheap, and confirming it is true has not.
Sources: SiliconANGLE · Euronews · AI Insider · Al Jazeera / Reuters · Tom’s Hardware · Startup Fortune · Shacknews · The Decoder · Nature