Back

source-summary

Agent Orchestration Cognitive Load Framework

Agent Orchestration Cognitive Load Framework

Recordings-43-.txt Recordings 從去年 11 月開始就沒有實際寫過一行 code 了 — 但我花的腦力比以前更多 Claude Code 從去年九月之後強到一個程度,我的日常變成拆任務、看產出、做決策。打字的是 agent,不是我 CIO 今年有一篇報導說:2026 的工程師角色正在從 creators 變成 curators — 花更少時間寫基礎程式碼,更多時間在協調 AI agents 的 workflow;重點不再是 prompt engineering,是 orchestration 我很同意,但「怎麼協調」這件事完全沒人教,大家都在自己摸索… 我想從 Cognitive Load Theory 來思考一套 Agentic System Design 跟 Orchestration 框架,今天把最有用的幾個概念整理出來 —— 【第一步:搞清楚手上的棋子是什麼類型】 Russell & Norvig 的經典 AI 教科書把 agent 分五級: - simple reflex agent - model-based agent - goal-based agent - utility-based agent - learning agent (以上四類,都可以演化成這類) 用白話說就是: - 看到什麼馬上做(reflex)什麼的 - 有記憶(model)的 - 有目標(goal)的 - 有測量器(utility)來選擇最佳路徑到目標的 - 會學(learning)的 這是從 agent 內部能力切的 對實際操作多個 coding agent

Key Takeaways

Related: overview.

Source Files