Dark mode switch icon Light mode switch icon

🔨 Building

email-assistant: an AI assistant you talk to over email

1 min read

An AI assistant you talk to entirely over email — you send it a message, it does the work in its own sandbox, and it emails you back. This one started small but turned into a project I’m really proud of.

Most of the interesting work was in the architecture:

I learned a lot about the trade-offs of sandboxing agents, and of letting an agent build its own skills. It’s a genuinely tricky design problem: how do you give an agent enough power to be useful while keeping it secure?

Built with FastAPI, Procrastinate, PydanticAI and Mailgun. Code is on GitHub.

Originally published on by Larry Hudson