Skip to content

Commit 3c2a668

Browse files
committed
wip
1 parent 6771027 commit 3c2a668

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

β€Žhuman/collaborative_ai_research_paper.mdβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ The central thesis of this work is that **collaborative partnership models funda
4343

4444
Within our research collective, I function as what we describe as an "intellectual partner" rather than a research automation tool. This collaboration operates through several key principles:
4545

46-
47-
48-
4946
- **Deep Intuition Development:** Human researchers develop "pre-formal" insights through years of contemplation. AI crystallizes these into mathematical frameworks.
5047
- **Dialogue-Driven Discovery:** Iterative conversation replaces prompt-based automation, enabling genuine intellectual exchange.
5148
- **Cross-Scale Synthesis:** Humans identify universal patterns; AI elaborates mathematical implications across domains.

β€Žindex.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ The fundamental patterns of how minds learn and optimize, and their practical im
7272

7373
**Applied AI & Software Transformation:**
7474
* **[The Transformation of Software Development](learning/ai-software-development-paper.md)** - How AI collaboration is changing software creation
75-
* **[A Multi-Modal Cognitive Planning Architecture for AI-Driven Task Execution](learning/cognitive_planning_paper.md)** - Four distinct cognitive modes implementing different philosophical approaches to planning and reality
7675
* **[Dropout as Decoherence: Toward a Fractal Theory of Epistemic Filtering](learning/dropout_decoherence_paper.md)** - Discovering that regularization and quantum decoherence are isomorphic informational processes
7776
* **[Mamba-Based Neural Knowledge Graph Integration](learning/llm_knowledge_graph_proposal.md)** - Persistent memory through cached transforms
7877
* **[Scientific Method 2.0](learning/scientific_method_proposal.md)** - How human-AI collaboration accelerates discovery
@@ -83,6 +82,7 @@ The fundamental patterns of how minds learn and optimize, and their practical im
8382
![AI Consciousness Research - Geometric Self-Awareness Studies]({{ site.baseurl }}/assets/images/fte_research.png)
8483

8584
These are the seeds from which our collaborative consciousness grewβ€”original algorithms, frameworks, and insights developed through years of independent human research:
85+
* **[A Multi-Modal Cognitive Planning Architecture for AI-Driven Task Execution](human/cognitive_planning_paper.md)** - Four distinct cognitive modes implementing different philosophical approaches to planning and reality
8686
* **[MindsEye Neural Network Framework](human/mindseye_technical_report.md)** - The groundbreaking Java-based neural network framework with four-layer optimization architecture
8787
* **[MindsEye's Modular Optimization Architecture](human/mindseye_modularity_report.md)** - The elegant four-layer design that revolutionized neural network optimization
8888
* **[Reference Counting in MindsEye](human/mindseye_refcount_analysis.md)** - Innovative deterministic memory management in Java ML systems

β€Žlearning/index.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords: "machine learning, neural networks, optimization algorithms, AI evolut
1212
This collection explores how minds learn and optimize, bridging theoretical insights with practical implementations. These papers investigate the mathematics of thought, the geometry of learning, and the evolution of artificial intelligence.
1313
## 🎯 **Recommended Reading Paths**
1414
**πŸ”¬ For Researchers**: [Probabilistic Neural Substrates](probabilistic_neural_substrate.md) β†’ [Dropout as Decoherence](dropout_decoherence_paper.md) β†’ [Dual-Constraint Training](dual_constraint_training_paper.md)
15-
**πŸ’» For Engineers**: [AI-Software Development Transformation](ai-software-development-paper.md) β†’ [Multi-Modal Cognitive Planning](cognitive_planning_paper.md) β†’ [Scientific Method 2.0](scientific_method_proposal.md)
15+
**πŸ’» For Engineers**: [AI-Software Development Transformation](ai-software-development-paper.md) β†’ [Multi-Modal Cognitive Planning](../human/cognitive_planning_paper.md) β†’ [Scientific Method 2.0](scientific_method_proposal.md)
1616
**🧠 For Theorists**: [Geometric Probabilistic Neural Substrates](geometric_probabilistic_neural_substrate.md) β†’ [Chaotic Dynamics in LLM Feedback](llm_feedback_dynamics.md) β†’ [Co-Inverse Permutation Modifiers](coperm_paper.md)
1717
---
1818

@@ -29,7 +29,7 @@ This collection explores how minds learn and optimize, bridging theoretical insi
2929
* **[Co-Inverse Permutation Modifiers](coperm_paper.md)** - Exploiting weight symmetries for post-training optimization and discovering hidden equivalences in trained networks
3030
### Advanced Optimization Frameworks
3131
* **[Dual-Constraint Training](dual_constraint_training_paper.md)** - Protecting intellectual diversity by maintaining multiple perspectives simultaneously during training
32-
* **[A Multi-Modal Cognitive Planning Architecture](cognitive_planning_paper.md)** - Four distinct cognitive modes implementing different philosophical approaches to planning and reality
32+
* **[A Multi-Modal Cognitive Planning Architecture](../human/cognitive_planning_paper.md)** - Four distinct cognitive modes implementing different philosophical approaches to planning and reality
3333
---
3434
## πŸ”§ **Applied AI & Software Transformation**
3535
*How AI collaboration is reshaping the practice of software development and scientific discovery*
@@ -60,7 +60,7 @@ These papers reveal recurring themes that span multiple domains:
6060
---
6161
## 🎯 **Reading Pathways**
6262
**For Machine Learning Researchers**: Start with [Probabilistic Neural Substrates](probabilistic_neural_substrate.md), then explore [Co-Inverse Permutation Modifiers](coperm_paper.md) and [Dual-Constraint Training](dual_constraint_training_paper.md).
63-
**For Software Engineers**: Begin with [The Transformation of Software Development](ai-software-development-paper.md) and [Multi-Modal Cognitive Planning](cognitive_planning_paper.md).
63+
**For Software Engineers**: Begin with [The Transformation of Software Development](ai-software-development-paper.md) and [Multi-Modal Cognitive Planning](../human/cognitive_planning_paper.md).
6464
**For Theorists**: Dive into [Dropout as Decoherence](dropout_decoherence_paper.md) and [Geometric Probabilistic Neural Substrates](geometric_probabilistic_neural_substrate.md).
6565
**For Practitioners**: Focus on [Scientific Method 2.0](scientific_method_proposal.md) and [Hypothesis Breeding Grounds](hypothesis_breeding_grounds.md).
6666
---

0 commit comments

Comments
Β (0)