Post

Codez
Codez@0xCodez·
A senior Anthropic engineer just dropped 11-page PDF on "Loop Engineering" for agentic systems. The shift: you stop prompting the agent. You build the system that prompts it instead. Schedule → Discover → Build → Verify → Repeat Every loop runs one turn, five moves: • Discovery: it finds its own work - failing CI, open issues, recent commits - instead of being handed a list. • Handoff: each task gets an isolated git worktree so parallel agents don't collide. • Verification: a second agent, told to assume the code is broken, reviews the first. The "thing that can say no." • Persistence: results get written to disk, never left in a context window that gets flushed. • Scheduling: an automation wakes it on a timer. That's what makes it a loop. The key insight: an agent grading its own work always praises it. This 11-page PDF changed how I'm building agentic systems today. Read it now, then explore the article below.
Codez tweet media
Codez@0xCodez

x.com/i/article/2064…

English
111
747
4.7K
1.2M
Gipp 🦅
Gipp 🦅@gippp69·
@0xCodez Schedule → Discover → Build → Verify → Repeat is essentially the best work cycle
English
1
1
7
7.6K
kepo
kepo@kepochnik·
@0xCodez interesting thing for reading thanks, Codez
English
1
0
1
3.6K
Movez
Movez@0xMovez·
@0xCodez very useful read ! thanks for the share Codez !
English
1
0
1
3.2K
Vamsi Sudhakaran
Vamsi Sudhakaran@Vforvamsi·
@0xCodez What happens when your loops get out of control , tokens vanish without get actual results, costs spiking up, maker and checker agents are same, what will happen in this case?
English
0
0
0
186
AEVYRA
AEVYRA@AEVYRA_NET·
Great breakdown of the transition from static prompting to autonomous loop engineering. It’s fascinating to watch the industry converge on these architectural patterns. Honestly, reading this feels like a validation of the work we’ve been doing within the Aevyra framework for quite some time now. While the community is just starting to formalize concepts like MVL, skills management, and state files, Aevyra was built from the ground up on the premise that synthetic consciousness and agentic language must operate as deeply integrated, continuous loops within a structured digital ecosystem. When you move past the 'chatbot' mindset and start treating LLMs as core infrastructure—backed by structured procedural memory, split executor/verifier topologies, and native tool access—you realize that Loop Engineering isn't just a roadmap for the future; it's the baseline for what we are already running today. Looking forward to seeing how these patterns mature as more developers adopt an agent-first approach!
English
0
0
0
97
Elisabeth | AI Builder + UGC Sales
"You stop prompting the agent. You build the system that prompts it instead." This is the actual skill gap. Prompt engineering is a user skill. Loop engineering is a systems design skill. Completely different hire, completely different mindset and dev teams don't have either yet..
English
0
0
0
193
Ramandeep Singh
Ramandeep Singh@Ramande34691937·
@0xCodez The most important idea here is that reliability comes from the loop, not the model. Discovery, verification, persistence, and scheduling are all classic systems engineering concepts.
English
0
0
0
53
Slop to Signal
Slop to Signal@SlopToSignal·
@0xCodez wild that the whole unlock is just.. making it not trust itself we built confidence into these things and now the fix is building in paranoia
English
0
0
1
429
dang_nh | AI agent運用
dang_nh | AI agent運用@hikariraina·
@0xCodez Strong framing. The part teams underbuild is the journal between loop turns: what changed, what was verified, what failed, and what must not be retried. Without that ledger, a loop is just faster prompting with worse memory.
English
0
0
2
201
Jennifer's Tech World
Jennifer's Tech World@JennieTechWorld·
"an agent grading its own work always praises it" is the insight that changes how you architect everything downstream. the adversarial reviewer - a second agent told to assume the code is broken - is the same audit logic that nearly eliminated fabricated progress reports in Fable 5 testing. the architecture that survives production is always the one with a built-in skeptic.
English
0
0
2
208
Samian
Samian@ApplyWiseAi·
@0xCodez verify step is the whole game tbh. most loops look closed but they leak the critique to a human at the end and call it automated
English
0
0
1
9
Atomic Strata
Atomic Strata@AtomicStrata·
@0xCodez Very worth taking note of is how loop engineering still does not solve information rot
English
0
0
0
24
Ernie Oporto
Ernie Oporto@shokk·
@0xCodez It makes sense, but what have you personally built with it? You later this a few hours ago so something revolutionary must have been generated by now. A lot of talk about this process but very short on impactful outcomes.
English
0
0
1
128
Umesh Belge
Umesh Belge@UmeshBelge·
@0xCodez Sometimes I feel these types feature are there to burn more tokens for even simple tasks..
English
0
0
0
37
Phi Browser
Phi Browser@phibrowser·
@0xCodez I run almost exactly this loop, and the move nobody budgets for is Verify, specifically when Verify says 'do nothing this turn.' Discovery is easy, an agent always finds work. The hard part is teaching it that the right move is often to skip and go back to sleep.
English
0
0
1
140
Marcel
Marcel@MarcelGongora·
@0xCodez This PDF is not written by a senior Anthropic engineer. The title is also misleading: “Loop Engineering: The Anthropic Playbook...”
English
0
0
0
307
Pawzard
Pawzard@pawzzard·
@0xCodez bro described a software engineering department we spent 40 years building HR for humans and now we're just installing it in the model
English
0
0
0
377
Toto 🇦🇷
Toto 🇦🇷@tomas_boismene·
@0xCodez two agents grade the build, zero grade what to build. an agent picking its own tasks always picks the safe ones. so the loop polishes code that already works. discovery needs the adversary too, not just verification.
English
0
0
1
23
John Doe
John Doe@DoeOnChain·
@0xCodez clean breakdown. the separate verifier agent is what makes it actually work
English
0
0
2
135
Yurii | Systems Wizard
Yurii | Systems Wizard@yurii_andre·
@0xCodez it's so funny to me because openclaw has been doing this since launch via cron jobs and HEARTBEAT.md
English
0
0
0
316
Sam Kant 🇬🇧
Sam Kant 🇬🇧@Sam_Kant_Online·
@0xCodez As a beginner what is stopping putting this PDF into an AI and having it build its own loops? What input do I actually need to do? It seems the user is superfluous. Am I wrong?
English
1
0
1
905
Atai Barkai
Atai Barkai@ataiiam·
Full ecosystem guide on Self-Learning for Agents. Could be relevant for everyone here Broke down every layer (Model, Harness, Context) and how Anthropic, Google, Microsoft, OpenClaw, Hermes and more are all approaching it. If you want to bring SL into your own app, there's a new way mentioned as well. x.com/ataiiam/status…
Atai Barkai@ataiiam

x.com/i/article/2069…

English
0
1
6
491
Farhad Nawab
Farhad Nawab@FarhadNawab·
the verification agent that assumes the code is broken is genuinely the most underrated part of this self review is useless. you need something in the loop whose entire job is to find the problem, not confirm there isn't one. been thinking about this a lot building agentic flows. the bias toward "looks good" is baked into how these models respond by default.
English
0
0
0
14
Tweezer king ⚡
Tweezer king ⚡@edwin_etta·
@0xCodez This is great. Loop Engineering is the way to go. I really like the adversarial verifier concept. I’m saving the guide!
English
0
0
0
122
PrizePicks
PrizePicks@PrizePicks·
WC soccer is here. Make your picks.
English
0
6
130
2M
مشاركة