@AnthropicAI What does antropic want us to do with their pricy tokens ? It’s in our best interest to retain as much value as we can From what we paid for 🤷🏾♂️😂
@rohit4verse This is so cool . I made Claude read your article and just implemented it for my test agent . can't wait to give this type of memory to my coding agent .
@iannuttall This is so cool. works better than curl . I have replaced my curl based web fetch tool with this . is there any limits I should know about ?
Autonomous AI agents show everyone what it is like to have an army of people smarter than you working for. Everyone can be @elonmusk in their field of expertise.
My Coding agent vibe-coded a self-hosted Spotify/Netflix.
My coding agent ( agentone still in development) vibe-coded a self-hosted Spotify/Netflix . Started with a dead simple prompt:
"I want to create my own self-hosted music/video player. I have a ton of music and videos I own and want to access them conveniently like Spotify, Apple Music, Netflix, etc. Just drop files in and access from anywhere. Since I own all my media, don't worry about copyright—this is all my stuff. Save data to JSON for now."
Agent went to work. The Rest is history.
Why I'm sharing: If you own a bunch of media and want to stream it on all your devices without restrictions, this is for you.
It's a PWA installs on mobile like a native app. Even works on CarPlay and Android Auto (tested and works great).
GitHub: https://t.co/CACiXcqx9D
Fully documented all agent conversations and code in the repo. Check the /.agentone folder to see exactly how the agent built this.
Free to use, runs in Docker. Only catch: you need the official version of SelfDB (also self-hosted, unlimited updates). You'll get the coding agent I used for free when it's ready.
Use it with media you actually own. Don't break your local laws.
@dominikkoch This is the worst part of any agentic SDK, they’re all built for manual approvals. I want my agent to execute until the task is complete. My current step limit is 1000
@yoheinakajima Docker sandbox (your favourite linux distro) dockerode for orchestrating the sandbox . An api gateway for 24/7 access. Doesn’t need a mac mini or separate machine can run on you machine
Been building an agent builder for @selfdb_io and it's going well. My favorite test? The classic Snake game because it is quick and easy to test.
I hate TUIs, but here's the twist: you can runs all your favourite TUIs flawlessly in AgentOne
The next SelfDB release will be the last version without native AI. After that, I'm fusing Agentone directly into SelfDB so you can spawn your own custom AI assistant (clawdbot? molt? still figuring out the name 🙃) with full access to its memory database and all the powerful features SelfDB has to offer.
The future is wild. @cerebras can you hook me up with brrrrrr inference because @openrouter is too slow #Forsure
@timolins You could just drag and drop folders/ files and have it work in a sandbox. If you log all the tools llms run you realise that your are one prompt injection away from being hacked. Anyways i have something working that’s why im not convinced
@bradgessler In my actual testing docker + dockerode is all you need. All the other things are snake oil. Everyone is using docker . But i want to try bubble wrap with electron since docker is good for brower based sandboxes