---
id: human-review
term: Human review
zh: 人工審查
category: patterns-of-work
layers: [L4, L5]
course_days: [day1, day2, day3]
learning_stages: [level2, level3, level4]
related_terms: [human-in-the-loop, automated-review, hallucination]
source_inspiration:
  - mattpocock/dictionary-of-ai-coding
status: draft
---

# Human review - 人工審查

## 一句話

Human review 是由人類對 AI 或工具輸出的內容做事實、風險和品質檢查。

## 不要誤會成

它不是只看文字順不順，也不是形式上的點頭。

## 為什麼重要

AI 越能產出完整成果，人類越需要把注意力放在真實性、責任和邊界上。

## 在五層模型的位置

主要對應 L4 Agent 協調層、L5 Interface 使用介面層。理解它可以幫助你判斷問題發生在五層模型的哪個位置。

## 課程中會出現在哪裡

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

## Agent 需要注意什麼

要提供 reviewer 可檢查的標準，例如來源、承諾、個資、品牌語氣和可執行性。

## 情境例句

> 「AI 產出的一頁式網站文案要誰檢查？」
>
> 「至少由熟悉業務的人做 human review，確認承諾、案例、價格和 CTA 都真實可執行。」

## 常見錯誤

- 只檢查文字好不好看。
- 沒有檢查事實、法規與品牌風險。
- 沒有把 reviewer 的回饋寫回流程。

## 相關術語

- [Human In The Loop](human-in-the-loop.md)
- [Automated Review](automated-review.md)
- [Hallucination](hallucination.md)
