Greg Slepak’s “short leash” method is the anti-vibe-engineering take, and it lands because it starts from a concession: a frontier model like Fable 5 will happily produce code that runs and is still inefficient and ugly. On code that has to be correct, “it works” was never the bar. Beating that baseline isn’t about a better model — it’s about keeping the human in the loop on a tight leash.

The workflow, in the terms that matter for anyone running agents against a real codebase:

The uncomfortable part is that this scales with human attention, not model capability. That’s exactly why enterprise teams shipping anything security- or compliance-adjacent will land here regardless of how good the models get: review ownership doesn’t transfer to the thing that wrote the code. The HN discussion splits along the predictable line — people who think this is obviously right, and people who think it defeats the point of using an agent at all.

My contrarian read: the two camps are describing different jobs. Throwaway scripts want a long leash; invariant-bearing code wants a short one. The mistake is picking a leash length by ideology instead of by blast radius. Which one is your team defaulting to?