Build scripts are the blind spot of AI coding: wrong builds waste CI minutes and nearly shipped a broken release

jimmykoppel · x · 2026-09-07

Engineer Jimmy Koppel shares how vibe coding burned him on build scripts, code he deliberately never reads because "if it builds, it works":

He nearly shipped a bad release yesterday because bun.compile missed some packages, and now keeps a bevy of checks ensuring the compiled artifact bundles everything. His takeaway: for every part of the codebase allowed to be "vibed slop," it's still unclear whether skipping human attention actually saved time. The reply thread adds that for anything complex, reading the code beats running or testing it for understanding behavior — vibe coding fits only simple web apps without privacy or security requirements.

Related event: MIT researcher: reading code beats running it(4 posts)→

Original post →

More from coding & agent

coding & agent channel →