TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How could vibe coding show the code at a high level to non-programmers?

6 点作者 amichail1 天前
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)?

8 条评论

austin-cheney大约 4 小时前
That would entirely depend on your audience. Some people are more capable of receiving and following instructions than others. Some people are faster to anxiety at proximity towards uncertainty than others.
skydhash大约 23 小时前
You can’t, because the reason the code exists is because you need its formality in order to eliminate ambiguity. Everytime code is explained without showing the code, there’s a baseline of understanding that’s required to filter the additional ambiguity.<p>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).
quintes大约 16 小时前
What value is there in showing a non programmer code or an abstraction?<p>If you want to vibe code tests are likely a guardrail to ensure quality over time
jefflinwood大约 23 小时前
I&#x27;m having the LLM work with human-readable behaviors for each component. You can have the LLM take those behaviors and create a Mermaid diagram, for instance.
amichail1 天前
Maybe the AI could capture video of program runs and then show the user representative small clips from these videos that depict distinct features?
FergusArgyll1 天前
Reverse engineer it into scratch? (or similar block-based beginner-friendly language, with comments)
collingreen1 天前
Visual programming
cranberryturkey1 天前
I always ask it to create some documentation.