
Hanselminutes with Scott Hanselman The Rise of The Claw with OpenClaw's Peter Steinberger
30 snips
Feb 12, 2026 Peter Steinberger, founder of OpenClaw and creator of local-first AI tooling, discusses building fast, personal AI that lives in your environment. He talks about native apps vs nodes, intentional install complexity, balancing privacy and latency, agent personalities, and practical automations like voice control and file tasks. The conversation digs into security tradeoffs, observability, and making agents feel ambient and helpful.
AI Snips
Chapters
Transcript
Episode notes
Building In Public Sparked Real Contributions
- Peter Steinberger built an agentic personal assistant (OpenClaw) and showed it privately before releasing it publicly to friends and Discord, which sparked organic contributions and pull requests.
- He intentionally made installation non-trivial to force users to read docs and to avoid casual misuse, which later created a cottage industry of installers and support requests.
Make Risky Installs Intentionally Hard
- Do make complex or dangerous tools intentionally non-trivial to install so users read the docs and understand risks before using them.
- Peter compares this to open-source medical devices that avoid one-click installers to prevent misuse and harm.
Nodes Turn Your Devices Into Personal Assistants
- Local nodes let you command remote machines through a single agentic interface, enabling tasks like zipping a desktop file and emailing it via Telegram.
- Scott Hanselman uses a Windows node exposing canvases and system.run as a practical assistant replacement for remote helpers.

