Files
nexus/wiki/concepts/AI-Agent-思维方式.md

1.1 KiB
Raw Blame History

id, title, type, tags, last_updated
id title type tags last_updated
AI Agent 思维方式 AI Agent 思维方式 concept
ai-agent
thinking-mode
problem-framing
2026-04-15

Definition

AI Agent 与传统工具的根本区别:先通过提问澄清需求,再制定可执行方案,而非直接执行。

Core Mechanism

  • Step 1问关键问题不直接推荐工具
  • Step 2将模糊想法转化为清晰结构
  • Step 3拆解为可执行的小步骤
  • Step 4制定风险控制策略
  • Step 5自动化执行 + 定期报告

Key Questions Pattern

  • 问题边界是什么?
  • 重复/高质量/删除的定义是什么?
  • 风险承受范围多大?
  • 执行结果如何验证?

与传统工具的对比

  • 传统工具:接收指令 → 执行(假设用户已经想清楚)
  • AI Agent提问澄清 → 结构化方案 → 执行(帮助用户想清楚再动手)

Sources