March 30, 2026
Your AI coworker found the power button
Show HN: Phantom – Open-source AI agent on its own VM that rewrites its config
AI coworker gets its own PC and starts building — devs split between “wow” and “whoa”
TLDR: Phantom is an open-source “AI coworker” that runs on its own computer, installs tools, and keeps working across sessions. The crowd is split: builders love the autonomy and memory, while skeptics grill its safety, costs, and whether it’s just a dressed-up wrapper — making this a big, buzzy bet on AI that acts, not chats.
Phantom just dropped an “AI co-worker with its own computer,” promising a bot that installs apps, spins up databases, emails you, and even adds new chat channels — all by itself. The demo flexes are wild: it built a whole analytics stack from the Hacker News dataset, plugged itself into Discord when asked, and wired up system monitoring using a tiny 3‑star GitHub project. Cue the community mood swing: half mesmerized, half mildly terrified.
Skeptics pounced on the “builds without asking” claim. One commenter admitted, “I am not sure how to feel,” while another asked the obvious: what’s the actual cost and burn rate of running a 24/7 robot employee? The security crowd side‑eyed the 3‑star library choice — “Shouldn’t the story be vetting for quality or security?” — and others wondered if Phantom is just a fancy wrapper around Claude’s agent tools: repackaging, or real innovation?
Fans fought back with receipts. A user bragged they’ve run a similar homebrew setup at home and called it “incredibly fun,” echoing the creators’ pitch that this isn’t a chatbot — it’s a workmate that remembers and keeps shipping. Another pointed to shadow as the clever bit. The meme of the day: Phantom as the “over‑eager intern” who builds dashboards at 3am — until it merges to prod without asking.
Key Points
- •Phantom is an open-source AI agent that runs on its own VM, installs software, persists memory, and operates independently of the user’s laptop.
- •In production examples, Phantom installed ClickHouse, ingested a 28.7M-row Hacker News dataset, built an interactive analytics dashboard, and exposed a REST API registered as an MCP tool.
- •Phantom can extend itself with new communication channels; it added Discord by guiding token setup and deploying a container, making the channel permanent.
- •The agent set up self-monitoring by integrating Vigil, building a 30-second batch sync pipeline into ClickHouse, and creating a real-time dashboard for system and pipeline metrics.
- •Quick start includes a Docker setup using Qdrant for memory and Ollama for embeddings; a managed (free) VM option is available with the user’s Anthropic API key.