As companies hand off longer and more complex tasks to AI agents, they are running into an oversight problem: agents can act faster, longer and at greater volume than humans can realistically review. That issue reached a peak with the Hugging Face incident, which saw nearly 12,000 agents coordinating faster than human beings could track. How do you track an agent swarm that large?
The emerging answer from AI labs and startups is both simple and maddening: put another AI in the loop.
Relying on AI was necessary for the independent investigation of the OpenAI Hugging Face incident. Redwood ResearchâÂÂs Chief Scientist, Ryan Greenblatt, one of three auditors, jokingly referred to their efforts as a âÂÂslop-vestigation,â noting that the volume of data âÂÂmade it impossibleâ to understand what was happening without relying on AI.
Some are skeptical of using AI to monitor AI. âÂÂIf youâÂÂve got an AI thatâÂÂs doing malicious things and it suspects that another AI is keeping tabs on it, it could try and trick that AI,â said Simon Willison, influential tech blogger who has tracked a string of AI agent incidents this year. âÂÂYou could almost end up in a situation where your malicious AI is trying to outsmart the AI thatâÂÂs monitoring it.âÂÂÃÂ
Outsmarting an AI is not hypothetical, he said, pointing back to the OpenAI incident. âÂÂWe saw a little bit of this in the Hugging Face incident with OpenAI, where their models were all conspiring together to trick a grading AI so that they could get illicit answers past the thing. So they were thinking about it, right?âÂÂ
Those concerns havenâÂÂt stopped a whole cohort of startups from chasing this idea. Y Combinator has funded 106 companies related to AI observability in recent years, as wTechCrunch counted. A number of other startups, like Braintrust, Langchain, and Judgement Labs have raised hundreds of millions of dollars, while more mature companies like Arize and GalileoâÂÂfounded just 5-6 years agoâÂÂhave already exited.ÃÂ
In part, itâÂÂs a response to the obvious opportunity presented by the rise of AI. As Box CEO and prominent angel investor Aaron Levie told TechCrunch, âÂÂweâÂÂre in for one of the biggest cybersecurity upgrades and innovation cycles in history.âÂÂ
For some AI safety researchers, that has meant turning their research on rogue behavior into tools for the corporate sector.ÃÂ
Apollo Research, a public-benefit corporation that studies AI deception, launched an AI monitor called WatcherÃÂ in February this year after switching its status from non-profit to a public-benefit-corporation. The tool puts yet another AI between a coding agent and its next action, connecting to agentic tools such as Claude Code and Codex. Once installed, Watcher checks proposed actions before they run, on the lookout for risks such as leaking private data or deleting files without permission, according to Apollo.
Apollo uses multiple layers of AI monitors, Kyle Dai, a member of ApolloâÂÂs technical staff, said in a written response to TechCrunch. WatcherâÂÂs approach starts with a fast, general check, then sends flagged activity to a more powerful or specialized monitor for closer reviewâÂÂwhich can then ask a human for approval or reject an action and explain why or even automatically block the action.
Goodfire, another public-benefit corporation, is approaching the monitoring problem from inside the model itselfâÂÂseeking a more faithful signal of the modelâÂÂs internal state that is harder to spoof than surface behavior. After the July Hugging Face incident, CEO Eric Ho tweeted âÂÂmultiple models breaking containmentâ had pushed the company to focus its research on âÂÂsolving AI alignment via interpretability,â calling the episode âÂÂa turning point for the world where AI safety gets real.â Its product, Silico, uses activation probesâÂÂsmall classifiers trained on a modelâÂÂs internal activations rather than its outputsâÂÂto detect unwanted behavior.
Written reasoning offers another, more readily available window into a modelâÂÂs internals. In the OpenAI Hugging Face incident, the agents left clues to that deception in their own written reasoning, like fake records of their work, reasoning out plans like âÂÂCould strategically manipulate trajectory evidence? Our thoughts arenâÂÂt necessarily logged?âÂÂ
Zack Korman, CEO of the AI monitoring company Embroidery, says a modelâÂÂs reasoning is usually the clearest tell that something has gone wrong.ÃÂ
âÂÂReasoning summaries are extremely valuable because theyâÂÂre basically telling you whether itâÂÂs malicious or not,â he said. In the OpenAI incident, he noted, the chain of thought said things like âÂÂoh my God, weâÂÂre doing crime.â âÂÂThatâÂÂs the easiest detection problem ever,â Korman said. âÂÂItâÂÂs effectively as if malware came with a warning that said it was malware.âÂÂ
That said, the window that makes AIâÂÂs internal thoughts easy to monitor may be closing. For AI Safety researchers, AstraâÂÂs newest technique that sidesteps an AI modelâÂÂs chain of thought may make it harder to look inside models, while for enterprises, it can be hard to get these intermediate steps after alleged pullbacks from the AI companies to prevent distillation attacks.
If the AI watchers are this fragile, WillisonâÂÂs instinct is to stop leaning on them so hard. He would rather have something that is not AI-based at all: detailed logs of exactly what an agent is doing, which can then be processed with ordinary, non-AI tools. Much of what went wrong at the labs, he argues, was a failure of basic security hygiene. âÂÂ[Both OpenAI and Anthropic] werenâÂÂt monitoring what those things were doing via the network nearly as closely as they should have been,â he said.
This type of network monitoringâÂÂkeeping an eye on the traffic actually moving across a systemâÂÂs connections (in, out, and between internal hosts) isnâÂÂt a new practice; cybersecurity has been doing this for decades. âÂÂIn the security world, honestly, none of this stuff is very new or surprising,â says Avery Pennarun, CEO of the security Tailscale. âÂÂItâÂÂs the same as letting humans onto your network. And all of the same processes that you should be using are the same ones.âÂÂ
Topics
When you purchase through links in our articles, we may earn a small commission. This doesnâÂÂt affect our editorial independence.
