A six-machine home agentic network

A case study in shipping agentic AI to the hardest user base there is: your own non-technical family, every day, with no tolerance for breakage and no appetite for terminals.

Problem

The household had real, recurring coordination work -- meal planning, notes and reminders, document wrangling, small automations -- and several family members who would benefit from AI agents but would never open a terminal, manage an API key, or debug anything. The goal: make capable agents a household utility, with the safety story designed in from the start rather than bolted on after an incident.

Constraints

Guardrails and approval design

The permission model came first, before any agent got useful. Two layers do the work:

Supporting rules keep the system legible: agents never hard-delete (files move to reversible trash), messages between agents are always labeled with their sender, and an agent that wants to change its own permissions or configuration is refused by design.

Architecture

Rollout

The fleet was brought up one machine at a time against a standard rig definition: same directory layout, same permission architecture, same transport verbs, verified on each node before the next. Household-facing features shipped behind the same discipline used at work -- a spec, a build, a cold verification pass, then a human sign-off -- because a family member hitting a broken page is a worse outcome than a stakeholder hitting one.

Governance

Standing rules are written down and versioned, not tribal. The permission architecture is reviewed when it causes friction rather than silently widened. Every incident -- an agent blocked, a wrong assumption, a rule that fought the work -- feeds back into the written rules the same day. The system is governed like a product: feedback captured, rulings recorded, regressions treated as bugs.

Outcome

The network is in daily real use. Non-technical family members get work done through agents without knowing or caring what a terminal is: weekly meal planning runs through an agent-in-the-loop flow (public at food.schuepbach.work), notes answer back when mentioned, and machine-to-machine chores that used to require the household's one engineer now route themselves. The guardrails have held: destructive, outward-facing, and spend actions still stop at a human, which is exactly why the humans keep saying yes to more autonomy everywhere else.

Related: the spec-driven, model-tiered methodology this fleet is built and governed with.