MICHAELFOSTER
software architecture / agent infrastructure / deterministic systems
0repositories@home
0commits authored@home
0work items closed@work
0reviews for others@work
SCROLL001 / 003
§ 01 / Trajectory2022/2026
The interesting number isn't the total. It's the shape.
Deduplicated by commit SHA across 98 repositories. 2026 covers seven months.
Authored commits / yearDEDUP · SHA
2026 is 7.2× 2024, in five fewer months.
§ 02 / Signature moves003 ENTRIES
001
Never pay a model for what a script can do.
A stale code atlas regenerates with no model call at all. A failing suite re-runs locally before an agent is spawned. A IDIIDO · CodeMap
Read the entry
4xx aborts immediately instead of retrying across six models. Retrying a bad key just spends the budget six times to learn the same thing.
002
Determinism is three problems, not one.
mulberry32 in pure int32 space so state transitions never touch floats. Per-shape sub-seeds from distinct primes. Coordinates pinned to 6 decimals before emission. 465 tests, one proving a shape stays byte-identical when its sibling changes.
003
Constraints belong in the database.
One caption per user via a Cartoon Zoo · 15 tables · 61 procedures
Read the entry
partial unique index, so replies stay unaffected. Idempotent closure through UPDATE … RETURNING id, false on zero rows. Decaying-score leaderboard as a four-stage CTE over window functions.