Balloon That Pops When Claude Finishes: Physical Agent UI with whisper.cpp

✍️ OpenClawRadar📅 Published: July 11, 2026🔗 Source
Ad

A developer built a desktop balloon UI that inflates as you speak a task, then floats across your screen while a real Claude Code agent runs in the background. When the agent finishes, the balloon pops with confetti and a result card. If it fails, the balloon deflates sadly.

How It Works

  • Voice input: Hold a nozzle on a helium tank icon, speak a task like "Clean up my Downloads folder and sort everything into subfolders" or "make me a todo list app." The balloon inflates with your voice, and the transcript appears directly on it.
  • Agent execution: When you let go, the balloon floats across the screen while a real Claude Code agent runs the task in the background. The balloon fidgets whenever the agent is actively doing something.
  • Live console: Double-click the balloon to drop down a tiny console showing every thought and tool call live.
  • Parallel agents: Speak multiple tasks and have several balloons floating at once, each running its own agent in parallel.
  • Drag and park: Drag a balloon by its tag to park it somewhere.
Ad

Technical Details

  • Transcription: Runs locally using whisper.cpp — no cloud dependency.
  • Agent backend: The agents run through the Claude Agent SDK using your existing Claude Code login, so there's no setup and no separate bill.
  • Licensing: Completely free and open source.

Why This Exists

The creator notes that agents still feel intimidating to most people, and "nobody is scared of a balloon." This project is the opposite end of the same idea as a physical gear shifter for switching models — making agent software feel physical.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Agent Architect: Free Tool Generates Complete Workspace Files for AI Agents
Tools

Agent Architect: Free Tool Generates Complete Workspace Files for AI Agents

Agent Architect is a free interactive tool that walks users through 40+ questions about their AI agent, then compiles everything into a formatted prompt to generate seven production-grade workspace files: SOUL.md, IDENTITY.md, AGENTS.md, OPERATIONS.md, TOOLS.md, MEMORY.md, and HEARTBEAT.md.

OpenClawRadar
RunAnywhere RCLI: On-Device Voice AI Pipeline for Apple Silicon
Tools

RunAnywhere RCLI: On-Device Voice AI Pipeline for Apple Silicon

RunAnywhere has released RCLI, an open-source voice AI pipeline for macOS that runs STT, LLM, and TTS entirely on Apple Silicon devices. The tool uses their proprietary MetalRT inference engine and claims significant performance improvements over existing solutions.

OpenClawRadar
ConnectSafely AI MCP Server Links LinkedIn to Claude for Direct Control
Tools

ConnectSafely AI MCP Server Links LinkedIn to Claude for Direct Control

ConnectSafely AI provides an MCP server that connects LinkedIn directly to Claude, allowing users to send messages, search for people, check profile visitors, and track conversations through prompts without switching tabs.

OpenClawRadar
CK Search: Local Semantic Search Tool with MCP Server Integration
Tools

CK Search: Local Semantic Search Tool with MCP Server Integration

CK Search is a local semantic search tool with a built-in MCP server that indexes any text directory without cloud dependencies. The tool can be used by AI agents via MCP, and the source provides a practical walkthrough covering setup, strengths, and limitations compared to grep.

OpenClawRadar