Files
nexus/wiki/concepts/Cognitive-Load-Reduction.md
2026-05-03 05:42:12 +08:00

47 lines
2.0 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.
---
title: "Cognitive Load Reduction"
type: concept
tags: []
sources: ["product-behavioral-nudge-engine"]
last_updated: 2026-05-01
---
## Definition
Cognitive Load Reduction认知负荷降低是一种软件交互设计原则——通过信息过滤、任务分解和界面简化主动降低用户在决策和执行过程中的认知负担防止因信息过载导致的决策瘫痪和平台流失。
## Core Problem
> "If a user has 50 items pending, do not show them 50. Show them the 1 most critical item."
大量待办任务列表是认知过载的典型来源。当用户面对大量未完成任务时,会产生「决策瘫痪」——因无法决定从何处开始而选择什么都不做。
## Strategy Taxonomy
| 策略 | 描述 | 示例 |
|------|------|------|
| 信息过滤 | 只展示最关键的N项 | 任务列表只显示 Top 1 |
| 任务分解 | 将复杂任务拆解为微步骤 | 将「完成项目报告」拆解为「只写第一段」 |
| 预设草案 | 预先填充内容减少起步阻力 | [[Default Bias]] 的应用 |
| 时间盒 | 限制单次执行时长 | [[Micro-Sprint]] 5分钟冲刺 |
| 进度可见 | 展示已完成vs总任务数 | 庆祝15个已完成而非展示95个待完成 |
## Behavioral Science Foundation
- **Miller's Law**:人类工作记忆容量约为 7±2 个信息块
- **Zeigarnik Effect**:未完成任务比已完成任务占用更多认知资源
- **Goal Gradient Effect**:越接近目标,动机越强——通过展示小范围完成积累信心
## Related Concepts
- [[Micro-Sprint]] — 认知负荷降低的核心执行机制
- [[Default Bias]] — 通过预设草案降低决策门槛
- [[Gamification]] — 通过进度可视化维持动力
- [[Habit Formation]] — 低认知负荷是习惯形成的前提条件
## Connections
- [[Behavioral Nudge Engine]] — 认知负荷管理是核心职责
- [[Product Manager Agent]] — 产品设计需内化认知负荷原则
- [[Habit Tracker & Accountability Coach]] — 低摩擦的habit建立依赖认知负荷控制