How I Built a Personal AI Assistant That Lives in My WhatsApp
And why it's better than ChatGPT, Siri, and Alexa combined.
I've been texting an AI on WhatsApp for 3 weeks now. Not a chatbot. Not a customer service bot. A genuinely useful personal assistant that:
- Knows my schedule and reminds me of meetings
- Checks my email and flags important messages
- Remembers everything I tell it — permanently
- Sends me a morning briefing at 7am without being asked
- Searches the web, takes screenshots, fills out forms
- Runs on my own computer (not someone else's cloud)
The cost? About $10/month for the AI API. Everything else is free and open source.
The Problem with "AI Assistants"
Let's be honest about the current state of AI assistants:
ChatGPT: Great at answering questions. Terrible at everything else. It forgets you after every session. It can't send you a message. It can't check your calendar. It lives in a browser tab and does nothing unless you go to it.
Siri/Alexa/Google: Useful for timers and weather. Not much else. You can't have a real conversation. You can't ask complex questions. And you definitely can't tell them "remember that my dentist appointment moved to March 15th."
Claude/Gemini apps: Better conversationalists. Same limitations. No memory. No actions. No proactive behavior.
What I wanted was different. I wanted an assistant that:
- Lives where I already am (WhatsApp)
- Remembers everything (permanent memory)
- Does things without being asked (proactive)
- Runs locally (privacy)
- Costs less than a Netflix subscription
Enter OpenClaw
OpenClaw is an open-source framework that does exactly this. It's the infrastructure that turns any LLM (Claude, GPT-4, Gemini, or local models) into a real assistant.
Here's what my setup looks like:
- Brain: Claude Sonnet (via Anthropic API)
- Communication: WhatsApp (primary) + Telegram (push notifications)
- Memory: Daily logs + curated long-term memory files
- Automation: Heartbeats (periodic check-ins) + Cron jobs (scheduled tasks)
- Tools: Web search, browser automation, file management
A Day in the Life
7:00 AM — My bot sends me a WhatsApp message: "Good morning. You have 3 meetings today, the first at 9:30. It's 4°C outside, might want a jacket. No urgent emails."
9:15 AM — I text: "Push the 2pm meeting to Thursday." Bot replies: "Noted. I'll remember that." (It actually writes this to a memory file.)
12:30 PM — I text: "What was the name of that restaurant Sarah recommended?" Bot replies: "Osteria da Mario — she mentioned it on February 3rd."
5:00 PM — Bot messages me: "Heads up: you have a dentist appointment tomorrow at 10am."
11:00 PM — Bot goes quiet (configured active hours: 7am-11pm).
None of this requires opening an app. It's all in WhatsApp, the app I already use 50 times a day.
The Setup (It's Easier Than You Think)
The technical setup involves:
- Installing WSL2 on Windows (or using Linux/Mac directly)
- Running one install command
- Scanning a QR code for WhatsApp
- Adding an API key
Total time: about 45 minutes.
I wrote a step-by-step guide that covers everything in detail, but the core is surprisingly simple.
What It Costs
| Item | Monthly Cost |
|---|---|
| OpenClaw | Free (open source) |
| Claude Sonnet API | ~$5-15 |
| Free | |
| Telegram | Free |
| Total | ~$5-15/month |
For context, ChatGPT Plus is $20/month and can't do half of what this does.
The Privacy Angle
Everything runs on your machine. Your conversations, memories, calendar data — it all stays on your computer. The only thing that leaves is the API call to the AI model (encrypted).
No corporation is reading your messages. No data is being used to train models. You own everything.
Who Is This For?
- Tech-curious people who want more from AI than a chat window
- Productivity nerds who want automated workflows
- Privacy-conscious users who don't want their data in the cloud
- Anyone who uses WhatsApp daily and wants a smarter phone
You don't need to be a programmer. You need to be able to follow a guide and copy-paste commands.
Get Started
Free: Use our config wizard to generate your personalized setup in 2 minutes.
Guide: Get the step-by-step setup guide ($5, one-time).
Done-for-you: book an AI-Powered Setup session ($79) and we'll set everything up for you.