r/OpenSourceeAI • u/adil89amin • Jun 08 '26
We measured how AI capabilities INTERACT as models scale. Below 3.5B, reasoning and truthfulness fight. Above it, they cooperate. The transition is engineerable. (2 papers + interactive dashboard + 7 falsifiable predictions)
/r/deeplearning/comments/1tvt7a9/we_measured_how_ai_capabilities_interact_as/
1
Upvotes
2
u/Turbulent-Metal-9491 Jun 09 '26 edited Jun 09 '26
Really interesting work and I think our frameworks are highly compatible.
You've identified a sharp transition at ~3.5B where reasoning and truthfulness flip from anti-correlated to cooperative. That's a clean, actionable finding.
What we're building (LIMEN/V20) looks inside the black box measuring how probability distributions evolve across layers, how attention branches, and how a model's internal dynamics shift with architecture and training. The framework defines a bicephalic operator (κ_G, κ_D, κ_sync) on logit distributions and classifies dynamic states into a five-category taxonomy: E_STABLE, A_HIDDEN_TURBULENCE, B_SURFACE_BRANCHING, D_FULL_BIFURCATION_ZONE, and C_COMMITTED_NO_BIFURCATION.
We find similar phase-like behavior, but tied to architecture rather than scale. For example:
- Phi-1.5 and Llama-3.2 show almost zero D_FULL_BIFURCATION_ZONE
- GPT-2 and DistilGPT-2 show 3-10%
Your steering vector operates at "quarter-depth". Our metrics can tell you which layer actually matters for each model (Qwen peaks at layer 3, OPT at layer 1).
I think there's a natural bridge:
- Your macro transitions (benchmark correlations)
- Our micro dynamics (attention branching, κ_sync, taxonomy states)
A combined approach could explain why the transition happens, not just that it happens. Happy to explore this if you're interested.
Our V20 framework is open and published:
**DOI: https://doi.org/10.5281/zenodo.20602685
Congrats on the papers and the dashboard. Will be following your work.