We at Qordinate have made a managed version - which works on Telegram, Slack, WhatsApp, and our own app at the moment. With iMessage, Email, Teams in pipeline. Think - if you don't want to do the hassle of managing this yourself, you can offload that to us, along with security aspects of prompt injection, and performance aspects of tool search, etc. If you want to try, it's available for free right now since we are e…
Clawdbot - open source personal AI assistant
241–250 of 274 posts
Re: Clawdbot - open source personal AI assistant
#242We at Qordinate have made a managed version - which works on Telegram, Slack, WhatsApp, and our own app at the moment. With iMessage, Email, Teams in pipeline. Think - if you don't want to do the hassle of managing this yourself, you can offload that to us, along with security aspects of prompt injection, and performance aspects of tool search, etc. If you want to try, it's available for free right now since we are e…
This is such a great tool. The ability to scrape the web for different types of articles and suggest the ones that i would be interested in reading based on my reading history is such a great feature. Really excited to see what more you guys come up with.
Re: Clawdbot - open source personal AI assistant
#243We at Qordinate have made a managed version - which works on Telegram, Slack, WhatsApp, and our own app at the moment. With iMessage, Email, Teams in pipeline. Think - if you don't want to do the hassle of managing this yourself, you can offload that to us, along with security aspects of prompt injection, and performance aspects of tool search, etc. If you want to try, it's available for free right now since we are e…
Re: Clawdbot - open source personal AI assistant
#244We at Qordinate have made a managed version - which works on Telegram, Slack, WhatsApp, and our own app at the moment. With iMessage, Email, Teams in pipeline. Think - if you don't want to do the hassle of managing this yourself, you can offload that to us, along with security aspects of prompt injection, and performance aspects of tool search, etc. If you want to try, it's available for free right now since we are e…
What I like most is that it doesn’t feel like I’m talking to a corporate bot. The tone is very casual/real, but it still does the boring structured stuff well – recurring reminders, lists, follow-ups etc.
Re: Clawdbot - open source personal AI assistant
#245We at Qordinate have made a managed version - which works on Telegram, Slack, WhatsApp, and our own app at the moment. With iMessage, Email, Teams in pipeline. Think - if you don't want to do the hassle of managing this yourself, you can offload that to us, along with security aspects of prompt injection, and performance aspects of tool search, etc. If you want to try, it's available for free right now since we are e…
Re: Clawdbot - open source personal AI assistant
#246We at Qordinate have made a managed version - which works on Telegram, Slack, WhatsApp, and our own app at the moment. With iMessage, Email, Teams in pipeline. Think - if you don't want to do the hassle of managing this yourself, you can offload that to us, along with security aspects of prompt injection, and performance aspects of tool search, etc. If you want to try, it's available for free right now since we are e…
Have been following you guys and using Qordinate on and off, and I find it quite helpful. I use it for getting the daily summary of my notifications, emails, and news around my interests, and searching things across the apps now. Also, sometimes for maintaining expenses and reading lists. Waiting for proactive actions now, which I feel would move it more towards being an actual assistant that you guys have been pitch…
Re: Clawdbot - open source personal AI assistant
#247We at Qordinate have made a managed version - which works on Telegram, Slack, WhatsApp, and our own app at the moment. With iMessage, Email, Teams in pipeline. Think - if you don't want to do the hassle of managing this yourself, you can offload that to us, along with security aspects of prompt injection, and performance aspects of tool search, etc. If you want to try, it's available for free right now since we are e…
Re: Clawdbot - open source personal AI assistant
#248Re: Clawdbot - open source personal AI assistant
#249Re: Clawdbot - open source personal AI assistant
#250Two main things worry me about the 'always-on' agent approach:
1. Security & Surface Area: Giving an LLM broad permissions (Email, Calendar, etc.) while it's also scraping arbitrary web content is a prompt injection nightmare. The attack surface is just too wide for production use.
2. Token Economics: Seeing reports of '$300 in 2 days' is a massive red flag. For recurring tasks, there has to be a smarter way than re-processing the entire state every time.
I built Daigest to approach this differently. Instead of an autonomous agent wandering around, it's 'document-centric.' You connect your trusted sources, set a heartbeat, and the AI only processes what's changed to update a structured document. It's less 'magical' than a full agent, but it's predictable, auditable, and won't bankrupt you.
For 'gather and summarize' workflows, a structured document often beats a chat-based agent.