Most "AI workflows" on the internet are a prompt you have to remember to run. An agent loop is different.

It runs whether you remember or not.

This is, in Anthropic engineer Boris Cherny's phrasing, "the simplest thing that works." It's also most of what a solopreneur actually needs.

How it works

``

  • Schedule: every Monday 8am (or hourly, or on-event)

  • Trigger: cron / scheduler kicks the agent

  • Agent: reads inputs, runs the prompt, produces output

  • Delivery: output lands in Slack / email / Notion / a draft

  • Human: reviews and approves — does not initiate

  • ``

    The shift is small but it's everything: you become the reviewer, not the originator.

    Most of your work week is initiation. "What was I going to do next?" "Did I send that?" "When was the last time I…?" Loops eliminate that whole layer. The work shows up. You either approve it or you don't.

    What makes a good loop

    What loops replace

    Each is a recurring solopreneur tax. Each is a one-to-two-hour build and a two-to-five-hour return — every week, forever.

    Why this site emphasizes loops

    Most bottlenecks on this site are best fixed as loops, not one-shot prompts.

    A prompt is a tool. A loop is an employee that doesn't need onboarding.

    If you can't see how a fix becomes a loop, you haven't found the real bottleneck yet. You've found a chore that wants attention. Maybe the discipline is to not build it as a workflow until you can see the schedule.