---
id: knowledge-cutoff
term: Knowledge cutoff
zh: 知識截止
category: failure-modes
layers: [L1]
course_days: [day1, day2]
learning_stages: [level1, level2]
related_terms: [parametric-knowledge, contextual-knowledge, tool]
source_inspiration:
  - mattpocock/dictionary-of-ai-coding
status: draft
---

# Knowledge cutoff - 知識截止

## 一句話

Knowledge cutoff 是模型訓練資料涵蓋時間的上限，之後的新資訊模型不一定知道。

## 不要誤會成

它不是錯誤，也不是模型永遠不能回答新問題。

## 為什麼重要

所有涉及最新政策、產品、人物、價格、版本和新聞的任務，都要注意知識截止。

## 在五層模型的位置

主要對應 L1 模型層。理解它可以幫助你判斷問題發生在五層模型的哪個位置。

## 課程中會出現在哪裡

這個術語會出現在 Day 1 重新認識生成式 AI、Day 2 AI 工具的選擇與搭配，用來幫助學員把實作經驗連回 AI 工作系統的概念。

## Agent 需要注意什麼

遇到可能變動的事實時，要查官方或可靠來源，並在回答中標示日期。

## 情境例句

> 「AI 說的最新政策一定準嗎？」
>
> 「不一定。模型有 knowledge cutoff；最新資訊要透過搜尋、官方文件或資料庫驗證。」

## 常見錯誤

- 問最新資訊卻不查來源。
- 不標示資料日期。
- 把模型內建知識當成即時資料。

## 相關術語

- [Parametric Knowledge](parametric-knowledge.md)
- [Contextual Knowledge](contextual-knowledge.md)
- [Tool](tool.md)
