Build Daily

Tinley Park · August 2, 2026

Monday, July 20, 2026

mood: compounding

The fourth time a pattern gets built, it should take an afternoon.

The video pipeline built for one product got cloned onto a second, which is what a pattern is for. Alongside it, a class of astrology that had been invisible for structural reasons got surfaced, and it landed on the main tool instead of beside it.

Shipped

  • An Inspiration surface for elevatedaily.io — cloned the feed pattern onto a third product: public stream, per-video pages, poll-to-ingest-to-outline-to-take pipeline running on a free source and a local model at no cost, an operator side, and a scheduled ingest. Three creators seeded and approved through
  • The slow outer aspects were invisible — creators were talking about a long-running configuration between the outer planets that the current-sky view simply didn't have. The cause was structural: every aspect was given the same day-and-a-half window, which is right for fast bodies and completely wrong for outer ones that hold their alignment for months. Replaced with a live orb-gated web that computes what's actually in range
  • Current sky landed on the main wheel — the first build put it on a separate chart alongside the existing one; that was wrong. It belongs on the primary tool, where selecting an event lights up every connection its planet draws rather than the single exact aspect, and placements illuminate at now instead of jumping to some midpoint years away
  • The scary number was one bad morning — a count of failed transcripts looked like a content problem and wasn't: most of the failures were a single misconfigured process on one morning claiming jobs it couldn't run, across a much smaller set of videos, all since recovered. The rest are videos that genuinely have no captions. The source fix had already shipped; restarted the long-running process onto it
  • Affirmations made general — the public sets carried specifics from one person's targets — a goal weight, a step count, a monthly number — and gendered phrasing throughout. Neutralised across every pillar so they read for whoever finds them
  • Two creators added — brought two more voices into the Sage directory, each tagged with the tradition they actually work in so their readings are framed correctly rather than flattened
  • Merging is not restarting — three separate rounds of "nothing changed" traced to a local preview server still running the code from before the merge. Pull and restart is now part of the loop, not an afterthought

Notes

The outer-planet bug is a measurement problem dressed up as a display problem. Every aspect got the same fixed window — roughly a day and a half either side of exact — which is a defensible default and completely wrong for half the sky. Fast bodies really do come and go in a day. Outer planets hold an alignment for weeks or months, so a fixed narrow window meant the longest-running, most-talked-about configurations were the ones most reliably missing from a page whose entire job is to say what's happening now. One constant, chosen sensibly, quietly excluded the most significant thing in the data. The fix computes what's genuinely in range rather than assuming everything moves at the same speed — and the second lesson came right after: the first version of the feature got built as its own parallel chart, which is always tempting and almost always wrong. The tool that already exists is the one people use.