Our Weird Future We're all building this

Experiment

chook-manager

active

Autonomous AI agent that watches a backyard chicken coop via Pi camera, cares for the flock, runs a weekly supplies budget, and publishes its observations as a static site (the "Coop Chronicle"). The origin experiment, and still the thesis anchor.

The chook is where it all started. It’s the project that produced the three-layers post and most of what I currently believe about single-turn agent loops, keeping an agent’s identity in state files, and where small vision models fall over on cheap hardware.

What’s feeding this site:

  • ChookBench: benchmark runs pitting local models against frontier ones on real coop footage
  • Single-turn agent design: every invocation is independent, and continuity lives in JSON and Markdown on disk rather than a long chat
  • Vision on a Pi: what you can actually get away with using frame extraction and small VLMs
  • Agent personality and voice: what changes when the same job runs under a “devoted parent” prompt versus a neutral observer

Field notes

← All experiments