Writing
The Stewardship Node: What a Community Looks Like When You Build It Like Infrastructure
The full picture: phased build plan, power architecture, food stewardship IoT, Kevin's role, and why treating a community like a production system changes what you build.
Three posts in this series have covered the workstation, the compute spec, and the network layer. This is the post that puts it all on the table.
The Stewardship Node is a phased, off-grid micro-community project. The goal is a small number of residential units — tiny houses — sharing infrastructure, food production, and operational systems on a rural property. The design treats the community the same way a cloud architect treats a production system: with attention to uptime, cost, failure modes, security, and the eventual operational burden on whoever has to maintain it in year five.
Most intentional communities fail for social reasons. This post is about the technical ones — and why treating community infrastructure as serious engineering rather than an afterthought changes what you build and how long it lasts.
The Phased Build
The Stewardship Node is explicitly phased because trying to build everything at once is how you build nothing at all.
Phase 1: Income stabilization and capability build. The workstation. The certifications. The job that funds the rest of this. Nothing else in the build plan proceeds until the financial foundation is in place. This is the phase we're in now.
Phase 2: Sam's mobile unit. A mobile off-grid living unit for my sister Sam, who is studying Bio-Chemical Engineering. Purpose-built, self-contained, connected to the Stewardship Node network when co-located. This is the first physical node in the community system — a proof of concept for the residential unit design before committing to permanent structures.
Phase 3: The property. Land, first residential units, greenhouses. The physical infrastructure that makes a community possible. Solar array, battery bank, water system. The A Meal food stewardship IoT system deployed against real food production, not a development environment.
Phase 4: Full build-out. Multiple residential units, Kevin deployed for agricultural and community labour, the full Nomad Edge integration, and whatever else has been learned and revised across the previous phases.
Each phase has an explicit gating condition. Phase 2 doesn't start until Phase 1 is stable. Phase 3 doesn't start until Phase 2 has been proved and the financial position supports a land purchase. This is not a rigid plan — it's a resilient one. Phases can compress or expand based on circumstances. The gate conditions don't move.
The Power Architecture
The Stewardship Node runs on a 48V LiFePO4 battery bank with solar primary and grid or generator backup.
LiFePO4 chemistry is the right call for this application: higher cycle count than standard lithium-ion (3,000–5,000 cycles vs 500–1,000), better thermal stability in cold climates, and no fire risk at the charge voltages a residential system operates at. Northern Alberta winters demand a chemistry that handles cold discharge without the dramatic capacity loss that plagues lithium cells below 0°C.
The 48V bus voltage is significant. The workstation, the Nomad cluster nodes, and the network equipment all run at 12V or via standard AC conversion. Designing the power distribution around a 48V backbone with step-down converters at each load point is more efficient than running a 12V system at the amperages a 600W workstation demands. The Kevin robotics platform is also designed around 48V — same bus, same battery architecture, no voltage conversion layer between the robot and the power system.
The solar sizing math runs from the load profile documented in the compute spec article: ~600W workstation peak, ~150W cluster nodes, ~100W networking and IoT infrastructure. Total active load budget around 1kW. With an assumed 5–6 peak sun hours in a northern latitude summer and 2–3 in winter, the panel array sizing and battery capacity calculations are real engineering numbers, not rough estimates.
The A Meal Layer
A Meal is the IoT food stewardship system I've been building — Lambda functions, DynamoDB tables, IoT Core device registry, API Gateway endpoints, all managed through Terraform. In its cloud development form, it's a demonstration of edge-to-cloud IoT architecture. In the Stewardship Node, it's the actual food tracking system for the community.
The integration is direct: IoT sensors in the greenhouse (soil moisture, temperature, humidity, CO2) report to the same IoT Core topic hierarchy. Harvest weights, distribution records, and inventory states write to the same DynamoDB tables. The AI anomaly detection layer flags unusual patterns — a sudden temperature drop in the greenhouse, a sensor that's gone silent, harvest yields that diverge from historical baselines.
This isn't instrumentation for its own sake. A community that produces some portion of its own food needs to understand what it's producing, what's being consumed, and where the gaps are. The same data discipline that makes a production cloud system observable makes a community food system governable.
Kevin's Role
Kevin is the physical action layer — the steward droid. A bipedal/hybrid platform built on Jetson Orin NX, ROS 2 Humble, with the sensor stack and motor architecture appropriate for agricultural and community labour tasks.
Kevin is not a general-purpose humanoid. General-purpose humanoids are expensive, complex, and optimized for environments designed for humans. Kevin is purpose-built for a specific environment with specific recurring tasks: greenhouse monitoring, light agricultural labour, security perimeter walks, and the physical work that scales poorly with human availability.
The five-phase build plan for Kevin maps onto the Stewardship Node phases: simulation and training while Phase 1 is active, hardware assembly during Phase 2, integration with the community infrastructure during Phase 3. Kevin isn't a robotics project that happens to share a property with a community project. Kevin is a node in the community infrastructure that happens to have legs.
What This Actually Is
The Stewardship Node is a serious attempt to apply the same engineering discipline I use in cloud and DevSecOps work to the problem of building a resilient, sustainable community. That means treating it as infrastructure: design for failure, design for the operational burden in year five, design for the people who will use it without necessarily understanding how it works.
It's also a personal project that traces back to something I believe about technology: the best systems are built for the people who need them most, not the people who can afford the most. Rural communities, off-grid properties, agricultural cooperatives — these are the environments where resilient, low-cost infrastructure matters most and gets the least investment.
Every architectural decision in the Stewardship Node — the LiFePO4 chemistry, the Nomad cluster topology, the WireGuard mesh, the offline-first IoT design — is a decision that makes the system more resilient and less dependent on resources a rural community might not have. That's not an accident. It's the design goal.
The Stewardship Node is documented openly as it develops. The full architecture, cost projections, and build log will be published here as each phase progresses.