How I build my own zero cost Agent
r/artificial
•
Generative AI
AI Tools
I’ve spent the last few weeks obsessing over one goal: having a personal, self maintaining AI assistant that costs $0and can be controlled from my phone. It wasn't easy. I started with an AWS Ec2 with 50GB storage and t3.micro memory- minimal setup (using the free credits) and made Oracle Cloud instance ($300 free credits but just for a month so I used it for experimenting with local models) I was using Termius to SSH into everything from my At first I used OpenClaw. It was cool, but I spent time fixing it than actually using it. I almost gave up until I saw a video about Hermes Agent.