Ai·4 min read·
The Scaffolding Got Absorbed
A year ago I wrote up two homegrown workarounds for gaps in AI coding tools. Both gaps have since closed. What replaced them, and what I'd keep.
Vol. MMXXVINo. 91
Field reports from cloud-security engineering,AI experiments, and a homelab that keeps getting bigger.
Ai·4 min read·
A year ago I wrote up two homegrown workarounds for gaps in AI coding tools. Both gaps have since closed. What replaced them, and what I'd keep.
Security·14 min read·
npm's own replication database says 4,288,093 packages. The aggregator most supply-chain research runs on says 5,732,659. The gap is retained unpublish tombstones, and sampling from the wrong side moves a headline number by sixteen points.
Security·7 min read·
Formal verification for AI-agent security. You can't prove a probabilistic model does the right thing — but the deterministic gate in front of it is small enough to prove outright. Dafny proofs, a Rego twin, and differential testing, following the method AWS used for Cedar.
Security·7 min read·
Rewriting security controls for probabilistic agents. Static control catalogs assume systems that do what they're told; AI agents don't — so here's how to express agent guardrails (tool allowlists, secret-egress denial, audit) as machine-checkable OSCAL component definitions.
Design·10 min read·
A dataset of 545 terminal color schemes, converted to OKLCH and republished as an npm package — and the theme picker in this site's own header that quietly runs on it.
Security·13 min read·
MicroVMs and namespace sandboxes give AI coding agents mature filesystem and process isolation. Most open-source ones still hand credentials to the agent directly. Here's the proxy-injection pattern that fixes that, and what it doesn't fix.