Show HN: Pizza Bot – An inbox for AI agents that work in the background
11–20 of 45 posts
Re: Show HN: Pizza Bot – An inbox for AI agents that work in the background
#12This looks great. I've been playing around with GrokBot, and like a lot of what it does, but would much, much prefer an open source project to manage various asynchronous tasks. What I like about GrokBot is the combination of freeform agent discussions, scheduled jobs, agent-to-agent communication, per-agent memory, and the fact that they all get a sandboxed instance with a browser. It's very well implemented. I thin…
We do ship a QuickJS code interpreter, but otherwise, sandboxing is something we deferred until after launch to make sure we have time to get it right. LangGraph / DeepAgents, which we’re built on, already have the right hooks in place, though. :)
Re: Show HN: Pizza Bot – An inbox for AI agents that work in the background
#13Why not use real email?
In our case, we wanted to borrow the UX of email (to be intuitive to knowledge workers) but not necessarily the implementation.
Was there a particular workflow you had in mind here?
Re: Show HN: Pizza Bot – An inbox for AI agents that work in the background
#14Re: Show HN: Pizza Bot – An inbox for AI agents that work in the background
#15Do you have a list of a few mcp servers or other tools you would add to help with the pizza-bot specific workflow? For example, how would you enforce structured output, should that be an mcp server, a plugin, already in the box?
Re: Show HN: Pizza Bot – An inbox for AI agents that work in the background
#16congrats on the public launch! it's been clear to me for a while now that agents will need their own ways to communicate and an asynchronous inbox/task system is a necessity already. will point my agents at the repo to see how we can leverage
Thanks! I was pleasantly surprised with how naturally a lot of email idioms seemed to align here. In retrospect, it makes sense if you think of human-to-agent communication as another form of asynchronous communication.
Re: Show HN: Pizza Bot – An inbox for AI agents that work in the background
#17Re: Show HN: Pizza Bot – An inbox for AI agents that work in the background
#18Nice work! Can you comment on how this differentiates from Paperclip?
It's an interesting alternate UX framing, for sure. It's possible there are scenarios where a different abstraction makes more sense, but I'm personally curious to see how far we can extend the email idiom!
Re: Show HN: Pizza Bot – An inbox for AI agents that work in the background
#19Earlier quoted context omitted.
Thanks! I was pleasantly surprised with how naturally a lot of email idioms seemed to align here. In retrospect, it makes sense if you think of human-to-agent communication as another form of asynchronous communication.
yep. as someone who is inbox zero and treats my inbox(es) as task management, it all makes sense to me!