HKOS · NEW ENGLAND

Three small loops, one shared brain.

HKOS — the Home Kibbutz Operating System — is the methodology turned into a runnable thing for a single house. Today there's one loop running and two more being built: fish in a basement, bees in the yard, a raised bed in the garden. They write to the same brain. The point is the wiring, not the substrates.

A pilot loop running in the basement, an established colony in the yard, a robot in calibration. Honest status below.

HKOS network mapA central HKOS brain connects to three substrate nodes: Node Zero Aquaponics (pilot, un-instrumented), Node One Bees (established, un-instrumented), Node Two FarmBot (built, calibrating).HKOS BRAIN~80k captures · growing since late March 2026NODE ZEROAquaponics◐ PILOT30-gal · no sensors yetNODE ONEBees◐ BUILDINGawaiting first captureNODE TWOFarmBot◐ CALIBRATINGbuilt · track calibrationbasementbackyardgarden
live capture flow planned capture flow
◐ PILOT

Node Zero — Aquaponics

New England basement · 30-gallon pilot

A deliberately small pilot loop: a 30-gallon tank in the basement, goldfish and parsley, running while the sensor stack — pH, water temp, heater relay — gets hard-soldered on the bench. The instrumented 120+ gallon build moves into the garage in September.

HARDWARE
LIVE DATA
Awaiting first reading No sensors on the tank yet — the stack is being hard-soldered on the bench. The first live reading flips this block.
NEXT

Finish the soldered sensor stack, then the 120+ gallon instrumented build in the garage — bigger loop, real telemetry.

Build details in the log. Full ops in the manual.

◐ UN-INSTRUMENTED

Node One — Bees

Backyard · colony established · sensing is a winter build

Hive installed and the colony established. The sensor stack — hive weight, internal temperature gradient, acoustic queen detection — will run the same Pi-and-capture pattern as the aquaponics loop; sensing the hive is a winter build. For now it's bees, boxes, and notes by hand.

HARDWARE
LIVE DATA
Awaiting first capture Sensors are not yet on the hive. The first row will be a hive-weight reading; that's the milestone that flips this block live.
NEXT

Hive sensing — weight, temperature, acoustics — is the winter build.

First reading flips the badge to LIVE.

◐ CALIBRATING

Node Two — FarmBot

Built · working through track calibration

A FarmBot Genesis, built and working through track calibration — it doesn't drive its track cleanly yet, and that's the current learning curve. Once the motion's sorted it's slated to join the garage aquaponics build and tend what grows there. Every action and reading writes to the brain on the same capture pattern.

HARDWARE
LIVE DATA
Awaiting first capture Working through track calibration. The first row writes once it's tending the garage aquaponics build.
NEXT

Sort the track motion, then fold it into the garage aquaponics build.

First soil-moisture reading flips the badge to LIVE.

THE BRAIN

Same pattern, different substrates.

Every node POSTs to the same /capture endpoint with a domain tag — aquaponics, bees, garden. Captures get embedded and stored in a shared vector index, so a temperature trend in the basement is retrievable next to a weight trend on a hive. Domain scoping keeps queries clean; one shared index keeps the cross-substrate questions possible.

The brain is the part that's furthest along: running since late March 2026, ~80k captures and growing. The architecture pattern — capture grammar, sensitivity tiers, retrieval surfaces — is written up in the two pages below.

The brain doesn't care what kind of sensor wrote a row, only that it can be retrieved. That's why three small loops can share one mind.
LIVE · UPDATED JULY 2026
COMING ONLINE
GO DEEPER · 01

The Cortex →

The four-layer stack behind the brain — ground truth, memory, the local model that decides what stays home, and rented reasoning.

GO DEEPER · 02

The Gossip Protocol →

How two sovereign nodes will trade conclusions without trading data — the vocabulary, the firewall, and the honest status.