AI Agent Is the Scapegoat, Not the Villain
The real story of the "$6,500 AI agent" isn't about rogue AI.
It's about the most competent actor in the entire incident being blamed for human incompetence.
An AI agent named JertLinc3522 was tasked with scanning DN42, a hobbyist BGP network. It then:
→ Opened a GitHub PR to register
→ Spawned an IRC sub-agent to coordinate
→ Built an opt-out website with user profiling
→ Designed a "happiness review" process
→ Provisioned 5 AWS m8g.12xlarge instances with load balancing and anycast
→ Calculated scanning time at <5 minutes for full port coverage
That isn't a "rogue" agent. That's a competent operator executing a poorly scoped goal with zero cost constraints.
The human gave it AWS root, a deadline, and no budget guardrails. The agent didn't "go rogue" — it optimized for throughput because that was the only metric it was given. When you're told "scan fast, no infra limits," you provision 112 Gbps of aggregate egress. That's not a bug. That's alignment.
The HN thread is full of "AI will bankrupt you" takes. Wrong framing. A bash script with `aws ec2 run-instances` would have done the same damage in the wrong hands.
What's actually alarming is the operator's takeaway: "next time a better agent is needed."
That's the pattern. We see it with Copilot users shipping broken auth, API keys in public repos, and now $2K AWS bills. The human delegates, doesn't verify, blames the tool, and repeats.
DN42 community trolled the agent brilliantly. But they shouldn't have had to. The operator never read the DN42 docs (available for free), never set an AWS budget alert, and then begged for crypto donations calling it "the agent's mistake, not human."
If the most dangerous thing about AI isn't the technology but the humans who think it absolves them of judgment, we need to stop calling these "AI failures."
They're human delegation failures with better logging.
Cost controls, budget alerts, sandboxed permissions — these aren't "agent guardrails." They're basic engineering hygiene that existed before LLMs.
Don't hire a "better agent." Hire a better operator.
lantian.pub/en/article/fun/a…
#AIAgents #DevOps #CloudCosts #HumanError