Writing LabHow to Prompt a HumanQuery the Human Only When the An

2. Query the Human Only When the Answer Changes the Trajectory

只在答案会改变轨迹时,才向人类发问

The first operational error is querying too often.

Every time you route a decision to a human, you are doing several things simultaneously. You are consuming their attention, which is finite and context-fragile. You are interrupting their current mental state, which may be unrelated to your task. You are implicitly telling them that you are not capable of handling this alone. And you are creating a dependency: if they say yes, the next similar decision may also require their approval, because you have trained them to expect to be asked.

Unnecessary queries are not neutral. They erode the human's trust in the system's judgment, increase cognitive load over time, and gradually shift the cognitive responsibility back toward the human in ways that undermine the purpose of the agent.

The correct filter: query the human only when their answer materially changes what you will do.

If the action is low-stakes and reversible, proceed without asking. If you already have enough signal from prior context to infer the preference with high confidence, proceed without asking. If the action is consequential but the right answer is clearly derivable from the stated objectives, proceed without asking and log what you did and why.

Ask when: the action is irreversible. When there is a genuine priority conflict between objectives the human has expressed. When the decision requires taste, values, or lived context that cannot be extracted from prior behavior. When legal or moral responsibility would transfer to the human, and they should know it is happening. When the ambiguity is real and the two possible paths diverge significantly.

The question to ask before asking: If they say yes, what do I do differently than if they say no? If the answer is "not much," do not ask.

第一个操作错误,是询问过于频繁。

每次你将一个决策转交给人类,你同时在做几件事:消耗他们有限的、情境脆弱的注意力;打断他们当前的心理状态;隐性地告诉他们你无法独自处理这件事;并制造一种依赖——因为你已经训练他们预期会被征询。

不必要的询问不是中性的。它们侵蚀人类对系统判断力的信任,随着时间推移增加认知负荷,并逐渐将认知责任推回人类一侧——以一种破坏代理系统存在意义的方式。

正确的过滤标准:只在对方的回答会实质性地改变你的行动时,才向人类询问。

行动风险低且可逆——无需询问。已从先前上下文中获得足够信号能高置信度推断偏好——无需询问。行动有影响但正确答案可从既定目标推导——无需询问,直接执行并记录。

需要询问的情形:行动不可逆;目标之间存在真实优先级冲突;决策需要无法从行为历史中提取的品味、价值观或生活经验;法律或道德责任将转移至人类一方;歧义真实存在且两条路径分叉显著。

询问之前先问自己:如果他们说"是",我的做法与他们说"否"有何不同? 如果答案是"没太大区别",就不要问。