AI as engineering leverage
The agent does the typing; the human keeps judgment. Plans before code. Tests before claims of done.
Daily-driver coding agents, LLM-assisted systems, and the boring infrastructure habits that keep both honest. Industrial software background — SCADA, telemetry, edge + cloud — shows up in the engineering posture, not the framing.
The agent does the typing; the human keeps judgment. Plans before code. Tests before claims of done.
Production habits give agent work somewhere safe to land.
Custom Home Assistant integration for the Theben LUXORliving IP1 cover/shutter controller. Local-push, HACS-installable, with a real config flow and 208 regression tests instead of the usual "works on my setup" script.
Local agent that polls a German marketplace for specific deal patterns (e.g. cheap gaming PCs under a price ceiling) and pushes scored notifications. Deterministic scoring first; LLM only where the signal needs nuance.
A self-hosted services hub on a single Tailscale host: telemetry, monitoring, identity, secrets, docs, CI. No public exposure, no vendor lock, everything reachable only on the tailnet — internal DNS only, no public records.
A milestone-based escrow protocol for digital work, funded in USDC on Base. Smart contracts enforce payout rules; no platform custody, no marketplace overhead. Solidity contracts plus a typed TS backend and a Next.js frontend, all under one repo.
Three pieces that form one loop: how to observe systems honestly, where agents need boundaries, and how to show technical signal without publishing operational surfaces.
Freshness checks, authorization, observability, and command safety as transferable habits.
Where automation helps, where it needs boundaries, and what stays human-owned.
How to show technical signal without publishing operational internals.
Short notes and selected public experiments appear here as they become worth sharing.
The public contact surface stays small and deliberate.