VG Vibe Coding Glossary

Lesson 17 / 22

Progressive disclosure means giving the agent only the context it needs now, with pointers to more.

Progressive disclosure

Concept

Progressive disclosure 是只给 agent 当前步骤需要的 context,同时留下指向其他资料的线索。这样可以减少无关信息占用窗口,让 agent 在需要时再读取更多内容。

English handle

Progressive disclosure means giving the agent only the context it needs now, with pointers to more.

Try saying it

请用英文要求 agent 先读取当前任务相关文件,之后需要时再打开完整设计文档。

Compare

Read the files needed for this task first, and open the full design doc only if you need it.

  • 是否先限制当前需要的 context?
  • 是否保留后续读取更多资料的入口?
  • 是否避免一次性加载全部材料?