@renatov.eth
A Lot Of Hype About Loop Engineering
Someone open-sourced a framework, Boris Cherny from Claude Code reposted it, everyone's bookmarking.
I've had one running in production for weeks.
My community bot The Undertaker doesn't just respond.
It runs loops:
✅ twice a day it collects fresh intel on its own, match data, expert takes, form, and caches it
✅ it makes predictions, then grades itself against the real result and keeps a track record
✅ it feeds its own past hits and misses back into the next prediction, so it gets less wrong over time
That last one is the whole point of loop engineering.
A loop that doesn't check its own output against reality isn't a loop.
It's a cron job with extra steps.
The framework everyone's sharing is a great starting point.
But the hard part was never the scheduler.
It was teaching the thing to be honest about when it was wrong.