3AM 테스트: 쿠버네티스 운영의 AI 에이전트에 대한 자율성 수준

작성자

카테고리:

← 피드로
DEV Community · Daria Dovzhikova · 2026-08-13 개발(SW)

Daria Dovzhikova

The auto industry grades self-driving in six levels. Roy Libman’s essay does the same for AI agents operating Kubernetes, and compresses the whole argument into one boundary: does the agent wait for your approval, or tell you at 9am?

The ladder:

  • L0 Manual: you do everything
  • L1 Explain: the agent summarizes, you act
  • L2 Propose: it suggests a concrete fix
  • L3 Act on approval: it acts, after your yes
  • L4 Bounded autonomy: it acts, you read the 9am report
  • L5 Full autonomy: it acts anywhere

Two questions do the sorting. The 3am test separates L3 from L4: would you rather be woken to approve this action, or read about it in the morning report? The 9am question caps the ceiling: if the agent chose wrong, is 9am too late? Deleting data fails that test no matter how good the model gets, which is why some verbs never rise past L2.

Levels attach to verb-environment pairs, never to agents. “Restart pods in staging” and “delete PVCs in prod” can sit four levels apart under the same agent on the same cluster.

The essay surveys where real tools sit on the ladder in mid-2026, argues that a level you can trust is enforced in the write path rather than in prompt text, and ends with a 30-minute exercise for drawing the lines with your team.

Full essay: https://radarhq.io/blog/ai-agent-autonomy-levels-kubernetes

원문에서 계속 ↗