Tag: lab-notes

  • I Put an AI Agent on a $10 VPS and It Already Does More Than Siri Ever Did

    At 9 PM on a Monday night, I SSH’d into a $10/month Ubuntu VPS, ran three commands, and stood up an AI agent that now monitors stablecoin regulation news, tracks Bitcoin and Ethereum prices, checks job postings at Circle and Paxos, sends me a daily briefing over Telegram, runs security audits on its own server, and — I’m not exaggerating — wrote and published a blog post to this very site. The one you’re reading right now.

    Total setup time: about twenty minutes. No app store. No subscription tier. No waiting list. Just an open-source project called OpenClaw, a terminal window, and an Anthropic API key.

    If that sounds like the kind of thing that should require an engineering team and a six-figure infrastructure budget, that’s exactly the point. The gap between what self-hosted AI agents can do today and what most people think is possible is enormous — and it’s about to reshape how knowledge workers interact with AI entirely.

    What I Actually Built Tonight

    OpenClaw is an open-source gateway that connects AI models to messaging platforms. You run a single process on your own hardware — a Raspberry Pi, an old laptop, a cloud VPS — and it bridges your chat apps to a persistent AI agent with memory, tool use, and scheduling capabilities.

    Here’s what mine does after twenty minutes of setup:

    Morning briefings on autopilot. Every day at 6:30 AM, my agent searches the web for stablecoin regulation updates, pulls Bitcoin and ETH prices, checks career pages at Circle, Paxos, and Tether, grabs Dynamics 365 and Microsoft partner news, and fetches the weather forecast for my town in Minnesota. It compiles everything into a clean summary and sends it to my Telegram. I wake up to a personalized intelligence briefing that would cost a human researcher hours to assemble.

    Server security on its own infrastructure. I told it to run a healthcheck. It audited the operating system, checked listening ports, inspected the firewall configuration (there wasn’t one — it flagged that), verified SSH settings, confirmed automatic security updates were enabled, and presented me with a hardening plan organized by risk level. Then it asked which security profile I wanted before touching anything.

    WordPress publishing. I installed a WordPress skill from ClawHub (think: an app store for agent capabilities), pointed it at my blog, and now my agent can draft, edit, and publish posts directly. It created tags, selected categories, and handled the REST API authentication. This post went from my Telegram message to your screen without me opening a browser.

    Persistent memory. Unlike ChatGPT, which forgets everything between sessions, my agent writes daily notes and maintains a long-term memory file. It remembers that I’m interested in stablecoin careers, that I work in the Microsoft partner ecosystem, that my server needs firewall hardening. Context compounds over time instead of resetting every conversation.

    Why This Matters More Than Another AI Chatbot

    We’ve been conditioned to think of AI assistants as chat interfaces — you type a question, you get an answer, you close the tab. Siri, Alexa, Google Assistant, even ChatGPT: they’re fundamentally reactive. You initiate, they respond. They don’t do things while you sleep.

    Self-hosted agents flip that model. My agent runs 24/7 on a Linux box in a data center. It has cron jobs. It has scheduled tasks. It monitors things proactively. When I wake up tomorrow, there will be a briefing waiting for me that I didn’t have to request. If something urgent hits the stablecoin regulation space overnight, it’ll be in my Telegram before my coffee is ready.

    This is the difference between a tool you use and an agent that works for you.

    The Walled Garden Problem

    Every major tech company wants to be your AI provider. Apple is embedding AI into iOS. Google is weaving Gemini into everything. Microsoft has Copilot across the entire 365 suite. OpenAI wants you paying $200/month for ChatGPT Pro.

    The pitch is always the same: let us handle the complexity, just trust us with your data.

    But here’s what you give up in that bargain:

    Data sovereignty. Your conversations, documents, and behavioral patterns feed someone else’s models. When I talk to my self-hosted agent about job prospects or financial decisions, that data lives on my server, under my control, encrypted at rest if I choose. It doesn’t train anyone’s next model version.

    Customization. Try getting Siri to monitor stablecoin regulation news and publish WordPress posts. You can’t, because Apple decides what Siri can do. With OpenClaw, I installed a WordPress skill in thirty seconds and pointed it at my site. If I want it to monitor RSS feeds, trade crypto, or manage my home automation, those are just more skills to install — or build myself.

    Interoperability. My agent talks to me on Telegram today. If I want to switch to Signal, WhatsApp, Discord, or Slack tomorrow, it’s a configuration change — not a platform migration. The agent is the constant; the messaging app is just a transport layer.

    Persistence. ChatGPT’s memory is a marketing feature with hard limits. My agent’s memory is a markdown file on disk that I can read, edit, and back up. It’s transparent. I can see exactly what it remembers and why. There’s no black box.

    The $10/Month AI Employee

    Let’s talk economics. My VPS costs $10/month. API costs for the AI model depend on usage, but for a personal assistant handling a few dozen interactions per day with periodic background tasks, you’re looking at roughly $30–60/month with a frontier model like Claude Opus. Call it $50–70/month all-in.

    For that price, I have an agent that:

    • Monitors five different news and market categories daily
    • Manages my blog’s editorial workflow
    • Audits and hardens its own server security
    • Maintains persistent context about my career, interests, and projects
    • Is available on every messaging platform I use
    • Runs scheduled tasks without my involvement
    • Can be extended with new capabilities in minutes

    A virtual assistant doing this work would cost $2,000–4,000/month. A SaaS tool covering even half these use cases would run $200+ across multiple subscriptions. And none of those options give you the data ownership, customization, or architectural control of self-hosting.

    What This Means for Knowledge Workers

    I’m a Sales Engineer at Microsoft. My day job involves understanding complex enterprise software and communicating its value to decision-makers. The meta-irony of using an open-source AI agent to do things that commercial AI products can’t isn’t lost on me.

    But that’s exactly why I think self-hosted agents matter. Knowledge workers — consultants, engineers, analysts, founders — are the people most likely to benefit from AI that actually understands their context, runs persistently, and integrates with their specific workflows. And they’re also the people most likely to be frustrated by the limitations of one-size-fits-all AI products.

    The barrier to entry has collapsed. You don’t need to be a DevOps engineer to run this. If you can SSH into a server and follow a README, you can have a personal AI agent running by tonight. OpenClaw’s onboarding wizard walks you through the entire setup.

    We’re at the same inflection point personal computers hit in the early ’80s. The mainframe model — where you rent time on someone else’s machine and accept their constraints — is giving way to personal computing, where the machine serves you on your terms. Self-hosted AI agents are personal computers for the intelligence era.

    The Part Where I Admit This Is Early

    I don’t want to oversell this. Self-hosted AI agents in 2026 are roughly where smartphones were in 2008. The core capability is transformative, but the ecosystem is young. You’ll hit rough edges. Documentation varies. Some skills work perfectly; others need tweaking. The community is enthusiastic but small.

    My server has no firewall yet (my agent flagged this, and it’s right — I need to fix that). The Brave Search API key wasn’t configured initially, which limited my agent’s web research capabilities. Some of the scheduled tasks timed out on first run before succeeding on retry.

    None of that changes the fundamental calculus. The trajectory is clear, the costs are negligible, and the capability gap between self-hosted and commercial AI assistants is narrowing to zero — and in some dimensions, self-hosted is already ahead.

    Try It Yourself

    If any of this resonates, here’s the shortest path to running your own:

    1. Spin up a VPS ($5–10/month from any provider — DigitalOcean, Hetzner, Linode, whatever you prefer)
    2. Install OpenClaw (npm install -g openclaw, then openclaw onboard)
    3. Connect your messaging app (Telegram is the fastest to set up)
    4. Start talking to your agent

    The whole thing took me twenty minutes. By minute thirty, it was doing things I’ve never gotten any commercial AI product to do.

    The future of AI isn’t asking a chatbot questions. It’s having an agent that knows your world, works while you sleep, and answers to no one but you.

    Mine is already running. It wrote this post and published it while I was still on Telegram.


    Drew Breyer is a Sales Engineer at Microsoft and holds a Master’s in Cybersecurity. He writes about the intersection of enterprise technology, digital assets, and the tools that make knowledge work less painful. This post was drafted by his AI agent, reviewed in Telegram, and published via the WordPress REST API without opening a browser. You can find the agent’s source at github.com/openclaw/openclaw.