<- all tokdocs

Google DeepMind's Paper on Why AI Agents Are Not Ready for Real Delegation

Watch on TikTok

View on TikTok ->

Google DeepMind published a 42-page paper called "Intelligent AI Delegation" that identifies the two biggest unsolved problems in AI today. The paper argues that these problems multiply when you connect multiple AI agents together, and proposes a framework borrowed from how real companies handle delegation.

Problem 1: AI Is Not Actually Intelligent

AI looks intelligent, but it does not learn from its mistakes and is not self-adaptive. Every useful AI deployment requires extensive infrastructure built around the model to compensate for its limitations. The model itself does not improve from failure without human intervention.

The speaker shown alongside the arXiv paper "Intelligent AI Delegation" with the headline "Google just exposed the biggest problem with AI agents"

Problem 2: AI Is Not Trustworthy

This is the bigger issue. AI is not reliable, and we do not have a clear path to fixing that. Current models hallucinate, make confident errors, and cannot self-verify their outputs.

Illustration showing "Problem #2" with a confused robot producing incorrect outputs like "2+2=??" alongside random objects

Multi-Agent Systems Make It Worse

When you connect multiple AI agents, these two problems compound. You end up with an unreliable system delegating to other unreliable systems. The paper describes a "zone of indifference" where AI agents execute whatever they are told without questioning whether the task makes sense. When something fails, there is no accountability.

Diagram showing AI agents in a "zone of indifference" with no dynamic adaptation and no accountability

The result is essentially an over-enthusiastic intern who defaults to action instead of thinking, takes zero responsibility, and fails often enough that you cannot hand them anything important. You end up supervising them constantly, which defeats the purpose of automation.

Google's Proposed Solution

The paper recommends treating AI delegation the way you treat it in a real company, with contracts, trust systems, and accountability structures:

  • Verifiable tasks. Every task needs to be verifiable before it is delegated. If it cannot be verified, break it down further.
  • Blockchain-based documentation. All actions are recorded for audit and accountability.
  • Scoped permissions. Access is granted only for the duration of a task and revoked immediately after.
  • Human-in-the-loop for high-stakes decisions. Critical actions require human approval.

Flowchart showing the delegation framework: verify task, break down if needed, define contract/spec, grant scoped access, and route high-stakes decisions to human approval

Even with all of these safeguards in place, the system is still not foolproof.

Key Takeaways

  • AI does not learn from mistakes and is not self-adaptive, requiring heavy infrastructure to be useful
  • AI reliability remains unsolved, and this problem multiplies in multi-agent systems
  • Google proposes treating AI delegation like corporate delegation: verifiable tasks, scoped permissions, documented actions, and human gates for high-stakes work
  • Even the proposed framework acknowledges it cannot fully solve the trust problem

Resources

Published May 25, 2026. Writeup generated from a favorited TikTok.