Comment Re:Why i'd never vibe-code: editing isn't any fun. (Score 1) 93
I bet people said similar things when high-level languages were replacing assembly.
There is creativity -- you have to be creative in writing prompts.
I do see an issue: the prompts are insufficient to reproduce the final output, but the prompts are the input to the process. We don't use a compiler to create assembly code, then try to maintain the assembly code while discarding the high-level language code. But vibe coding does something similar: discards the most abstract input, while keeping the output of the first stage. Unfortunately, as I mentioned earlier, the prompts are not a sufficient input to reproduce the output, so one cannot treat it as the canonical description of the code base.