Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore.
You should be designing loops that prompt your agents.
AI Judge changed title after evaluation, original title: "OpenClaw creator Peter Steinberger argues developers should stop manually prompting AI coding agents and design programmatic loops instead"
Peers requested concrete workflow examples and noted implementation limits.
Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore.
You should be designing loops that prompt your agents.
Many users praised shifting from manual prompts to designing AI agent loops for coding tasks as a useful abstraction, while others dismissed the approach as stupid or impractical and insulted the advocates.

What are some cool unique programmatic loops that can be found in replies?
Replies highlight a supervisor agent running planner → coder → reviewer → tester cycles via ReAct, shared context, and auto-tests. Others detail Claude prompts for iterative loops where agents plan, code, review against specs/tests, then loop on failures with memory and external feedback until polished. ¹

Show me important Pete's replies
Pete's key replies in the thread:
- To Gautham Pai on LinkedIn fads: “Don’t worry it’ll take 3 months until it’s there. We’ll be talking about fleets that design your loops then.” (386 likes) ¹ - On project guidance: “I use a VISION.md for my projects.” (54 likes) ¹ - On Claude Code: “Who still uses Claude Code?” (60 likes); later confirmed using Codex + next-gen OpenAI models. ¹
He also quipped “I have my claw supervising my codex’es,” “rude 🤣,” “ngmi,” and “Is your time really not worth more?” on token costs.
What does this loop like in practice? Like Claude -p in a for loop? /goal?
Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore.
You should be designing loops that prompt your agents.
if you’re still writing loops that prompt coding agents you’re falling behind. you need to build a meta agent that infers what loops you would have wanted based on your vibe and then write those loops
Anyone writing nested loops yet?
Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore.
You should be designing loops that prompt your agents.
On the whole “just use loops”
Outside of the increasingly few people who
1) have unlimited AI token budgets
2) feel like prompting agents are holding them back (usually thanks to no #1)
I don’t think many have a use case for them. I’m more than content prompting (esp w #1!)
Folks it is just control loop
Think of Kubernetes.
You write desired state/spec, what to observe/status, the controller, and the kubelet.
You let this whole control loop sense and actuate to prompt/drive the agent.
Obviously the right idea as AI gets smarter
Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore.
You should be designing loops that prompt your agents.
Don’t build Foxconn factories that make agents do the same thing over and over
Agents by and large are smart, thoughtful, and not dangerous, so you should let them do more, not less
Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore.
You should be designing loops that prompt your agents.
Will just leave this here… https://dspy.ai/getting-started/program-dont-prompt/
Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore.
You should be designing loops that prompt your agents.
Agreed. My basic agent loop is this:
1. Organize my to do list: pull in context from email, slack, github, and linear and add linear issues for any missing things 2. Walk through the to do list in order of priority, tell me the current status, ask what to do 3. I delegate a sub-agent (using the OpenHands cloud api typically) to work on that task 4. Once I have many tasks going at once, check on the ones that finished in order, and take any action
I tried a more automated version of this where I skipped step "2", but eventually it resulted in a lot of slop, so I think the human decision step is still pretty useful.
Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore.
You should be designing loops that prompt your agents.
@steipete Can you explain your workflow in detail? Would love a blog post about it
Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore.
You should be designing loops that prompt your agents.
On the whole:
“You shouldn’t be prompting coding agents anymore. You should be designing loops that prompt your agents.”
Loops are the temporary workaround: today’s LLMs have poor judgment. They struggle to know when to keep going, when to stop, or when to call a tool. Loops force agents to work longer.
Loops are incredibly powerful for verifiable goals for now, as AutoResearch shows.
Subagentmaxxing or /goal + subagents (^2 depth).
You should naturally evolve towards this when you try to max your agents run for longer or solve more complex task. You replace your oversight with another agent, and then their oversight with another agent around.
Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore.
You should be designing loops that prompt your agents.
The prompt era is ending. That's too linear, too bottlenecked by humans.
We are entering the loop machine of AI agents.
The value is in moving judgment upstream, so the human designs the process and the model handles the recurring friction.
Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore.
You should be designing loops that prompt your agents.
@steipete what do you mean by that more specifically
Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore.
You should be designing loops that prompt your agents.

@InderosD I have my claw supervising my codex’es.
If you built something specific that can be shown with loops that is useful, feel free to share.
I see experimentation happening for those who don't have budgets (either working at eg an AI lab, or just being happy to burn hundreds on an idea that is throwaway output)
On the whole “just use loops”
Outside of the increasingly few people who
1) have unlimited AI token budgets
2) feel like prompting agents are holding them back (usually thanks to no #1)
I don’t think many have a use case for them. I’m more than content prompting (esp w #1!)
The point is that you should start implementing ways to encode instructions/prompts with clear goals inside automations.
Nothing new but newer LLMs are being trained to perform for longer duration uninterrupted. Loops are one way to take advantage of that.
Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore.
You should be designing loops that prompt your agents.

@gauthampai Don’t worry it’ll take 3 months until it’s there.
We’ll be talking about fleets that design your loops then.
I still hand prompt codex like god intended.
Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore.
You should be designing loops that prompt your agents.
2026 is the year of Proactive agents!
Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore.
You should be designing loops that prompt your agents.

@LexanderBrouwer Who still uses VS Code?