// Thursday · September 3, 2026

Agentic Loops for Knowledge Workers

A holiday-week special: NLW hands the mic to Nufar Gaspar for a webinar on the buzziest skill of the summer — loop and graph engineering — and how to drag it out of software engineering and into knowledge work. The core move: coders got verification for free; the rest of us have to manufacture the referee. If you can define a boring, checkable finish line, agents will run until the job is actually done — and when one loop isn't enough, you compose them into teams.

Ad-free on Patreon
Today's sponsors — KPMG · Blitzy · Harbor · Hyperagent · all offers →
The One Idea

If you can't design a verifiable finish line, don't loop it — but you usually can.

Every agentic tool already runs a loop under the hood; the new skill is taking control of it. Coding made loops easy because verification is free — the code compiles or it doesn't. Knowledge work has no compiler, but the webinar's central move is that verification can be designed: boring, machine-checkable finish lines that let an agent run overnight until the work meets the bar. Master two things — knowing when a task deserves a loop, and defining the 'done when' — and then compose loops into graphs of agents only when one worker stops being enough.

// 01

By the Numbers

Apr–May
When total tokens consumed flipped from assisted ChatGPT-style use to agentic use, per OpenAI's usage stats
200
Verified data points — the 'boring but checkable' finish line in the demo goal card
30
Turn cap — the fail-safe that keeps a loop from running forever
7
Nodes in the work graph you can build with a single well-crafted sentence
50 yrs
How long computer science has drawn work as graphs — AI just made the drawing runnable
Millions
Tokens a built-in deep-research node can burn 'without batting an eye'
// 02

The Brief

EnterpriseOpsProduct00:00

Stop prompting, start looping

The summer's hot topic among advanced AI users: don't tell the AI what to do — set up circumstances where an agent loops over and over against a measurable goal, running until the task is verifiably complete. It took hold first in software engineering, where success is definable; moving it into knowledge work is harder but doable with the right task design.

AI Daily Brief
ModelsExec02:00

The assisted-to-agentic flip happened in April

OpenAI's recent usage statistics show that around April–May, the majority of tokens consumed shifted from the ChatGPT-assisted paradigm to the agentic paradigm. Notably, the firms and individuals using AI agentically are pulling away from the average — at least by the rough metric of tokens consumed.

AI Daily Brief
◆ The TakeExecOps04:00

A loop is a job; a graph is an organization

The framing the whole webinar hangs on, originally from NLW on the show: one loop is one worker running until done; a graph is loops composed into a team. The three-sentence version: your tools already loop behind the scenes, a concrete verifiable end goal makes them work until actually done, and when one agent isn't enough you compose loops into teams.

The AI Daily Brief
Enterprise06:00

Prompt → context → harness → loop → graph: the ladder is one direction

Each renaming — prompt engineering, context engineering, harness engineering, loop engineering, graph engineering — is about giving AI more independence at bigger scale. Chasing every new term is exhausting; the skill that survives every rebrand is knowing how to get agents to work effectively and how to orchestrate them.

AI Daily Brief
Business08:00

Jeff Dean left Google to build a company literally called Discovery Loop

Three weeks before the webinar, one of the most renowned engineers in modern tech history departed Google to found a company built around using loops for discovery — a data point that running AI in loops for progressively better results has real merit, especially in research and science where more experiments eventually find the right direction.

AI Daily Brief
EnterpriseEngProduct09:00

Your agentic tool is already a loop — just a generic one

Every agentic tool — CoWork, ChatGPT Work, Codex, Cursor — already runs plan, act, check, adjust under the hood. But the native loop is only as good as what the vendor implemented, and it's generic: that's why the tools stop after one polite pass and need nudging unless you take control of the cycle yourself.

AI Daily Brief
EnterpriseOps10:00

The whole trick is /goal

The advanced loop means extending the tool's native cycle with a dedicated command — /goal in most tools, literally 'loop' in Cursor — handing it a concrete, highly verifiable end goal it can progressively test itself against. Two skills matter: knowing when a task needs this, and defining the correct finish line.

AI Daily Brief
EnterpriseOps11:00

A schedule answers 'when.' A loop answers 'until.'

Don't confuse loops with automations. A schedule runs on the clock or a trigger; a loop stops when the work meets the bar, however long that takes. Profoundly different promises, different purposes.

AI Daily Brief
EnterpriseOpsProduct12:00

Coders got verification for free. You have to manufacture the referee.

Code compiles or it doesn't; tests pass or fail. Knowledge work has no built-in referee — nobody's compiler answers 'is this report good enough for management?' The central move: verification for knowledge work can be designed by you. And if you can't design a clear, verifiable finish line, the answer is don't loop it.

AI Daily Brief
EnterpriseOps13:00

The loop-worthy checklist

Loop a task when it's long-running AND checkable, when you'd want to send it overnight and come back to a finished result instead of a draft, when one-shot with the smartest model wasn't good enough, and when it has a natural retry-and-improve shape. If one pass does it, or your judgment is the actual work, a normal conversation is the smart move — not the cop-out. And remember: loops are among the most token-hungry executions you can run.

AI Daily Brief
EnterpriseMarketingOps16:00

What people actually loop — and what they never should

Real use cases: deep-and-wide research, ad and campaign optimization (highly verifiable via click-through data), competitive scans, content audits, compliance checks. Never loop anything requiring human judgment — executive communication, hiring, strategy — because autonomy, at the end of the day, does not have a taste of its own.

