The News production pipeline has accumulated technical debt: batch files litter the repo, insertion uses a specific stdin-pipe pattern, rebuild must be called manually, and CDN cache requires manual busting. This works — 3,900 articles prove it — but it's fragile. A single misformatted article (extra pipe character) breaks insertion. The pipeline evolved organically rather than being designed. Like many production systems, it works because the operator knows its quirks.