---
id: "contrarian-queues-not-loops"
type: "contrarian-insight"
source_timestamps: ["00:32:59", "00:36:29"]
tags: ["agent-architecture", "automation"]
related: ["concept-agentic-queues", "claim-queues-over-loops", "entity-ralph"]
speakers: ["Matt Pocock"]
---
# Agentic Queues Beat Infinite Loops

## Prevailing narrative

Fully autonomous agents wrapped in open-ended `while True` loops (Auto-GPT, BabyAGI, [[entity-ralph]]) represent the frontier of agentic AI.

## Pocock's challenge

Deterministic, **queue-based task execution** is far more reliable and practical for real-world engineering. See [[concept-agentic-queues]] and [[claim-queues-over-loops]].

## Where loops still win

Long-horizon persistent agents — monitoring, trading, game-playing — where work isn't decomposable into scoped tasks. Pocock's claim is scoped to software engineering workflows.
