What it is

The Conductor is the personal infrastructure that builds and operates Håkansson Labs. It is not a "colleague" or a chatbot; it is a set of cooperating services running on a single Mac mini, designed so I can describe work — "ship this redesign", "fix this regression", "open a PR that does X" — and supervised agents do the mechanical parts while I keep code-review and merge authority.

Everything below is what is actually running today. Numbers, model versions, and skill counts intentionally are not listed: they change, and the value of the system is the architecture, not the inventory.

Case · The Conductor
01 Problem

Most personal-AI demos break the moment the demo ends.

I wanted infrastructure that survives normal life — my absence, model upgrades, repo refactors — and still ships code I'd actually merge. Not a colleague. Plumbing.

02 Approach

Four rules. Drafts, not deploys.

Agents propose, humans merge. Repo-bounded permissions per invocation. Audit trail by default. Orchestration runs on local hardware — models are called as APIs, everything else stays on the Mac mini.

03 Architecture

Four cooperating services on one Mac mini.

A gateway routes a task description to a supervised agent. The agent works in a scoped repo and opens a draft pull request. Self-hosted Actions build and deploy on merge. A markdown brain keeps every agent grounded in current project state.

04 Result

Quiet by design.

What runs when nothing surprising is happening. It gets out of the way when something is. The interesting parts are the projects it ships — not the orchestration itself.

Why it exists

The point is not novelty — agent frameworks are everywhere — but reliability. Most personal-AI demos break the moment the demo ends. The Conductor's design goal is to survive normal life: my own absence, model upgrades, repo refactors. It is what runs when nothing surprising is happening, and it gets out of the way when something is.

What is intentionally not here

No autonomous deploy to production. No cross-repo agent that can modify shared state. No "always-on" agent persona. The Conductor is plumbing. The interesting parts are the projects it ships — Politipuls, Morgenbrief, this site, and the rest of Håkansson Labs.