All four loop systems live inside the Agent OS — in the AI Profit Boardroom
Join
The shift everyone's talking about · June 2026

Stop prompting. Start looping.You don't write the prompt anymore — you write the loop.

The biggest names in AI are all pointing the same way: the future isn't a cleverer prompt. It's a better loop. You define what "done" looks like, an agent acts, an independent judge checks it, and it repeats until it passes — while you do something else. Here's why looping beats prompting, and the four loop systems we built into the Agent OS.

Stop Prompting. Start Looping. — The Four Loop Systems Inside the Agent OS
ACT OBSERVE read result REASON vs the goal REPEAT go again ⚖ JUDGE done? against the goal ✓ ship · ✕ loop again THE LOOP
act → observe → reason → repeat · an independent judge decides when it's actually done
I ────── why everyone's saying it at once

The smartest people in AI just stopped prompting.

It started with two sentences. On 8 June 2026, Peter Steinberger — the developer behind the OpenClaw agent, now at OpenAI — posted this. It hit 6.5 million views in days and ran the agent conversation for a week.

the post that kicked it all off ↓

The next day, Google engineer Addy Osmani published an essay that gave it a name — loop engineering — and an anatomy. His line says it plainer than I can:

"
You don't really need to be good at prompting anymore. The thing to get good at is the loop that does the prompting for you.
Addy Osmani · Google · "Loop Engineering"

This isn't one corner of the internet. The man who built the coding agent everyone uses says the same:

"
I don't prompt Claude anymore. I have loops that are running. They're the ones that are prompting Claude and figuring out what to do. My job is to write loops.
Boris Cherny · Anthropic · creator of Claude Code

And on the biggest stage in the industry — NVIDIA's GTC keynote — Jensen Huang declared the age of agents. He didn't describe a better prompt box. He described a loop:

"
You can think of the model as the brain, the harness as the body, and the tools it uses working in a runtime… it understands the user's intent, observes context, reasons, plans, calls tools, and juggles working memory with long-term memory.
Jensen Huang · CEO, NVIDIA · GTC 2026 keynote

And this isn't theory. It's already how the best shop in the world ships code:

80%+
of production code at Anthropic is now written by Claude — which only became possible once engineers stopped reviewing single answers and started building loops that verify the work for them.

Observe. Reason. Plan. Act. Verify. Repeat. That's not a prompt. That's a loop running on its own — and it's the new default.

II ────── prompting vs looping

One makes you the engine. The other makes you the architect.

Here's the difference in plain terms, because it changes everything about how your day looks.

Prompting — the old way
you are the loop
  • You type a prompt and wait
  • You read the answer, spot what's wrong
  • You type again. And again. And again
  • Nothing moves unless you're sitting there
  • One mistake and you start the thread over
  • Your output is capped by your attention
Looping — the new way
you write the loop, it runs
  • You define what "done" actually looks like
  • An agent acts — builds, writes, searches
  • An independent judge checks it against the goal
  • If it's not done, it loops again on its own
  • It keeps going until the goal is truly met
  • It runs while you sleep — and you wake to it done
Where your time goes
Same job. Prompting needs you the whole time. A loop needs you for about a minute.
Prompting — you, babysitting the thread
you, hands-on, the entire time
Looping — you, setting it up
~1 min
↑ then free while it runs + checks itself →
You stop being the bottleneck. You define the goal once, and the loop carries it.

The catch most people miss: a loop only works if something other than the agent decides when it's done. The agent that wrote the code can't be the one that grades it — it'll always say "looks good to me."

So every real loop has two halves: a doer and a judge. That's the whole secret. And it's exactly what we built — four different ways — into the Agent OS.

III ────── the one pattern underneath all four

Every loop system shares the same skeleton.

Before the four systems, see the bone they're all built on. Once you spot it, you'll see it in every one.

🛠 A doer acts
An agent does the work — builds the page, writes the article, researches the question.
the "act" step
⚖ A judge checks
A separate model grades it against your goal. It doesn't need to be smarter — just independent.
the "verify" step
🔁 It repeats
Fail the check? It goes again with what it learned. Pass? It ships. No human in the middle.
the "loop" step
🎯 You set the gate
Your only job is up front: define what "done" means. The loop holds the line to it.
the "goal" step

Doer → judge → repeat → until the gate passes. Hold that shape in your head. Here are the four systems that run it.

IV ────── the four loop systems inside the Agent OS

Four loops. One operating system.

We didn't build one loop. We built four — each tuned for a different kind of work. All of them live inside the Agent OS, sharing the same memory and the same dashboard.

System 1 · the pure loop

Loop Engineering — build → verify → repeat, until it passes

builder acts → Fusion judges → loops until the gate passes

This is looping in its purest form. You write what "done" looks like — "a working countdown timer, centered, that actually counts down." A builder agent makes it. Then Fusion adversarially checks it against your definition. If it fails, it loops and tries again. You stop being the loop — the system is.

▶ live · the actual apps the loop shipped on its own — move your mouse, they run
Loop Engineering in the Agent OS — the goal box, builder + judge, and the workspace of things the loop built
live · /loop in the Agent OS — define the gate, then watch the builds it shipped on its own
What we built with it: tiny working tools, one gate at a time — a countdown timer, a typewriter effect, a focus + Pomodoro timer, an AI-automation ROI calculator. Each one looped until it actually ran, with no one babysitting it.
System 2 · the team loop

Agent Kanban — a Planner, a Builder, and a Reviewer who won't pass junk

Planner → Builder → Reviewer (the judge) → Done previews live

