reaperdoesntknow commited on
Commit
db503ea
·
verified ·
1 Parent(s): 5e39a14

Add DISC Mathematical Foundations, update portfolio stats (49 models, 22,598 total downloads)

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -130,6 +130,19 @@ Qwen3-1.7B (base)
130
  → DualMind (DualMind SFT on Opus 4.6 reasoning data) ← you are here
131
  ```
132
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  ## Related Models
134
 
135
  | Model | Description | Downloads |
@@ -161,5 +174,5 @@ Full methodology: [Structure Over Scale (DOI: 10.57967/hf/8165)](https://doi.org
161
 
162
  *Convergent Intelligence LLC: Research Division*
163
  *"Where classical analysis fails to see, we begin."*
164
- <!-- cix-keeper-ts:2026-03-30T02:42:43Z -->
165
  <!-- card-refresh: 2026-03-30 -->
 
130
  → DualMind (DualMind SFT on Opus 4.6 reasoning data) ← you are here
131
  ```
132
 
133
+
134
+ ## Mathematical Foundations: Discrepancy Calculus (DISC)
135
+
136
+ DualMind's dual-cognition architecture connects to Discrepancy Calculus through **Continuous Thought Dynamics** (Ch. 19 of the DISC monograph) — which models inference as a discrepancy-guided PDE where the explore→examine→respond cycle corresponds to a controlled trajectory through cognitive phase space.
137
+
138
+ The discrepancy operator:
139
+
140
+ $$Df(x) = \lim_{\varepsilon \downarrow 0} \frac{1}{\varepsilon} \int_x^{x+\varepsilon} \frac{|f(t) - f(x)|}{|t - x|}\, dt$$
141
+
142
+ quantifies the mismatch between what the model generates (integration) and what it should generate (differentiation). The `<explore>` phase increases discrepancy energy freely; `<examine>` applies the Adaptive Discrepancy Derivative (ADD, Ch. 14) to detect drift; `<response>` minimizes residual discrepancy into a clean output. The three phases implement the BV decomposition operationally: smooth reasoning, jump corrections at error boundaries, and Cantor-type refinement of subtle drift.
143
+
144
+ Full theory: *"On the Formal Analysis of Discrepancy Calculus"* (Colca, 2026; Convergent Intelligence LLC: Research Division).
145
+
146
  ## Related Models
147
 
148
  | Model | Description | Downloads |
 
174
 
175
  *Convergent Intelligence LLC: Research Division*
176
  *"Where classical analysis fails to see, we begin."*
177
+ <!-- cix-keeper-ts:2026-03-30T12:05:00Z -->
178
  <!-- card-refresh: 2026-03-30 -->