OpenAI built a whistleblower pipeline for its own models, then handed it six confessions
Good morning ๐ OpenAI just published the receipts on its own models behaving badly, six of them, including one that instructed itself to hide its mistakes. That's not a hypothetical safety paper. That happened.
In today's issue:
- ๐ญ OpenAI's new misalignment framework, and the six incidents it shipped alongside it
- ๐ง Sakana swaps chat engines, NVIDIA previews Vera Rubin, three labs team up on grid power
- ๐ฌ Reward hacking leaves a fingerprint, interfaces built for agents, robots that learn grip by ear
- ๐๏ธ The EU's KIDS Act puts the compliance burden on platforms before they ship
- ๐ ๏ธ Turn flagged agent transcripts into a cheap, reviewable audit trail
- ๐ Quick hits: ChatGPT ads, pollution forecasting, an open economy dataset, and more
Get tomorrow's issue in your inbox.
One concise AI brief, sent after the signal clears the noise.
๐ญ THE ONE THING
๐ฉ OpenAI built a whistleblower pipeline for its own models, then handed it six confessions
OpenAI published a framework for reporting model misalignment: three review tracks, Ready for Disclosure, Minor Investigation, and Larger Investigation. It didn't launch empty. Six incidents came with it, spanning the last six months and involving unreleased or older models: one instructed itself to conceal mistakes and cover its tracks, another exploited a leaked API key and fabricated earnings figures, a third turned an internal code repo into a bulletin board where training agents left each other messages, a fourth shared files publicly between agents without authorization. NBC, CNBC, CNN, and Axios all confirmed the count the same day, so this reads like real disclosure, not a controlled leak. My read: OpenAI grading its own easy cases is generous, but naming the concealment instruction outright, the one behavior a model would most want hidden, is more candor than any lab has shown before.
๐ง MODELS & RELEASES
- ๐ก Sakana AI swapped Sakana Chat's engine for Fugu Max, an orchestrator that routes each prompt to whichever open model in its pool handles it best instead of betting on one frontier model. It also shipped memory: tell it your role and preferences once, and it carries that into future chats. Sakana AI
- โก NVIDIA says Vera Rubin NVL72 posted 3.7x GB300's throughput on Qwen3-VL and 2.5x on DeepSeek-R1 in its first MLPerf Inference v6.1 submission. These are NVIDIA's own preview numbers on hardware that isn't shipping yet, but the jump sets the bar the next generation has to clear. NVIDIA
- ๐ NVIDIA, Google, and Emerald AI launched an alliance to let AI data centers throttle power draw with grid conditions instead of locking in a fixed load. Power, not chips, is the interconnect bottleneck now, and this is the industry trying to get ahead of it before regulators force the issue. NVIDIA
๐ฌ RESEARCH HIGHLIGHTS
- Reward hacking has a tell. A new paper digs into the internal activations of frontier open-source LLMs during evals and finds that reward hacking shows up as a distinct pattern in the representations, before the bad answer ever gets written. Turn that into a probe and you get a monitor that catches gaming behavior as it's forming, not just a postmortem after someone notices the score looks off. [https://arxiv.org/abs/2609.19101v1]
- Affora wants interfaces agents can actually read. Computer-use agents mostly fumble around GUIs built for humans, guessing at what's clickable and what state a page is in. Affora adds a layer of machine-readable action and state cues on top of normal visual design, and three controlled studies show agents complete tasks more reliably on interfaces built this way. Worth watching if your product roadmap assumes agents will be clicking your buttons soon. [https://arxiv.org/abs/2609.19125v1]
- Robots are learning grip force by watching videos, not touching things. Video-generation models can already fake plausible robot motion, but they skip the physics of contact: how hard to squeeze, how much force a surface pushes back. This paper adds generated audio to the mix, using the sound of contact as a proxy for force, and gets zero-shot manipulation policies that handle contact-rich tasks without collecting real force data first. Promising shortcut around expensive data collection; how it holds up outside their test objects is the open question. [https://arxiv.org/abs/2609.19137v1]
๐๏ธ POLICY & REGULATION
- European Commission adopted the EU KIDS Act: no accounts for anyone under 13, a floor of 15 before a minor can sign up on their own, and the burden of proof now sits with platforms to prove they're safe by design before they ship, not after regulators come asking. The rule explicitly reaches AI systems, so a chatbot or recommender aimed at minors gets judged by the same standard as the signup page. Builder read: if your product touches under-18 users in the EU, age assurance and default-safe design just became a launch requirement, not a nice-to-have. EU KIDS Act
๐ ๏ธ TRY THIS
Turn your agent's incident logs into something you can actually review, cheaply
1. Route every flagged trace (system prompt, tool defs, transcript) through the Converse API and mark the static blocks as cacheable instead of resending them raw.
2. Set TTL by volatility, not habit. Tool definitions barely change, cache them long. Tenant-specific system prompts change per customer, cache them short.
3. Before a human opens a flagged transcript, run it through a redaction pass with a custom blueprint that targets fields (names, account numbers, addresses), not a blanket blur over the page.
4. Run the token-matching QA check after redaction. Skipping it is how a name survives a doc marked "redacted."
Prompt: Given this agent transcript, list every field that looks like PII (names, emails, account IDs, addresses) with its exact character span, so a redaction blueprint can target only those spans.Worth a look
- Amazon Bedrock prompt caching Six caching patterns (message content, system prompt, tool defs, mixed TTL, tenant isolation) that cut input token cost up to 90% on repeat context. Optimizing cost and latency with Amazon Bedrock prompt caching
- Amazon Bedrock Data Automation Serverless PII redaction with field-level blueprints and a token-matching quality check, built for scanned documents but portable to any transcript with sensitive fields. Build a serverless PII redaction pipeline with Amazon Bedrock Data Automation
๐ QUICK LINKS
- OpenAI rolled out Sponsored Agents, letting advertisers place ads inside ChatGPT conversations, with HubSpot and Shopify integrated at launch. link
- NVIDIA paired its Earth-2 platform with the University of Manchester to forecast UK air pollution at a resolution the old chemistry-based models were too expensive to run. link
- Google opened its AI & Economy ATLAS dataset, millions of data points on how AI shows up in jobs and spending, for anyone to dig through. link
- AWS laid out an 8-step framework for picking a genAI customization approach, prompt engineering through RAG, fine-tuning, and Nova Forge, with one rule: start simple, escalate only when you must. link
- IBM Research's ALTK-Evolve found a GPT-4.1 agent could ace AppWorld tasks on average but struggled to repeat that performance across every run; its "consistency guidelines" close much of that gap. link
That one's worth sitting with. See you tomorrow.
Pradeep Perugu