frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Pizza Bot – An inbox for AI agents that work in the background

https://github.com/pizza-bot-app/pizza-bot
3•jd_•55m ago

Comments

jd_•55m ago
Hi HN - long-time lurker (since 2012!), first time poster.

Pizza Bot is a self-hosted desktop app for Mac, Windows, and Linux that runs AI agents in the background and exposes them through an email-like UI. Finished work shows up in Unread, and anything waiting on your approval shows up in Action. It's Apache 2.0-licensed, there's no signup and no telemetry, and you bring your own model provider: Anthropic, Amazon Bedrock, Google Gemini, OpenAI, OpenRouter, or a local model through Ollama. There are builds on the releases page, or you can run it from source.

Pizza Bot started as an internal passion project I worked on with a small team at Amazon.

The whole thing came out of my frustration at having to manually log CRM activities through a browser form. I built a simple REST API called "JoeBot" that connected to my authenticated browser session over CDP and filled out the form for me using Playwright. Then I hacked up a quick Obsidian plugin so I could trigger it from my local notes (no AI and no MCP servers involved).

This caught on quickly. My fellow AWS Solutions Architect Igor Fil joined up with me, and we rebranded the project as "Pizza Bot," named after Amazon's two-pizza teams. We started seeing what other automations we could build. We found a GraphQL API we could query and hacked up some "recipes" to pull data out of the CRM to help with meeting prep. That worked great, and it was right around the time MCP servers seemed to be taking off, so we decided to expose Pizza Bot as an MCP server instead, so it would be available to AI tools through natural language.

This was a decent solution for technical users, but the Account Managers who live inside our CRM system wanted something too. We decided to rebuild Pizza Bot as an Electron desktop app modeled after an email inbox, so it would be familiar to non-technical users and would run on both Mac and Windows. We also bundled internal MCP servers as OCI images and hosted them in Amazon ECR as an "addon marketplace" so users could install them with one click without having to set up Amazon developer tooling.

The project took off organically and expanded outside of AWS into the wider Amazon organization globally. More than 2,000 people ended up using it for meeting prep, email drafting, Slack summaries, CRM logging, prioritizing their day, and web research.

Once apps like Claude Cowork and Amazon's own Quick Desktop came out, we realized the real growth opportunity was outside of Amazon. Rather than try to rip out the Amazon-specific integrations, we rebuilt Pizza Bot once more as an open source project. We leaned on coding agents heavily, which is the only reason a team our size could pull off a full rewrite. I'm pleased to say it's finally public, and we're hoping to bring in community members and see where it goes. We'd like to do for knowledge workers what Claude Code and Codex have done for programmers.

A couple of things to know up front. Most of what made Pizza Bot useful on day one inside Amazon came from that internal catalog of skills and MCP servers for Amazon's own systems, and none of it could come out with the app. So it ships thinner than the version those 2,000 people used, and building that catalog back up for tools other people actually use is where we need the most help. It's also a community project and not an AWS service, so there's no support or SLA behind it. The Windows and Linux builds aren't signed yet either.

On the technical side, Pizza Bot is a server and a client. The desktop app bundles both, or you can point a client at a remote backend; personally, I self-host the server on my home network and reach it from my phone over Tailscale. The server owns the thread lifecycle and checkpoints state with DeepAgents and LangGraph, and clients rehydrate from it as needed, so you can disconnect mid-run and pick the thread back up from another client. Approval pauses outlive the session that created them and collect in an Action filter, so you can answer an hour later from a different device. The agent you talk to has a sandboxed QuickJS interpreter that can reach your filesystem only if you grant it a folder, but its main job is to delegate. Each subagent is a 1:1 mapping of a Skill, and an Activity bar shows that subagent and the tool calls it's making as it works. Memory is opt-in and stored as plain markdown files on your machine. Every tool call is explicit, including looking up a memory - we err on the side of transparency to reduce surprises. Tools come from MCP servers, and skills are ordinary SKILL.md files with a per-tool approval policy, so existing skills that don't require a code interpreter should still work.

What I'd most like to hear about is where the app itself gets in your way, the kind of problem you can't fix by writing a skill or an MCP server. I'm around today to answer questions!

Building a t-shirt factory factory

https://www.breakingchange.blog/p/building-a-t-shirt-factory-factory
2•hazelcough•47s ago•0 comments

Intel Reverses Decision to Cancel Their Open-Source Font Project

https://www.phoronix.com/news/Intel-One-Mono-Saved
2•rbanffy•1m ago•0 comments

Splash-free urinals: Design through physics and differential equations

https://academic.oup.com/pnasnexus/article/4/4/pgaf087/8098745
2•gradus_ad•4m ago•1 comments

