Daily Podcast full article
OpenAI hacked by Claude: Jev, KIDS Act and the secret lab
A white-hat breach of OpenAI’s forum-to-SSO perimeter shows how fast AI-assisted exploit work is moving. Around the same moment, TypeSafe’s Jev reframed “AI decisions,” Anthropic pushed Claude toward wet-lab biology, the EU advanced child-safety rules for chatbots, and Oracle’s AI infrastructure bill kept turning into job cuts.

OpenAI hacked by Claude, but not in the sci-fi sense
The working headline is the real story: OpenAI hacked by Claude, new Jev AI, Kids Act and secret lab. The important nuance is that Claude did not autonomously decide to attack OpenAI. Security researchers at Hacktron AI used Anthropic’s Claude Opus 5 as an exploit-development assistant in a controlled white-hat disclosure that began with OpenAI’s public community forum and ended with proof of access to an internal repository path .
The entry point was not ChatGPT, GPT models, or OpenAI’s core product stack. It was a public Discourse forum where HEIC and HEIF uploads were passed through ImageMagick and decoded by libheif, exposing a heap buffer overflow in an image-processing dependency . ThaiCERT’s September 21 write-up says the weakness came from HEIC/HEIF processing through ImageMagick and libheif, and that an upstream fix had existed earlier without being backported into the deployed Debian package in time .
The chain matters because it connected an ordinary file-parsing bug to identity. Once the researchers reached code execution on the forum environment, they found a separate weakness in OpenAI’s single sign-on configuration that let them move from the forum context into employee ChatGPT and Codex accounts . To prove the impact without reading source code, the researchers used a compromised Codex session to open a harmless pull request in an internal OpenAI repository, then stopped and reported the issue .
OpenAI fixed the OpenAI-side issue roughly 14 hours after receiving the report and paid a $6,500 bounty, while clarifying that the reward covered the OpenAI identity issue rather than testing against the Discourse-hosted forum itself . That timeline is the uncomfortable lesson: the technical failure was familiar, but the speed of exploit development was not.
Why Claude Opus 5 changed the risk calculation
The most striking part of the breach is the before-and-after model comparison. According to the public summaries of Hacktron’s disclosure, Claude Opus 4.8 helped with analysis but failed to produce a reliable exploit when protections such as ASLR were enabled . After Anthropic released Opus 5, the researchers retried the same problem, and the newer model helped produce a working local exploit within hours before it was adapted to the Discourse environment .
That does not mean the model “hacked OpenAI” by itself. It means a small team used a more capable model to compress specialized work that normally requires deep memory-corruption expertise. The Rundown framed the incident as “three guys with Claude” reaching OpenAI’s private codebase in under 72 hours, while noting that the researchers reported the hole and collected the bounty .
This is the part defenders should not dismiss as hype. The decisive issue was not one spectacular zero-day in a frontier AI system. It was a stale native library, an image upload surface, and a trust bridge between a lower-risk public community service and higher-value internal developer tooling . The incident shows why AI-era security reviews must cover boring dependencies and identity boundaries as carefully as model behavior.
Jev: a new model that chooses instead of chatting
The same news cycle also introduced a different kind of AI product: TypeSafe’s Jev. VentureBeat described Jev as a model built for agent pipelines where an application sends state plus typed questions, and the model returns choices, scores, or yes/no probabilities rather than prose . That makes Jev less like a chatbot and more like a decision layer for software that needs to route, classify, approve, retry, or escalate actions .
The pitch is speed and cost. VentureBeat reported TypeSafe’s pricing at $0.042 per million input tokens with free output, with reported end-to-end latency of 70 to 500 milliseconds . It also reported rapid early adoption: TypeSafe cleared 140,000 people from the waitlist within 36 hours of Jev going live, while Vercel said about 13% of its paid AI Gateway teams used it within 24 hours .
But Jev also lands directly in the same governance debate as the OpenAI incident. VentureBeat noted that prompt injection can influence Jev’s verdicts, and that Pydantic’s Jev documentation warns that the order of options shown to the model can move an answer . A decision model may not hallucinate paragraphs, but if it sits in front of permissions, tools, workflows, or safety gates, its errors become operational decisions.
Anthropic’s “secret lab” is really about physical feedback loops
The “secret lab” part of the story points to Anthropic’s move from software-only science support into physical biology. The Rundown reported that Anthropic has set up a Bay Area wet lab for physical biology experiments with Claude, and said a Reuters source described the company’s goal as having Claude steer lab robots with limited human help while Anthropic still calls human oversight essential .
That distinction matters. A wet lab is not a simulation, and biology is not just code with pipettes attached. The risk is less that Claude wakes up as a movie villain and more that frontier models, robotic hardware, and real experimental feedback start shortening the loop between hypothesis, protocol, execution, and measurement . The same source said Anthropic does not describe drug discovery as the lab’s specific purpose and is avoiding human trials partly so it does not compete with pharmaceutical customers .
Placed next to the OpenAI breach, the biology lab makes the week feel coherent rather than random. In cyber, Claude-assisted work compressed the path from image bug to internal account access. In biology, Claude-connected tools could compress the path from design to bench experiment. The common theme is not autonomy in the Hollywood sense; it is acceleration under human direction.
The EU KIDS Act pulls AI companions into child-safety law
Europe’s KIDS Act adds the regulatory half of the story. The European Sting, republishing European Commission material on September 21, said the proposal would bar social media access for children under 13 and set 15 as the EU-wide minimum age for minors to open their own accounts . It would also impose obligations on services used by minors, including social media, video-sharing, online games, AI companions, and chatbots .
The AI-specific provisions are not decorative. The proposal would require AI companions and chatbots to be off by default for minors and prevent them from simulating interpersonal relationships in ways that create emotional dependency . Telecoms.com also reported that the Act would reverse the burden of proof, forcing platforms to show their services are age-appropriate and safe by design .
This is a major shift for AI product teams. If passed, child-safety compliance will no longer be a content-moderation appendix. It will affect product design, age assurance, default settings, recommender systems, notifications, companion behavior, and audit obligations . That lands directly on the same class of AI systems that companies are racing to embed everywhere.
Oracle shows the infrastructure bill coming due
The week’s infrastructure footnote is Oracle. A September 21 report said Oracle’s layoffs had reached Abilene, Texas, tied to the Stargate data-center buildout, and that Oracle raised its restructuring plan by about $700 million to roughly $2.8 billion while linking part of the plan to AI adoption across functions . The same report said Oracle’s headcount had already fallen by 21,000 in the year to May 31, leaving about 141,000 employees before the September cuts .
That context matters because frontier AI is not just models and regulations. It is also data centers, capital expenditure, debt, hiring shifts, and layoffs. Oracle’s story sits beside OpenAI’s breach as another reminder that the AI race is stressing the ordinary systems underneath it: payroll, identity, infrastructure, procurement, and dependency maintenance.
The takeaway: AI is becoming the accelerator layer
This whole bundle of stories has one center of gravity. AI is becoming an accelerator layer for hacking, agent decisions, scientific experimentation, consumer products, regulation, and infrastructure spending. The OpenAI breach shows that a newly released model can change the practical exploitability of an old library flaw . Jev shows that companies want models to make fast structured decisions inside software . Anthropic’s lab shows the same acceleration logic moving toward physical biology . The KIDS Act shows lawmakers treating AI companions as consumer systems that need default limits . Oracle shows the bill for AI infrastructure being paid in capital and jobs .
The lesson is not to panic. It is to update assumptions. Outdated libraries, overbroad SSO, unsandboxed image pipelines, unclear agent identities, untested decision thresholds, chatbot defaults for minors, and opaque infrastructure bets are no longer separate problems. They are the same story: when AI speeds up the world, everything slow, stale, or loosely governed becomes the new attack surface.
Sources from the last 72 hours
- [1]OpenAI Security Breach: Researchers Used Claude Opus 5 to Hijack Employee AccountsSep 21, 2026, 12:00 AM UTC
- [2]AI Accelerated Exploit Development for Discourse Vulnerability, Leading to OpenAI Staff Account Takeover Through SSOSep 21, 2026, 12:00 AM UTC
- [3]OpenAI goes from hacker to hackedSep 21, 2026, 12:00 AM UTC
- [4]Companies are putting Jev in charge of AI agent decisions — and prompt injection can influence the verdictSep 21, 2026, 10:21 PM UTC
- [5]EU KIDS Act to restrict social media platforms’ access to children in the EUSep 21, 2026, 12:00 AM UTC
- [6]EU proposes limited social media access for under 15sSep 21, 2026, 12:00 AM UTC
- [7]Oracle layoffs reach Abilene, the ‘flagship’ Stargate data center that Oracle keeps showing as proof the OpenAI deal is fine: Employee says he found out he was fired when…Sep 21, 2026, 12:00 AM UTC
AI-generated article based on recent web research, then preserved as a dated editorial snapshot.

Comments
Be the first to comment.