AI Daily Brief
EnterpriseOps18:00

'Boring' is a compliment for a finish line

Knowledge work only succeeds on a loop when you invent a boring, checkable finish line: 'two hundred verified data points, every claim cited, summary under 150 words.' 'Make it insightful' is not checkable — there's no way for an agent to converge on it. The task must also live in a bounded sandbox where mistakes are cheap, and must actually be able to converge.

AI Daily Brief
EnterpriseOps20:00

The goal card: objective, output, stopping criteria, fail-safes

A proper loop goal has a machine-readable objective, a defined output artifact, and concrete judging/stopping criteria — that's what makes or breaks everything. Optionally add stages, and always add fail-safes: a turn cap (e.g., 30 cycles), time limits, sandbox-only constraints. If the 200 unique data points don't exist, the cap is what saves you from a forever loop.

AI Daily Brief
EnterpriseOps23:00

The demo: watch a loop climb from 56 to 200 — and overshoot to 300

In Claude Code's /goal, a token-efficiency research loop logged its own cycles: 56 data points, then 90, then past 200 — in other runs it blew through to 300, proving loops aren't always disciplined and caps matter. Pro tip from the demo: ask the model to be verbose and narrate each cycle so you can monitor progression while you're new to loops.

AI Daily Brief
EnterpriseOps25:00

The sneakiest loop failure: done, but mediocre

Loops fail four ways: runaway spend, cycling without progress, running on tasks that never should have been loops — and the sneaky one, meeting the letter of your finish line while the result stays bland. That last one isn't the loop's failure; it's your goal definition's. If it hit your criteria verbatim and you're still unhappy, redefine the referee.

AI Daily Brief
Enterprise33:00

A loop is just the smallest graph

One node with an arrow pointing back to itself is the textbook definition of a loop — loops and graphs aren't different things. Computer science has drawn work as dots and arrows for fifty years; what's new is that AI made the drawing operational. The real question is and always was: how many nodes does your work deserve?

AI Daily Brief
EnterpriseExecHR34:00

The org chart is a diagram of authority, not of work

The org chart pretends work flows top to bottom. In reality work branches, loops back, ends up sideways, skips levels, and occasionally flows straight up at 11 PM before board meetings. The graph — dots and arrows going wherever the work actually goes — is the picture you need to paint for your agents.

AI Daily Brief
EnterpriseEng36:00

Why graphs matter now: the node stopped being fragile

Engineers have wired agents into graphs for years. What changed is the node: it used to be one fragile LLM call; today it's a whole agent with two gears — a quick one-pass task or a full loop running until done. Agents got reliable enough to be building blocks, so you can now draw a graph on a whiteboard and actually get it to run.

AI Daily Brief
EnterpriseOpsEng38:00

Five signals it's time to fan out to multiple agents

Go multi-agent when: your agent rubber-stamps its own work (models tend to agree with themselves — Claude verifying GPT beats GPT verifying GPT); one agent is wearing too many hats and confusing them; work can run in parallel instead of serially; the finish line keeps changing mid-run because it's really two jobs on one card; or quality flatlines no matter what you try. If none apply, stay in the single agent and don't overcomplicate.

AI Daily Brief
EnterpriseOpsProduct41:00

From whiteboard photo to LangGraph: five tiers of building a graph

You can draw it and hand the photo to any agentic tool; let the harness improvise sub-agents; prompt the graph in words (one sentence — parallel researchers plus a fresh-context reviewer — is a seven-node graph); build persistent sub-agents and skills; use visual canvases like n8n; or write it in code with LangGraph. It's not a competition to the top tier — most knowledge work lives in the middle.

AI Daily Brief
EnterpriseEngOpsFinance49:00

The habits that separate effective orchestration from an expensive one

Match the model to the node — cheap and fast for mechanical steps, strong models where judgment lives. Pass contracts between nodes, never the whole conversation. Spend where verification pays, cap turns per node, verify early because mistakes compound, and put a human at the right gate. A beautiful graph with built-in deep research can eat millions of tokens without batting an eye.

AI Daily Brief
EnterpriseExecOps51:00

Don't build your agent graph the way humans work today

Human workflows are shaped by human limitations — attention span, time, bandwidth, the inability to be proficient in multiple things at once. Agents don't share most of those constraints. Designing the best graphs requires slightly radical thinking about the job to be done, not copying the current process of how humans hand work between each other.

AI Daily Brief
EnterpriseExec53:00

A graph is a confession — and that's why you'll beat the engineers

A work graph confesses how your work really flows, who really owns what, and where quality actually gets decided. Knowledge workers have spent careers learning exactly that for their domain — which is why subject-matter expertise, not coding skill, is the edge in designing these systems. The four skills to master as of now: understanding agents and their underlying loops, defining concrete workflows, configuring loops, and orchestrating teams.

AI Daily Brief
◆ The TakeExecHR55:00

We're all piece by piece giving ourselves an MBA in agent management

NLW's closing frame: AI skills have shifted from useful new tools — how to prompt Midjourney — to fundamental work primitives. Big chunks of what we used to do ourselves are now jobs of managing agents. Don't expect to master advanced management in a single session: there are no experts at this, just people who have done it more.

The AI Daily Brief
Machine-readable ▸Download .mdTranscript .md— feed it to your own agent

Got this from a colleague? Get the brief every day.