I Stopped Prompting AI One Task At A Time. This Works Better.
This video introduces the concept of 'loops of loops' in AI, moving beyond single prompts to persistent, memory-aware agents. These agents organize around recurring jobs, reducing human mental load by noticing changes, sharing context, and stopping when human judgment is needed. The core idea is to build interconnected AI agents that automate recurring tasks across different applications, effectively acting as 'loop managers' that handle practical workflows and free up human attention for more critical decisions.
read more
The speaker, Nate Jones, argues that current AI, primarily prompt-based, still places a significant burden on users who must constantly re-prompt, monitor changes, and make decisions. He proposes a 'loop of loops' architecture to address this by having AI lift the mental load rather than adding to it. This concept is distinct from a 'magic life manager' and focuses on practical, recurring tasks.
He clarifies the terminology: A prompt is a single request. A loop is a recurring job with memory that remembers 'what changed' from its last run. A loop of loops occurs when multiple recurring jobs (individual loops) can notice each other, share what changed, and stop when they hit your boundaries (requiring human judgment).
Jones uses the example of managing a school trip. A simple prompt might generate a packing list. However, a 'loop' would automate the recurring aspects: remembering past packing lists, checking weather, finding school emails, and knowing which type of trip it is. This still leaves the human responsible for initiating and overseeing these individual loops.
The loop of loops elevates this by having a 'Trip Loop' as the orchestrator. When a 'Trip Notice' (new event) signal comes in, it wakes up relevant individual loops: the 'Packing Loop' (checking owned items), the 'Weather Loop' (checking for rain), the 'School Schedule Loop' (noticing a pickup time change), and the 'Calendar Conflict Loop' (identifying a meeting conflict). This chain of awareness allows the system to proactively identify potential problems.
Crucially, these loops are designed to hand off context to each other and bring the human into the process when judgment matters. For instance, the 'Calendar Conflict Loop' might trigger a 'Message Loop' to draft a text to another parent about pickup changes, but it 'stops before sending it' for human approval. This is about self-organizing workflows, not fully autonomous AI taking over, providing a safe action framework where known facts (world state) and defined boundaries lead to approved moves.
Jones emphasizes that most useful work is a recurring situation with memory, not a single question. This is where traditional apps have failed us, as they provide digitized pieces of a workflow but require the human to do all the 'wiring in between' by manually opening different apps (email, calendar, grocery list) and connecting the information.
The first useful AI agent, according to Jones, will sit between apps across the various loops that constitute our daily mental load. He encourages engineers to identify the hidden state (the load carried in your head) associated with their own recurring jobs. This involves understanding: what changed (signals), what's in progress (drafts), what needs quality checks, and what's waiting/blocked. The goal is to make as many loops as possible 'run cleanly' without human intervention, so you only get 'woken up' if it really matters, managing your attention budget effectively.
Examples of potential loops include: a 'Sales Loop' remembering call details, objections, and pricing questions; a 'Support Loop' tracking unresolved issues; or a 'Research Loop' monitoring AI news from Twitter and Google, aggregating themes, and presenting a concise perspective. Another example is a 'Kids Clothing Size Loop' that remembers past purchases, notices seasonal changes, tracks child growth, and nudges the parent to size up before it becomes an urgent problem, thus catching problems early.
Jones concludes by encouraging a shift in thinking: instead of just prompting AI, think about loops and loops of loops as a way of allocating your attention once to build something useful. He stresses that the difference between prompting and getting into 'loop space' represents 99% of your mental effort saved. The key is to define the 'world state' your agent should engage in, a set of 'safe choices' for it to reason through, and an 'approved move' it can take, all within boundaries you define. The initial implementations should focus on tedious but not incredibly impactful tasks, allowing for experimentation and learning without high stakes. He explicitly advises against banking for initial implementations. By externalizing these recurring mental loads into AI loops, engineers can achieve exponentially lighter workloads and focus on higher-value activities.