Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions documents/anti-patterns/cognitive-overload.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
authors: [aino_vonge_corry]
---

# Cognitive Overload (Anti-pattern)

## Problem
AI lowers the friction of starting new work, and most people prefer starting tasks over finishing them. Working on many things at once can even look impressive.

## What Goes Wrong
Many things start at once — branches, prototypes, experiments, tasks. You lose overview and get stressed. For the team it's worse: not only does everyone lose track of their own work, but what the team works on as a whole becomes overwhelming.

**Consequences:** attention fragments, and the team loses a shared picture of what matters. It becomes hard to explain to other teams what you need and what you can offer.

**Symptoms:** too many open loops, constant context switching, unfinished work.

## Example
This is a very human challenge, but AI makes it worse — it lowers the bar for starting a task even further. It shows up most in teams focused on working hard rather than doing things right.

## Solution
Limit work in progress. Finish, review, and learn before opening the next loop.
1 change: 1 addition & 0 deletions documents/relationships.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ graph LR
%% Anti-pattern → Anti-pattern relationships (related)
anti-patterns/sunk-cost -->|related| anti-patterns/answer-injection
anti-patterns/sunk-cost -->|related| anti-patterns/tell-me-a-lie
anti-patterns/cognitive-overload -->|causes| anti-patterns/flying-blind

%% Anti-pattern → Obstacle relationships (related/causes)
anti-patterns/sunk-cost -->|related| obstacles/limited-context-window
Expand Down
3 changes: 3 additions & 0 deletions website/config/authors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ juan_michelini:
svetkis:
name: svetkis
github: svetkis
aino_vonge_corry:
name: Aino Vonge Corry
github: apaipi