

Mr. Buzzoni
3.2K posts

@polydao
Crafting the future of intelligence | AI Wizard & Builder | co-founder @polynternet | Partnerships & collabs welcome • DMs always open




THIS "GETTING STARTED WITH LOOPS" DOC TURNS CLAUDE INTO AN EMPLOYEE THAT SHIPS WHILE YOU SLEEP spoiler: prompt engineering didn't survive the 4 loop types, from you-drive to fully hands-off: > turn-based - 25% autonomy. one task per round, control returns to you. best for exploration when requirements are unclear > goal-based - 70%. you define "done" with /goal and a separate evaluator keeps sending Claude back until it clears the bar. tests passing, target scores, bugs cleared > time-based - 60%. /loop fires on a schedule: check the PR every 5 minutes, address review comments, fix failing CI > proactive - 95%. an event fires, a router dispatches child agents in parallel, a review model oversees the output. no human online at all the advice in it that matters most: loop quality depends on system quality, and tokens are the real cost knowing the 4 types is level one this article is the full 14-step roadmap from typing prompts by hand to designing loops - /goal, SKILL.md, worktrees, MCP, all of it start climbing 👇




We're extending Claude Fable 5 access on all paid plans, as well as keeping Claude Code’s weekly rate limits 50% higher, through July 19.



The Crypto Card Where Rewards Are Always Locked😂 > my first airdrop, 11,250 $TRIA locked until July 30 > in season 2 I earned 136k XP and got a 6,000 $TRIA airdrop for it > my second airdrop is locked for a YEAR (May 2027) lmao > I earned over $700 in cashback, but guess what that's locked too > I can't claim the cashback until August 31 > you don't own the card, you're just renting it for $250 a year💀 And yet… I’m still using @useTria because the exchange rate + cashback are actually great Stockholm syndrome confirmed?










I compared 5 crypto cards on the exact same purchase in Europe. Test #4 👇 Same store, same EUR 7.65, same minute. Here's the all-in cost after cashback: - @ether_fi : $8.48 - @Krak : $8.58 - @Plasma : $8.63 - @wirexapp : $8.82 - @KASTxyz : $9.03 Same grocery run, but a 6.5% gap between cheapest and priciest. It comes down to FX spread, fees and cashback. Etherfi took it on the best rate plus onchain cashback. KAST charged the worst FX and a low-value fee on top. What should I test next?





THE ANATOMY OF A LOOP RUNNING WHILE YOU SLEEP an anthropic engineer runs autonomous code cycles on a closed laptop using a five-file folder this loop architecture opens pull requests and runs tests without a single chat prompt: > contract.md - defines the shift rules and operational boundaries > schedule.yml - triggers the cron events to launch the next cycle > rubrics/ - stores the graders to evaluate output quality before staging > state/ - logs active checkpoints to recover from system crashes the window to run Fable 5 reasoning loops under the $20 subscription closes on July 12th build your autonomous pipelines now before it shifts to expensive API billing grab the full folder blueprint below 👇
