Blog
Notes from the least-action path.
Engineering deep-dives, release notes, and ideas on AI-native data workflows — from the team building LeastAction.
LEASTACTION
Handling task dependencies at Scale
LeastAction never materialises the dependency graph. Each task names its parents and resolves them when its turn comes. Here is the model, the call path, the…
LeastActiontask-dependenciesbackfill
adminSep 2, 2026 · 8 min read
DBT
Debug at Scale : Debugging the things that don't fail
Someone edits the load script for factsalesdaily. The revenue column definition changes from DECIMAL(15,2) to DECIMAL(15,1), reducing its precision from two…
DbtData EngineeringData pipeline
adminSep 2, 2026 · 12 min read
UPDATE
Metric Standardization: One renderer for every report
Every new report request costs you another query, another renderer, another thing to page someone about. Here's the table shape that makes the next report…
adminSep 2, 2026 · 15 min read