Ask HN: How could vibe coding show the code at a high level to non-programmers?
4 amichail 7 5/9/2025, 12:10:52 PM
That is, instead of just showing the user the code it wrote, is there a better way to show the program at a higher level that a non-programmer would understand (without just running it to show what happens)?
If you want to vibe code tests are likely a guardrail to ensure quality over time
The only approach left is to refer to the domain. As the person is familiar with it, you illustrate the behavior that is currently programmed by the system. The program itself should be a blackbox. Only knobs and sliders should be left (aka any professional software).