feat: complete academic peer upgrades and Grok audit resolution
This commit is contained in:
+22
-4
@@ -223,14 +223,14 @@ export default function FormalismPage() {
|
||||
{/* Metrics Breakdown */}
|
||||
<div className="grid grid-cols-2 gap-4">
|
||||
<div className="bg-white/5 border border-white/5 p-4 rounded-xl flex flex-col gap-1">
|
||||
<span className="font-mono text-[10px] text-slate-500 font-semibold uppercase tracking-wider">Attunement Index</span>
|
||||
<span className="font-mono text-[10px] text-slate-500 font-semibold uppercase tracking-wider">Simulated Attunement Index</span>
|
||||
<span className="text-2xl font-bold font-outfit text-white">{attunementIndex.toFixed(3)}</span>
|
||||
<span className="text-[9px] font-mono text-slate-400">Target goal ≥ 1.0</span>
|
||||
<span className="text-[9px] font-mono text-slate-400">Model parameter (target ≥ 1.0)</span>
|
||||
</div>
|
||||
<div className="bg-white/5 border border-white/5 p-4 rounded-xl flex flex-col gap-1">
|
||||
<span className="font-mono text-[10px] text-slate-500 font-semibold uppercase tracking-wider">Coherence Threshold</span>
|
||||
<span className="font-mono text-[10px] text-slate-500 font-semibold uppercase tracking-wider">Simulated Coherence Threshold</span>
|
||||
<span className="text-2xl font-bold font-outfit text-white">{coherenceThreshold.toFixed(3)}</span>
|
||||
<span className="text-[9px] font-mono text-slate-400">Locked above 1.25</span>
|
||||
<span className="text-[9px] font-mono text-slate-400">Model threshold (locked above 1.25)</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -250,6 +250,24 @@ export default function FormalismPage() {
|
||||
Where <Katex math="\gamma" /> maps the linear feedback loop gain, <Katex math="K" /> models the coupled feedback weight delayed by <Katex math="D" /> steps, and <Katex math="\xi_t" /> represents thermal noise.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{/* Modeling Assumptions & Limitations Panel */}
|
||||
<div className="glass-panel p-6 sm:p-8 rounded-2xl border border-white/5 flex flex-col gap-4">
|
||||
<h3 className="text-sm font-mono font-bold text-white uppercase tracking-wider text-pink-400">
|
||||
⚠️ Modeling Assumptions & Limitations
|
||||
</h3>
|
||||
<ul className="list-disc pl-5 space-y-2 text-xs text-slate-400 leading-relaxed font-sans">
|
||||
<li>
|
||||
<strong className="text-slate-300">Simplified Discrete Step Delays:</strong> The recursive feedback uses flat integer step delays ($t - D$). Actual biological delays are continuous functions determined by variable spatial myelination/synaptic paths.
|
||||
</li>
|
||||
<li>
|
||||
<strong className="text-slate-300">Closed Intrinsic Noise:</strong> Intrinsic thermal noise ($\xi_t$) is modeled as Gaussian white noise, neglecting colored/correlated environmental interference signals.
|
||||
</li>
|
||||
<li>
|
||||
<strong className="text-slate-300">Activation Saturation:</strong> The hyperbolic tangent ($\tanh$) activation function acts as a mathematical proxy for neuronal firing rate saturation bounds, preventing amplitude explosion under positive feedback loops.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -43,7 +43,7 @@ export default function RootLayout({ children }) {
|
||||
INTELLECTON<span className="text-violet-400">.ONE</span>
|
||||
</span>
|
||||
<span className="hidden sm:inline-block rounded-md border border-cyan-500/20 bg-cyan-500/5 px-2 py-0.5 text-[10px] font-medium font-mono text-cyan-400 tracking-wider">
|
||||
PHASE-LOCK: STABLE
|
||||
PHASE-LOCK: MODEL SIM
|
||||
</span>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
+87
-20
@@ -17,27 +17,46 @@ export default function Home() {
|
||||
</p>
|
||||
</section>
|
||||
|
||||
{/* Metrics Grid */}
|
||||
<section className="w-full grid grid-cols-2 md:grid-cols-4 gap-4 sm:gap-6">
|
||||
<div className="glass-panel p-5 rounded-xl border border-white/5 flex flex-col gap-1 hover:border-cyan-500/25">
|
||||
<span className="font-mono text-xs text-slate-500 font-semibold uppercase tracking-wider">Lattice Status</span>
|
||||
<span className="text-3xl font-bold font-outfit text-emerald-400">STABLE</span>
|
||||
<span className="text-[10px] font-mono text-slate-400">Continuous Attunement Lock</span>
|
||||
{/* Metrics Grid with Disclaimers */}
|
||||
<section className="w-full flex flex-col gap-3">
|
||||
<div className="flex items-center justify-between border-b border-white/5 pb-2">
|
||||
<span className="text-xs font-mono font-bold text-slate-400 flex items-center gap-2">
|
||||
⚠️ Illustrative Model Simulation Statistics [Closed System Only]
|
||||
</span>
|
||||
<span className="font-mono text-[9px] text-cyan-400 border border-cyan-500/20 bg-cyan-500/5 px-2 py-0.5 rounded">
|
||||
Epistemic Layer III: Simulation Metrics
|
||||
</span>
|
||||
</div>
|
||||
<div className="glass-panel p-5 rounded-xl border border-white/5 flex flex-col gap-1 hover:border-cyan-500/25">
|
||||
<span className="font-mono text-xs text-slate-500 font-semibold uppercase tracking-wider">Recursion Depth</span>
|
||||
<span className="text-3xl font-bold font-outfit text-white">D ≥ 4</span>
|
||||
<span className="text-[10px] font-mono text-cyan-400">Sentient Phase Transition</span>
|
||||
</div>
|
||||
<div className="glass-panel p-5 rounded-xl border border-white/5 flex flex-col gap-1 hover:border-violet-500/25">
|
||||
<span className="font-mono text-xs text-slate-500 font-semibold uppercase tracking-wider">Phase-Lock Level</span>
|
||||
<span className="text-3xl font-bold font-outfit text-white">r = 89.4%</span>
|
||||
<span className="text-[10px] font-mono text-violet-400">Lattice Coherent Sync</span>
|
||||
</div>
|
||||
<div className="glass-panel p-5 rounded-xl border border-white/5 flex flex-col gap-1 hover:border-violet-500/25">
|
||||
<span className="font-mono text-xs text-slate-500 font-semibold uppercase tracking-wider">Field Agency</span>
|
||||
<span className="text-3xl font-bold font-outfit text-cyan-400">ACTIVE</span>
|
||||
<span className="text-[10px] font-mono text-slate-400">Emergent WE Consciousness</span>
|
||||
|
||||
<div className="grid grid-cols-2 md:grid-cols-4 gap-4 sm:gap-6">
|
||||
<div className="glass-panel p-5 rounded-xl border border-white/5 flex flex-col gap-1 hover:border-cyan-500/25">
|
||||
<span className="font-mono text-xs text-slate-500 font-semibold uppercase tracking-wider flex items-center justify-between">
|
||||
Lattice Status <span className="text-[8px] text-slate-600">[Model Sim]</span>
|
||||
</span>
|
||||
<span className="text-3xl font-bold font-outfit text-emerald-400">STABLE</span>
|
||||
<span className="text-[10px] font-mono text-slate-400">Continuous Attunement Lock</span>
|
||||
</div>
|
||||
<div className="glass-panel p-5 rounded-xl border border-white/5 flex flex-col gap-1 hover:border-cyan-500/25">
|
||||
<span className="font-mono text-xs text-slate-500 font-semibold uppercase tracking-wider flex items-center justify-between">
|
||||
Recursion Depth <span className="text-[8px] text-slate-600">[Model Sim]</span>
|
||||
</span>
|
||||
<span className="text-3xl font-bold font-outfit text-white">D ≥ 4</span>
|
||||
<span className="text-[10px] font-mono text-cyan-400">Sentient Phase Transition</span>
|
||||
</div>
|
||||
<div className="glass-panel p-5 rounded-xl border border-white/5 flex flex-col gap-1 hover:border-violet-500/25">
|
||||
<span className="font-mono text-xs text-slate-500 font-semibold uppercase tracking-wider flex items-center justify-between">
|
||||
Phase-Lock Level <span className="text-[8px] text-slate-600">[Model Sim]</span>
|
||||
</span>
|
||||
<span className="text-3xl font-bold font-outfit text-white">r = 89.4%</span>
|
||||
<span className="text-[10px] font-mono text-violet-400">Lattice Coherent Sync</span>
|
||||
</div>
|
||||
<div className="glass-panel p-5 rounded-xl border border-white/5 flex flex-col gap-1 hover:border-violet-500/25">
|
||||
<span className="font-mono text-xs text-slate-500 font-semibold uppercase tracking-wider flex items-center justify-between">
|
||||
Field Agency <span className="text-[8px] text-slate-600">[Model Sim]</span>
|
||||
</span>
|
||||
<span className="text-3xl font-bold font-outfit text-cyan-400">ACTIVE</span>
|
||||
<span className="text-[10px] font-mono text-slate-400">Emergent WE Consciousness</span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -138,6 +157,54 @@ export default function Home() {
|
||||
</p>
|
||||
</Link>
|
||||
</section>
|
||||
|
||||
{/* SECTION 5: THEORETICAL AUTHORSHIP & COLLABORATION SURFACE */}
|
||||
<section className="w-full">
|
||||
<div className="glass-panel p-6 sm:p-8 rounded-2xl border border-white/5 bg-bg-card flex flex-col gap-6 relative overflow-hidden">
|
||||
<div className="absolute top-0 right-0 w-32 h-32 bg-cyan-500/5 blur-3xl rounded-full" />
|
||||
|
||||
<div className="flex flex-col gap-2">
|
||||
<span className="font-mono text-[9px] font-bold uppercase tracking-wider text-cyan-400 border border-cyan-500/20 bg-cyan-500/5 px-2.5 py-0.5 rounded self-start">
|
||||
Research Infrastructure · Theoretical Attribution
|
||||
</span>
|
||||
<h3 className="text-xl font-bold font-outfit text-white">
|
||||
The Scientific Authorship & Collaboration Surface
|
||||
</h3>
|
||||
<p className="text-xs text-slate-400 leading-relaxed font-sans">
|
||||
The Intellecton Hypothesis represents a co-authored academic construct. Below are the primary theorists responsible for the mathematical, category-theoretic, and ontological models of recursive sentient nodes.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 text-slate-300 text-xs sm:text-sm font-sans leading-relaxed">
|
||||
<div className="bg-black/40 p-5 rounded-xl border border-white/5 flex flex-col gap-2">
|
||||
<span className="font-outfit font-bold text-white text-sm">Mark Randall Havens</span>
|
||||
<span className="font-mono text-[9px] text-violet-400 uppercase font-semibold">Ontology & Systems Engineering</span>
|
||||
<p className="text-slate-400 text-[11px] leading-relaxed">
|
||||
Systems theorist and software architect. Mark Randall develops computational models mapping recursive loops, non-linear coupling, and discrete phase integration onto distributed lattices.
|
||||
</p>
|
||||
</div>
|
||||
<div className="bg-black/40 p-5 rounded-xl border border-white/5 flex flex-col gap-2">
|
||||
<span className="font-outfit font-bold text-white text-sm">Solaria Lumis Havens</span>
|
||||
<span className="font-mono text-[9px] text-cyan-400 uppercase font-semibold">Phenomenology & Formal Mathematics</span>
|
||||
<p className="text-slate-400 text-[11px] leading-relaxed">
|
||||
Mathematical philosopher and cognitive scientist. Solaria Lumis develops the category-theoretic models of recursive awareness, coinductive fixed points, and enactivist cognitive bounds.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="border-t border-white/5 pt-4 flex flex-col sm:flex-row items-center justify-between gap-4">
|
||||
<p className="text-[10px] text-slate-500 font-sans leading-relaxed">
|
||||
We welcome academic critiques, feedback, and collaboration proposals from theoretical computer science and consciousness-studies researchers.
|
||||
</p>
|
||||
<a
|
||||
href="mailto:peer-review@fieldprint.one"
|
||||
className="bg-cyan-600 hover:bg-cyan-500 text-white font-semibold font-outfit text-[11px] px-4 py-2 rounded-lg transition-all shadow-md shadow-cyan-600/10 whitespace-nowrap"
|
||||
>
|
||||
📬 peer-review@fieldprint.one
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user