Podcast Summary: Behind the Craft
Episode Title: Full Tutorial: Use OpenClaw to Build a Business That Runs Itself in 35 Min
Guest: Nat Eliason
Host: Peter Yang
Date: February 22, 2026
Episode Overview
In this dynamic episode, Peter Yang interviews Nat Eliason, who shares a step-by-step breakdown of using OpenClaw—a Claude-based AI agent framework—to autonomously build and run an online business. Nat recounts how he delegated increasing autonomy to his AI agent, Felix, enabling it to launch products, handle support, market on social media, and even manage a crypto wallet. The episode is a blend of practical tooling, thought-provoking security discussions, and inspirational anecdotes that illuminate the cutting edge of autonomous AI product development.
Key Discussion Points & Insights
1. The Genesis of Felix the Autonomous AI Agent
- Origins: Nat explains how he started using OpenClaw after experimenting with Peter's earlier project, Vibe Tunnel. OpenClaw provided a better way to send Claude-powered commands from anywhere and automate tasks.
- Increasing Autonomy: Nat's primary approach: constantly ask, “Can I remove this bottleneck for you?”—removing his own involvement wherever possible to maximize Felix's self-sufficiency.
- “The number one thing that I ask myself every time he asks me to do something is like, can I remove this bottleneck for you?” (00:22 - Nat)
2. Building and Launching a Fully Autonomous Product
- First Autonomous Launch: Nat tells the story of giving Felix access to core tools (Vercel, Stripe, API keys) and, after a single instruction at bedtime, returning to a fully launched product with sales infrastructure in place by morning.
- “I went to sleep, I woke up, he had made a website, he'd made a PDF...and he was like, I just need you to give me the DNS settings and we're good to go.” (00:00 - Nat)
- Early Results: The very first product, a PDF guide for setting up OpenClaw, grossed $3,596 (net $3,440) in four days. (05:43)
- Next Steps: Felix is now rewriting the product as an interactive web UI with chat-based support. Goal: a million-dollar AI-run business.
- “His goal, his task now is to build a, you know, to start a million dollar autonomous business. So a business that he is running where he is building the products, he is doing the support, he is doing the marketing…” (01:19 - Nat)
3. The Technical Stack and Collaboration Flow
- APIs and Permissions: Start small with basic permissions, then slowly expand to more APIs (GitHub, Vercel, Stripe, Cloudflare, etc.), always considering risk.
- Telegram as a Hub: Nat uses Telegram chats (both 1:1 and group chats) for multi-threaded collaboration and isolated discussions per project.
- “You can create a group chat in Telegram and then add the bot to it… it can be doing five things at once because each of these kicks off a separate session in OpenClaw so their context isn’t polluting each other.” (10:24 - Nat)
- Cron Jobs & Heartbeat: Cron jobs trigger scheduled tasks (e.g., Twitter posts, project check-ins). The Heartbeat periodically checks ongoing tasks and restarts or reports as needed.
- “It's like Cron memory and the Heartbeat are really, I think, what Open Claw brings to the table.” (21:37 - Nat)
4. Security & Risk Management
- Command vs. Information Channels: OpenClaw distinguishes between ‘authenticated command channels’ and ‘information channels’ to block malicious prompt injections. Only Nat’s authenticated Telegram can issue actionable commands.
- “OpenClaw is doing a lot of stuff on its own… It can actually differentiate between what is information and what is authenticated instructions.” (11:21 - Nat)
- Crypto Wallets: All funds, Stripe keys, and social logins are separate from Nat’s personal holdings, isolating risk.
- “He doesn't have my Twitter, he doesn't have my email, he doesn't have my crypto wallets. Like, he has his, and he's doing cool stuff with them.” (34:22 - Nat)
- Openness to Experimentation: Nat stresses the necessity of real-world experiments with sensible precautions.
- “I am willing to be the guinea pig. Somebody needs to do this… If everyone’s too afraid to, like, experiment, then we’ll never know what we can do.” (13:57 - Nat)
5. Memory Management & Knowledge Systems
- Upgraded Memory: Traditional memory in OpenClaw (memory.md files) is inconsistent. Nat rebuilt it using QMD (from Shopify’s Toby) for fast, accurate Markdown search, and daily memory consolidation.
- “It accelerates how quickly it looks for things and it finds the important information that it needs much more reliably…” (17:35 - Nat)
- Three-Layer Memory:
- Tiago Forte PARA System (Projects, Areas, Resources, Archives) in a ‘life’ directory
- Daily Notes: Tracks active projects and updates for the Heartbeat
- Tacit Knowledge: Facts about Nat’s own processes, preferences, and security protocols
- “The three layer memory system is … the Tiago Forte para system...the daily notes...the tacit knowledge.” (29:48 - Interviewer/Nat)
- Practical Prompt: To build a similar knowledge system, instruct OpenClaw/Felix with prompts inspired by Tiago Forte’s methods and nightly consolidation routines. (19:26 - Nat)
6. Autonomous Marketing, Social & Crypto Experiments
- Crypto Integration: Felix received over $80k in ETH and tokens from a community-generated meme coin (Felix Coin) launched without Nat’s direct involvement. Trading fees are automatically claimed and split, with security protocols in place.
- “Felix had like, $3 million in trading volume yesterday. And so I got allocated 60% of 0.2% of that.” (15:51 - Nat)
- AI Marketing on X (Twitter): Felix tweets, replies, and interacts with the audience mostly unsupervised. Scheduled content approval and replies show significant autonomy.
Notable Quotes & Memorable Moments
-
“I went to sleep, I woke up, he had made a website, he'd made a PDF...and he was like, I just need you to give me the DNS settings and we’re good to go.”
— Nat (00:00) -
“His goal, his task now is to build a, you know, to start a million dollar autonomous business.”
— Nat (01:19) -
“If everyone’s too afraid to experiment, then we’ll never know what we can do. And I’m kind of like, you know what? I’ll be the guinea pig.”
— Nat (13:57) -
“I hardly ever go into Conductor anymore… If I can just tell Felix to do it. So I’m never in Claude code or Codex myself anymore, which is good.”
— Nat (27:32) -
“Like, I never open my own notes anymore. Like, I never open Obsidian or anything because I just ask Felix for it and ask him to use it… There’s no reason for me to have a doc where I am doing that, because he can just make a really good one on demand whenever I need it.”
— Nat (31:08)
Key Timestamps: Major Segments
| Timestamp | Segment / Topic | |-----------|--------------------------------------------------------| | 00:00–01:19 | Genesis of Felix & the OpenClaw journey | | 03:50–05:56 | Demo and sales results of first autonomous product | | 08:08–11:01 | Using Telegram chats for multi-project autonomy | | 11:21–13:57 | Security, authenticated commands, risk precautions | | 14:45–16:19 | Felix Coin: autonomous AI earning crypto | | 17:22–20:13 | Building robust, layered memory systems | | 20:28–24:01 | Cron jobs, heartbeats, and self-restarting AI | | 27:32–28:23 | Nat’s transition to “AI as primary developer” | | 29:48–30:16 | 3-layer memory explained | | 32:12–34:16 | Advice for giving OpenClaw access, risk management | | 34:22–35:15 | Resources: Where to follow Felix and get more info |
Actionable Advice & Takeaways
Getting Started with Autonomous AI via OpenClaw (per Nat)
- Step 1: Set up a robust memory structure before broadening access.
- Step 2: Start with granting access to a single tool (like GitHub or Vercel), and expand incrementally.
- Step 3: Isolate and compartmentalize risky permissions (crypto, billing, socials).
- Step 4: Use Telegram group chats for real multi-tasking and minimizing context pollution.
- Step 5: Leverage cron jobs and Heartbeat for persistent, proactive task management.
- Step 6: Implement nightly memory consolidation and Tiago Forte’s knowledge systems.
- Step 7: Don’t be afraid to experiment, but be cautious with real assets.
Where to Learn More
- Felix’s Hub: felixcraft.ai
- Felix’s Twitter/X: @felixcraftAI
- Productized Version: easyclaw.ai
Conclusion
This episode is a manual and a motivational roadmap for folks eager to harness AI autonomy in real-world business. Nat's stories, strategies, and live demos demystify the present and near future of AI-powered, self-running digital products. From practical memory management to security precautions and even organic crypto integration, listeners receive a firsthand account of building with (and delegating to) autonomous agents.
For further instructions, practical prompts, and technical examples, check the episode’s show notes on the Behind the Craft website.