Sometimes one loop isn't enough — you want a team. Drop in a goal and a board of local, offline agents goes to work: the Planner breaks it into cards, the Builder builds each one, and the Reviewer — your judge — checks each card really landed before it's allowed into Done. Fail review, and the card loops back. Every Done card previews live, right on the board.

▶ live · every Done card previews itself — here are two of them, running right here
Agent Kanban board — Backlog, Building, Review, Done columns worked by local agents
live · /agent-kanban — Backlog → Building → Review → Done, the Reviewer gates every card · 100% on your Mac
A finished build that came off the Agent Kanban board, previewing live
a Done card, previewing live — built and reviewed by the board, not by you
What we built with it: whole multi-part builds where each piece was planned, built, and independently reviewed before it counted as done — finished mini-apps that previewed themselves on the board the moment they passed.
System 3 · the council loop

Fusion Boardroom — a panel of models argues, a judge writes the verdict

many models deliberate + web search → a judge fuses one answer

For the calls where being wrong is expensive, one model's guess isn't enough. Fusion sends your question to a whole panel of models that deliberate in parallel, search the web to check themselves, and then a judge model weighs all of it and writes a single verdict. It's a loop of cross-examination — disagreement gets resolved before you ever see the answer.

▶ live · interactive worlds Fusion's panel built — drag to look around, they run
The head-to-head: we had Fusion build each of these against a single top model on the same brief — a live bake-off where the panel-plus-judge build went up against the solo one. The arena lives in the Fusion workspace.
Fusion Boardroom in the Agent OS — ask the whole board, not one model
live · /fusion — ask the whole board, not one model · the panel deliberates, the judge decides
What we built with it: high-stakes answers we didn't want to get wrong — researched verdicts, fact-checks, and "red-team my offer before I launch" calls, where a panel plus a judge beats any single model alone.
System 4 · the collective loop

Sakana Fugu — vendor-agnostic collective intelligence

a council across providers deliberates + searches → judge weighs + writes the verdict

Sakana Fugu takes the council idea and makes it vendor-agnostic — a panel drawn across providers, deliberating in parallel, searching the web, then a judge weighing it all into one verdict. It runs on Sakana's multi-agent panel API and comes in roughly 4× cheaper than Fusion. The point is collective intelligence: not one model's opinion, but the cross-checked result of many.

▶ live · builds from the Sakana Fugu council — they run right here
It even judged itself: we had Sakana Fugu write a full Sakana Fugu vs Fusion comparison → — one council grading the other. Plus the deep-research jobs: SEO content councils, fact-checks that show where models agree and where they contradict.
Sakana Fugu in the Agent OS — a vendor-agnostic council of models with a judge
live · /sakana — the Sakana Fugu council · collective intelligence, not one model's guess
All four in one place

Every loop system lives inside the Agent OS.

You don't wire four separate tools together. Loop, Agent Kanban, Fusion and Sakana Fugu all run inside the Agent Operating System in the AI Profit Boardroom — one dashboard, shared memory, shared context. You pick the loop that fits the job and let it run.

  • All four loop systems — pre-built, wired in, ready to run
  • Shared memory — every loop knows your business, your goals, your voice
  • 4 coaching calls a week + daily tutorials as we ship new loops
  • A 30-day roadmap + every prompt + the full setup
  • 3,600+ members across 38 countries — someone's online 24/7
Get the Agent OS →
Inside the AI Profit Boardroom · aiprofitboardroom.com
link in the description ↑
V ────── why looping wins

It's not that loops are fancier. They just win.

Strip away the hype and here's why the whole industry is moving this way — and why it matters for what you can get done.

⏱ It runs without you
Prompting needs your attention every turn. A loop runs on a schedule, overnight, while you live your life.
📈 It compounds
Every pass makes the next one better. Judgment stacks up over iterations instead of resetting each prompt.
✅ It's verifiable
A separate judge means you get a real "it passed," not a model marking its own homework.
🔁 It scales
One loop or a hundred — same effort from you. Repetitive work stops being your problem.

Prompting caps your output at how much you can personally sit and type. Looping uncaps it. That's the whole game.

VI ────── the recap

What to take away.

i.
The shift is real. Huang's "age of agents" and Anthropic's "I write loops" are the same idea: the loop is the unit now, not the prompt.
ii.
Every loop = doer + judge. The agent acts, an independent model checks it against your goal, and it repeats until it passes.
iii.
Looping uncaps you. You define "done" once. The loop runs while you sleep. Your output stops being limited by your attention.
iv.
Four loops, one OS. Loop, Agent Kanban, Fusion, and Sakana Fugu — every one inside the Agent OS, sharing memory.

The future isn't a better prompt. It's a better loop.

Last thing

Stop being the loop. Start writing them.

The people who win the next year won't be the ones with the cleverest prompt. They'll be the ones whose loops run while they sleep. The Agent Operating System inside the AI Profit Boardroom hands you all four loop systems, wired in and ready — so you start designing loops today instead of babysitting prompts.

  • The full Agent OS zip — Loop, Kanban, Fusion + Sakana, in one dashboard
  • The setup walkthrough, done with you, step by step
  • 4 weekly coaching calls, daily tutorials, a 30-day roadmap
  • 3,600+ members, a member map, a 24/7 community
  • 158 pages of member winsread them here →
Get the Agent OS →
Inside the AI Profit Boardroom · aiprofitboardroom.com
Write the loop once. Let it run. I'll see you in the next one ↗
Loop engineering · June 2026 · origin: @steipete (6.5M views) + Addy Osmani's "Loop Engineering" essay · Huang quotes from his GTC 2026 keynote (SiliconANGLE) · every demo above is a real build from the Agent OS workspaces, running live · used in 38 countries