dreythomas
← All daily notes

Batch small events instead of reacting to each one

Not every trigger needs to fire the instant something happens. For low-stakes tasks, it's often better to let events pile up for a bit and handle them together — once an hour, or once a day — instead of running a workflow every single time.

Reacting to every tiny event can flood an inbox, spam a channel, or waste effort on something that would have been fine handled in a batch. A daily summary of new sign-ups reads better than ten separate notifications scattered across the day, and it's easier on whoever has to read them. I switched one of my own noisiest workflows to a daily batch and stopped dreading the notifications. Batching also reduces how often a workflow runs, which matters if your tool charges by the run or if too many notifications start training people to ignore them.

Save instant triggers for the handful of moments where speed genuinely changes the outcome.

Try this today: find one workflow that fires constantly on small events and change it to run on a simple daily batch instead.

Want to build one of these with me?

Join the Fall 2026 Coaching Group, seven live Thursdays where we build AI systems on your business, or apply for a 1:1 Build-With-Me Session.

Pick your door →