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

36 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
id: AI Agent 思维方式
title: "AI Agent 思维方式"
type: concept
tags: [ai-agent, thinking-mode, problem-framing]
last_updated: 2026-04-15
---
## Definition
AI Agent 与传统工具的根本区别:先通过提问澄清需求,再制定可执行方案,而非直接执行。
## Core Mechanism
- Step 1问关键问题不直接推荐工具
- Step 2将模糊想法转化为清晰结构
- Step 3拆解为可执行的小步骤
- Step 4制定风险控制策略
- Step 5自动化执行 + 定期报告
## Key Questions Pattern
- 问题边界是什么?
- 重复/高质量/删除的定义是什么?
- 风险承受范围多大?
- 执行结果如何验证?
## 与传统工具的对比
- 传统工具:接收指令 → 执行(假设用户已经想清楚)
- AI Agent提问澄清 → 结构化方案 → 执行(帮助用户想清楚再动手)
## Related Concepts
- [[OpenClaw]]AI Agent 思维方式的执行平台
- [[精确去重]]AI Agent 思维方式的具体应用
- [[分批执行]]AI Agent 处理大任务的策略
## Sources
- [[养虾日记1-OpenClaw照片整理实战]]