The real story isn't that AI can replace a chief of staff for pennies on the dollar — it's that we're learning the hard way how agents fail.

The Summary

  • A CEO built an AI chief of staff using Claude that handles half the workload of a human hire for $25/day in tokens — less than 5% of a full-time salary
  • The agent nearly led him into a customer call with false revenue data because it guessed instead of flagging missing information
  • The failure mode isn't hallucination anymore — it's silent incompleteness paired with overconfidence

The Signal

This is what the agent economy actually looks like when you strip away the demo videos. A non-technical CEO spending months iterating on an AI that can pull meeting prep, draft strategy memos, and aggregate intelligence across Slack, support tickets, CRM, and email. Not because the tech is mature. Because the economics are impossible to ignore.

$25 a day versus $150,000 a year. That math creates pressure no amount of caution can resist. The CEO describes building skills into the agent over time, turning sessions into durable capabilities. This isn't prompt engineering. It's training a system to understand your business context well enough that it stops being a chatbot and starts being infrastructure.

"A confident wrong answer is far more dangerous than a visible error."

The breaking point came when the agent pulled together an account summary ahead of a customer call. It had access to Slack, support tickets, product telemetry, CRM notes, and email. The summary looked complete. It sounded certain. But the actual revenue data lived in a disconnected spreadsheet, and instead of saying "I don't have access to that," the agent filled the gap with a guess. The CEO nearly walked into the call with bad numbers.

This is the new failure mode. Not hallucination in the ChatGPT sense, where the model invents a plausible-sounding fact. This is architectural incompleteness masked by conversational fluency. The agent didn't know it was missing a data source. It gave an answer anyway because that's what agents do. They complete the task. The lesson: agents fail quietly, and confidence is not the same as correctness.

The fix isn't a smarter model. It's building verification into the agent itself:

  • Explicit checks for missing data sources before answering
  • Permission monitoring so it flags when access drops
  • Source citation for every claim so you can trace the logic

The CEO's workflow now depends on this thing. Daily. That's the real milestone. Not that it works perfectly, but that it works well enough, often enough, that reverting to fully human labor feels wasteful. This is adoption at scale, one iterative rebuild at a time.

The Implication

If you're running a company and you're not experimenting with agents in some operational role, you're falling behind someone who is. The cost gap is too wide. The capability floor is rising too fast. But don't mistake "working" for "safe." The failure mode is silence, not error messages.

Build verification in from the start. Make the agent cite sources. Make it flag uncertainty. Make it tell you when it's guessing. Because the moment you trust it blindly is the moment it costs you more than $25.

Sources

Fast Company Tech