Hands-On
Runnable tutorials, small implementation exercises, and practical follow-ups to the longer engineering articles. These posts are kept separate from the main Technology stream so readers can go directly to the code and operator exercises.
-
Hands-On: Build a Fail-Closed Inference Benchmark Comparator
Build a standard-library benchmark comparator that rejects incompatible runs and correctness drift before calculating median, direction-aware performance deltas.
-
Hands-On: Put a TTS Bridge Through a Model-Free Test Bench
Build a model-free TTS test bench with bounded capability and registry metadata, opaque registered references, a legacy compatibility path, layered health, redacted events, and deterministic cleanup.
-
Hands-On: Put Multimodal Context Hygiene Through a Test Bench
Run sanitized conversations through stock and derived Qwen templates, verify exactly what changes, exercise the routing boundary, and inspect the passive model-proxy relationship.
-
Hands-On: Build and Test a Passive Proxy Lab
Run a passive proxy, deterministic fake model endpoint, and six privacy and byte-preservation canaries using only the Python standard library.
-
Hands-On: Build a Fail-Closed Memory Router
Authorization has to choose the candidate set before relevance ranking begins. This runnable Python router and its seven canaries make that ordering visible and testable.
-
Hands-On: Build an Idempotent Intake Manifest
A first import is easy. I built and tested a bounded Python and SQLite manifest that keeps source identity and history intact across reruns, changes, disappearance, and restoration.
-
Hands-On: Isolated Remote Development with SSH
A step-by-step tutorial for using SSH keys, isolated accounts, remote editor workspaces, and tunneled Python debugging on the same Mac, another machine, or a VPS.