Scalpel – give AI coding agents get_symbol() instead of a whole file

https://github.com/amritessh/scalpel-mcp
2•amritesh7•5m ago•0 comments

The Walnut Creek CD-ROM Collection

https://archive.org/details/walnutcreekcdrom
2•lioeters•5m ago•0 comments

Four Biological Conjectures: Strange and Marvelous Challenges for Biological AI

https://americanwetware.substack.com/p/four-biological-conjectures
2•Stwerner•7m ago•0 comments

Musk urges top AI labs, Chinese companies to test each other's models

https://www.cnbc.com/2026/09/15/elon-musk-ai-safety-testing.html
3•cramer4next•8m ago•0 comments

Published Subagent Costs Range from 15,000 to 436,000 Tokens. Measure Your Own

https://www.practicalsystems.io/blog/measure-your-subagent-token-cost
3•practicalsystem•8m ago•0 comments

Anthropic and OpenAI look to Uncle Sam to make them too big to fail

https://www.theregister.com/ai-and-ml/2026/09/15/anthropic-and-openai-look-to-uncle-sam-to-make-t...
3•sbulaev•8m ago•0 comments

Ask HN: Lesser known features of macOS/iPadOS/iOS/etc. 27

3•lucasoshiro•9m ago•0 comments

Show HN: Extract original images from a PDF in the browser

https://imissfiles.com/extract-pdf-images/
3•theholygrail•10m ago•0 comments

The Dangerous Ideology Behind the AI Warnings

https://www.thefp.com/p/dangerous-ideology-effective-altruism-artificial-intelligence
3•bilsbie•10m ago•0 comments

Show HN: An open source safety layer for AI agent actions

https://github.com/CTRLRun/ctrlrun
3•arpanghoshal•12m ago•1 comments

We stopped writing agent tools after exposing our app as a filesystem

https://newsletter.cloudsquid.io/p/agents-need-their-own-ui
3•shatoboar•12m ago•0 comments

Recurse Center: Dynamic Documents as Personal Software [video]

https://www.youtube.com/watch?v=MccJdr61xnc
3•skadamat•12m ago•0 comments

Detecting Autonomous Adversaries by Their Re-Planning Loops

https://medium.com/meetcyber/script-vs-agent-detecting-autonomous-adversaries-by-their-re-plannin...
3•ls1911•12m ago•0 comments

Speeding up gearhash on ARM64 (2× faster)

https://sam.dev/blog/gearhash-on-arm64
3•pranitha_m•13m ago•0 comments

America's Driver's License Breach Is a National Security Disaster

https://www.lawfaremedia.org/article/america%27s-drivers-licence-breach-is-a-national-security-di...
6•hn_acker•17m ago•0 comments

GPS

https://ciechanow.ski/gps/
3•at1as•17m ago•1 comments

Show HN: Claude Meter – a macOS menu-bar meter for Claude's usage limits

https://github.com/sanchitkd/claude-meter
3•sanchitkd•17m ago•0 comments

Laundering Federal Election Interference in the Midterms

https://www.lawfaremedia.org/article/laundering-federal-election-interference-in-the-midterms
2•hn_acker•18m ago•1 comments

Programmatic comparison tool for 42 cloud providers across 9 categories

https://cloudcompare.dev/
2•atmeszaros•18m ago•0 comments

14,000 public domain videos visually searchable for free

https://www.youtube.com/watch?v=2dzqQItDmdg
2•Gecko4072•19m ago•1 comments

Show HN: Go Bindings for SCIP Optimizer

https://github.com/egoisutolabs/scipgo
2•generalist_dev•19m ago•0 comments

How to Run Super Mario Bros on Xiaomi Mi Band 4

https://blog.qwertyforce.dev/posts/miband4_nes
2•qwertyforce•20m ago•1 comments

V1.1 state of open source- OS 4.4 months behind frontier [pdf]

https://stateofopensource.ai/state-of-open-source-ai-v1-1.pdf
9•airplanesandOS•22m ago•4 comments

Don't Trust. Verify. Offline, sub-millisecond agent verification with ANS

https://www.godaddy.com/resources/news/dont-trust-verify-offline-sub-millisecond-agent-verificati...
2•kperry•23m ago•0 comments

The Convenient Fear of AI

https://medium.com/@claudi.martinez/the-convenient-fear-of-ai-9f38cfa5898b
2•curial•24m ago•0 comments

You can run Git on object storage if you re-make packfiles

https://www.tigrisdata.com/blog/objgit-packfiles/
3•techknowlogick•25m ago•0 comments

Code Snacks

https://laurenbasser.site/code-snack
2•ibobev•25m ago•0 comments