Files
nexus/wiki/concepts/迭代优化能力.md
2026-04-18 07:18:06 +08:00

21 lines
694 B
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.
---
title: "迭代优化能力"
type: concept
tags: []
---
通过测试反馈持续调整指令,逼近最优结果的能力,是 Prompt 能力的核心组成之一。
## Definition
- 初稿测试:先用简洁 Prompt 生成第一版输出,判断 AI 对核心需求的理解是否准确
- 问题定位:分析输出的偏差,定位 Prompt 的缺失信息
- 精准优化:针对性补充信息,而非全盘改写
- 版本对比:保留多版 Prompt 与输出,观察总结哪种表述方式更符合 AI 的理解逻辑
## Related Concepts
- [[需求拆解能力]]
- [[结构化表达能力]]
- [[场景共情能力]]
## Source
- [[如何写出完美的Prompt提示词]]