AI Agent Human Approval Inbox
sekyr95 · reddit · 2026-07-11
After repeatedly writing the same "human approval" glue code across various AI agent projects—where an agent generates a draft, a human reviews it before sending, and the system executes it—the author abstracted this pattern into a product called Impri.
Core capabilities: agents submit pending actions via REST or MCP tools into a web inbox; humans can approve, reject, or edit the drafts; the system then passes the result back to the agent. The author emphasizes that this "gatekeeper" is structured, relying on more than just a prompt-level "please confirm," making it robust against edge cases.
Technologically, it uses TypeScript + Fastify + SQLite on the backend, a Vue 3 + Vuetify PWA on the frontend, and an MCP server that acts as a thin wrapper for the REST API. It can be self-hosted via Docker Compose. The current v0.1 supports the inbox, MCP, and three watchers: rss, redditsearch, and urldiff.
Related event: New MCP Server Adds Human-in-the-Loop Approval for AI Agents(2 posts)→
More from coding & agent
- Cognition's SWE-2 uses a KKT duality argument in RL to shift the effort Pareto curve — YouJiacheng · 2026-09-11
- First-ever Three.js Conference lands in Paris, with a panel on AI-shortened design workflows — OdinLovis · 2026-09-11
- Data engineering, not agent frameworks, is the real bottleneck for enterprise AI agents — dhruv2038 · 2026-09-11
- RTK Terminal Compression Cuts Tokens but Leaves Your AI Coding Bill Unchanged — Bartaseth · 2026-09-11
- GPT-6 Astra beats Factorio with enemies in 44 in-game hours at ~$4,500 API cost — liminal_bardo · 2026-09-11
- Investment Analyst Asks How to Build a Claude-Based Diligence Agent Stack — Careless_Tie2286 · 2026-09-11