Small Automation, Big Calm - Inbox Triage and Daily Summaries
Small Automation, Big Calm - Inbox Triage and Daily Summaries
The automations that changed my daily experience were not impressive. No multi-agent orchestration. No complex pipelines. Just two simple things: automated inbox triage and a daily summary.
Inbox Triage
Every morning, before I look at email, an AI agent has already sorted my inbox into three categories: needs response today, informational (read when convenient), and noise (archived automatically). The sorting takes about 2 minutes of compute time and saves me 15-20 minutes of manual scanning.
The accuracy is not perfect - maybe 90%. But even a 90% accurate sort means I only need to review the "informational" pile for misclassified urgent items instead of reading every email.
Daily Summaries
At 8 AM, I get a summary of what happened overnight. Pull requests merged, issues opened, messages received, calendar changes. One page that gives me context for the day without opening six different apps.
This saves another 15-20 minutes. But the real value is not the time saved - it is the calm. Starting the day with a clear picture instead of a flood of notifications changes how the rest of the day feels.
Why Small Beats Big
The temptation is to build elaborate automation systems. A multi-step pipeline that handles your entire workflow end to end. These are impressive to build and fragile in practice. They break, they need maintenance, and they create anxiety about whether they are working correctly.
Small automations are boring and reliable. Inbox triage runs the same way every day. The daily summary compiles the same sources every morning. They do not break because there is nothing complex to break.
The 30-40 Minutes
Combined, these two automations save 30-40 minutes daily. Over a month, that is roughly 15 hours. Over a year, it is almost 200 hours. And unlike complex automations, the maintenance cost is near zero.
The biggest productivity gains hide in the mundane. Automate the boring stuff first.
Fazm is an open source macOS AI agent. Open source on GitHub.