VG Vibe Coding Glossary

Lesson 14 / 22

A hallucination is a confident but wrong model output.

Hallucination

Concept

Hallucination 是模型自信但错误的输出。它可能编造不存在的事实,也可能在已有 context 里漂移。解决方式不是单纯责备模型,而是补正确资料、缩短任务或重新整理 context。

English handle

A hallucination is a confident but wrong model output.

Try saying it

请用英文要求 agent 不要猜 API,而是先读取官方文档或本地类型定义。

Compare

Do not guess the API; read the official docs or local type definitions first.

  • 是否明确禁止猜测?
  • 是否指定可靠资料来源?
  • 是否把错误风险和缺少 context 联系起来?