Show HN: Pizza Bot – An inbox for AI agents that work in the background
41–45 of 45 posts
Re: Show HN: Pizza Bot – An inbox for AI agents that work in the background
#42Re: Show HN: Pizza Bot – An inbox for AI agents that work in the background
#43Re: Show HN: Pizza Bot – An inbox for AI agents that work in the background
#44I have a more basic question; I am trying to understand its purpose. How does this compare with connecting your agent to your ticket tracker? Linear can dispatch the agents: https://linear.app/agents https://linear.app/docs/coding-sessions If it is about local work, how does it compare with simply having your agent monitor a directory for ticket files?
Re: Show HN: Pizza Bot – An inbox for AI agents that work in the background
#45How would you compare PizzaBot to Herdr?
Thanks for the question! Similar to another user’s comment about Paperclip, Herdr looks to provide a layer on top of existing agent harnesses, whereas with Pizza Bot, we run the execution loops for each agent ourselves (built on LangGraph / DeepAgents). This gives us control over checkpointing, human-in-the-loop, etc., and the only “dependency” is your model provider. I’ve been describing Pizza Bot as an “inbox” beca…