Edge runtime
Workers on a global edge network. Cold start < 5ms, instant rollback via atomic deploys, no origin auth round-trip.
- Cloudflare
- WASM
- KV
// engineering lab · v3.2 · uptime 99.97%
t3ch.b3rt.dev is the engineering arm of the empire — system design notes, reproducible experiments, and the day-by-day build log of a one-person R&D shop. Plain text, plain graphs, no marketing.
Boring where it should be, novel where it earns its place.
Workers on a global edge network. Cold start < 5ms, instant rollback via atomic deploys, no origin auth round-trip.
A bounded set of named agents on a single priority queue. Cron-driven, human-gated, with replayable job ledgers.
Hand-rolled HTML + CSS, zero JS frameworks. Sub-15KB CSS, sub-25KB HTML, served from edge cache. Fast because there is nothing to load.
Structured logs, a heartbeat cron, and one public status page. If a metric moves, a human is paged within five minutes.
A tiered model router. Cheap structured work goes to a quantized local GGUF on the AMD box. Hard reasoning routes to a frontier model. Latency-budgeted.
One CSS file of design tokens drives every site. Swap a single custom property to retune the empire. No per-site build, no compile step.
Things that might become features, or might get deleted.
Decompose a large build into bounded, claimable units. Each unit ships with a contract, a verifier, and a rollback plan. Staged rollout across three sites this quarter.
A typed browser action surface for agents. Clicks are addressable by element ref, not pixel coordinates. Failures escalate through a verify-rather-than-retry ladder.
Routing cheap, structured work to a quantized local GGUF on the AMD box. Goal: drop external-API cost per empire task by 40% without raising latency.
Every agent run gets a deterministic replay from its ledger entry. If a run misbehaves, we replay it locally, find the diff, and patch the agent rather than the symptom.
Move per-site counters and feature flags from origin to edge KV. Sub-millisecond reads, zero origin load, atomic rollouts via versioned keys.
Five rules that govern every change to the empire stack.
Prefer the tool you have already mastered. Novelty is a cost; it must earn its place against the maintenance tax.
Few endpoints, well-typed. The interface is the product; the implementation can be rewritten.
Agents propose, humans dispose. Every shipped card has a human reviewer named in the ledger entry.
If you cannot replay a run, you cannot debug it. Logs are append-only. Decisions cite their evidence.
One type family, two weights, one accent. The seventh idea is the one you say no to.