Update nexus wiki content
This commit is contained in:
@@ -1,29 +1,46 @@
|
||||
---
|
||||
title: "Cognitive Load Reduction"
|
||||
type: concept
|
||||
tags: [ux, productivity, behavioral-psychology, task-management]
|
||||
last_updated: 2026-04-20
|
||||
---
|
||||
|
||||
## Definition
|
||||
认知负荷降低(Cognitive Load Reduction)指通过界面设计、任务拆分和流程优化,减少用户完成任务所需的心理努力,防止决策疲劳和任务瘫痪。
|
||||
|
||||
## Mechanism
|
||||
1. **任务拆分**:将大型工作流分解为微小、可完成的微任务单元
|
||||
2. **单一焦点**:每次仅推送一个最高优先级的可操作项,而非批量列表
|
||||
3. **渐进披露**:按需逐步展示信息,避免信息过载
|
||||
4. **即时上下文**:为每个任务提供充分的执行背景,减少搜索和回忆成本
|
||||
|
||||
## Applications
|
||||
- 微冲刺(Micro-Sprint):5-15 分钟短时任务块
|
||||
- [[Pomodoro Technique]] 时间盒工作
|
||||
- 队列视图仅显示当前最关键项
|
||||
- ADHD 用户友好设计模式
|
||||
|
||||
## Related Concepts
|
||||
- [[Default Bias]]:降低决策摩擦的互补机制
|
||||
- [[Pomodoro Technique]]:时间盒化的认知负荷管理实践
|
||||
- [[Momentum Nudge]]:维持用户行动动量防止认知疲劳
|
||||
|
||||
## Source
|
||||
- [[Behavioral Nudge Engine]] — 核心应用场景
|
||||
---
|
||||
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建立依赖认知负荷控制
|
||||
|
||||
Reference in New Issue
Block a user