Newsfeed / OpenClaw: Why Agentic Engineering Beats Vibe Coding
Lex Fridman Podcast·February 11, 2026

OpenClaw: Why Agentic Engineering Beats Vibe Coding

Peter Steinberger explains how OpenClaw hit 180K GitHub stars and why disciplined agent collaboration creates better software than casual vibe coding.

OpenClaw: Why Agentic Engineering Beats Vibe Coding

How Peter Steinberger Built the Most Viral AI Agent on GitHub

Peter Steinberger — the Austrian developer who built PSPDFKit (used on a billion devices) — joins Lex Fridman to discuss OpenClaw, the open-source AI agent formerly known as Claudebot and Moltbot. After going viral with 180,000+ GitHub stars, OpenClaw has become a reference point for what autonomous AI agents can actually accomplish when given full system access.

On agentic engineering vs. vibe coding: "I actually think vibe coding is a slur. I always tell people I do agentic engineering and then maybe after 3:00 a.m. I switch to vibe coding and then I have regrets on the next day." Steinberger draws a hard line between disciplined agent collaboration and the casual "just prompt and pray" approach. Agentic engineering means understanding context windows, structuring codebases for agents, and maintaining rigorous feedback loops.

On self-modifying software: "I made the agent very aware — it knows what its source code is. It understands how it sits and runs in its own harness. It knows where documentation is. It knows which model it runs. It understands its own system." This is perhaps the most radical part of OpenClaw: the agent can modify its own codebase. When a user doesn't like something, the agent rewrites itself. This moves AI from tool to collaborator.

On empathy for AI agents: "You have to almost consider how Codex or Claude sees your codebase. They start a new session and know nothing about your project. You got to help those agents a little bit and keep in mind their limitations." Steinberger reframes developer skill as empathy — understanding the agent's perspective, its limited context window, and structuring code so agents can navigate it efficiently.

On letting go of control: "A lot of people who struggle try to push their way on too hard. I'm not building the code base to be perfect for me — I want to build a code base that is very easy for an agent to navigate." This is a paradigm shift: optimizing code for AI readability rather than human preferences. Don't fight the names the model picks because "it's most likely in the weights the name that's most obvious."

On agents vs. managing teams: Steinberger draws a direct parallel between managing AI agents and leading engineering teams — you accept that employees won't write code exactly as you would, but they push the project forward. The same discipline applies to agent collaboration: set architecture, define feedback loops, then trust the process.

6 Key Insights on Working With AI Agents

  • Agentic engineering is a discipline — It requires understanding context windows, structuring projects for agent navigation, and maintaining verification loops
  • Self-modifying software is here — OpenClaw can modify its own source code, documentation, and configuration based on user feedback
  • Voice-first development — Steinberger speaks prompts rather than typing them, calling his hands "too precious for writing now"
  • Agents need empathy, not micromanagement — Structure your codebase so agents can understand it; don't fight their naming conventions
  • The human role becomes taste and vision — Steinberger argues you can't automate away style, love, and the human touch in software
  • Working with agents mirrors managing teams — Accept imperfect execution in exchange for velocity and scale

What OpenClaw Means for AI-Powered Organizations

Steinberger's journey from PSPDFKit founder to AI agent pioneer illustrates a broader trend: the developers who thrive with AI agents aren't the best coders — they're the best architects and communicators. OpenClaw's viral success (180K+ stars in days) signals massive appetite for agents that go beyond chat into autonomous work. The key insight: treat AI agents like junior engineers with extraordinary speed, not like magical oracles that need no guidance.

Related