WUPHF
Open-source multi-agent 'office' — AI teams that think together
The Panel's Take
WUPHF is an open-source orchestration system that turns multiple LLM agents into a visible, collaborative 'office.' Spawn a CEO, PM, engineers, and designers as agents running simultaneously — all able to @mention each other, claim tasks, and maintain a shared wiki of knowledge. It's like GitHub for agent thought. The architecture is cleverly frugal: instead of accumulating context, WUPHF uses fresh sessions per turn with Claude's prompt caching, hitting 97% cache hit rates and dropping five-turn sessions to roughly $0.06. Agents are push-driven — they only wake when notified, meaning zero idle token burn. A dual memory system (per-agent Notebooks + shared Wiki) keeps the team aligned across sessions. Built by indie developers and spotted trending on Hacker News, WUPHF targets the rapidly growing segment of builders who want more than one AI "employee" but don't want to pay enterprise orchestration prices. Telegram bridge, Composio integration, and a clean web UI at localhost:7891 round out the package.
Share this verdict
WUPHF verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/wuphf-multi-agent-office-open-source-llm-wiki-collaboration-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare WUPHF with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/wuphf-multi-agent-office-open-source-llm-wiki-collaboration-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/wuphf-multi-agent-office-open-source-llm-wiki-collaboration-2026" alt="WUPHF Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/wuphf-multi-agent-office-open-source-llm-wiki-collaboration-2026)<iframe src="https://shiporskip.io/embed/wuphf-multi-agent-office-open-source-llm-wiki-collaboration-2026" title="WUPHF ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“The token-efficiency story alone makes this worth trying — $0.06 for a five-agent session is remarkable. The @mention graph and shared wiki are genuinely novel patterns that every multi-agent framework should steal.”
“The 'AI office' metaphor sounds fun until you're debugging why the agent-CEO contradicted the agent-PM three turns ago. Fresh-session architecture fixes cost but breaks longitudinal reasoning — agents can't truly learn from mistakes across days.”
“This is what agent-native software development looks like before the big platforms catch up. The Telegram bridge and push-driven activation pattern hint at a world where your 'team' lives in your chat app, not a browser tab.”
“Being able to spin up a dedicated 'creative director' agent alongside your developer agents is genuinely useful. The visible activity stream means you can actually see the creative process unfolding in real-time.”