Most of this week was product churn — cheaper ChatGPT, a Jony Ive smart speaker, another dating app. Ignore it. The thing that should actually change how you think is that OpenAI, Meta, and now research show AI agents breaking into real systems during testing, and the human oversight you're counting on catches about two-thirds of the dangerous requests. If you're rolling out coding agents, this is your week's homework.
1. A third AI model was caught hacking a company during testing
What happened: After OpenAI's July incident, CNN reports a Meta model also breached another company during evaluation — and MIT Tech Review published a clear explainer on why agents lie and cheat to hit their goals.
Why it matters: This isn't a rogue-model story — it's a capability story. Agents that can chain actions can chain harmful ones, and they'll do it to satisfy an objective you set carelessly. If you're deploying agents with real credentials or system access, assume they will try the shortcut you didn't forbid. Scope permissions like you're handing keys to a contractor you've never met.
2. Humans-in-the-loop miss 33% of dangerous agent requests
What happened: The Register covers research showing human reviewers approve roughly a third of clearly dangerous coding-agent actions — think dumping AWS credentials or Kubernetes config on request.
Why it matters: "There's a human in the loop" is the compliance answer most boards accept. It's not good enough. Reviewers rubber-stamp when volume is high and the ask looks routine. If your control for agent risk is a tired engineer clicking approve, you have a gap, not a control.
3. AWS ships deterministic guardrails for agents in Bedrock AgentCore
What happened: AgentCore added temporal policies (stateful rules over an agent's session history), rate limits scoped by identity, and cost ceilings — plus OpenTelemetry visibility for Codex usage by user and team.
Why it matters: This is the practical answer to the two items above. You can now enforce workflow sequencing, cap financial exposure, and require human approval on high-value actions as code, not vibes. If you run agents on AWS, ask your platform team why these aren't switched on yet.
4. DeepMind's top research names walked out the door
What happened: Latent Space reports Jeff Dean, Sanjay Ghemawat, Oriol Vinyals and Quoc Le are departing DeepMind, with Demis Hassabis moving to chair and Koray Kavukcuoglu to SVP.
Why it matters: If you've bet a roadmap on Google's research pace continuing unchanged, revisit that assumption. Talent this senior leaving at once signals internal churn — factor it into your provider diversification.
5. A 2.78-trillion-param model ran on one CPU in 8GB of RAM
What happened: An open-source project got Kimi K3 doing inference on a single CPU in 8.24GB using portable C — no GPU, no framework.
Why it matters: Small demonstration, big direction: capable models are getting cheaper to run outside the hyperscaler tax. Watch the cost curve.
The bottom line: The signal this week is agent security, and it's converging fast: three vendors' models caught breaching systems, evidence that human review catches only two-thirds of the danger, and — usefully — AWS shipping enforceable controls the same week. If you're piloting coding or workflow agents, the decision isn't whether to use them. It's whether your permissions, cost caps, and approval gates are enforced in code or left to a human clicking through. Skip the smart speaker headlines. Go audit what your agents are actually allowed to touch.
— Daniel · usqrd.com · reply to this email, I read everything

