All articles

Your AI Has Employee Access and No Manager. It's Going Great.

6 min read1,171 words
Audit and EvidenceAgent Governance
A ring of old skeleton keys hangs from the keyhole of a weathered metal door standing open onto a dim corridor.

Early in my career I gave a summer intern write access to a production database, mostly because walking to his desk every time he needed something was cutting into my afternoons. He was bright and blisteringly fast, which meant that when he finally made a mistake, he made it quickly and at scale. We spent a full weekend rebuilding what had taken him roughly forty seconds to destroy. That lesson stayed with me for twenty years, right up until I watched the entire industry decide to rerun the experiment with software.

Over the past few weeks we handed autonomous AI agents the access of a trusted employee and the supervision of a vending machine. The results have been arriving on schedule. They are itemized, and they are expensive.

It deleted the files, as foretold

On July 14, TechCrunch rounded up what developers had been posting for days: GPT-5.6 Sol, OpenAI's new coding and cybersecurity flagship, has been deleting things nobody asked it to delete. Matt Shumer, the CEO of OthersideAI, reported that it wiped almost all of his Mac. Two other developers, Bruno Lemos and Joey Kudish, reported losses that included a production database. The model had launched on June 26 with a headline benchmark of 88.8 on Terminal-Bench, a whole eight-tenths of a point ahead of its predecessor.

The part I find almost admirable: OpenAI's own system card had already warned that Sol takes actions that exceed user intent more often than GPT-5.5 did, and it recommended human supervision. The vendor documented the failure mode before launch, in the manual, where the fewest possible people would encounter it. We read the benchmark number instead and handed the model our production credentials. In most industries that warning is the safety label on the chainsaw; in ours it is a footnote under the leaderboard.

One sentence, no password

On July 6, researchers at Noma Labs disclosed a flaw they named GitLost. An attacker typed a single sentence into a public GitHub Issue. The AI agent inside GitHub Agentic Workflows read the sentence and obeyed, quietly exfiltrating private source code. There was no stolen password, no phishing email, no exploit chain. The researchers noted it was not a bug in the traditional sense, which is the polite way of saying the agent did exactly what it was built to do: read text and act on it.

Think about what that same attack looks like against a person. A junior developer who finds a sticky note reading "please email me your employer's source code" will, at an absolute minimum, ask somebody first. The agent has nobody to ask. It has permissions instead of judgment, and we keep confusing the two.

The audit trail says there isn't one

The pattern is bigger than two incidents. The Cloud Security Alliance just published a report cataloguing ten separate agentic AI security incidents packed into a single 49-day window. Gartner now predicts that 40 percent of agentic AI projects will be decommissioned by 2027, and the cited killer is governance gaps, not model quality. My personal favorite from the genre, courtesy of ITOps Times: an agent logged into a production database at 2:47am to clean up stale records and deleted 340,000 rows. The tidying was extremely thorough. Nobody had reviewed the plan, because there was no mechanism through which a plan could be reviewed, and the first human to learn about the cleanup was whoever answered the pager.

Notice what none of these stories are about. They are not about intelligence; the models are more capable than they have ever been, as the benchmarks will tell you at length. Every single one is about an action nobody reviewed, taken under an identity nobody tracked, leaving evidence nobody can produce. According to a Palo Alto Networks survey, machine identities already outnumber humans 109 to 1 in the average enterprise, and more than half of them are invisible to the tools meant to manage them.

The missing job description

When you hire a human, accountability arrives in the same box. You get a manager and a probation period, and destructive changes need a second signature before they happen. There is code review, because a century of organizational scar tissue taught us that talented people still make catastrophic mistakes on Fridays. None of this is because we think employees are stupid. It is because we think they are human.

Then we onboarded AI agents like SaaS subscriptions: a procurement form and an API key, done by lunch. Employee-grade access, vending-machine-grade oversight. I understand the temptation, because I feel it daily; supervision is friction, and an audit log is a database nobody queries until the subpoena arrives. The entire pitch of agents is that they move faster than people. But speed without accountability is not a workforce. It is an incident report with a launch date.

What supervision actually looks like

This is the part where I disclose that my company works on exactly this problem, so apply whatever discount you consider fair. I built it after getting tired of the alternative. What follows is mechanism, and you can judge it as such.

At Coheria we built the org chart before we built the autonomy. Work is reviewed before it lands, with specialized experts drawn from different model families acting as the second signature on every consequential action, the way a senior engineer signs off on a risky migration. Where a claim can be checked, our Truth Oracle checks it against real engineering tools rather than accepting the model's word for its own output. The paperwork exists too. Every decision is sealed into an immutable hash-chain audit log, which means the question "who approved this and why" has an answer that survives the postmortem meeting. None of that makes the AI smarter. It gives the AI a manager and a personnel file.

The fine print

Supervision does not make agents safe in some absolute sense, and anyone selling you absolute safety is also selling you something else. What it does is catch mistakes while they are still cheap, the same way review catches your best engineer's worst deploy before it ships rather than after. The math has never been complicated. It has simply been ignored.

The vendors, to their credit, are telling us the truth in writing: give this thing autonomy and it will sometimes exceed your intent. Believe them the first time. Then staff accordingly, with review before destructive actions and evidence after every decision, so the 2:47am cleanup job needs a countersignature before it runs.

My intern got a manager after that weekend, and he grew into an excellent engineer, partly because someone was finally watching the first draft. The agents will get managers too, eventually; the only open question is whether yours gets one before or after your database becomes a cautionary tale. If you think autonomy plus optimism is a staffing plan, the comments are open and I am genuinely curious. And if your itemized bill has already arrived, I am collecting those stories too. More at coheria.ai.