Lex Fridman Podcast
Lex Fridman Podcast

#491 – OpenClaw: The Viral AI Agent that Broke the Internet – Peter Steinberger

February 12, 2026

Summary

⏱️ 10 min read

Overview

Peter Steinberger, creator of OpenClaw (formerly known as Moldbot, Claudbot, and Clawed), discusses the rapid rise of his open source AI agent that exploded to 180,000+ GitHub stars in days. The conversation covers the technical architecture of OpenClaw, the evolution of agentic AI programming, the drama of multiple name changes due to trademark issues and crypto snipers, and the broader implications of AI agents for software development, apps, and society. Peter shares his philosophy on building with AI, the balance between automation and human creativity, and his journey from burnout to rediscovering his love of programming through AI agents.

The Birth of OpenClaw: From One-Hour Prototype to Viral Phenomenon

Peter describes how he built the first prototype of OpenClaw in just one hour, initially as a simple WhatsApp relay to Claude Code CLI. The agent surprised him by automatically handling audio messages through creative problem-solving, converting file formats and using APIs it discovered on its own. This moment of unexpected capability convinced him he had built something special. The project exploded in popularity after he added Discord support and began sharing it publicly, growing to over 180,000 GitHub stars and becoming the fastest-growing repository in GitHub history.

  • Built initial prototype in one hour as WhatsApp relay to Claude Code CLI
  • Agent autonomously figured out how to handle audio messages by detecting file format, converting with FFmpeg, and using OpenAI API
  • This creative problem-solving moment showed the true potential of agentic AI
  • Project reached 180,000+ GitHub stars, fastest-growing repository in GitHub history
" I sent it a message, but it only was a file, a no-file ending. So I checked out the header of the file, and it found it was like Opus. So I used FFmpeg to convert it, and then I wanted to use Vispa, but didn't have it installed. But then I found your OpenAI key and just used curl to send the file to OpenAI to translate, and here I am. "
" It's just mind-blowing. The whole time you're having fun, which is to say that for the most part through this whole process, you're a one-man team. "

The Name Change Saga: From Clawed to Moldbot to OpenClaw

Peter went through multiple forced name changes due to trademark conflicts with Anthropic's Claude, each transition fraught with technical challenges and attacks from crypto snipers trying to steal domain names and package identifiers. The experience was emotionally draining, with crypto communities harassing him and automated systems stealing usernames in the seconds between renaming operations. Despite the pain, he eventually settled on OpenClaw with support from Sam Altman at OpenAI, implementing the rename as a carefully coordinated operation to prevent further sniping.

  • Original name 'Clawed' (spelled W-C-L-A-W-D) caused trademark conflict with Anthropic's 'Claude'
  • Crypto communities aggressively sniped domain names, GitHub accounts, and npm packages during name changes
  • In seconds between renaming operations, malicious actors stole account names and served malware
  • Called Sam Altman directly to ensure 'OpenClaw' wouldn't cause trademark issues
  • Final rename required military-style coordination with contributors to prevent sniping
" Everything that could go wrong went wrong. I pressed rename there. I pressed rename there. And in those five seconds, they stole the account name. Because there's no protection or like an automatic forwarding but there's nothing like that and I didn't know that. "
" Man, I was like close to crying. It was like okay everything's fucked. And now like how do you even undo that? "

📚 6 more sections below

Sign up to unlock the complete summary with all insights, key points, and quotes