Pattern Cards

Collect, master, and organize AI design patterns

Total Patterns
10
Discovered
8
↗️80%
Owned
5
↗️50%
Decks Created
0
Average Level
12

Total Patterns

8

Owned

5

Discovered

8

Filters

Rarity

Type

uncommon

Attention Mechanism

structuralflow

Lv.20
90% XP

Focus computational resources on relevant information

complexity
60
effectiveness
82
flexibility
88
Windfury

Selective Focus

Concentrate on most relevant inputs

Dynamic Weighting

Adjust importance of different inputs

working-memorytransformer-pattern
rare

Chain of Thought

cognitivelogic

Lv.15
45% XP

Break down complex problems into sequential reasoning steps

complexity
65
effectiveness
85
flexibility
70
Battlecry
+1 Spell

Sequential Analysis

Process problems step-by-step with clear reasoning

Thought Tracing

Track and visualize the reasoning process

self-reflectionworking-memory
rare

Monte Carlo Tree Search

architecturalcomputation

Lv.1

Probabilistic exploration of solution spaces

complexity
75
effectiveness
85
flexibility
70
Discover
+2 Spell

Random Sampling

Explore solution space through random walks

Statistical Evaluation

Use statistics to guide exploration

tree-of-thoughtexploration-exploitation

Locked

Complete more patterns to unlock

rare

ReAct

behavioralflow

Lv.1

Combine reasoning with action for dynamic problem solving

complexity
70
effectiveness
88
flexibility
85
Charge
Windfury

Thought-Action Loop

Alternate between thinking and acting

Environmental Interaction

Take actions based on reasoning

tool-useplanning-pattern

Locked

Complete more patterns to unlock

common

Scratch Pad

behavioralmemory

Lv.5
50% XP

External memory for intermediate calculations

complexity
35
effectiveness
65
flexibility
90
Rush

Note Taking

Record intermediate thoughts and calculations

Reference Back

Retrieve previous notes when needed

cot-patternworking-memory
uncommon

Self-Reflection

cognitivelogic

Lv.12
80% XP

Analyze and improve own outputs iteratively

complexity
55
effectiveness
80
flexibility
75
Lifesteal
Battlecry

Output Analysis

Critically evaluate generated responses

Iterative Improvement

Refine outputs based on self-critique

cot-patterncritic-pattern
epic

Tree of Thought

cognitivelogic

Lv.1

Explore multiple reasoning branches simultaneously

complexity
80
effectiveness
90
flexibility
85
Battlecry
Discover
+1 Spell

Branch Exploration

Evaluate multiple solution paths in parallel

Pruning

Eliminate ineffective branches early

monte-carlobeam-search

Locked

Complete more patterns to unlock

common

Working Memory

behavioralmemory

Lv.8
64% XP

Maintain active context for complex operations

complexity
45
effectiveness
70
flexibility
80
Taunt
Divine Shield

Context Retention

Keep relevant information readily accessible

Quick Recall

Rapidly access stored information

cot-patternattention-mechanism