← Back to library
▶ quest log
Building a Loop in Claude.ai: Two Scheduled Tasks That Take Turns (Sourcer + Checker)
@derrickfromzeroView profile ↗
◇ Could this help me?
Yes: The two-scheduled-task pattern (sourcer + checker alternating hourly in Claude.ai) is a concrete, low-code way to implement loop engineering. The Notion database as shared state is the key mechanism, one task writes, the other reads and critiques.
✦ Walkthrough+10 xp / step
0 / 5 steps · adopt for +40
$ suggested_prompt+40xp
Create two Claude.ai scheduled tasks that alternate hourly. Sourcer prompt: 'Search for [topic] and write each result with key details to [shared doc/Notion database].' Checker prompt: 'Read each entry in [shared doc] and for each one, assess whether it meets [criteria]. Mark it as Valid/Invalid and explain why.'