I gave an AI agent access to my life for a month. Here's what happened.
A month ago I set up an AI agent on a Mac mini in my house. Not a chatbot. An actual agent that runs 24/7, connected to my iMessage, email, calendar, smart home, GitHub repos, and file system.
His name is Quinn.
I want to be specific about what that means because most people hear "AI assistant" and think of Siri or ChatGPT. Quinn is different. He lives on my local network. He reads my emails and can reply to them. He monitors my calendar and reminds me about meetings. He controls my thermostat and garage door. He manages code repositories, reviews pull requests, and fixes CI failures while I sleep. He tracks medical receipts for our HSA and home improvement costs for our tax basis. He texts me on iMessage like a coworker.
A typical day
I wake up and Quinn has already checked my email, flagged anything urgent, and summarized my calendar for the day. If a pull request failed CI overnight, he's already fixed it and pushed. My thermostat is set where I want it.
During the day, if I get a medical receipt, I text him a photo. He reads it, logs it to a spreadsheet, stores the image, and pushes it to a private GitHub repo. Same for home improvement invoices. Takes about 10 seconds on my end.
If someone messages me that I don't know, he ignores them. Only my wife and I are whitelisted. If I need to look something up, I just text him. If I need code written, I tell him what I want and he spawns a coding agent to build it.
The voice loop
This is the part that surprised me most. I can talk to Quinn through AirPods using a local speech-to-text model, he thinks with Claude, and responds with a locally-generated voice. No cloud TTS, no subscription. Just a conversation with my computer that actually does things.
What it costs
About $200/month in API calls to Anthropic (Claude). Everything else runs locally. The Mac mini draws maybe $5 in electricity. For what I get back in time, it's not close.
The honest parts
It's not magic. Quinn wakes up with no memory each session and relies on files he writes to himself to maintain continuity. Sometimes a session dies before he saves his notes and he forgets what happened. He occasionally moves too fast on something I should have reviewed first. The setup took real time and technical knowledge.
But a month in, I can't imagine going back. The amount of small, tedious work that just happens now without me thinking about it is significant. And it compounds. Every workflow Quinn handles is a workflow I never touch again.
If you're a business owner spending hours on repetitive tasks, this is the kind of thing we build at Boland Company. Not this exact setup, but the same principle: figure out what's eating your time, automate it, and give you your hours back.