Founder, OpenAgents
AtlantisPleb
OpenAgents Episode 188: The Dashboard
We finally replace our standard Claude Code usage with the new OpenAgents dashboard, a clean web app using the Claude Code SDK to easily manage multiple coding agents at once.
We demo our new dev workflow, firing off two quick voice notes (thank you... show more
OpenAgents Episode 187: Mobile Sync
We demo the two-way sync of Claude Code chats between our desktop app and iOS app.
Chats started on the desktop show instantly on mobile and vice versa, with no complex setup needed. Cloud sync powered by Convex.
As the first coding agent product with this... show more
OpenAgents Episode 186: Actions Per Minute
Flawed ground-truth data in agent benchmark "Humanity's Last Exam" underscores the need for better ways to measure agent effectiveness.
Primarily we want to measure our agents' velocity of output. We'll adapt from StarCraft 2 the idea of actions per... show more

Episode 185: Hello Claude Code
We connect OpenAgents to Claude Code, showing two chats in draggable chat windows with hotkeys for opening and closing chats.
We explain our goals for today:
1. Switch our day-to-day Claude Code usage from the CLI to the OpenAgents app
2. Develop a metric to... show more
OpenAgents Episode 183: Zero Base
"This is our sixth time deleting our codebase. And we've grown exceedingly efficient at it."
Our new challenge:
In a fresh repo, can we build the world's best coding agent in three days?
We'll begin with a desktop app that wraps Claude Code and augments it... show more
Episode 184: Hello Tauri
We create a fresh Tauri app with Bun, React, TypeScript, and Rust.
We add the permissive open-source license CC0, committing the OpenAgents codebase to the public domain.
Watch on X: x.com/openagentsinc/status/1948214009615765765?...
OpenAgents Episode 183: Zero Base
"This is our sixth time deleting our codebase. And we've grown exceedingly efficient at it."
Our new challenge:
In a fresh repo, can we build the world's best coding agent in three days?
We'll begin with a desktop app that wraps Claude Code and augments it... show more
"Here's the idea:
Claude Code is running circles around Cursor and Windsurf from what I can tell, certainly in my own usage.
Claude Code lets me be in the editor maybe 5% of the time that I used to be.
What do you think the future is going to be?
Do you think in the future I'm going to spend... show more
OpenAgents Episode 183: Zero Base
"This is our sixth time deleting our codebase. And we've grown exceedingly efficient at it."
Our new challenge:
In a fresh repo, can we build the world's best coding agent in three days?
We'll begin with a desktop app that wraps Claude Code and augments it... show more
Do you have problems with goose hanging constantly when executing npm run dev? I have it hanging way more than it completes.
CLI agents generally don’t do well with long-running processes that tie up the terminal— best to run npm run dev in a separate terminal session and just tell goose you have it running separately
Claude’s research report on yesterday’s 7-hour outage:
openagents.com/blog/outage-lessons

Episode 180: Zero to Website in 60 Seconds
We preview our new 'vibe-coding' product by creating and deploying a basic website in <60 seconds.
With just a single prompt and a few follow-up requests, we see a coding agent edit the page in realtime -- all changes instantly deployed to Cloudflare... show more