Transcript
A (0:00)
Jensen Huang said just the other day that every company needs an open claw strategy. I mean, he's calling it the new computer, but how do you actually wire this thing up so it holds up in the real world? So I sat down with my friend Moritz and we went through the exact setup that takes you from install to production. This is a super tactical, saucy episode. The clearest way to understand all these concepts. How to structure openclaw versus Claude Cowork. How to set up personalization so it sounds like you. How to make memory actually persist and improve over time. How to configure models and fallback so it stays reliable. How to run Heartbeat MD so nothing breaks in the background. How to lock down security so you can trust it with your business. And then what are different use cases? Like how do I use this thing to come up with ideas for me and create content that doesn't look look like AI slob? This is the most comprehensive one hour masterclass on how to go from I want to install OpenClaw to I've got this thing running and it's a digital employee that's working for me. Moritz, cram on the startup ideas pod. Moritz, by the end of this episode, what are people going to get out of it?
B (1:22)
So. So if you're someone that has heard about openclaw, maybe you even tried setting it up but didn't see the value and it didn't work very well for you. By the end of this episode, you will have a 10 step guide to 10x your openclaw and make it actually useful. You will learn how to set it up the right way, how to tweak it and understand how it works under the hood so that it becomes basically like a superhuman employee. And at the end, I will also share some of the top use cases and systems I have built with my OpenCloan.
A (1:57)
So basically, how people are using it, how you're using it in the wild, I know you're out there. You've got these digital employees doing things. You're going to show us how to use it. You're going to explain these concepts clearly. You're going to take people through all of it. Moritz, you're an absolute angel. Let's get right into it.
B (2:15)
All right, awesome. So I thought to start this out, let's just go over the basics and talk about first, what even is OpenClaw for people that may have not heard about it? Basically, openclaw is an agent, a personal agent that can do things for you. It remembers things and gets better over time it's proactive and it can actually automate things for you. It also has access to built in functionalities, tools and skills, and you can also bring it into any chat tool, basically. So it's quite flexible in that sense. And so it's kind of the first really personal agent that exists. And also currently I would say it's the closest to what we have of a truly autonomous agent. So yeah, now you might be asking, okay, but how is it actually different from ChatGPT and cloud code? Right, so in ChatGPT, basically, if you think of this as you communicating with ChatGPT, what's always first thing you'll notice is like it's living in the cloud, right? So you're kind of always communicating with this thing in the cloud, this intelligence in the cloud. Now ChatGPT does have like things built into it that they've built into it over time. In the beginning it was kind of just this like, just chat intelligence thing. And then they've added memory over time, they've added some tool use over time, like web search and so on. But yeah, you can like fundamentally think of ChatGPT as just a chat. Right. Okay, so what was kind of this like next paradigm shift? That was when cloud code came out. And the fundamental difference between Claude Code and ChatGPT is that Claude code is living locally on your machine. That's the main difference there. Right. And it also has memory in a sense, although it's actually more about context, managing your context. It also has tools, although I would say the tools are a bit more powerful because they're more flexible and you can kind of manage which tools it has access to better. And then the fundamental difference is that it can really write and read files locally. And so the first big use case that came out of this was that it's really good, useful for coding. That's why it's called Claude code, because when you're coding, you usually have a huge folder of files locally on your machine. And if you want to do that in the cloud, it's super cumbersome. You basically need to upload those files all the time, switch around, copy and paste. And so this made it really useful for coding. And over time I think people started realizing that there are all of these other cool use cases too, like marketing. And that's kind of like starting to become more of a hot topic now, I'd say. Okay, so now what is then actually this next stage which is openclaw. Like how is openclaw actually different from cloud code? I Would say one of the main differences is that the communication layer is different. Like you can communicate with your open claw through these apps like Telegram, WhatsApp, Slack and so on. So they're very open about that. You can bring it into any of your chat applications. Whereas with cloud code and the other tools you're locked into that ecosystem. Right. They also like, just like cloud code, it also has memory and context. It also has tools, although there are also more built in tools than cloud code, I'd say. It also has this read write files locally capability. And then one more thing that is like, really makes it stand out and makes it different from cloud code is, is this heartbeat and crons. And so heartbeat is essentially like a 30 minute timer that just continuously like makes your open claw kind of alive. Like every 30 minutes it comes alive and it does something for you. So, you know, it really makes it kind of like this living thing almost. And the other thing is also it has cron jobs built in so you can schedule tasks and you can say at 8pm I want you to do this and this and it will run and do that for you.
