What Are Patterns?

Patterns are MindWiki's most powerful and distinctive feature. A pattern is a structural isomorphism — the same dynamic appearing across completely different domains of your knowledge.

Why Patterns Matter

Most note-taking systems organize by topic. Physics notes go in the physics folder. Psychology notes go in psychology. But the most valuable insights happen at the intersections — when you realize that the same underlying structure appears in seemingly unrelated areas.

A feedback loop is a feedback loop whether it shows up in thermodynamics, habit formation, or viral growth. The abstract structure is identical. Recognizing this lets you:

  • Transfer mental models across domains instantly
  • Predict behavior in new situations using analogies
  • Generate novel ideas by applying a pattern from one domain to another
  • Build deeper understanding by seeing the skeleton beneath the surface

How the Pattern Detector Works

Once a month, the pattern detector AI agent:

  • Reads every page in your vault
  • Extracts the core dynamic or structure described in each page
  • Compares structures across domains looking for isomorphisms
  • Groups pages that share the same underlying pattern
  • Creates or updates a pattern page that maps the shared structure
  • Sends you a summary of what it found

The agent looks for patterns like:

  • Feedback loops: self-reinforcing or self-dampening cycles
  • Emergence: complex behavior arising from simple rules
  • Phase transitions: sudden shifts when a threshold is crossed
  • Resonance: amplification through alignment of frequencies
  • Scale invariance: the same structure at different scales
  • Attractors: states that systems tend toward

Anatomy of a Pattern Page

A pattern page follows this structure:

markdown
---
title: Feedback Loops
type: pattern
domains: [physics, psychology, business, personal]
detected: 2026-03-01
confidence: high
---

# Feedback Loops

A self-reinforcing cycle where the output of a system feeds
back as input, amplifying or dampening the original signal.

## Abstract Structure

Input → Process → Output → (feeds back to Input)

When the feedback is **positive**, the system amplifies:
small changes compound into large effects.

When the feedback is **negative**, the system stabilizes:
deviations are corrected back toward equilibrium.

## Where It Shows Up

### Physics
- [[complex-systems]] — positive feedback drives phase transitions
- [[thermodynamics]] — equilibrium through negative feedback

### Psychology
- [[habit-formation]] — cue → routine → reward loops strengthen
- [[embodied-cognition]] — action-perception loops shape understanding

### Business
- [[growth-loops]] — users create content that attracts more users
- [[network-effects]] — value increases with each new participant

### Personal
- [[morning-routine]] — small wins compound into daily momentum
- [[journaling]] — reflection reinforces intentional behavior

## Implications

If you recognize a feedback loop in a new domain, you can
immediately predict: is it positive (will compound) or negative
(will stabilize)? What's the input? What's the amplification
mechanism? Where's the tipping point?

Creating Patterns Manually

You don't have to wait for the AI to detect patterns. If you notice a structural similarity yourself:

  • Create a new page in patterns/
  • Use the pattern template from _templates/pattern.md
  • Map out where the pattern appears across your vault
  • Add wikilinks to all relevant pages

The pattern detector will find and enrich your manually-created patterns on its next run.

Pattern Confidence

Each detected pattern has a confidence level:

LevelMeaning
HighStrong structural match across 3+ domains with clear isomorphism
MediumGood match across 2+ domains, may need human review
LowPossible match, worth exploring but not certain

Low-confidence patterns are flagged in your monthly summary for review. You can promote them to high confidence or dismiss them.

Patterns vs. Tags

Tags group pages by topic. Patterns group pages by structure. A page tagged #physics and a page tagged #psychology would never appear together in a tag search — but they might share the same pattern if they describe the same underlying dynamic.

This is why patterns are so much more powerful than traditional organization. They reveal the hidden architecture of your thinking.