I built a "headless" agent that lives in the background and generates its own UI on the fly (POMP Alpha)
This voice-first ambient agent lives in your background and creates ephemeral HTML interfaces for tasks like Gmail and WhatsApp.
Developer erhard-dinhobl has released POMP Alpha, an experimental 'headless' AI agent designed for ambient computing. Unlike traditional chatbots that require active prompting, POMP is built to run continuously in the background, listening via microphone and observing via camera. Its core innovation is the 'Program that doesn't exist' concept: when the agent needs to display information—like a specific email thread or a summarized chat—it doesn't output plain text. Instead, it dynamically generates a custom, ephemeral HTML user interface tailored to that exact moment's context, which then disappears after use.
Technically, POMP is built on a Node.js backend and leverages the Model Context Protocol (MCP) to give the agent real-world agency. Current MCP integrations allow it to interact with Gmail, send and summarize WhatsApp messages, connect to Chrome DevTools for browser control, and pull data from standard APIs like weather services. The developer describes it as a buggy, high-latency alpha focused on refining 'agentic loops.' The project is open-sourced on GitHub to gather community feedback and explore which additional MCP servers could enhance this always-on agent paradigm.
The project represents a significant shift towards voice-first, generative UI systems that could redefine human-computer interaction. The developer's inspiration draws directly from sci-fi interfaces seen in Star Trek and Minority Report, aiming to move beyond static apps to a world where software interfaces are generated contextually and temporarily. This approach challenges the current model of installed applications, suggesting a future where the operating system itself is an intelligent agent that materializes tools only when needed.
- Generates ephemeral HTML UIs on the fly for context-specific tasks like email or chat summaries.
- Built on the Model Context Protocol (MCP) for tool integration with Gmail, WhatsApp, and Chrome DevTools.
- Operates as a 24/7 background agent with voice control and camera input, moving beyond the chatbot paradigm.
Why It Matters
It prototypes a future where operating systems are intelligent, ambient agents that generate software interfaces only when needed, eliminating static apps.