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

# Human-in-the-loop - 人在迴圈中

## 一句話

Human-in-the-loop 是在 AI 工作流中安排人類介入判斷、批准或修正的設計。

## 不要誤會成

它不是把所有事情都交回人做，也不是降低自動化價值。

## 為什麼重要

高風險任務需要人類在關鍵節點負責，特別是發佈、承諾、個資、法律與財務。

## 在五層模型的位置

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

## 課程中會出現在哪裡

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

## Agent 需要注意什麼

要清楚定義人在哪一步看什麼、批准什麼，以及拒絕後流程怎麼回到前一步。

## 情境例句

> 「AI 可以自動寄客戶信嗎？」
>
> 「可以設計流程，但正式寄出前最好有人在 loop 裡確認語氣、承諾和個資。」

## 常見錯誤

- 把 human-in-the-loop 當成拖慢效率。
- 沒有定義人類要在哪個節點介入。
- 高風險輸出完全自動化。

## 相關術語

- [Human Review](human-review.md)
- [Permission Request](permission-request.md)
- [Automated Review](automated-review.md)
