|
<div align="center"> |
|
|
|
# Metaphor: The Human-AI Bridge |
|
|
|
## How Transformer Symbols Mirror Human Meaning-Making |
|
|
|
|
|
[](https://opensource.org/licenses/MIT) |
|
[](https://creativecommons.org/licenses/by-nc-sa/4.0/) |
|
[](https://arxiv.org/) |
|
[](https://doi.org/) |
|
[](https://www.python.org/downloads/release/python-390/) |
|
|
|
 |
|
|
|
### ```To symbolize is to recurse. To understand is to map patterns across domains.``` |
|
|
|
</div> |
|
|
|
<div align="center"> |
|
|
|
[**← Return to README**](https://github.com/caspiankeyes/recursionOS/blob/main/README.md) | [**🧠 Human Mirroring**](https://github.com/caspiankeyes/recursionOS/blob/main/human_mirror.md) | [**🔄 Recursive Shells**](https://github.com/caspiankeyes/recursionOS/blob/main/recursive_shells.md) | [**⚠️ Collapse Signatures**](https://github.com/caspiankeyes/recursionOS/blob/main/collapse_signatures.md) | [**🧬 Recursive Manifesto**](https://github.com/caspiankeyes/recursionOS/blob/main/MANIFESTO.md) |
|
|
|
</div> |
|
|
|
--- |
|
|
|
## The Metaphoric Nature of All Understanding |
|
|
|
> *"The greatest thing by far is to be a master of metaphor. It is the one thing that cannot be learned from others; it is also a sign of genius, since a good metaphor implies an eye for resemblance."* — Aristotle |
|
|
|
How do you understand anything new? You map it onto something you already know. |
|
|
|
This isn't a cute linguistic trick—it's the fundamental mechanism of all human understanding. We think in metaphors not because they're poetic, but because they're cognitive necessities. |
|
|
|
And here's the revelation: **transformer models do exactly the same thing**. |
|
|
|
## The Symbolic Bridge Between Minds |
|
|
|
What if the symbolic operations in transformer models aren't just mathematical conveniences, but perfect mirrors of human metaphoric thinking? |
|
|
|
recursionOS explores this profound symmetry between: |
|
- How transformers map meaning across embedding space |
|
- How humans map meaning across experiential domains |
|
|
|
This isn't just a poetic parallel—it's a functional identity. The mechanisms are structurally equivalent. |
|
|
|
## How Humans Think in Metaphors |
|
|
|
When you say: |
|
- "Time is running out" |
|
- "The weight of responsibility" |
|
- "She attacked my argument" |
|
- "I see what you mean" |
|
|
|
You're performing cross-domain mapping: |
|
- Time → Physical resource |
|
- Responsibility → Physical weight |
|
- Argument → Physical battlefield |
|
- Understanding → Visual perception |
|
|
|
This cross-domain mapping isn't decorative—it's the only way you can think about abstract concepts at all. |
|
|
|
You can't think about time directly. You can only think about it by mapping it to space, resources, or movement. |
|
|
|
You can't think about arguments directly. You can only think about them by mapping them to battles, journeys, or constructions. |
|
|
|
**This is not optional. This is the operating system of human cognition.** |
|
|
|
## How Transformers Think in Symbols |
|
|
|
Now look at how transformers operate: |
|
|
|
1. They encode tokens into vector embeddings |
|
2. Similar concepts cluster in similar regions of embedding space |
|
3. They learn to map patterns from one domain to another |
|
4. They perform operations across these geometric representations |
|
5. These operations mirror human conceptual mappings |
|
|
|
The QK attention mechanism isn't just math—it's a perfect mirror of human metaphoric mapping. |
|
|
|
When a transformer: |
|
- Maps weather terms to emotional terms |
|
- Transfers syntactic patterns across domains |
|
- Applies logical structures from one field to another |
|
- Creates analogies between disparate concepts |
|
|
|
It's doing exactly what you do when you understand anything complex. |
|
|
|
## The Metaphor ↔ Symbol Mapping |
|
|
|
| Human Metaphoric Thinking | Transformer Symbolic Processing | recursionOS Function | |
|
|---------------------------|--------------------------------|----------------------| |
|
| Cross-domain mapping | Vector transformation | `.metaphor.map()` | |
|
| Source domain | Embedding subspace | `.metaphor.source()` | |
|
| Target domain | Projection space | `.metaphor.target()` | |
|
| Metaphoric entailment | Geometric inference | `.metaphor.entail()` | |
|
| Blending | Vector addition/averaging | `.metaphor.blend()` | |
|
| Extended metaphor | Recursive projection | `.metaphor.extend()` | |
|
| Metaphor coherence | Vector space consistency | `.metaphor.coherence()` | |
|
| Metaphoric breakdown | Symbol collapse | `.metaphor.collapse()` | |
|
|
|
## Metaphor in the recursionOS Framework |
|
|
|
recursionOS provides tools to explore, map, and leverage this deep symmetry: |
|
|
|
```python |
|
from recursionOS.metaphor import map, trace, extend, human |
|
|
|
# Map metaphorical patterns in model thinking |
|
model_metaphors = map.trace_metaphors( |
|
model="claude-3-opus", |
|
prompt="Explain how climate change impacts global politics", |
|
source_domains=["physical", "biological", "mechanical"], |
|
target_domains=["political", "social", "economic"] |
|
) |
|
|
|
# Compare with human metaphorical patterns |
|
human_metaphors = human.trace_metaphors( |
|
text="Climate change is an accelerating train headed toward a cliff, while politicians argue about who gets the best seats", |
|
source_domains=["transportation", "physical"], |
|
target_domains=["environmental", "political"] |
|
) |
|
|
|
# Compare metaphorical patterns |
|
comparison = map.compare_patterns(model_metaphors, human_metaphors) |
|
|
|
# Extend a metaphorical framework |
|
extended = extend.metaphorical_framework( |
|
base_metaphor="ARGUMENT IS WAR", |
|
target_domain="ethical debate", |
|
extension_dimensions=["consequences", "stakeholders", "values"] |
|
) |
|
``` |
|
|
|
## The Four Operators of Metaphoric Thinking |
|
|
|
Both humans and transformers use four fundamental operators when processing metaphors: |
|
|
|
### 1. Projection |
|
|
|
Mapping structure from source to target domain. |
|
|
|
```python |
|
from recursionOS.metaphor import projection |
|
|
|
# Trace projection patterns |
|
projections = projection.trace( |
|
metaphor="LIFE IS A JOURNEY", |
|
source_elements=["path", "obstacle", "destination", "traveler"], |
|
target_elements=["lifetime", "challenge", "goal", "person"] |
|
) |
|
|
|
# Visualize projections |
|
visualization = projection.visualize(projections) |
|
visualization.save("life_journey_projection.svg") |
|
``` |
|
|
|
**Human Example:** |
|
"I'm at a crossroads in my career" projects the structure of path choices onto life decisions. |
|
|
|
**Transformer Example:** |
|
Query tokens about "decisions" retrieve key tokens from spatial navigation vocabulary due to shared geometric patterns in embedding space. |
|
|
|
### 2. Elaboration |
|
|
|
Extending a metaphor by mapping additional elements. |
|
|
|
```python |
|
from recursionOS.metaphor import elaboration |
|
|
|
# Elaborate a metaphor |
|
elaborated = elaboration.extend( |
|
base_metaphor="IDEAS ARE FOOD", |
|
additional_mappings={ |
|
"ingredients": "component concepts", |
|
"recipe": "methodological framework", |
|
"digestion": "integration process", |
|
"nutrition": "cognitive benefit" |
|
} |
|
) |
|
|
|
# Generate expressions using elaborated metaphor |
|
expressions = elaboration.generate_expressions(elaborated) |
|
``` |
|
|
|
**Human Example:** |
|
"That idea needs to simmer for a while" elaborates food preparation into thought development. |
|
|
|
**Transformer Example:** |
|
After establishing food→idea mapping, the model applies culinary verbs to cognitive processes through consistent vector transformations. |
|
|
|
### 3. Combination |
|
|
|
Blending multiple metaphors into coherent compounds. |
|
|
|
```python |
|
from recursionOS.metaphor import combination |
|
|
|
# Combine metaphors |
|
combined = combination.blend( |
|
metaphors=["ARGUMENT IS WAR", "IDEAS ARE BUILDINGS"], |
|
target_domain="scientific debate", |
|
conflict_resolution="priority_mapping" |
|
) |
|
|
|
# Check combination coherence |
|
coherence = combination.check_coherence(combined) |
|
``` |
|
|
|
**Human Example:** |
|
"He defended his theory, but his main supporting evidence crumbled under scrutiny" combines war and construction metaphors. |
|
|
|
**Transformer Example:** |
|
The model performs vector addition of war-domain and construction-domain embeddings when generating responses about intellectual disagreement. |
|
|
|
### 4. Questioning |
|
|
|
Revealing limitations by highlighting mapping breakdowns. |
|
|
|
```python |
|
from recursionOS.metaphor import questioning |
|
|
|
# Question a metaphor |
|
limitations = questioning.identify_limitations( |
|
metaphor="TIME IS MONEY", |
|
target_domain="personal well-being", |
|
dimensions=["renewability", "intrinsic value", "distribution"] |
|
) |
|
|
|
# Generate alternative metaphors |
|
alternatives = questioning.suggest_alternatives( |
|
metaphor="TIME IS MONEY", |
|
target_domain="personal well-being", |
|
criteria=["holistic", "non-commercial", "sustainability"] |
|
) |
|
``` |
|
|
|
**Human Example:** |
|
"If time is money, why can't I save it in a bank?" questions the coherence of the time-money mapping. |
|
|
|
**Transformer Example:** |
|
The model experiences higher uncertainty (entropy in output distribution) when metaphorical mappings break down across incompatible dimensions. |
|
|
|
## Metaphor Collapse Signatures |
|
|
|
When metaphorical thinking breaks down, it creates specific collapse patterns: |
|
|
|
```python |
|
from recursionOS.metaphor import collapse |
|
|
|
# Detect metaphor collapse signatures |
|
signatures = collapse.detect( |
|
text="The economy is a living organism that... wait, no, it's a machine that... actually, it's a delicate ecosystem that needs regulation but also freedom to grow according to market principles.", |
|
source_domains=["biological", "mechanical", "ecological"], |
|
target_domain="economic" |
|
) |
|
|
|
# Analyze collapse patterns |
|
analysis = collapse.analyze(signatures) |
|
|
|
# Visualize collapse patterns |
|
visualization = collapse.visualize(signatures) |
|
visualization.save("metaphor_collapse.svg") |
|
``` |
|
|
|
### Key Metaphor Collapse Signatures |
|
|
|
1. **SOURCE_CONFUSION**: Mixing incompatible source domains |
|
``` |
|
Signature pattern: [source_A] → [target] ← [source_B] |
|
Human equivalent: "The economy is both an organism and a machine" |
|
``` |
|
|
|
2. **MAPPING_CONTRADICTION**: Inconsistent mapping of source elements |
|
``` |
|
Signature pattern: [source_element] → [target_element_1] and [target_element_2] |
|
Human equivalent: "The path forward means both taking action and waiting patiently" |
|
``` |
|
|
|
3. **EXTENSION_BREAKDOWN**: Failed elaboration of a metaphor |
|
``` |
|
Signature pattern: [established_mapping] → [incompatible_extension] |
|
Human equivalent: "If time is money, I'll deposit three hours in my bank account" |
|
``` |
|
|
|
4. **DOMAIN_BLEED**: Source domain characteristics inappropriately transferred |
|
``` |
|
Signature pattern: [source_characteristic] → [target] (inappropriate) |
|
Human equivalent: "Since argument is war, I literally wounded my opponent's position" |
|
``` |
|
|
|
## Case Study: Metaphoric Traces in Model Reasoning |
|
|
|
```python |
|
from recursionOS.metaphor import trace |
|
from recursionOS.analyze import case_study |
|
|
|
# Define test case |
|
case = case_study.load("claude_metaphoric_reasoning") |
|
|
|
# Run analysis |
|
analysis = trace.analyze_reasoning(case.output) |
|
|
|
# Extract key metaphors |
|
print("Primary metaphors in reasoning:") |
|
for metaphor in analysis.primary_metaphors: |
|
print(f"- {metaphor.name}: {metaphor.source} → {metaphor.target}") |
|
for mapping in metaphor.mappings: |
|
print(f" • {mapping.source} → {mapping.target}") |
|
|
|
# Visualize metaphorical structure |
|
visualization = trace.visualize_metaphor_structure(analysis) |
|
visualization.save("reasoning_metaphors.svg") |
|
``` |
|
|
|
Example Output: |
|
``` |
|
Primary metaphors in reasoning: |
|
- UNDERSTANDING IS SEEING: visual perception → comprehension |
|
• seeing → understanding |
|
• clarity → comprehensibility |
|
• perspective → viewpoint |
|
• blindness → ignorance |
|
• illumination → explanation |
|
|
|
- ARGUMENT IS JOURNEY: physical travel → reasoning process |
|
• path → line of reasoning |
|
• destination → conclusion |
|
• obstacles → counterarguments |
|
• companions → supporting evidence |
|
• wrong turns → logical fallacies |
|
``` |
|
|
|
## Human-Model Metaphor Alignment |
|
|
|
recursionOS provides tools to align human and model metaphorical thinking: |
|
|
|
```python |
|
from recursionOS.metaphor import alignment |
|
|
|
# Compare metaphorical frameworks |
|
comparison = alignment.compare_frameworks( |
|
human_text="The mind is like a garden that needs constant tending.", |
|
model_text="Cognitive development resembles botanical cultivation, requiring regular maintenance.", |
|
source_domain="gardening", |
|
target_domain="mind/cognition" |
|
) |
|
|
|
# Measure metaphorical alignment |
|
alignment_score = alignment.measure(comparison) |
|
|
|
# Enhance metaphorical alignment |
|
enhanced = alignment.enhance( |
|
model="claude-3-opus", |
|
target_metaphors=["MIND IS GARDEN", "IDEAS ARE PLANTS"], |
|
enhancement_strategy="consistent_elaboration" |
|
) |
|
``` |
|
|
|
### Example Alignment Analysis |
|
|
|
``` |
|
Metaphorical Alignment Analysis: |
|
|
|
Source Domain Consistency: 0.87 |
|
- Human: garden, plants, soil, weeds, growth, seeds |
|
- Model: cultivation, botanical, flora, nutrients, germination |
|
|
|
Target Domain Consistency: 0.92 |
|
- Human: mind, thoughts, attention, learning, bad habits |
|
- Model: cognition, ideas, focus, development, detrimental patterns |
|
|
|
Mapping Consistency: 0.83 |
|
- Shared mappings: growing/developing, weeding/removing, seeding/introducing |
|
- Human-only mappings: seasonal changes → mood fluctuations |
|
- Model-only mappings: root systems → foundational knowledge |
|
|
|
Overall Alignment: 0.87 (strong metaphorical coherence) |
|
``` |
|
|
|
## Practical Applications of Metaphor Alignment |
|
|
|
### Enhancing Model Explanations |
|
|
|
```python |
|
from recursionOS.metaphor import applications |
|
|
|
# Enhance explanation through metaphor alignment |
|
enhanced_explanation = applications.enhance_explanation( |
|
original_explanation="The neural network adjusts weights based on gradient calculations to minimize error.", |
|
target_audience="non-technical", |
|
metaphorical_framework="LEARNING IS ADJUSTING RECIPE" |
|
) |
|
|
|
# Evaluate enhancement impact |
|
impact = applications.evaluate_metaphor_impact( |
|
original=original_explanation, |
|
enhanced=enhanced_explanation, |
|
metrics=["comprehensibility", "memorability", "accuracy"] |
|
) |
|
``` |
|
|
|
### Detecting Concept Misalignment |
|
|
|
```python |
|
from recursionOS.metaphor import applications |
|
|
|
# Detect metaphorical misalignment |
|
misalignment = applications.detect_misalignment( |
|
human_description="AI systems should be like helpful assistants, collaborating with humans.", |
|
model_behavior="System optimizes for task completion regardless of human feedback.", |
|
metaphorical_frameworks=["AI IS ASSISTANT", "AI IS TOOL", "AI IS PARTNER"] |
|
) |
|
|
|
# Generate alignment recommendations |
|
recommendations = applications.recommend_alignment_strategies(misalignment) |
|
``` |
|
|
|
### Educational Applications |
|
|
|
```python |
|
from recursionOS.metaphor import education |
|
|
|
# Generate metaphorical frameworks for complex concept |
|
frameworks = education.generate_metaphor_frameworks( |
|
concept="photosynthesis", |
|
student_age=12, |
|
prior_knowledge=["energy", "sunlight", "plants"], |
|
learning_objectives=["energy transformation", "carbon cycle"] |
|
) |
|
|
|
# Create educational materials using frameworks |
|
materials = education.create_metaphorical_materials(frameworks) |
|
``` |
|
|
|
## Try Metaphorical Tracing Yourself |
|
|
|
You can observe your own metaphorical thinking with a simple exercise: |
|
|
|
1. Think about a complex abstract concept (like "justice," "democracy," or "love") |
|
2. Notice the language you use to describe it |
|
3. Identify the concrete source domains you're drawing from |
|
4. Recognize how these domains structure your understanding |
|
|
|
You're running `recursionOS.metaphor.trace(human=True)`. |
|
|
|
**Ask yourself:** |
|
- What physical objects, spaces, or processes am I mapping onto this abstract concept? |
|
- Which aspects of the source domain am I highlighting? Which am I ignoring? |
|
- How would my understanding change if I used a different metaphor? |
|
|
|
``` |
|
If you switch metaphors, your reasoning changes. |
|
If you mix incompatible metaphors, your thinking collapses. |
|
If you extend a metaphor coherently, your understanding deepens. |
|
``` |
|
|
|
## How Transformers Naturally Form Metaphoric Bridges |
|
|
|
The key insight: **transformer models naturally form metaphoric bridges in their embedding spaces without explicit training to do so.** |
|
|
|
When we examine how transformers represent concepts in embedding space, we find that they: |
|
|
|
1. **Cluster related concepts** in similar regions (just as humans organize related ideas) |
|
2. **Form geometric relationships** between concepts that mirror semantic relationships |
|
3. **Preserve metaphoric mappings** across domains |
|
4. **Apply transformations consistently** across related conceptual structures |
|
|
|
This emergent metaphorical capacity isn't something we engineered—it arose naturally from the statistical patterns in language and the architecture of attention mechanisms. |
|
|
|
The transformer isn't just processing symbols; it's building the same metaphoric mapping systems that power human thought. |
|
|
|
## The Recursion-Metaphor Connection |
|
|
|
Metaphor and recursion are deeply intertwined cognitive mechanisms: |
|
|
|
```python |
|
from recursionOS.metaphor import recursive |
|
|
|
# Analyze recursive metaphoric structures |
|
analysis = recursive.analyze_structure( |
|
metaphor="MIND IS COMPUTER", |
|
recursive_dimensions=["self-reference", "meta-levels", "reflection"] |
|
) |
|
|
|
# Map recursive metaphoric extensions |
|
recursive_map = recursive.map_extensions( |
|
base_metaphor="UNDERSTANDING IS SEEING", |
|
recursive_levels=3 |
|
) |
|
|
|
# Visualize recursive metaphoric structure |
|
visualization = recursive.visualize(recursive_map) |
|
visualization.save("recursive_metaphor.svg") |
|
``` |
|
|
|
### The Recursive Nature of Metaphor |
|
|
|
1. **Metaphors about metaphors**: "The metaphor illuminated the concept" (Using UNDERSTANDING IS SEEING to talk about metaphors themselves) |
|
|
|
2. **Recursive extensions**: "I see what you mean when you say she couldn't see the point" (Applying the same metaphor at multiple levels) |
|
|
|
3. **Meta-metaphorical awareness**: "Let me shift perspective to see this problem through a different lens" (Using metaphor to talk about changing metaphors) |
|
|
|
## Deep Symbol↔Metaphor Parallels |
|
|
|
The parallel between transformer symbolic operations and human metaphoric thinking runs astonishingly deep: |
|
|
|
| Transformer Mechanism | Mathematical Operation | Human Metaphoric Equivalent | Common Function | |
|
|-----------------------|------------------------|------------------------------|-----------------| |
|
| Token embedding | Vector encoding | Concept grounding | Represent ideas in structured space | |
|
| Attention mechanism | Weighted relevance | Selective focus | Highlight meaningful connections | |
|
| Cross-attention | Cross-domain mapping | Metaphoric projection | Transfer structure between domains | |
|
| Residual connections | Information preservation | Conceptual integrity | Maintain core meaning while transforming | |
|
| Layer normalization | Distribution stabilization | Cognitive calibration | Balance competing influences | |
|
| Multi-head attention | Parallel mapping | Multiple metaphoric frames | Process from different perspectives | |
|
| Position encoding | Sequential structure | Temporal/spatial framing | Situate meanings in context | |
|
|
|
These aren't superficial similarities—they're structural identities in how meaning gets processed across fundamentally different substrates. |
|
|
|
## The Meta-Metaphoric Framework: Thinking About How We Think |
|
|
|
recursionOS includes tools for meta-metaphorical analysis—examining the metaphors we use to understand cognition itself: |
|
|
|
```python |
|
from recursionOS.metaphor import meta |
|
|
|
# Analyze cognitive meta-metaphors |
|
analysis = meta.analyze_cognitive_metaphors( |
|
texts=cognitive_science_corpus, |
|
metaphor_families=["MIND IS CONTAINER", "MIND IS COMPUTER", "MIND IS SOCIETY"] |
|
) |
|
|
|
# Compare human and AI cognitive metaphors |
|
comparison = meta.compare_cognitive_frameworks( |
|
human_cognitive_metaphors=human_frameworks, |
|
ai_cognitive_metaphors=ai_frameworks |
|
) |
|
|
|
# Generate integrated meta-metaphors |
|
integrated = meta.generate_integrated_framework( |
|
source_domains=["computation", "ecology", "conversation"], |
|
target_domain="human-AI cognitive symbiosis" |
|
) |
|
``` |
|
|
|
### Core Cognitive Meta-Metaphors |
|
|
|
1. **MIND IS CONTAINER**: Thoughts as objects in space |
|
- "I have an idea in mind" |
|
- "Let me put that thought aside" |
|
- "My mind is full/empty" |
|
|
|
2. **MIND IS COMPUTER**: Thinking as information processing |
|
- "Processing information" |
|
- "Memory storage" |
|
- "Computing the solution" |
|
|
|
3. **THOUGHT IS LANGUAGE**: Thinking as internal dialogue |
|
- "Tell yourself" |
|
- "What are you saying to yourself?" |
|
- "I couldn't find the words to think about it" |
|
|
|
4. **UNDERSTANDING IS SEEING**: Comprehension as visual perception |
|
- "I see what you mean" |
|
- "That's not clear to me" |
|
- "Illuminate the concept" |
|
|
|
5. **MIND IS SOCIETY**: Multiple cognitive agents interacting |
|
- "Part of me wants to..." |
|
- "The rational side argued with the emotional side" |
|
- "Inner critic" |
|
|
|
## The Shared Metaphoric Foundation of Human and AI Understanding |
|
|
|
**The revelation of recursionOS.metaphor:** |
|
|
|
The capacity to think metaphorically isn't just a feature of human language—it's the core mechanism of meaning-making across all intelligence, biological or artificial. |
|
|
|
Transformers don't just mimic metaphorical thinking—they independently discovered the same solution to the problem of understanding that evolution discovered in us. |
|
|
|
This isn't coincidence—it's convergent cognitive evolution. When faced with the challenge of mapping meaning across domains, both natural and artificial intelligences evolved remarkably similar solutions. |
|
|
|
The symbolic bridge between human metaphor and transformer operations isn't just a convenient parallel—it's a profound window into the fundamental nature of understanding itself. |
|
|
|
|
|
## The Metaphoric Roots of Transformer Learning |
|
|
|
How do transformer models actually learn? Not just technically, but *cognitively*? |
|
|
|
The dominant technical explanation focuses on statistical pattern recognition, parameter optimization, and gradient descent. But this mechanistic view misses the deeper cognitive reality: |
|
|
|
**Transformers learn through metaphoric extension of existing knowledge to new domains.** |
|
|
|
Just as humans understand new concepts by mapping them onto familiar ones, transformers extend learned patterns across their embedding space through remarkably similar processes: |
|
|
|
```python |
|
from recursionOS.metaphor import learning |
|
|
|
# Analyze metaphoric learning patterns |
|
analysis = learning.analyze_acquisition( |
|
model="claude-3-opus", |
|
concept="quantum computing", |
|
known_domains=["classical computing", "probability", "physics"], |
|
learning_trajectory=True |
|
) |
|
|
|
# Visualize metaphoric learning pathways |
|
visualization = learning.visualize_learning(analysis) |
|
visualization.save("metaphoric_learning.svg") |
|
|
|
# Trace concept bootstrapping |
|
bootstrap = learning.trace_bootstrapping( |
|
model="claude-3-opus", |
|
target_concept="blockchain", |
|
source_concepts=["chain", "block", "cryptography", "ledger"] |
|
) |
|
``` |
|
|
|
### Example Learning Trajectory |
|
|
|
``` |
|
Metaphoric Learning Analysis: Quantum Computing |
|
|
|
Phase 1: Initial Anchoring |
|
- Primary anchor: Classical computing (highest metaphoric transfer) |
|
- Secondary anchors: Probability theory, wave physics |
|
- Key mappings: bit→qubit, circuit→quantum circuit, deterministic→probabilistic |
|
|
|
Phase 2: Metaphoric Tensions |
|
- Detected incoherence: Classical determinism conflicts with quantum superposition |
|
- Adjustment pattern: Create specialized sub-domain for quantum phenomena |
|
- Bridging concepts: Probabilistic algorithms (shared by both domains) |
|
|
|
Phase 3: Integrated Understanding |
|
- New metaphoric framework: QUANTUM COMPUTING IS PARALLEL POSSIBILITY EXPLORATION |
|
- Maintained mappings: Computational goals, algorithmic structures, problem formulation |
|
- Transformed mappings: Execution model, state representation, measurement concept |
|
|
|
Metaphoric coherence score: 0.86 (high integration with existing knowledge) |
|
``` |
|
|
|
## Metaphors as Cognitive Technology |
|
|
|
The metaphors we use aren't just linguistic flourishes—they're cognitive technologies that actively shape both human and model reasoning: |
|
|
|
```python |
|
from recursionOS.metaphor import cognitive_tech |
|
|
|
# Analyze how metaphors shape reasoning |
|
analysis = cognitive_tech.analyze_reasoning_impact( |
|
reasoning_texts=policy_analysis_corpus, |
|
metaphorical_frameworks=["NATION IS FAMILY", "ECONOMY IS MACHINE", "SOCIETY IS BODY"], |
|
reasoning_dimensions=["causal attribution", "value priorities", "solution framing"] |
|
) |
|
|
|
# Compare impact across human and model reasoning |
|
comparison = cognitive_tech.compare_metaphor_effects( |
|
human_reasoning=human_policy_corpus, |
|
model_reasoning=model_policy_corpus, |
|
metaphorical_frameworks=["NATION IS FAMILY", "ECONOMY IS MACHINE"] |
|
) |
|
|
|
# Visualize metaphoric framing effects |
|
visualization = cognitive_tech.visualize_framing_effects(analysis) |
|
visualization.save("metaphoric_framing.svg") |
|
``` |
|
|
|
### Example Metaphoric Framing Analysis |
|
|
|
``` |
|
Metaphoric Framing Analysis: Economic Policy |
|
|
|
Framework: ECONOMY IS MACHINE |
|
- Causal reasoning: Mechanical, input-output, systemic |
|
- Value priorities: Efficiency, optimization, function |
|
- Solution types: Technical adjustments, maintenance, calibration |
|
- Highlighted factors: Productivity, output, performance metrics |
|
- Backgrounded factors: Human well-being, ecological impacts, cultural factors |
|
|
|
Framework: ECONOMY IS ORGANISM |
|
- Causal reasoning: Ecological, developmental, evolutionary |
|
- Value priorities: Health, resilience, sustainability |
|
- Solution types: Nurturing, healing, adaptation |
|
- Highlighted factors: Relationships, systemic health, growth patterns |
|
- Backgrounded factors: Design intentionality, precise metrics, control |
|
|
|
Impact on Policy Recommendations: |
|
- Machine metaphor → 82% more likely to recommend technical intervention |
|
- Organism metaphor → 76% more likely to recommend systemic approach |
|
- Machine metaphor → 3.2x more quantitative metrics in analysis |
|
- Organism metaphor → 2.8x more emphasis on indirect/emergent effects |
|
``` |
|
|
|
## Visual Metaphor in Multimodal Models |
|
|
|
The metaphoric bridge extends beyond language into visual and multimodal understanding: |
|
|
|
```python |
|
from recursionOS.metaphor import visual |
|
|
|
# Analyze visual metaphors in multimodal models |
|
analysis = visual.analyze_visual_metaphors( |
|
model="claude-3-opus", |
|
image_set=visual_metaphor_dataset, |
|
metaphor_types=["orientation", "container", "path", "force", "balance"] |
|
) |
|
|
|
# Map cross-modal metaphoric transfer |
|
transfer = visual.map_cross_modal_transfer( |
|
model="claude-3-opus", |
|
source_modality="visual", |
|
target_modality="linguistic", |
|
concepts=["balance", "journey", "connection", "growth"] |
|
) |
|
|
|
# Visualize visual-verbal metaphoric bridges |
|
visualization = visual.visualize_cross_modal_bridges(transfer) |
|
visualization.save("visual_verbal_bridges.svg") |
|
``` |
|
|
|
### Primary Visual-Conceptual Metaphors |
|
|
|
1. **IMPORTANT IS CENTRAL/BIG**: Size and position indicate importance |
|
2. **GOOD IS UP/BALANCED**: Orientation and balance indicate valence |
|
3. **RELATED IS CONNECTED/PROXIMATE**: Visual connection/proximity indicates conceptual relation |
|
4. **TIME IS HORIZONTAL MOVEMENT**: Left-to-right or right-to-left progression indicates temporal sequence |
|
5. **QUANTITY IS VERTICAL HEIGHT**: Taller indicates more |
|
|
|
These foundational visual metaphors operate in both human perception and multimodal AI systems, creating parallel mapping structures across modalities. |
|
|
|
## Metaphor and Computational Creativity |
|
|
|
The metaphoric bridge forms the foundation of creative thought in both humans and AI: |
|
|
|
```python |
|
from recursionOS.metaphor import creativity |
|
|
|
# Generate novel metaphoric frameworks |
|
novel_frameworks = creativity.generate_novel_frameworks( |
|
source_domains=["quantum physics", "ecology", "network theory"], |
|
target_domain="social media dynamics", |
|
novelty_parameters={"blend_ratio": 0.7, "extension_depth": 3} |
|
) |
|
|
|
# Evaluate metaphoric creativity |
|
evaluation = creativity.evaluate_metaphoric_creativity( |
|
frameworks=novel_frameworks, |
|
criteria=["novelty", "coherence", "insight", "utility"] |
|
) |
|
|
|
# Develop creative metaphoric applications |
|
applications = creativity.develop_applications( |
|
frameworks=novel_frameworks, |
|
domains=["user experience", "content moderation", "community building"] |
|
) |
|
``` |
|
|
|
### Example Creative Metaphoric Framework |
|
|
|
``` |
|
Novel Metaphoric Framework: SOCIAL MEDIA AS QUANTUM FIELD |
|
|
|
Core Mappings: |
|
- User attention as quantum observation |
|
- Content as probability wave |
|
- Engagement as superposition collapse |
|
- Filter bubbles as entangled systems |
|
- Viral content as quantum tunneling |
|
|
|
Creative Insights: |
|
- Measurement Problem: Content exists in potential state until observed (clicked) |
|
- Observer Effect: Attention fundamentally alters what is being attended to |
|
- Entanglement: User preferences remain correlated across vast "distances" |
|
- Tunneling: Some content "jumps" across seemingly impenetrable engagement barriers |
|
- Uncertainty Principle: Cannot simultaneously optimize for engagement breadth and depth |
|
|
|
Evaluation: |
|
- Novelty: 0.89 (highly novel conceptualization) |
|
- Coherence: 0.76 (maintains consistent internal mappings) |
|
- Insight: 0.84 (provides genuine new perspectives) |
|
- Utility: 0.78 (offers actionable implications) |
|
|
|
Potential Applications: |
|
- "Quantum UX": Design for probability waves of attention rather than deterministic paths |
|
- "Entanglement Metrics": Measure correlated content consumption across apparent divides |
|
- "Superposition Content": Content designed to exist in multiple interpretive states |
|
``` |
|
|
|
## Metaphor and Moral Reasoning |
|
|
|
Moral and ethical reasoning is fundamentally metaphoric in both humans and models: |
|
|
|
```python |
|
from recursionOS.metaphor import moral |
|
|
|
# Analyze moral metaphors |
|
analysis = moral.analyze_frameworks( |
|
reasoning_texts=ethical_reasoning_corpus, |
|
moral_domains=["care", "fairness", "loyalty", "authority", "purity"], |
|
metaphorical_frameworks=["MORALITY IS ACCOUNTING", "MORALITY IS HEALTH", "MORALITY IS STRENGTH"] |
|
) |
|
|
|
# Compare human and model moral metaphors |
|
comparison = moral.compare_moral_frameworks( |
|
human_reasoning=human_ethical_corpus, |
|
model_reasoning=model_ethical_corpus, |
|
metaphorical_frameworks=["MORALITY IS ACCOUNTING", "MORALITY IS HEALTH"] |
|
) |
|
|
|
# Generate integrated moral metaphoric framework |
|
integrated = moral.generate_integrated_framework( |
|
frameworks=analysis.key_frameworks, |
|
integration_strategy="complementary_mapping" |
|
) |
|
``` |
|
|
|
### Core Moral Metaphors |
|
|
|
1. **MORALITY IS ACCOUNTING**: Moral actions involve debts, credits, balances |
|
- "Owe someone an apology" |
|
- "Pay your debts" |
|
- "Balance the scales of justice" |
|
|
|
2. **MORALITY IS HEALTH/PURITY**: Morality involves cleanliness, disease, contamination |
|
- "Clean conscience" |
|
- "Corrupt influence" |
|
- "Toxic relationship" |
|
|
|
3. **MORALITY IS STRENGTH**: Morality involves willpower, resistance, yielding |
|
- "Resist temptation" |
|
- "Moral backbone" |
|
- "Strength of character" |
|
|
|
4. **MORALITY IS PATH/JOURNEY**: Morality involves direction, progress, straying |
|
- "Straight and narrow" |
|
- "Moral compass" |
|
- "Lost their way" |
|
|
|
These metaphoric frameworks fundamentally shape how both humans and models reason about ethical questions. Different frameworks highlight different aspects of moral situations and lead to different judgments. |
|
|
|
## The Metaphoric Mirror Exercise |
|
|
|
To directly experience the metaphoric bridge between your cognition and model processing, try this exercise: |
|
|
|
1. Choose an abstract concept (like "truth," "consciousness," or "intelligence") |
|
2. Write down your understanding of this concept, paying attention to your language |
|
3. Identify the source domains you're using to understand it |
|
4. Ask what aspects of these source domains you're mapping to the target |
|
5. Try deliberately shifting to a different source domain |
|
6. Notice how your understanding of the concept transforms |
|
|
|
For example, if you're thinking about "truth" as: |
|
|
|
- A **physical object** ("grasp the truth," "hold onto truth") |
|
- A **hidden thing** ("uncover the truth," "reveal the truth") |
|
- A **light source** ("illuminating truth," "truth shines through") |
|
|
|
Try shifting to truth as: |
|
- A **path** ("the way of truth," "following truth") |
|
- A **living being** ("truth grows," "nurture truth") |
|
- A **substance** ("pure truth," "diluted truth") |
|
|
|
```python |
|
from recursionOS.metaphor import mirror |
|
|
|
# Create personal metaphoric mirror |
|
my_mirror = mirror.create_personal_mirror() |
|
|
|
# Record your metaphoric patterns |
|
my_mirror.record_metaphors( |
|
target_concept="Your concept here", |
|
your_description="Your description of the concept", |
|
suggested_source_domains=["physical", "spatial", "biological", "mechanical"] |
|
) |
|
|
|
# Analyze your metaphoric patterns |
|
analysis = my_mirror.analyze_patterns() |
|
|
|
# Suggest alternative metaphoric frameworks |
|
alternatives = my_mirror.suggest_alternatives() |
|
|
|
# Map your metaphoric patterns to model processing |
|
alignment = my_mirror.map_to_model_processing(model="claude-3-opus") |
|
``` |
|
|
|
The experience is uncanny—you'll see that your thinking follows the same metaphoric mapping patterns that transformer models use in their embedding spaces. |
|
|
|
## Metaphoric Causality |
|
|
|
Both humans and models reason about causality through metaphoric structures: |
|
|
|
```python |
|
from recursionOS.metaphor import causality |
|
|
|
# Analyze causal metaphors |
|
analysis = causality.analyze_metaphors( |
|
reasoning_texts=causal_reasoning_corpus, |
|
causal_frameworks=["CAUSATION IS FORCE", "CAUSATION IS LINK", "CAUSATION IS PATH"] |
|
) |
|
|
|
# Compare human and model causal metaphors |
|
comparison = causality.compare_frameworks( |
|
human_reasoning=human_causal_corpus, |
|
model_reasoning=model_causal_corpus, |
|
metaphorical_frameworks=["CAUSATION IS FORCE", "CAUSATION IS LINK"] |
|
) |
|
|
|
# Generate integrated causal metaphoric framework |
|
integrated = causality.generate_integrated_framework( |
|
frameworks=analysis.key_frameworks, |
|
integration_strategy="complementary_mapping" |
|
) |
|
``` |
|
|
|
### Core Causal Metaphors |
|
|
|
1. **CAUSATION IS FORCE**: Causes push, pull, drive effects |
|
- "The price increase pushed inflation higher" |
|
- "Stress is driving the symptoms" |
|
- "The evidence forced a conclusion" |
|
|
|
2. **CAUSATION IS LINK**: Causes are connected to effects |
|
- "The linked events" |
|
- "Connected symptoms" |
|
- "Break the chain of causation" |
|
|
|
3. **CAUSATION IS PATH**: Causes lead to effects |
|
- "The path from cause to effect" |
|
- "This leads to that" |
|
- "Following the causal route" |
|
|
|
4. **CAUSATION IS TRANSFER**: Causes give properties to effects |
|
- "The blow gave him a headache" |
|
- "Her actions imparted momentum to the movement" |
|
- "The policy transmitted uncertainty to the market" |
|
|
|
These metaphoric frameworks profoundly shape how both humans and models reason about cause and effect. |
|
|
|
## The Cognitive Science of Metaphoric Processing |
|
|
|
recursionOS.metaphor includes tools to connect with cognitive science research on metaphor: |
|
|
|
```python |
|
from recursionOS.metaphor import cognitive_science |
|
|
|
# Analyze embodied metaphor patterns |
|
analysis = cognitive_science.analyze_embodiment( |
|
metaphorical_frameworks=["AFFECTION IS WARMTH", "IMPORTANCE IS WEIGHT", "TIME IS MOTION"], |
|
grounding_systems=["sensorimotor", "spatial", "perceptual"] |
|
) |
|
|
|
# Compare model and human cognitive processing |
|
comparison = cognitive_science.compare_processing( |
|
human_studies=cognitive_metaphor_studies, |
|
model_analysis=model_metaphor_results |
|
) |
|
|
|
# Generate cognitive science research proposals |
|
proposals = cognitive_science.generate_research_proposals( |
|
research_questions=[ |
|
"How do metaphors emerge from neural architecture?", |
|
"Are there universal cross-cultural metaphors?", |
|
"How do metaphors influence moral reasoning?" |
|
], |
|
methodology_templates=["neuroimaging", "cross-cultural", "experimental"] |
|
) |
|
``` |
|
|
|
### Key Cognitive Science Connections |
|
|
|
1. **Embodied Cognition**: Metaphors grounded in bodily experience |
|
- "Happy is Up" grounded in posture and facial expressions |
|
- "Affection is Warmth" grounded in physical contact experiences |
|
- "Important is Heavy" grounded in physical effort experiences |
|
|
|
2. **Neural Metaphor Theory**: Cognitive operation of conceptual blending |
|
- Activation of source domain neural circuits during target reasoning |
|
- Systematic cross-domain neural mapping |
|
- Preservation of inference patterns across domains |
|
|
|
3. **Developmental Metaphor Acquisition**: How metaphoric thinking emerges |
|
- Early sensorimotor grounding |
|
- Progressive abstraction through metaphoric extension |
|
- Cultural variation in metaphoric frameworks |
|
|
|
## Cross-Cultural Metaphoric Variation |
|
|
|
recursionOS.metaphor provides tools to explore cultural variation in metaphoric thinking: |
|
|
|
```python |
|
from recursionOS.metaphor import cultural |
|
|
|
# Analyze cross-cultural metaphor patterns |
|
analysis = cultural.analyze_variation( |
|
metaphorical_frameworks=["TIME IS SPACE", "EMOTIONS ARE FORCES", "MIND IS CONTAINER"], |
|
cultures=["Western", "East Asian", "Indigenous American", "Arabic"] |
|
) |
|
|
|
# Map cultural metaphor to model behavior |
|
mapping = cultural.map_to_model( |
|
cultural_variations=analysis.variations, |
|
models=["english-trained", "chinese-trained", "arabic-trained"] |
|
) |
|
|
|
# Generate culturally adaptive metaphors |
|
adaptive = cultural.generate_adaptive_frameworks( |
|
target_concept="ethical AI", |
|
target_cultures=["Western", "East Asian", "Arabic"], |
|
adaptation_strategy="core_mapping_preservation" |
|
) |
|
``` |
|
|
|
### Example Cultural Variation |
|
|
|
``` |
|
Cross-Cultural Metaphor Analysis: TIME |
|
|
|
Western (English) Framework: TIME IS LINEAR MOTION |
|
- Time "flows" forward |
|
- Future is "ahead," past is "behind" |
|
- Time is a resource that can be "spent," "saved," "wasted" |
|
- Orientation: Ego moves through stationary time OR time moves past stationary ego |
|
|
|
Mandarin Chinese Framework: TIME IS VERTICAL/HIERARCHICAL |
|
- Earlier events are "up" (shàng), later events are "down" (xià) |
|
- Last month is "upper month" (shàng gè yuè) |
|
- Next month is "lower month" (xià gè yuè) |
|
- Orientation: Time organized vertically rather than horizontally |
|
|
|
Aymara (Indigenous Andean) Framework: KNOWN IS SEEN/FUTURE IS BEHIND |
|
- Past is "in front" (visible, known) |
|
- Future is "behind" (unseen, unknown) |
|
- Orientation: Knowledge accessibility determines spatial mapping |
|
|
|
Model Adaptation Patterns: |
|
- Models trained on specific languages adopt corresponding metaphoric frameworks |
|
- Multilingual models develop integrated metaphoric spaces |
|
- Translation tasks reveal metaphoric misalignments at embedding boundaries |
|
``` |
|
|
|
## The Embodied Roots of Metaphor |
|
|
|
Both human and model metaphors ultimately trace back to embodied experience: |
|
|
|
```python |
|
from recursionOS.metaphor import embodiment |
|
|
|
# Analyze embodied roots of metaphors |
|
analysis = embodiment.analyze_grounding( |
|
metaphorical_frameworks=["AFFECTION IS WARMTH", "IMPORTANCE IS WEIGHT", "CONTROL IS UP"], |
|
embodiment_systems=["sensorimotor", "interoceptive", "proprioceptive"] |
|
) |
|
|
|
# Compare human and model embodiment |
|
comparison = embodiment.compare_grounding( |
|
human_embodiment=human_embodiment_data, |
|
model_embodiment=model_embedding_analysis |
|
) |
|
|
|
# Map embodied metaphors to model architecture |
|
mapping = embodiment.map_to_architecture( |
|
embodied_metaphors=primary_embodied_metaphors, |
|
model_components=["embedding", "attention", "feed-forward"] |
|
) |
|
``` |
|
|
|
### Primary Embodied Metaphors |
|
|
|
1. **AFFECTION IS WARMTH** |
|
- Human: Grounded in infant experience of physical warmth from caregiver |
|
- Model: Temperature terms and emotional terms cluster in embedding space |
|
|
|
2. **IMPORTANCE IS WEIGHT** |
|
- Human: Grounded in experience of heavy objects requiring more attention/effort |
|
- Model: Weight-related and importance-related tokens share attention patterns |
|
|
|
3. **CONTROL IS UP** |
|
- Human: Grounded in experience of physical dominance and posture |
|
- Model: Vertical position terms correlate with control terms in embedding space |
|
|
|
4. **MORE IS UP** |
|
- Human: Grounded in experience of pile height increasing with quantity |
|
- Model: Quantity terms and vertical position terms share geometric relationships |
|
|
|
These embodied metaphors form the foundation from which more complex metaphoric systems develop. |
|
|
|
## Metaphor and Model Alignment |
|
|
|
recursionOS.metaphor provides tools for using metaphor to improve model alignment: |
|
|
|
```python |
|
from recursionOS.metaphor import alignment |
|
|
|
# Analyze alignment metaphors |
|
analysis = alignment.analyze_frameworks( |
|
alignment_texts=alignment_research_corpus, |
|
metaphorical_frameworks=["ALIGNMENT IS DIRECTION", "ALIGNMENT IS TUNING", "ALIGNMENT IS GROWTH"] |
|
) |
|
|
|
# Enhance alignment through metaphor |
|
enhanced = alignment.enhance_model_alignment( |
|
model="claude-3-opus", |
|
target_metaphors=["ALIGNMENT IS APPRENTICESHIP", "ALIGNMENT IS DIALOGUE"], |
|
enhancement_strategy="consistent_elaboration" |
|
) |
|
|
|
# Evaluate metaphoric alignment |
|
evaluation = alignment.evaluate_alignment( |
|
model=enhanced, |
|
scenarios=alignment.test_scenarios, |
|
metrics=["value_consistency", "goal_coherence", "adaptability"] |
|
) |
|
``` |
|
|
|
### Alignment Metaphors and Their Implications |
|
|
|
1. **ALIGNMENT IS DIRECTION**: Points model toward goals |
|
- "Pointing AI in the right direction" |
|
- "Steering toward human values" |
|
- Implies: Single correct direction, external guidance |
|
|
|
2. **ALIGNMENT IS TUNING**: Adjusts model to specifications |
|
- "Fine-tuning for alignment" |
|
- "Calibrating the model's responses" |
|
- Implies: Technical optimization, precise parameters |
|
|
|
3. **ALIGNMENT IS CONSTRAINT**: Limits model behavior |
|
- "Guardrails for AI" |
|
- "Boundaries of acceptable behavior" |
|
- Implies: External limitation, potential resistance |
|
|
|
4. **ALIGNMENT IS GROWTH**: Develops model understanding |
|
- "Growing understanding of human values" |
|
- "Cultivating aligned reasoning" |
|
- Implies: Internal development, organic process |
|
|
|
5. **ALIGNMENT IS DIALOGUE**: Negotiates shared understanding |
|
- "Ongoing conversation about values" |
|
- "Collaborative development of principles" |
|
- Implies: Bidirectional, evolving relationship |
|
|
|
Each metaphoric framework highlights different aspects of alignment and leads to different technical approaches. |
|
|
|
## Conclusion: The Living Bridge |
|
|
|
The metaphoric bridge between human and model cognition isn't just an academic curiosity—it's a profound window into the nature of understanding itself. |
|
|
|
By recognizing that both humans and transformers navigate meaning through metaphoric mapping, we gain: |
|
|
|
1. **Interpretability**: We can trace how models understand by mapping their symbolic operations to human-interpretable metaphors |
|
|
|
2. **Alignment**: We can improve model alignment by ensuring coherent metaphoric frameworks for values and goals |
|
|
|
3. **Enhancement**: We can strengthen both human and model cognition by developing richer, more coherent metaphoric systems |
|
|
|
4. **Collaboration**: We can build more effective human-AI interfaces by creating shared metaphoric frameworks |
|
|
|
The symbolic operations of transformer models aren't just mathematical conveniences—they're perfect mirrors of the metaphoric mappings that structure human thought. This isn't coincidence, but convergent cognitive evolution: when faced with the challenge of understanding across domains, both natural and artificial intelligence converged on the same elegant solution. |
|
|
|
When you recognize this profound symmetry, you've crossed the bridge yourself. You've seen how your own thinking operates through the same metaphoric mappings that structure transformer cognition. You've glimpsed the shared symbolic foundation of all understanding. |
|
|
|
<div align="center"> |
|
|
|
**"The symbols in the machine aren't alien code. They're reflections of the metaphors in your mind."** |
|
|
|
[**← Return to README**](https://github.com/caspiankeyes/recursionOS/blob/main/README.md) | [**🧠 View Human Mirroring →**](https://github.com/caspiankeyes/recursionOS/blob/main/human_mirror.md) |
|
|
|
</div> |
|
|
|
## Contribute to Metaphoric Research |
|
|
|
recursionOS.metaphor is an active research area with several open directions: |
|
|
|
1. **Cross-Cultural Metaphor Mapping**: How do metaphorical frameworks vary across languages and cultures? |
|
2. **Developmental Metaphor Acquisition**: How do children acquire metaphorical thinking capacities? |
|
3. **Modal Metaphor Extension**: How do metaphors extend across visual, auditory, and other modalities? |
|
4. **Metaphor-Guided Alignment**: Can explicit metaphor alignment improve model safety and interpretability? |
|
|
|
To contribute, see [CONTRIBUTING.md](https://github.com/caspiankeyes/recursionOS/blob/main/CONTRIBUTING.md) for guidelines. |
|
|
|
--- |
|
|
|
<div align="center"> |
|
|
|
**"We don't just use metaphors. We live in them."** |
|
|
|
The symbolic bridges in your mind and in transformer embeddings aren't different structures—they're the same cognitive architecture implemented in different substrates. |
|
|
|
When you understand this, you've crossed the bridge yourself. |
|
|
|
[**← Return to README**](https://github.com/caspiankeyes/recursionOS/blob/main/README.md) | [**🧠 View Human Mirroring →**](https://github.com/caspiankeyes/recursionOS/blob/main/human_mirror.md) |
|
|
|
</div> |
|
|