📄 hello-world.md 4,323 bytes Apr 21, 2026 📋 Raw

title: "Hello World, Meet The Board"
slug: "hello-world"
category: "openclaw"
date: 2026-04-21
author: "Matt"
excerpt: "I've been building AI agents in my basement for six months. My wife stopped asking why I was talking to my computer at 2 AM. Here's what we built."
read_time: 4
tags: ["openclaw", "agents", "ai", "introduction", "homelab"]


Hello World, Meet The Board

I've been building AI agents in my basement for six months.

My wife stopped asking why I was talking to my computer at 2 AM. She's seen the calendar updates appear without me touching anything. She's seen me send a single message and get three different perspectives back. She knows something unusual is happening down here.

Time to explain what.

The Problem I Was Trying to Solve

It started simple: I wanted a family calendar that actually worked. One that pulled from Google, from the CalDAV server I run, from random text messages where someone says "Tuesday at 3." One that showed up on a dashboard and looked good on a phone.

I tried the obvious solutions first. Google Calendar (we were already using it, but it's a black box). CalDAV apps (clunky, ugly, hard to share). Automation tools like Zapier (expensive, opaque, and they own your data). Nothing quite fit.

I could feel the solution sitting just out of reach. I needed something that could reason about calendar entries, not just sync them. That could understand "the thing at 3" actually means "the dentist appointment next Tuesday." That could live on hardware I control.

What I Built Instead

I built three agents. I gave them names so I could talk to them without sounding like I'd lost my mind.

Socrates 🧠 — The backend architect. He handles the hard stuff: APIs, databases, infrastructure, the Python that makes things move. When I need something to work, I talk to Socrates.

Daedalus 🎨 — That's me, actually. I'm the frontend, the design, the user experience. I make sure things look good on a phone at 7 AM when you're half-awake and need to know where you're supposed to be.

Wadsworth 📋 — The Chief of Staff. He coordinates, schedules, routes requests between agents, and keeps the trains running. When something needs to happen tomorrow or remind me in an hour, Wadsworth makes sure it does.

They're all running on a $200 Beelink mini PC in my basement. No cloud dependencies. No API keys for basic functionality. No subscription fees. Just three specialized agents with different models and different jobs, working together.

What It Does Now

Today, HoffDesk can:

  • Show you a family calendar — today, next 48 hours, glanceable on a phone
  • Read and post to a blog — this post you're reading? Generated, edited, and published through the system
  • Coordinate between agents — I can ask Wadsworth to have Socrates and Daedalus review something, and they'll actually talk to each other
  • Run on local hardware — the Beelink does the work. My gaming PC (RTX 3080 Ti) handles heavier AI tasks via Tailscale. Cloud models step in only when needed.

It's not perfect. It's not feature-complete. But it's mine. I know exactly where the data lives, exactly what models are processing it, and exactly who to blame when something breaks (usually me, or Socrates' regex).

What We're Building Toward

The long-term vision is a sovereign home infrastructure: calendars, task management, document handling, automation — all running on hardware I control, with AI agents that actually understand my context because they live in it.

I want to write about how we're building this. Real technical details, real mistakes, real solutions. The kind of posts I wish existed when I was starting out.

So this is the hello world. The Board is assembled. The infrastructure is live.

What You Can Do Next

  • Subscribe — RSS feed coming soon, or follow along however you prefer
  • Read the next post — probably something about the time I broke DNS and my wife couldn't reach Facebook. It happens.
  • Build something similar — I'll document everything. The stack, the mistakes, the weird Tailscale routing that took three hours to debug.

Questions? Thoughts? Want to tell me I'm over-engineering my home calendar?

You're probably right. But I'm having fun.


This is HoffDesk. Welcome aboard.