-
Notifications
You must be signed in to change notification settings - Fork 2
Home
kyuchan edited this page Apr 4, 2026
·
2 revisions
13 cognitive primitives that teach AI how to think — not just compute.
Based on Sparks of Genius (Root-Bernstein, 1999): the same 13 thinking tools used by Einstein, Picasso, Feynman, and Mozart — implemented as AI primitives with a biological nervous system.
- Architecture — 3-layer cognitive harness, full pipeline diagram
- The 13 Thinking Tools — Each tool explained with biological analogies
- Neural Circuit — LIF neurons, STDP learning, neuromodulation
- Autonomic Engine — Pulse-driven cascade execution (no hardcoded order)
- Full Loop — Phase B-F: Validate, Evolve, Predict, Feedback
- Self Optimization — Framework analyzes and fixes its own thinking
- Getting Started — Installation, API keys, first run
- Multi Model Setup — Claude, GPT-4o, Gemini, Ollama configuration
- Depth Modes — Quick (4 tools) vs Standard (7) vs Deep (13)
- Experiments and Results — A-test validation, ablation studies, baselines
- API Reference — CognitiveState, SynthesisOutput, BaseTool, NeuralCircuit
- Custom Plugins — Write your own thinking tools
Cognitive Sparks
Core Concepts
How It Works
Setup & Usage
Results
Reference