Brian Lovin
/
Writing

Feb 25, 2026

Why I’m excited about Notion Workers

I shared this video today on X: why I'm so excited about Notion Workers + Custom Agents.

Some context:

I spent this afternoon building a custom agent to help me manage Shiori (a side project I shipped last weekend). I gave the custom agent everything it needs to understand what's happening in my product (email, log drain, sentry alerts, stripe payments, etc) and to do work on my behalf (access to coding agents).

In an afternoon of tinkering, this agent can:

  • Diagnose bug reports proactively by looking through past email conversations, system logs, and database records
  • Draft replies to user questions with the correct answer based on past email threads, or help me proactively reach out to churning paid users
  • Self-construct a database of feature requests with an understanding of who is requesting the feature and how they're using the product today
  • Answer any question I have about how people use the app and what I should be thinking about next
  • Initiate Claude Code workflows to open PRs proactively in the background when someone sends a bug report or feature request

This custom agent is now my "Side Project Chief of Staff" (I don't really know what a chief of staff does but this sounds right).

I didn't write a single line of the worker code because I didn't need to: models are so good that I can link to the Workers readme, yap my desired outcome into a microphone, and I get a super-personal and highly-capable AI agent out the other side.

So fucking cool. The future is now!

I'm excited to see what everyone makes.