VG Vibe Coding Glossary

Lesson 15 / 22

A knowledge cutoff is the date after which the model has no built-in knowledge.

Knowledge cutoff

Concept

Knowledge cutoff 是模型训练知识停止更新的时间点。这个日期之后的新库、新 API 或新事件,模型可能不知道,容易根据旧知识编造。你需要把最新文档加载进 context。

English handle

A knowledge cutoff is the date after which the model has no built-in knowledge.

Try saying it

请用英文要求 agent 在使用新版 SDK 前先读取当前版本文档。

Compare

Before using this SDK, read the documentation for the current version.

  • 是否提到 current version?
  • 是否要求先读文档?
  • 是否避免依赖模型旧知识?