i built my own version of this called 'threethings' (per pmarca's essay on the subject of personal productivity). i gave an ec2 claude instance access to a folder that is synced with gdrive so it's easy to get local files to the instance, and gsuite access. i had claude build a flutter app one hour when i couldn't sleep, and gave it a telegram bot account. i talk to it via telegram and it keeps tabs on personal and w…
How do you deal with context management? What are you doing for storage? Markdown files for each day or something? Sounds great!
Clawdbot - open source personal AI assistant
81–90 of 274 posts
Re: Clawdbot - open source personal AI assistant
#82Earlier quoted context omitted.
how do you have Clawdbot WhatsApp you? i set mine up with my own WhatsApp account, and the responses come back as myself so i haven't been able to get notifications
I have an old iPhone with a broken screen that I threw an $8/month eSIM onto so that it has its own phone number, that I just keep plugged in with the screen off, on Wifi, in a drawer. It hosts a number of things for me, most importantly bridges for WhatsApp and iMessage. So I can actually give things like Clawdbot their own phone number, their own AppleID, etc. Then I just add them as a contact on my real phone, and…
Re: Clawdbot - open source personal AI assistant
#83Baffling. Isn't this just a basic completion loop with toolcalling hooked up to a universal chat gateway? Isn't that a one shot chatgpt prompt? (Yes it is: https://chatgpt.com/share/6976ca33-7bd8-8013-9b4f-2b417206d0... ) Why's everyone couch fainting over this?
It's good at making new skills for itself, and the ability to add to WhatsApp, telegram, and discord means sharing access to internal applications and not needing users to get onto VPN makes a great combination.
Re: Clawdbot - open source personal AI assistant
#84Earlier quoted context omitted.
And when you can use claude-code from basically any device (termux on phone via ssh), Why even bother? I had 3 friends ping me yesterday to tell me how this is going to eat their job.... but i don't see how this is different from claude-code + some chat interface + mcp servers
> termux on phone via ssh I agree, but it also rhymes a lot with the infamous “why use Dropbox when you can just use rsync” comment. Convenience can be a game changer.
This is the kind of project I saw at hackathons in 2023 by teams that didn't win anything
Re: Clawdbot - open source personal AI assistant
#85I've seen many people say "I don't get the hype", so here's my attempt to explain it. I've been working in technology and software companies my entire life, but not as a developer. Two days ago, I submitted and had my first pull request merged to an open source project (Clawdbot) thanks to my AI assistant rei. A short story: rei suddenly stopped responding in some Slack channels. So I asked it to help me troubleshoot…
You just described a GitHub feature
Re: Clawdbot - open source personal AI assistant
#86Earlier quoted context omitted.
how do you have Clawdbot WhatsApp you? i set mine up with my own WhatsApp account, and the responses come back as myself so i haven't been able to get notifications
I have an old iPhone with a broken screen that I threw an $8/month eSIM onto so that it has its own phone number, that I just keep plugged in with the screen off, on Wifi, in a drawer. It hosts a number of things for me, most importantly bridges for WhatsApp and iMessage. So I can actually give things like Clawdbot their own phone number, their own AppleID, etc. Then I just add them as a contact on my real phone, and…
Re: Clawdbot - open source personal AI assistant
#87It’s hard to actually create something that is a personal assistant. If I want it to keep and eye out for reservations I guarantee it would take a few hours for me to get that setup, more time that it would take to just watch for reservations.
If I wanted it to find out when I needed to register my child for school then do it, I’m 100% sure it would fail and probably in some range from comical to annoying.
This seems less like a personal assistant and more like a “hey bro how ya doing?”. It lacks the ability to inquire and ask questions and deduce.
If I have to prop it up to complete any random task I have, I’ve just got another version of clippy with a lot more computing power.
Re: Clawdbot - open source personal AI assistant
#88I really like Clawdbots safety gloves off approach - no handholding or just saying yes to every permission. I set it up on a old macbook pro I had that had a broken screen and it works great. Now I just message my server using telegram and it does research for me, organizes my notes, and builds small apps on the fly to help with learning. However security is a real concern. I need to understand how to create a compre…
Re: Clawdbot - open source personal AI assistant
#89Earlier quoted context omitted.
I thought the same thing. I had a spare iMac sitting around so I thought I would kick the tires on it. I realize I could have used something else, but I wanted to give it iMessage access. I have to say, it's just better enough than a few things I have tried to really give me a glimpse of what is possible and make me excited. I am nervous about handing over a computer, my accounts, data, etc to a tireless bot that can…
What’s the main use case for you or feature with the greatest promise?
Re: Clawdbot - open source personal AI assistant
#90If you're interested in hosting it at no cost on Oracle Cloud's always free tier (4 cpu, 24GB ram), instead of buying a Mac Mini or paying for a VPS, I wrote up how-to with a Pulumi infra-as-code template here: https://abrown.blog/posts/personal-assistant-clawdbot-on-ora...