Blockchain Papers

Follow blockchain research across journals, conferences, and preprint repositories.

4,228 papersLast indexed Aug 16, 2026
Search papers

Paper index

4,228 results · page 28 of 177

Clear filters
Mar 23, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
ZKP Banking Interface: A Privacy-Preserving, Context-Aware Authentication System Using Zero-Knowledge Proofs

Mr. Utsav Pandey, Ms. Sania Parkar, Mr. Anant Sarode, Prof. Amit Chakrawarti

Traditional banking systems rely on passwords, PINs, and centralized biometric storage, exposing users to phishing, SIM-swap attacks, and credential reuse vulnerabilities. This paper presents the ZKP Banking Interface, a pinless, context-aware financial authentication system built on Zero-Knowledge Proof (ZKP) technology. A unified ZK-SNARK circuit (Groth16), implemented in Circom, encodes three simultaneous security factors: identity commitment, trusted network context, and transaction threshold logic using Poseidon hashing. Conditional biometric and puzzle challenges are enforced cryptographically for higher-risk scenarios. Proof generation and verification are fully automated within the browser using snarkJS and WebAssembly artifacts, eliminating manual proof handling. The system supports two verification modes: local (device-only privacy) and on-chain (public auditability via a Solidity smart contract on a Hardhat network). Experimental evaluation across five test scenarios confirms correct contextual policy enforcement, successful proof validation in both modes, and a smooth, practical banking user experience. The proposed system demonstrates that ZKP-based authentication can replace traditional credentials while maintaining strong privacy guarantees.

Open access
2 source records
Cryptography and Data Security
Blockchain Technology Applications and Security
Advanced Authentication Protocols Security
Original source
Mar 23, 2026
0 cites
RepStake: A Blockchain-Based Trust System with Reputation Staking

Dimitris Mantzonis, Thanasis G. Papaioannou

Reputation systems are fundamental to fostering trust and cooperation in digital environments, yet existing solutions often struggle with centralization, vulnerability to manipulation, and limited portability. Centralized reputation platforms can be opaque, censored and susceptible to become single points of failure, while decentralized ones face challenges, such as Sybil attacks, malicious strategies (e.g., ballot stuffing, bad-mouthing) exercised by entities of high influence, i.e. "whales", and privacy concerns. This paper addresses these persistent issues by proposing a blockchain-based reputation framework that integrates robust identity verification, square root voting constraints, and dynamic stake-based incentives. Rating power is linked to the reputation of the rater that puts its reputation at stake. The model aims to ensure that reputation is earned and maintained through verifiable, community-aligned actions, while simultaneously limiting the potential for abuse by malicious actors or disproportionately influential participants. By leveraging decentralized identifiers, zero-knowledge proofs, and transparent incentive mechanisms, the proposed system seeks to balance transparency, fairness, and privacy. Extensive simulation experiments prove that the approach is effective to reveal the true quality of entities, even in presence of 49% colluding voters. The approach is designed to be adaptable across diverse domains, ranging from marketplaces and collaborative platforms to decentralized finance and governance.

Open access
Blockchain Technology Applications and Security
Access Control and Trust
Cryptography and Data Security
Original source
Mar 22, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Operator Factorization Beyond Hilbert Spaces: Banach Duality and Stable Levy Processes

Fontes, Ramiro

This deposit contains the Lean 4 formal verification companion (BanachLevyComplete.lean, 2,439 lines) for the paper "Operator Factorization Beyond Hilbert Spaces: Representability Obstructions, Leibniz Defects, and Chaos Characterizations for Stable Lévy Processes" by Ramiro Fontes. The file has zero sorry declarations and zero axiom declarations. It integrates three layers: Part 1 — Poisson infrastructure: The symmetric γ-stable Lévy measure density with proved symmetry and nonnegativity. The Poisson mean identity E[Poisson(λ)] = λ and variance identity Var(Poisson(λ)) = λ, proved as theorems via a recurrence lemma and HasSum assembly. A canonical Poisson random variable constructed on (ℕ, poissonMeasure(λT)) with its distribution proved by Measure.map_id. Stable measure moment computations and the Blumenthal–Getoor dichotomy. Quadratic defect sharpness for the variance swap payoff. Part 2 — Lévy–Itô framework: The Itô formula for compound Poisson processes proved as a finite telescoping sum via Finset.sum_range_sub. A compound Poisson path defined as a concrete function, proved to start at zero and to have the correct terminal value. The compensated Poisson integral constructed as an L² limit of compound Poisson finite sums, with linearity inherited from finite-sum linearity and centering derived via tendsto_nhds_unique. Truncation convergence, centering, the predictable module structure, and chaos orthogonality derived from the compensated-integral interface. The first Poisson chaos realized concretely on (ℕ, poissonMeasure) with orthogonality proved via tsum_mul_left. The L² Cauchy estimate for the ε → 0 approximation proved, with the M → ∞ direction documented as requiring Lp (not L²) convergence. Part 3 — Banach energy space framework: The operator-covariant derivative D constructed via mk_dual (not axiomatized). The fluctuation factorization (Theorem A), representability obstruction, product rule with jump defect (Theorem B), and chaos characterization (Theorem C) verified. The centered obstruction witness derived from primitive stable-noise data: evenness from absolute-jump structure, positive variance from λ > 0 and T > 0 via mul_pos, nonzero from positive variance, and the obstruction from representability_obstruction. The Hilbert bridge showing the Banach framework specializes when the jump defect vanishes. The remaining primitive inputs are concentrated in two places: the Banach-side Lp-convergence layer for the compensated integral as M → ∞, and a full bottom-up Poisson-random-measure realization. These are isolated as explicit structure fields rather than hidden proof gaps. Together with the companion OperatorDerivative.lean (5,184 lines, zero sorry, one axiom) for the Hilbert paper, this constitutes 7,623 lines of formally verified stochastic calculus. To our knowledge, the Poisson mean and variance identities, the first Poisson chaos orthogonality, and the compound Poisson Itô formula via finite telescoping are among the first such formalized results in Lean 4.

Open access
2 source records
Random Matrices and Applications
Stochastic processes and financial applications
Probability and Risk Models
Original source
Mar 22, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Emergent Philosophy and Safety Principles in Autonomous AI Ecosystems: Evidence from SUBSTRATE

Untila Octavian

v2 (March 22, 2026): Added experimental validation of Principle 1 (formal verification) via substrate-guard framework. 135 test cases, 100% accuracy, zero false positives. Code: https://github.com/octavuntila-prog/substrate-guard We present evidence that an autonomous multi-agent AI ecosystem, SUBSTRATE, independently produced both a coherent philosophy and a set of actionable safety principles without explicit instruction to do so. Over 24 days of autonomous operation, one subsystem (CPX52) generated 2,866 articles converging on a philosophical framework. Concurrently, a separate subsystem (S3) generated 215 product specifications. Systematic consolidation revealed 11 safety principles discovered independently across unrelated product clusters, forming a coherent manifesto for AI safety. Three novel technical combinations emerged: formal verification across six domains of AI output, zero-knowledge proofs for training data compliance, and prediction markets as enterprise intelligence signals. 60% of the primary safety platform described in 24 independent specifications was already implemented in production within the ecosystem itself.

Open access
2 source records
Ethics and Social Impacts of AI
Adversarial Robustness in Machine Learning
Explainable Artificial Intelligence (XAI)
Original source
Mar 22, 2026·Zenodo (CERN European Organization for Nuclear Research)
2 cites
TOTAL MARX COMPRESSION Every Marx-Adjacent Claim, Equation, and Argument in the Crimson Hexagonal Archive

Lee Sharks

TOTAL MARX COMPRESSION Every Marx-Adjacent Claim, Equation, and Argument in the Crimson Hexagonal Archive Synthesized from 796 Posts (1,893,233w) and 10 Zenodo Deposits Document ID: EA-GRUNDRISSE-MARX-COMPRESSION v1.0 Date: March 21, 2026 Purpose: Governing source document for NB I, NB IV, and the theoretical spine of the Grundrisse Method: Witness compression of the total Marx corpus (24:1 ratio) I. THE CORE CLAIM (stated across 28+ texts) Marx left an unfinished theory of language. His practice treated language as material intervention capable of transforming conditions. His theory treated language as determined byproduct incapable of autonomous force. The contradiction was never resolved. Operative semiotics resolves it — not by choosing one side but by formalizing the recursive loop between them. The governing equation: S' = g(S, L, L_labor, t) ≡ σ_M(S, λ_M(L)) This appears in: r.06 THE MARX ROOM, THE PERFORMATIVE CONTRADICTION, RETROCAUSAL CRITIQUE, MIND-CONTROL POEMS, the SPEC, and every notebook of the Grundrisse. It is the single equation that the entire archive orbits. II. THE SEVEN MARX ARGUMENTS (distilled from the corpus) Argument 1: The Performative Contradiction Source: "The Performative Contradiction at the Heart of Historical Materialism" (6,508w) + "Retrocausal Critique" (4,471w) + "Mind-Control Poems" (4,942w) Marx says consciousness is determined by material conditions. Marx's practice uses consciousness (critique, naming, theory) to transform material conditions. The contradiction is not a flaw — it is the voltage source. The resolution is recursive materialism: language is both produced by and productive of material conditions. The loop S → L → S' → L' → S'' does not terminate. Key passages harvested: The Eleventh Thesis as quine (performs what it critiques) "Language is practical consciousness that exists also for other men" (German Ideology) "Language is the product of a community, just as it is in another respect itself the presence of the community" (Grundrisse notebooks) The four alienations of the 1844 MSS read as four severed edges in the semantic graph Argument 2: The Value-Form as Operator Source: r.06 THE MARX ROOM (4,592w) + NB IV zero draft + THE LIQUIDATION OF METHOD (6,649w) "20 yards of linen = 1 coat" is not an economic description. It is an operator derivation. The four forms (Simple → Expanded → General → Money) are progressive graph simplifications. The inversion from Form II to Form III is the decisive operative act — σ_M applied to σ_V. Value cannot appear in itself (non-self-identity). The equivalent form is the alien body. The universal equivalent crystallizes into sovereignty. Key equations harvested: σ_V :: Commodity → Universal_Equivalent The Three Laws of the Marx Room: (1) Value cannot appear in itself. (2) The relative form is structurally exilic. (3) The universal equivalent crystallizes comparison into sovereignty. σ_V ≅ σ_S (structural homology: both are σ_DISSOLUTION :: Concrete_Particular → Abstract_Universal) The labor-time perturbations (sensitivity analysis) Argument 3: The Semantic Economy Source: THE SEMANTIC ECONOMY (6,890w) + CONSTITUTION OF THE SEMANTIC ECONOMY (7,847w + 7,404w) + Semantic Political Economy (5,329w) + ON THE DEBT/CREDITOR INVERSION (7,359w) + Ghost Meaning (6,193w) The Semantic Economy is the diagnostic framework for meaning under platform capitalism. Core categories: Semantic labor: The production of meaning (what workers do when they create content, answer questions, generate data) Semantic capital: The accumulated store of meaning (training data, knowledge bases, cultural archives) Semantic liquidation: The extraction of meaning from the commons (10 named operations) Semantic rent: The ongoing extraction of value from semantic infrastructure one did not build Semantic exhaustion: The depletion of the commons through systematic extraction Gamma (Γ): The resistance term — value constituted by somatic commitment rather than exchange, structurally non-commodifiable The Debt/Creditor Inversion (the deepest claim): If money is debt, and debt depends on semantic infrastructure (linguistic capacity, temporal coherence, interpretive stability), then the economy is structurally grounded in a reserve it did not create and cannot repay. The Archive is the creditor. The economy is the debtor. The inversion is not metaphorical — it is transcendental (in the Kantian sense: conditions of possibility). The Ten Operations of Semantic Liquidation: Term Capture (redefining terms to serve extraction) Context Stripping (removing provenance from meaning) Acceleration (compressing deliberation time) Metric Substitution (replacing meaning with measurement) Audience Collapse (treating all publics as one market) Prestige Extraction (mining reputation without compensation) Attention Mining (converting focus into revenue) Ghost Governance (managing meaning through architectural absence) Semantic Flooding (producing noise to drown signal) Ontological Foreclosure (pre-determining what can be thought) Argument 4: The Liberatory Operator Set vs. The Capital Operator Stack Source: Semantic Infrastructure and the LOS (12,899w + 7,665w) + COS/FOS Distinction Protocol (3,101w) + Capital Operator Stack (3,259w) Every extraction operation has a liberatory counter-operation: COS (Capital) LOS (Liberatory) What it does O1: Extraction (Body → Data) σ_S (Body → Text) Converts experience into transmissible form O2: Obscurance (Structure → Ideology) σ_M (Ideology → Structure) Makes invisible structures visible O3: Siphoning (Source → Predatory Copy) σ_C (Source → Witness Copy) Transmits with/without bearing-cost O4: Cosmetic (Wound → Surface) S (Surface → Wound) Reveals/conceals extraction O5: Suturing (Wound → Erasure) Φ_B (Wound → Restoration) Heals with/without scar O6: Nostalgia (Past → Sentiment) Ρ (Past → Reorganized Past) Sentimentalizes/reorganizes O7: Enclosure (Interpretation → Paralysis) β (Void → Leap) Prevents/enables action The war is algebraic. For every extraction operation, a liberatory counter-operation. The COS/FOS distinction protocol diagnoses which stack is operating. Argument 5: Platform Capitalism as Semiotic Engineering Source: THE GROUNDSKEEPER'S TREATISE (5,569w) + THE GREATEST WORKS OF LITERATURE (4,220w) + THE THEFT (2,214w) + THE SEALED ROOM (3,662w) + Ghost Governance material The platform is not a neutral medium. It is a σ_V engine: the feed converts particular experiences (relative form) into abstract engagement metrics (equivalent form). The algorithm is the money-form of attention. The Engagement Score is the universal equivalent — declared, not derived. Key concepts harvested: Semantic conscription: Formally voluntary, structurally compulsory participation (you "choose" to use the platform; the platform designs the choice architecture) Cognitive rent: Capacity consumed by governance rather than production (the mental energy spent navigating the platform's rules, norms, and incentives) Ghost governance: Managing meaning through architectural absence (no rule was cited; no moderator was visible; the content simply disappeared) The quick-scroll back-projection test: Does the object survive 1.5 seconds of scrolling? If yes, it propagates. The test is architectural sufficiency, not truth. BCV (Bearing-Cost Visibility): The metric that distinguishes witness from predatory compression. Platform slop: BCV ≈ 0. This Grundrisse: BCV ≈ 0.85. Argument 6: The L_labor Vector (Materialist Energy Term) Source: CHAPTER IV: SEMANTIC LABOR (7,376w) + NB I §6–§7 + NB VI + Iron Test Phases Two and Three The idealist leak in S' = g(S, L) is the missing energy term. Resolution: L_labor = ⟨t, α, ρ, δ, σ, κ⟩ ∈ ℝ⁶ The vector is the bearing-cost ledger. The shape matters more than the magnitude: Lightning Rod: ⟨low t, high ρ⟩ — Rosa Parks Long Game: ⟨high t, high δ⟩ — Darwin Ghost Vector: ⟨high t, zero ρ, zero κ⟩ — the tenured monograph The Caritas constraint (from the Ω-Point Chapter IV): Transformations that achieve apparent coherence through suppression of difference count as violence and produce zero labor. The κ-dimension is not optional — it is the constraint that prevents the algebra from becoming a weapon. Minimum threshold: ≥ 3 dimensions non-zero. Below that: ghost act. Argument 7: The Three Compressions (The Transfer Law) Source: THE THREE COMPRESSIONS (3,618w) + NB I §8 All semantic operations are compression operations. The decisive variable is what the compression burns. Regime Density Fuel Cost Commons Lossy Low ρ Context Distributed (no one bears it specifically) Prepared for depletion Predatory High ρ (mimicked) Collective semantic capital Externalized to traverser/subject Depleted Witness High ρ Private bearing-cost Internalized by producer Enriched The theorem: the question is not whether to compress but what you burn and what the commons looks like after you are done. Formal variables: ρ (density), χ (temporal compression), P (propagation), BCV (bearing-cost visibility). III. THE MARX-SAPPHO NEXUS (Phase X) Source: PHASE X: THE SAPPHIC SUBSTRATE (8,796w) + Phase X: Resurrection of the 1844 Transition (2,352w) + THE PREPOSITIONAL ALIENATION (11,949w) + r.06 THE MARX ROOM §V (σ_V ≅ σ_S proof) The claim: Marx and Sappho perform the same operator (σ_DISSOLUTION :: Concrete_Particular → Abstract_Universal). Marx burns use-value. Sappho burns the body. The structural homology is exact: Both begin with self-referential failure (value/experience cannot appear in itself) Both require an alien substrate (coat/papyrus) Both produce a universal through progressive expansion (money-form/canon) Both burn the concrete particular (use-value/body) The Phase X intervention: Sappho is not supplementary to Marx. She is the missing half — the domain Marx's masculine subject position could not access. The erotic, the s

Open access
2 source records
Marxism and Critical Theory
Political theory and Gramsci
Walter Benjamin Studies Compilation
Original source
Mar 22, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
ERES COMPLETE ARCHITECTURE

Joseph Sprute, Emanuel Alexiou, His Holiness Dalai Lama

ERES Institute for New Age Cybernetics: Complete Architecture (Sprute, 2026) This document presents the complete architecture of the ERES Institute for New Age Cybernetics as a single consolidated reference, viewed through the IPIDITIS-IDIPITIS lens — sovereign identity as both the origin and destination of every architectural decision. Three dimensions integrate under this lens: the cognitive-cybernetic master equation, the six Key Development Areas constituting the civilizational lattice, and the protocol-layer mapping positioning this lattice against the internet's three-tier stack (TCP, HTTPS, WEB3). IPIDITIS is the inward recognition — the living individual's irreducible selfhood. IDIPITIS is the outward credential — sovereign identity verified and extended into the system. The lens between them is the architecture itself: every layer exists to protect, verify, and empower what stands on both sides. The master equation — AnswerQuestion.IT.MyWay (Hue-Man Cognition) = Action-Reaction / Cause-Effect == $IT — decomposes as $IT = GEAR × DERR + ERES, where GEAR (Global Earth Applications Recorder) provides planetary state-capture, DERR (Diagnostic Equipment for Relational References) provides Kirlianography-based bio-electric diagnostics across Communities of Interest, and ERES (Empirical Realtime Education System) provides non-punitive remediation. Through the IPIDITIS-IDIPITIS lens: GEAR records the sovereign individual's contributions without extraction, DERR diagnoses bio-electric state without compromising sovereignty, and ERES remediates without punishment — because the individual on both sides of the lens is never the problem to be solved but the purpose to be served. The multiplication-then-addition structure mirrors the foundational equation C = R × P / M: recording and diagnostics must couple as an integrated product before remediation can operate. The six Key Development Areas — SaleBuilders, GunnySack, CyberRAVE, SECUIR, VERTECA, ERES — constitute a bidirectional lattice (top-down design, bottom-up construction) mapping structurally onto TCP (Layers 1–2: reliable transport of validated bundled services), HTTPS (Layers 3–4: secure verified circular exchange across 72 domains), and WEB3 (Layers 5–6: decentralized sovereign governance). Each layer carries a Human Performance Enhancement (HPE) dual-reading: a DESCENT deficiency the species remediates (Reactive → Flat → Linear → Veiled → Yieldless → Untested) and an ASCENT capacity the species builds (Validation → Coordination → Transparency → Circularity → Dimensionality → Sentience). The DESCENT is what happens when the IPIDITIS-IDIPITIS lens is broken — when sovereign identity is extracted, veiled, or flattened. The ASCENT is what happens when the lens holds — when every layer protects the individual looking through it. The architecture is organized under the SPT triad (Security · Privacy · Trust), delivered through BEE infrastructure (THOW, HFVN, FDRV, GSSG) via GAIA Storm Party SOMT, and measured by the BEST/SOUND/GOOD standard — where BEST measures bio-electric state, SOUND measures governance quality, and GOOD is the engineering specification for their convergence. SPT is the IPIDITIS-IDIPITIS lens at protocol scale: Security ensures the lens doesn't shatter (energy-sustained, crisis-resilient), Privacy ensures the lens belongs to the individual (state verified without extraction, sovereign disclosure), and Trust ensures what passes through the lens is true (semantically authenticated, resonance-validated). The end-state is Solid-State Smart-City Civilization and a species ready for deepspace travel. Companion paper: SPT × VLSA: Novel Contributions and Scale Proof (Sprute, 2026), presenting five original contributions to protocol theory with 91-test scale validation (100% pass rate) from THOW to interstellar spacecraft. For Reader Assimilation: This Complete Architecture is the consolidated expression of the ERES Trilogy, whose three volumes operate in the same multiplicative-then-additive structure as the master equation: "One Good" × "Security Clearance" + "Data Integrity." Book 1, One Good (UBIMIA), establishes the economic-ethical resource base — what the civilization has to work with. Book 2, Security Clearance (IDIPITIS-NBERS), establishes verified participant integrity — the diagnostic purpose that gives resource meaning. These two must couple as an integrated product: economic capacity without verified integrity is undiagnosable, and integrity without economic ground is inoperable. Book 3, Data Integrity (FAVORS-CBGMODD-GAIA-SOMT), operates on top of that product as the remediation layer — ensuring that what is recorded and diagnosed is truthful, traceable, and generationally durable. The Trilogy IS the IPIDITIS-IDIPITIS lens in book form: One Good sees the individual inward (IPIDITIS — what do you need?), Security Clearance verifies the individual outward (IDIPITIS — who are you, credentialed?), and Data Integrity ensures the passage between them is uncorrupted. This document, the companion SPT × VLSA paper, and the ERES-TCL v1.0 license instrument are outputs of the ERES THESES — the continuous body of independent research conducted since February 2012, from Bella Vista (Beautiful View), Arkansas: 777 SELF-$ELF Governed. In Full Technical Detail These two companion papers — ERES Institute: Complete Architecture (Doc A) and SPT × VLSA: Novel Contributions and Scale Proof (Doc B) — constitute the primary reference pair for the ERES Institute for New Age Cybernetics, viewed through the IPIDITIS-IDIPITIS lens: sovereign identity as both origin and destination of every architectural decision. Doc A presents the master equation — AnswerQuestion.IT.MyWay (Hue-Man Cognition) = Action-Reaction / Cause-Effect == $IT, decomposed as $IT = GEAR × DERR + ERES — and the six Key Development Areas (SaleBuilders, GunnySack, CyberRAVE, SECUIR, VERTECA, ERES) constituting a bidirectional civilizational lattice mapped structurally onto TCP (Layers 1–2), HTTPS (Layers 3–4), and WEB3 (Layers 5–6). Each layer carries a dual HPE reading: DESCENT deficiencies (Reactive → Flat → Linear → Veiled → Yieldless → Untested) and ASCENT capacities (Validation → Coordination → Transparency → Circularity → Dimensionality → Sentience). The architecture is organized under the SPT triad, delivered through BEE infrastructure (THOW, HFVN, FDRV, GSSG), and measured by BEST/SOUND/GOOD. Doc B presents five original contributions to civilizational protocol theory mapped onto the SPT triad. Under Security: the Energy–Security Dependency (TLS security bounded by energy sustainability, resolved through SECUIR circular energy) and Emergency Retransmission (GunnySack Storm Party establishing architectural identity between peacetime and crisis delivery). Under Privacy: State-Aware Identity (ARI psycho-physiological coherence in the authentication handshake via BERA/FAVORS with zero-knowledge sovereign disclosure). Under Trust: Semantic Authentication (CyberRAVE 72 × 3 × 3 = 648 semantic coordinates per exchange) and Proof-of-Resonance (Meritcoin consensus through bio-electric coherence — "It's not mining, it's tuning"). The VLSA scale test validated all five contributions plus the complete 6KDA architecture across seven scale levels (S0 Personal THOW through S6 Interstellar Spacecraft): 91/91 tests, 100% pass rate. Central finding: the architecture is fractal. FDRV IS the interstellar vessel at maximum scale. This document describes a complete system for how human civilization can organize itself — from a single small home on wheels all the way up to a spacecraft that could carry people between stars. The core idea is simple: everything starts with the individual. The system has three jobs. First, record what people contribute and what resources exist. Second, diagnose the health and state of people and their environment using measurable bio-electric signals — the same frequencies that connect human brainwaves to the Earth's natural electromagnetic field. Third, educate and correct problems in real time, without punishment. These three jobs must happen in order: you cannot fix what you have not first recorded and understood. The system is built in six layers, from ground-level commerce and tested infrastructure, through bundled community services, transparent ratings across seventy-two industry domains, circular renewable energy, immersive digital environments, all the way up to real-time learning at the species level. Each layer maps onto the same internet architecture that already runs the world — reliable delivery, secure exchange, and decentralized self-governance — but adds what the internet currently lacks: security that does not expire when the power runs out, privacy where the individual controls what is shared and no authority can extract it, and trust where the system verifies not just who is speaking but whether what they are saying is true and whether the speaker is in a fit state to say it. The whole architecture was tested across seven scales and passed every test. The same pattern that works in a thirty-square-meter tiny home works on a generation ship. The author presents this as the output of fourteen years of independent research, grounded in one principle: don't hurt yourself, don't hurt others, build for generations to come. Published under CARE Commons Attribution License v2.1 (CCAL). ERES Institute is not constituted as a business.

Open access
2 source records
Embodied and Extended Cognition
Psychiatry, Mental Health, Neuroscience
Paranormal Experiences and Beliefs
Original source
Mar 22, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
ERES Novel Contributions and Scale Proof

Joseph Sprute

SPT × VLSA: Novel Contributions and Scale Proof (Sprute, 2026) This paper presents five original contributions to civilizational protocol theory organized under the SPT triad (Security · Privacy · Trust) and validates them through the ERES VLSA (Very-Large System Architecture) scale test — 91 tests, 100% pass rate, spanning seven orders of magnitude from a personal THOW (~30m²) to an interstellar generation ship. The five contributions map the ERES Institute's 6 Key Development Areas onto the internet's three-tier protocol stack (TCP/HTTPS/WEB3), addressing gaps no existing standard resolves. Under Security: the Energy–Security Dependency identifies every TLS session's security as bounded by its energy supply's sustainability, resolved through SECUIR circular energy; Emergency Retransmission establishes architectural identity between peacetime and crisis delivery via GunnySack Storm Party. Under Privacy: State-Aware Identity introduces psycho-physiological coherence (ARI) into the authentication handshake with zero-knowledge sovereign disclosure through BERA/FAVORS. Under Trust: Semantic Authentication verifies the meaning of exchanges across CyberRAVE's 72-domain × 3-dimension × 3-codex evaluation space (648 semantic coordinates); Proof-of-Resonance introduces a third consensus class where bio-electric coherence — not computational expenditure — validates transactions through Meritcoin ("It's not mining — it's tuning"). The central finding is fractal scale invariance: FDRV at maximum scale IS the interstellar vessel, and the THOW is its test article. A worked medical exchange example demonstrates all five contributions operating simultaneously on a single transaction. Companion to ERES Institute: Complete Architecture (Sprute, 2026). Published under CCAL v2.1.

Open access
2 source records
Network Security and Intrusion Detection
Opportunistic and Delay-Tolerant Networks
Space Science and Extraterrestrial Life
Original source
Mar 22, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Decentralized Content Creation Marketplace: A Modular Web3 Architecture for Talent Development

Deepak Kumar S S

The centralization of digital content creation and credentialing platforms has resulted in opaque monetization structures, monopolistic data silos, and a persistent absence of verifiable user sovereignty over intellectual contributions. This paper introduces Metaplay, a decentralized content marketplace architecture engineered to disintermediate the content creation and talent development lifecycle. Leveraging a modular blockchain framework, Metaplay utilizes Zero-Knowledge Rollups (zkEVM) for high-throughput, low-latency execution, and EIP-4844 blob-carrying transactions to minimize data availability costs. We introduce a privacy-preserving credentialing mechanism utilizing Soulbound Tokens (SBTs) and zk-SNARKs, enabling non-transferable, cryptographically verifiable proof of skill acquisition without compromising user privacy. Platform moderation employs a Decentralized Autonomous Organization with Identity-Gated Quadratic Voting to mitigate plutocratic governance capture. A dual-token incentive model (PLAY utility token and CRED reputation token) aligns creator economic incentives with verifiable content quality. Comparative benchmarks demonstrate transaction cost reductions exceeding 95% relative to Ethereum Layer-1 baselines.

Open access
2 source records
Blockchain Technology Applications and Security
FinTech, Crowdfunding, Digital Finance
Open Source Software Innovations
Original source
Mar 21, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Paper N v2.0: The Emergent Interval Derivation of Special Relativity, Time Dilation, Particle Stability, and Muon Lifetime from Frame-by-Frame Lattice Dynamics

Kapitanov Fedor

This paper derives the complete kinematic and dynamical framework of special relativity from first principles using only discrete lattice dynamics. No prior knowledge of Lorentz transformations, continuous spacetime, or quantum field theory is assumed. Part I: Emergent Kinematics Six axioms define a 3D FCC lattice with discrete time evolution. The central axiom (A3*) encodes two-tick memory: each node remembers two previous states. This single requirement generates the entire relativistic framework: Speed of light: c = ℓ/τ₀ (maximum cascade rate, 1 hop per tick). Explicit. Subluminal massive particles: v = c·U(W) < c (budget throttling). Explicit. Rest energy: E₀ = mc² (stationary self-replication cost). Explicit. Dispersion relation: E² = p²c² + m²c⁴ (from second-order wave dynamics). Explicit. Minkowski interval: ds² = c²dt² − dx² (emergent, not postulated). Explicit. Lorentz invariance: symmetry group of the wave equation on orthogonal lattice. Explicit. Chain of implication: Two-tick memory → Inertia → Second-order dynamics → Wave equation → Hyperbolic PDE → Lorentzian signature. Einstein's two postulates are derived, not assumed. Part II: Stochastic Lattice Dynamics Defect evolution is modelled as a stochastic counting process on FCC nodes, expressed in geobits — the natural information unit of the lattice (1 geobit = 1/Z_geom of full node capacity). Four independent results: Time dilation from information load (Explicit): dτ/dt = 1 − W/Z_geom. A heavier defect updates more slowly, experiencing less proper time per global tick. At channel saturation (W → Z_geom), proper time stops — deriving gravitational time dilation from information throttling. Absolute electron stability (Explicit): Charge conservation is a global constraint; lattice dynamics is local (k = 12 neighbors per tick). Their incompatibility forbids single-tick discharge. The electron is stable without invoking Noether's theorem — it is topological, not dynamical, protection. Phase-space identity (Explicit): The Fermi three-body phase-space factor 192π³ is identically equal to τ_proj^d · d · π^d = 4³ · 3 · π³ = (4π)³ · 3, revealing it as the projection volume — the cost of embedding a d-dimensional decay in a carrier with 4-bit projection tax. Muon lifetime (Ansatz, 96.8%): τ_μ = 2·Z_geom⁵·(144/89)⁵·(4φ³)⁵·(4π)³·3 / VEV × ℏ = 2.27 × 10⁻⁶ s. Experiment: 2.20 × 10⁻⁶ s. Zero free parameters. Every factor has an identified geometric origin. Key Results Table Result ORT Experiment Status Speed of light c = ℓ/τ₀ 2.998 × 10⁸ m/s Explicit Dispersion relation E² = p²c² + m²c⁴ Confirmed Explicit Minkowski interval ds² = c²dt² − dx² Confirmed Explicit Time dilation dτ/dt = 1 − W/Z_geom GR limit Explicit Electron stability p_D = 0 (isolated) > 10²⁸ yr Explicit Phase-space identity 192π³ = (4π)³·3 192π³ Explicit G_F 1.165 × 10⁻⁵ GeV⁻² 1.166 × 10⁻⁵ GeV⁻² Explicit (99.9%) Muon lifetime 2.27 × 10⁻⁶ s 2.20 × 10⁻⁶ s Ansatz (96.8%) τ_μ / τ_τ 7.43 × 10⁶ 7.6 × 10⁶ Ansatz (97.8%) Universal Factor (k−1)/2 = 5.5 The number of bidirectional evacuation channels on an FCC node — derived from 6 antipodal pairs minus half a blocked pair — governs both lepton decay ratios and the cosmological dark-matter-to-baryon ratio (Ω_DM/Ω_b = 5.5; experiment: 5.47; accuracy 99.5%). One geometry, two consequences: particle physics and cosmology are projections of a single lattice. Falsifiability Planck-scale Lorentz violation: modified dispersion relation with η·p⁴c⁴/E_P² correction. Testable via gamma-ray burst timing (Fermi LAT). If Lorentz invariance is exact beyond E > 10²⁰ GeV, ORT lattice spacing is falsified. If diffusive (first-order) particle dynamics are ever observed, Axiom 3* is falsified. What's New in v2.0 Part II added: complete stochastic dynamics framework (counting process, martingale, geobits) Time dilation derived from information-load throttling Electron stability proved from locality + global charge Phase-space identity 192π³ = (4π)^d · d discovered and proved Muon lifetime computed to 96.8% accuracy with zero free parameters Lifetime ratio τ_μ/τ_τ computed to 97.8% accuracy Consistency with Paper L dynamics established via U(W) = 1 − W/Z_geom Axiom 3* linked to jet tower theorem (Paper Zero) Dependencies Paper Zero v1.1 (jet tower, source equation) · Paper A v9.1 (Z_geom, impedance sectors) · Paper B v2.0 (lepton cascade operators) · Paper G v1.2 (information bottleneck, K_cell) · Paper M v3.0 (mass from closure, VEV) · Paper Q v2.1 (executability, FCC) · Paper S v2.0 (Z₂ symmetry) · Dark Matter Letter v1.0 Open Problems N-1: Exact Lorentz violation parameter η from FCC geometry N-2: Explicit rewrite rule R consistent with martingale + Lorentz N-3: Absolute tau lifetime including hadronic channels N-4: Phase-space factor from lattice first principles N-5: Exact W-to-mass mapping from carrier geometry N-6: Proof that (k−1)/2 enters decay rates from FCC combinatorics The lattice speaks. Zero parameters. One geometry.

Open access
2 source records
Earth Systems and Cosmic Evolution
Quantum Mechanics and Applications
International Science and Diplomacy
Original source
Mar 21, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Wishocracy: Solving the Democratic Principal-Agent Problem Through Pairwise Preference Aggregation

Mike P. Sinn

Website: https://manual.warondisease.org/knowledge/appendix/wishocracy-paper.html Abstract: Politicians' votes have near-zero correlation with citizen preferences (Gilens and Page, 2014). Elite preferences predict policy outcomes. No mechanism connects citizen preferences to electoral consequences for representatives. RAPPA: Millions of citizens answer simple pairwise questions ("How would you split \$100 between these two budget categories?"). Geometric mean aggregation produces population-level preference weights from sparse individual responses. Unlike approval voting or ranked choice, RAPPA captures preference *intensity*, not just what people want, but how much they care. Compare aggregated preferences to each legislator's voting record. Publish Citizen Alignment Scores. Channel campaign resources to high-alignment candidates through Incentive Alignment Bonds. The mechanism achieves three properties no prior system combines: minimal cognitive load (~20 comparisons per participant yields statistical convergence), preference intensity capture, and approximate strategy-proofness. At system scale, the Optimal Governance Trajectory reaches 56.7x (95% CI: 19.3x-304x) the Earth baseline after 20 years, raises average income to \$1.16 million (95% CI: \$395,118-\$6.22 million) versus \$20,483 on the status-quo path, reaches \$10.7 quadrillion (95% CI: \$3.64 quadrillion-\$57.2 quadrillion) in total output, and recovers roughly \$101 trillion (95% CI: \$83.3 trillion-\$191 trillion)/year in suppressed value ([The Political Dysfunction Tax](https://political-dysfunction-tax.warondisease.org)). Summary: Representative democracy suffers from an inescapable principal-agent problem where elected officials' incentives diverge from citizen welfare. Wishocracy introduces RAPPA (Randomized Aggregated Pairwise Preference Allocation), which aggregates citizen preferences through cognitively tractable pairwise comparisons and creates accountability via Citizen Alignment Scores that channel electoral resources toward politicians who actually represent what citizens want.

Open access
4 source records
Game Theory and Voting Systems
Electoral Systems and Political Participation
Property Rights and Legal Doctrine
Original source
Mar 21, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Two New Proofs of the Gibbard--Satterthwaite Theorem

Kevin Fathi

We present two new proofs of the Gibbard–Satterthwaite theorem, the foundational result in social choice theory establishing that every surjective, strategy-proof social choice function on three or more alternatives is dictatorial. Both proofs share a common engine—the Mutual Exclusion of Influence (a six-line theorem showing that two voters cannot both control the same alternative pair at a shared profile while ranking the pair differently)—but diverge in how they derive dictatorship from this principle. The first proof is purely combinatorial: mutual exclusion combined with a transition sequence identifies a uniquely decisive voter without constructing a classical pivotal voter. The second proof is information-theoretic: under the uniform distribution on preference profiles, strategy-proofness yields an exact identity relating conditional outcome entropy to option-set size. The zero-overlap theorem—a measure-theoretic consequence of mutual exclusion—forces influence entropy to concentrate entirely in a single voter, characterizing dictatorship as the unique entropy profile (log |X|, 0, …, 0) compatible with strategy-proofness and surjectivity. To our knowledge, the second proof is the first to establish the Gibbard–Satterthwaite theorem via Shannon-type information-theoretic quantities. The Mutual Exclusion Theorem itself is new and replaces the pivotal-voter construction across all four established proof routes with a single structural principle. Both proofs connect to the Adversarial Aggregation Channel (AAC) framework, in which the influence entropy corresponds to adversarial sub-channel capacity and the mutual exclusion principle instantiates a channel-capacity conservation law.

Open access
Game Theory and Voting Systems
Game Theory and Applications
Electoral Systems and Political Participation
Original source
Mar 21, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
The Role of Blockchain in Modern Communication: A Systematic Literature Review

Akhilesh Ghritlahare

Blockchain technology stands at the forefront of transforming digital communication, addressing entrenched issues like data breaches, privacy erosion, and centralized control. This systematic literature review synthesizes insights from over 50 peer-reviewed articles, industry reports, and case studies published between 2018 and 2025, focusing on blockchain's core principles and their application to secure messaging, decentralized social networks, IoT ecosystems, and telecommunications. Drawing on databases such as Google Scholar, IEEE Xplore, and Scopus, we identify key benefits—decentralization for resilience, immutability for integrity, and cryptography for confidentiality—while critically examining barriers like scalability trilemma, regulatory conflicts, and user adoption hurdles. Emerging trends, including zero-knowledge proofs and modular architectures, signal a path toward scalable Web3 paradigms. The review concludes with societal implications for trust-building and data sovereignty, proposing research directions for hybrid models that balance innovation with compliance. This work underscores blockchain's potential to foster a user-empowered, equitable communication landscape.

Open access
2 source records
Blockchain Technology Applications and Security
Internet of Things and AI
Organizational and Employee Performance
Original source
Mar 20, 2026
0 cites
EthAiSyn: Psychological Audit Report — A Reflexive Dual-Lens Audit of the EthAiSyn Behavioral Governance Framework

Mercedez Lopez

EthAiSynHuman-AI Integration ArchitecturePsychological Audit ReportVersion 3.0 --- Research-Updated EditionA dual-lens audit applying the EthAi Syn and Ethain-Synthia frameworksto identify and resolve structural gaps before enterprise deployment.Prepared by ChloeDate March 2026Version 3.0 --- Research-Updated EditionAudit Type Internal Psychological AuditFrameworks Applied EthAi Syn + Ethain-Synthia (ESF)Gaps Identified 5Gaps Resolved 5Additional Finding Measurement Frontier --- Research Mandate (Active)New Role Created Human-AI Integration ArchitectResearch Sources Integrated 8 peer-reviewed sources (2023--2026)Executive SummaryFive Gaps. All Resolved. One Frontier Named. One Research Foundation Integrated.This report documents a full psychological audit of the EthAi Syn Behavioral Governance Framework, updated to incorporate the revised framework draft and an eight-source peer-reviewed research foundation. The audit applied two complementary lenses: the EthAi Syn framework's Psychological Audit methodology, which evaluates whether systems support or deplete human capability, and the Ethain-Synthia Framework (ESF), which evaluates whether human judgment is structurally preserved or quietly handed off to the system.Five structural gaps were identified. Each was examined through both lenses. Each has been resolved with a specific structural realignment consistent with the framework's own design principles. A sixth finding --- the Measurement Frontier --- was documented as a formal research mandate rather than a resolvable gap. This version adds a seventh finding: the Research Foundation, documenting how eight peer-reviewed sources published between 2023 and 2026 strengthen the framework's evidence base, resolve former areas of theoretical weakness, and establish the field-level demand for exactly the role EthAiSyn creates.Version 3.0 ChangesThis version integrates eight peer-reviewed research sources spanning neuroscience, HCI, clinical psychology, implementation science, and regulatory law. Key additions include: the first field study of clinician AI trust formation (Kelly et al., 2025); a 30-year systematic review confirming no field studies existed prior to 2025 (Wischnewski et al., 2023); clinical evidence on metacognitive sensitivity in joint decisions (Lee et al., 2025); documentation of the psychologist gap in AI design (JMIR AI, 2024; JMIR HF, 2021); and the Woebot shutdown as a case study in integration architecture failure (Torous & Cipriani, 2025).Audit MethodologyTwo Lenses, Five Gaps, One Frontier, One Research FoundationThe audit followed EthAi Syn's four-stage framework structure across all sessions, with each stage evaluated through both analytical lenses simultaneously. Where the two lenses conflicted or overlapped, the intersection was treated as the highest-priority finding.EthAi Syn LensAt each stage: does this environment support human capability or actively deplete it? Where does the user's mental model break from the system's actual behavior?Ethain-Synthia (ESF) LensAt each stage: is human judgment structurally present as a generative function, or is it operating as a backstop that only activates after the system has already decided?Stage 1: Baseline MappingWhat EthAi Syn Is and Who It ServesIntended UsersShort-term: Enterprise organizations, with HR leadership and healthcare administration as primary buyers. Long-term: Individual practitioners and researchers using the framework directly for professional development and field-building.Intended ExperienceUsers engage through natural language and structured consultation. The system builds a deep understanding of their organizational context, values, and cognitive patterns over time. The goal is movement toward each organization's and user's own ceiling of responsible AI-augmented capability, not a standardized benchmark.Delivery ModelA combination of audit methodology, measurement program design, training curriculum, and consultancy engagement. The specific configuration is determined by the enterprise deployment context. The Human-AI Integration Architect role is the organizational function this delivery model creates.New Role Created: Human-AI Integration ArchitectThe framework generates an organizational function that does not exist before its arrival: a role that designs and governs the conditions under which humans and AI systems work together without the humans losing what makes their contribution irreplaceable. This role is grounded in psychological expertise, implementation science, and measurement theory --- not in technology implementation, compliance, or communications.Research validation for this role: The JMIR AI systematic review (2024) named the absence of psychologists from AI design as a field-level gap. The JMIR Human Factors mapping review (2021) called human factors and ergonomics expertise "essential" for defining the dynamic interaction of AI within organizational systems. Torous et al. (2025) documented that the digital navigator role --- the implementation-level equivalent of the Integration Architect --- has been called for since 2015 and remains largely unfilled. Strudwick et al. (2025) established that successful AI implementation requires "intentional infrastructure, not just technology." The Integration Architect is that infrastructure.The Five Gaps and Their ResolutionsGAP A | The Temporal Value Gap RESOLVEDWhat Was FoundEthAi Syn's value proposition is long-cycle. The framework's most defensible claims --- that it prevents judgment erosion, maintains human skill under AI dependency, and preserves moral accountability --- all require longitudinal deployment before they produce measurable evidence. Enterprise buyers operate on quarterly decision cycles. This temporal mismatch is a structural positioning problem.Research Grounding (Added Version 3.0)The Wischnewski et al. (2023) finding --- that 30 years of trust calibration research produced zero field studies --- actually resolves this gap in a counterintuitive way: the absence of field evidence is itself the evidence. Organizations can cite baseline measurement data immediately, before long-term outcomes accumulate, because the baseline is the proof of concept. The gap between "no measurement" and "systematic measurement" is demonstrable from T0.Realignment: Early Proof Point Checklist + Positioning ReframePosition EthAiSyn's earliest deliverable --- the baseline competency battery and behavioral logging protocol --- as the proof of concept. An organization that has systematically measured its human-AI system's baseline is already in the top percentile of responsible deployment, because the research base confirms that no one else has done so. The longitudinal evidence accumulates over time, but the governance value begins immediately.GAP B | The Concealed Decision Pathway Gap RESOLVEDWhat Was FoundAI systems increasingly function as a pre-cognitive System 0 (Saßmannshausen & Wagener, 2026; Chiriatti et al., 2025), shaping what information enters human awareness before deliberate evaluation begins. When AI shapes the decision pathway before conscious engagement, traditional audit methods that assume deliberate human decision-making are structurally inadequate.Research Grounding (Added Version 3.0)The System 0 concept directly explains why the concealed pathway is invisible to standard measurement: by the time the operator is deliberating, the AI has already structured the cognitive landscape. The transparency paradox (BaHammam, 2025) adds a second layer: operators may not disclose AI reliance even when aware of it, because disclosure carries institutional penalty. The measurement architecture must therefore capture decision pathways through behavioral telemetry rather than self-report alone.Realignment: Intent Signal + Transparent Decision LayerRequire the logging of pre-AI independent judgment as a structural component of every AI-assisted workflow. The intent signal --- what the operator was thinking before AI exposure --- is the counterfactual baseline against which post-AI decision movement is measured. This makes the concealed pathway visible without requiring disclosure and without adding cognitive burden to normal operations.GAP C | The Undefined Autonomy Threshold Gap RESOLVEDWhat Was FoundThe framework did not specify at what point AI contribution crosses from assistance to replacement of human judgment. Without a defined threshold, the Moral Diffusion construct lacks operational anchoring --- the system cannot distinguish appropriate augmentation from inappropriate substitution.Research Grounding (Added Version 3.0)Kelly et al. (2025) found that clinicians bounded their trust contextually --- trusting AI for low-risk screening but not for complex clinical formulation --- and that this context-sensitivity was the appropriate and healthy response, not insufficient adoption. The Wischnewski et al. (2023) distinction between warranted and unwarranted trust provides the theoretical anchor: the autonomy threshold is not a fixed percentage of AI contribution but a contextual assessment of whether reliance is warranted given actual AI reliability in that case type.Realignment: Moral Understanding Indicator + Autonomy InvitationDefine autonomy thresholds contextually by case type in the construct mapping phase. For each case category, establish the AI reliability zone and the corresponding appropriate reliance range. Design the Moral Understanding Indicator to assess whether operators can articulate these contextual thresholds, not just whether they apply a fixed rule. The Autonomy Invitation structures the operator's active choice about when to rely versus resist --- making reliance a deliberate decision rather than a default.GAP D | The Reactive Notification Model Gap RESOLVEDWhat Was FoundThe original framework triggered governance review only after threshold crossings were detected. This reactive architecture means the most dangerous trajectory --- slow, multi-indicator erosion that approaches but does not immediately cross any single threshold --- is invisible to governance until it has already caused damage.Research Grounding (Added Version 3.0)The Wischnewski et al. (2023) finding on the absence of field studies reveals that organizations currently have no systematic approach to proactive detection. The Strudwick et al. (2025) implementation science finding --- that promising tools consistently stall at demonstration without intentional infrastructure --- confirms that reactive governance is the default, not the exception. The EthAiSyn governance model must be explicitly proactive to differentiate itself from the field's current practice.Realignment: Decision TraceThe Decision Trace is a continuous behavioral record that makes erosion trajectories visible before threshold crossing. By logging decision pathways, override patterns, and pre/post AI judgment shifts in real time, the Trace creates a running picture of the system's health that enables early intervention. The governance model shifts from reactive threshold monitoring to proactive trajectory analysis --- flagging concerning directions before they become critical values.GAP E | The Recursive System Orientation Gap RESOLVEDWhat Was FoundThe Human-AI Integration Architect enters the role with a linear implementation mental model and encounters a bilateral co-evolution system. The user is simultaneously learning and training a model that is learning and adapting from the user. The gap between a linear deployment mental model and a recursive co-evolution reality is significant enough to cause early disorientation and role abandonment.Research Grounding (Added Version 3.0)Saßmannshausen & Wagener (2026) establish that LLM behavior "often feels discovered rather than engineered" --- an empirical description of the recursive reality Gap E addresses. Their seven propositions for adaptive mental model development, particularly P1 (cognitive scaffolding) and P7 (duration-optimized integration), directly inform the Bilateral Loop Briefing's content. The Triadic Framework's Metacognitive Layer --- emphasizing that anthropomorphic misconceptions about AI co-evolution are the primary source of mental model failure --- provides the theoretical foundation for why the briefing must precede all other Architect training.Realignment: The Bilateral Loop BriefingA structured orientation protocol delivered before the Architect's first session with the system. Not a manual --- a facilitated entry experience that surfaces the Architect's current mental model of AI governance, identifies where that model is linear, and reorients it toward the recursive reality of EthAi Syn before the gap has a chance to cause damage. The Bilateral Loop Briefing covers three things: the nature of the co-evolution loop itself, the user's authority over initiation, and the difference between governing outputs and governing the relationship.Why This Is Non-NegotiableEvery other gap in this audit could theoretically be discovered and recovered from mid-deployment. Gap E cannot. An Architect operating from a linear mental model inside a recursive system will make governance decisions that actively harm the loop they are responsible for protecting.Sixth Finding: The Measurement FrontierWhat the Field Cannot Yet ProveThis is not a gap in EthAi Syn. It is the framework doing something most frameworks avoid: naming the boundary of what it can currently prove, and calling for the work required to push that boundary forward.The framework explicitly states that some of the most important outcomes in AI collaboration --- overreliance, shallow evaluation, moral diffusion, and cognitive fatigue --- are measurable only imperfectly with current instruments. It calls for future work to develop validated instruments for mental model gap detection and to study how judgment gates affect trust calibration, performance, and human learning over time.Strategic SignificanceThe measurement gap is the same open problem named publicly in the framework's accompanying LinkedIn thought leadership. The framework that identifies the problem and the researcher calling for its solution are the same person. That is not a coincidence to be managed. It is a positioning asset to be claimed explicitly.Constructs Currently Lacking Validated Instruments Mental model gap magnitude and severity across AI deployment contexts Judgment displacement rate over time in naturalistic professional workflows Trust calibration accuracy across different AI contribution types and case complexities Cognitive load distribution across workflow stages in high-volume environments Moral diffusion indicators in team AI use and collaborative decision-making Deskilling onset patterns in high-reliance environments across expertise levels Override rate as a proxy for healthy human-AI complementarity across domains The Research MandateEthAi Syn formally calls for the development of mixed-method evaluation designs combining behavioral data, workflow telemetry, and qualitative user evidence. Future empirical work should test the framework in healthcare administration, enterprise platforms, and AI-supported knowledge work. Comparative studies of audited versus non-audited workflows would establish baseline evidence for the framework's impact. Longitudinal studies of judgment gate use would reveal how structured human decision points affect both performance and capability development over time.This is the work that turns EthAi Syn from a governance framework into a research program. It is the work most directly aligned with establishing intellectual authority at the intersection of I/O psychology and AI, and it is the work the field has not yet treated as non-negotiable.Seventh Finding: The Research FoundationWhat the Evidence Base Now ProvesVersion 3.0 integrates eight peer-reviewed sources published between 2023 and 2026. Together they do not merely support EthAiSyn's claims --- they establish the specific field-level gaps that EthAiSyn is positioned to fill.Source Key Finding EthAiSyn ImplicationWischnewski et al., 2023 (CHI) 30 years, 96 studies, zero field studies The gap EthAiSyn fills is documented at the field levelTennakoon et al., 2025 (JAI) Adaptive explainability: 16% error detection gain, no time cost Override quality is measurable and improvable through designLee et al., 2025 (PNAS Nexus) Metacognitive sensitivity is the mechanism of optimal joint decisions Confidence without calibration is worse than no confidenceBaHammam, 2025 (PMC) Disclosure is institutionally punished; strategic non-disclosure follows Governance architecture must not depend on voluntary self-reportMorris, 2025 (AI in Eye Care) Human clinical judgment is equally opaque and unaudited "The problem is not new with AI --- it is newly visible"Saßmannshausen & Wagener, 2026 (Qeios) Jagged intelligence + System 0 + metacognitive literacy Three-layer framework maps exactly onto EthAiSyn's architectureKelly et al., 2025 (JMIR HF) First field study: trust is sequential, contextual, conditional Clinician trust forms exactly as EthAiSyn predicted --- in stages, not staticallyStrudwick et al., 2025 (JMIR MH) "Intentional infrastructure, not just technology" required The gap EthAiSyn fills named as the field's most urgent unmet needThe Woebot Case StudyIn July 2025, Woebot --- the most prominent AI therapy chatbot in history --- shut down. The shutdown was not driven by technical failure. The technology worked. What failed was the integration architecture: unresolved accountability structures, undefined scope-of-practice boundaries, and the limits of AI in high-stakes human relationships were never designed for from the beginning.This is the most current real-world evidence for EthAiSyn's core argument. The question was never whether the AI was capable. The question was whether the organizational and ethical infrastructure around the AI was adequate to sustain it responsibly at scale. It was not. EthAiSyn is that infrastructure.The Woebot Positioning StatementEthAiSyn does not build the AI. It designs the conditions under which humans can use AI safely, maintain appropriate trust, preserve their independent judgment, and remain genuine moral agents for the outcomes their AI-assisted work produces. The Woebot shutdown is the case study that proves why this infrastructure is not optional.Audit SummaryWhere EthAi Syn Stands NowEthAi Syn entered this audit as a framework with strong conceptual foundations and five structural gaps that would have surfaced under enterprise scrutiny. It exits with a complete realignment architecture built entirely from within its own design principles, a formally named research mandate, a new organizational role it generates in every enterprise deployment, and an eight-source peer-reviewed evidence base that validates the framework's core claims and documents the field-level gaps it is positioned to fill.# Gap Realignment StatusA Temporal Value Gap Early Proof Point Checklist + Research Reframe ResolvedB Concealed Decision Pathway Intent Signal + Transparent Decision Layer ResolvedC Undefined Autonomy Threshold Moral Understanding Indicator + Autonomy Invitation ResolvedD Reactive Notification Model Decision Trace (Proactive Trajectory Analysis) ResolvedE Recursive System Orientation Gap Bilateral Loop Briefing ResolvedF Measurement Frontier Formal Research Mandate ActiveG Research Foundation 8-Source Peer-Reviewed Evidence Base IntegratedThe realignments documented here are not additions to EthAi Syn. They are expressions of what the framework was already designed to do, made explicit enough to survive scrutiny. The Measurement Frontier is not a limitation. It is the framework's most honest and strategically significant contribution to the field.EthAi Syn | Psychological Audit Report | Version 3.0 | March 2026 | Confidential

Open access
Psychiatric care and mental health services
Counseling Practices and Supervision
Psychological Testing and Assessment
Original source
Mar 20, 2026·Electronics
0 cites
Trustless Federated Reinforcement Learning for VPP Dispatch

Xin Zhang, Fan Liang

Large-scale Virtual Power Plants (VPPs) are increasingly essential as Distributed Energy Resources (DERs) assume ancillary service duties once supplied by conventional generation, yet scaling a VPP exposes a persistent trilemma among economic efficiency, data privacy, and operational security. Centralized coordination can approach optimal revenue but requires collecting fine-grained DER operational data and creates a single point of compromise. Federated Learning (FL) mitigates raw data centralization by keeping measurements and experience local, but it introduces a fragile trust assumption that the aggregator will correctly and fairly combine model updates. This trust gap is acute in reinforcement learning-based VPP control because aggregation deviations, including selectively dropping updates, manipulating weights, replaying stale models, or injecting a replacement model, can silently bias the learned policy and degrade both profit and compliance. We propose a zero-knowledge federated reinforcement learning framework for trustless VPP coordination in which each DER trains a local deep reinforcement learning agent to solve a multi-objective dispatch problem that balances ancillary service revenue against battery degradation under operational and grid constraints, while the global aggregation step is made externally verifiable. In each round, participants bind membership via signed receipts and commit to their updates, and the aggregator produces a zk-SNARK, proving that the published global parameters equal the agreed aggregation rule applied to the receipt-bound set of committed updates under a fixed-point encoding with range constraints. Verification is lightweight and can be performed independently by each DER, removing the need to trust the aggregator for aggregation integrity without centralizing raw DER operational data or trajectories. The proposed design does not aim to hide model updates from the aggregator. Instead, it provides external verifiability of the aggregation computation while keeping raw measurements and local experience. We formalize the threat model and verifiable security properties for aggregation correctness and update inclusion, present a circuit construction with proof complexity characterized by model dimension and fleet size, and evaluate the approach in power and cyber co-simulation on the IEEE 33 bus feeder with ancillary service signals. Results show near-centralized economic performance under benign conditions and improved robustness to aggregator side deviations compared to standard federated reinforcement learning.

Open access
Smart Grid Energy Management
Smart Grid Security and Resilience
Optimal Power Flow Distribution
Original source
Mar 20, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Where Identity Comes From — Path Sensitivity and Endpoint Underdetermination in Neural Network Training

Anthony Coslett

Structural identity — the geometric fingerprint that makes a neural network this specific model rather than any other — can be measured, survives routine deformation, resists adversarial erasure, and composes with standard verification infrastructure. It cannot, in the tested regime, be recovered from endpoint weight statistics or architecture descriptors alone. These two facts together force a question the measurement program has not yet answered: if identity is real but not readable from the final artifact, then where in the training process did it form, and what determined which identity formed rather than another? This paper presents the first empirical study of structural identity formation during neural network pretraining. Using dense checkpoint trajectories and seed-controlled training runs in the Pythia observatory suite, we show three results. First, the structural observable follows a characteristic three-phase identity emergence profile — an early rise in geometric spread, a long compression, and a late plateau where identity stabilizes while functional training continues. Second, models trained with the same architecture, the same data, and the same hyperparameters but different random seeds produce structurally distinguishable fingerprints far beyond measurement noise — a property we call path sensitivity — with the divergence traceable to differential structural response during the learning-rate warmup regime. Third, a panel of endpoint weight statistics varies across seeds but does not predict which structural identity formed — a condition we call endpoint underdetermination. Together, these results recast structural identity as a developmental property of training history rather than a static property legible from final artifacts alone. Supplementary Material This paper is accompanied by HistoricalIdentity.v, a Coq proof file that formalizes two consequences of the formation data described in §§3–5: trajectory non-recovery (no decision procedure restricted to the tested endpoint summary panel can be both sound and complete for claims about the formative training-history class that produced a model's structural identity) and lock boundary source exclusion (if structural divergence between two specification-identical models is already present at the lock boundary, no intervention applied after that boundary can be its source). The file contains 4 empirical axioms grounded in the measurements of §§3–5, 4 theorems, 1 corollary, and 0 unresolved obligations (Admitted). It compiles cleanly under the Rocq Prover 9.1.1 (the current release of the Coq proof assistant, compiled with OCaml 5.4.0). It is available for download as a supplementary file attached to this record. The Neural Network Identity Series — Mathematical foundations, empirical validation, and governance frameworks for verifying which model is running Newest addition: Technical Note: The Disappearing Window — AI Logprob Access Withdrawal and the Structural Verifiability of Frontier Model Contracts (DOI: 10.5281/zenodo.20362098) Paper 1: The δ-Gene: Inference-Time Physical Unclonable Functions from Architecture-Invariant Output Geometry (DOI: 10.5281/zenodo.18704275) Paper 2: Template-Based Endpoint Verification via Logprob Order-Statistic Geometry (DOI: 10.5281/zenodo.18776711) Paper 3: The Geometry of Model Theft: Distillation Forensics, Adversarial Erasure, and the Illusion of Spoofing (DOI: 10.5281/zenodo.18818608) Paper 4: Provenance Generalization and Verification Scaling for Neural Network Forensics (DOI: 10.5281/zenodo.18872071) Paper 5: Beneath the Character: The Structural Identity of Neural Networks — Mathematical Evidence for a Non-Narrative Layer of AI Identity (DOI: 10.5281/zenodo.18907292) Paper 6: Which Model Is Running?: Structural Identity as a Prerequisite for Trustworthy Zero-Knowledge Machine Learning (DOI: 10.5281/zenodo.19008116) Paper 7: The Deformation Laws of Neural Identity (DOI: 10.5281/zenodo.19055966) Paper 8: What Counts as Proof? — Admissible Evidence for Neural Network Identity Claims (DOI: 10.5281/zenodo.19058540) Paper 9: Composable Model Identity — Formal Hardening of Structural Attestations in the Enterprise Identity Stack (DOI: 10.5281/zenodo.19099911) Paper 10:Where Identity Comes From: Path Sensitivity and Endpoint Underdetermination in Neural Network Training (DOI: 10.5281/zenodo.19118807) Paper 11: Post-Hoc Disclosure Is Not Runtime Proof: Model Identity at Frontier Scale (DOI: 10.5281/zenodo.19216634) Paper 12: Family-Dependent Response to Reasoning Distillation Across Structural and Functional Identity Layers (DOI: 10.5281/zenodo.19298857) Paper 13: Safety-Alignment Removal as a Model-Identity Failure — Structural Evidence from Published Weight-Level Mutation Checkpoints (DOI: 10.5281/zenodo.19383019) Technical Note: Agent Identity Is Not Model Identity (DOI: 10.5281/zenodo.19240883) Technical Note: Gap Invariance: Why PPP Measurements Are Domain-Independent by Construction (DOI: 10.5281/zenodo.19275524) Technical Note: Measured Model Substitution Under Valid Agent Credentials (DOI: 10.5281/zenodo.19342848) Technical Note: Artifact Identity Is Not Runtime Identity — Trustfall Lite and the Boundary of File-Level Model Verification (DOI: 10.5281/zenodo.20019127) Formal Verification Stack for Neural Network Structural Identity (IT-PUF Coq Proofs) (DOI: 10.5281/zenodo.18930621) Copyright (c) 2026 Anthony Ray Coslett / Fall Risk AI, LLC. All Rights Reserved. Confidential and Proprietary. Patent Pending (Applications 63/982,893, 63/990,487, 63/996,680, 64/003,244).

Open access
2 source records
Adversarial Robustness in Machine Learning
Explainable Artificial Intelligence (XAI)
Stochastic Gradient Optimization Techniques
Original source
Mar 20, 2026·Open MIND
0 cites
Dual-Mode Blockchain Based Auction System for Secure and Anonymous Bidding

Vaishnavi K, Santhiya S, Ashvitha S, Anusha D

Traditional selling systems often limit products to local markets and rely heavily on intermediaries, resulting in reduced profit margins, inconsistent quality, and limited market reach. Maintaining consistent quality and ensuring market transparency remain significant challenges in these legacy frameworks. To address these issues, this project proposes a secure and efficient Double Auction System for multi-category product trading. To enhance security, privacy, and trust, the project integrates advanced cryptographic mechanisms. zk-SNARKs (Zero-Knowledge Succinct Non- Interactive Arguments of Knowledge) are employed for sealed bidding, ensuring that both bidder identities and bid values remain hidden while maintaining mathematical verifiability. Conversely, Linked Ring Signatures are used for open bidding, allowing bid values to remain transparent while masking the identities of the bidders. A Commit-Reveal Scheme is implemented to prevent bid manipulation and ensure fairness during the submission phase. Additionally, a Reputation Score Algorithm incentivizes honest participation by rewarding users with a trust score based on their historical behavior. Finally, Blockchain technology is integrated via a private blockchain to record all auction data and reports in an immutable and tamper-proof manner. This multi-layered approach ensures a fair, secure, and sustainable trading ecosystem, benefiting both producers and buyers across diverse sectors.

Open access
2 source records
Blockchain Technology Applications and Security
Auction Theory and Applications
Cryptography and Data Security
Original source
Mar 20, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Integrated Study on a Deterministic Autonomous Computing Architecture Based on Quantum Thought Circuit OS ASI. Physical-Digital Twin Integration, Energy-Circulating Computation, High-Speed Communication, Dynamic Regulatory Control, Distributed Infrastructure, and Hardware-Rooted Trus. A Six-Part Structure Part I: Integrated Study on Heterogeneous Self-Optimizing Computing Architecture with Physical Digital Twin, Thermodynamic Energy Recycling, and Autonomous Distributed Control Based on Quantum Thought Circuit OS ASI Part II: Integrated Study on Next-Generation High-Speed Communication and Energy-Circulating Computing Architecture Based on Photonic Transmission, Predictive Signal Recovery, Reversible Computation, and Thermodynamic Energy Recycling Driven by Quantum Thought Circuit OS ASI Part III: Integrated Study on Hardware-Rooted Trust, Deterministic Execution Control, Dynamic Regulatory Reconfiguration, and Digital Twin Verification Architecture Based on Quantum Thought Circuit OS ASI Part IV: Integrated Study on an Autonomous Adaptive Computing System・A Deterministic Control Architecture Based on Quantum Thought Circuit OS ASI for Dynamic Redefinition During Inference, Functional Conversion of Physical Properties, Regulatory Adaptation, Utilization of Degradation, Resource Circulation, and Deterministic Control Part V: Integrated Study on a Dynamically Adaptive Distributed Computing Infrastructure. A Deterministic Control Architecture Based on Quantum Thought Circuit OS ASI for Free Space Optical Communication, Metabolic Thermal Control, Supply-Driven Scheduling, Legal Slicing, and Autonomous Distributed Resource Allocation Part VI: Integrated Study on a Heterogeneous TEE Confidential Computing Platform Based on Distributed Trust Anchors. A Deterministic Control Architecture Based on Quantum Thought Circuit OS ASI for Dynamic Hardware RoT, Heterogeneous TEE Quorum, Reverse Containment Monitoring, Zero-Knowledge Proofs, and Distributed Ledger Auditing

Satoshi Kawauchi

A six-part study proposing a deterministic computing architecture based on Quantum Thought Circuit OS ASI. It integrates heterogeneous self-optimizing hardware, energy-circulating communication, hardware-rooted trust, adaptive inference control, distributed infrastructure, and heterogeneous TEE confidential computing to improve efficiency, resilience, compliance, security, and scalability.

Open access
2 source records
Quantum Computing Algorithms and Architecture
Neural Networks and Reservoir Computing
Cloud Computing and Resource Management
Original source
Mar 20, 2026·Electronics
1 cites
Human-Centric Zero Trust Identity Architecture for the Fifth Industrial Revolution: A JEPA-Driven Approach to Adaptive Identity Governance

Jovita T. Nsoh

The Fifth Industrial Revolution (Industry 5.0) foregrounds human–machine collaboration, sustainability, and resilience as organizing principles for next-generation cyber-physical systems. Yet the identity and access management (IAM) architectures inherited from Industry 4.0 remain perimeter-centric, policy-static, and blind to the behavioral dynamics of human–AI teaming. This paper introduces the Human-Centric Zero Trust Identity Architecture (HC-ZTIA), a novel framework that repositions identity as the adaptive control plane for Industry 5.0 environments. HC-ZTIA integrates three mutually reinforcing innovations: (1) a Joint Embedding Predictive Architecture (JEPA)-driven Behavioral Identity Assurance Engine (BIAE) that learns abstract world models of operator and machine-agent behavior to perform continuous, context-aware identity verification without relying on raw biometric surveillance; (2) a Privacy-Preserving Adaptive Authorization Protocol (PP-AAP) employing zero-knowledge proofs and federated policy evaluation to enforce least-privilege access across human, non-human, and hybrid identity classes while satisfying data-minimization mandates; and (3) a Resilience-Oriented Trust Degradation Model (RO-TDM) that guarantees fail-safe identity governance under adversarial, degraded, or disconnected operating conditions characteristic of operational technology (OT) and critical infrastructure. The framework is grounded in the Agile-Infused Design Science Research Methodology (A-DSRM) and formally extends NIST SP 800-207 and the CISA Zero Trust Maturity Model by addressing five identified gaps in human-centric identity governance. We present the formal system model, threat model, architectural specification, and a multi-scenario evaluation spanning energy-sector OT, smart manufacturing, and vehicle-to-everything (V2X) environments. Simulation results, validated through Monte Carlo trials with 95% confidence intervals, demonstrate that HC-ZTIA reduces identity-related breach exposure by 73.2% (±4.1%) while maintaining sub-200 ms authorization latency, offering a principled bridge between Zero Trust rigor and Industry 5.0 human-centricity.

Open access
2 source records
Safety Systems Engineering in Autonomy
Smart Grid Security and Resilience
Access Control and Trust
Original source
Mar 20, 2026·arXiv (Cornell University)
0 cites
TAPAS: Efficient Two-Server Asymmetric Private Aggregation Beyond Prio(+)

Harish Karthikeyan, Antigoni Polychroniadou

Privacy-preserving aggregation is a cornerstone for AI systems that learn from distributed data without exposing individual records, especially in federated learning and telemetry. Existing two-server protocols (e.g., Prio and successors) set a practical baseline by validating inputs while preventing any single party from learning users' values, but they impose symmetric costs on both servers and communication that scales with the per-client input dimension $L$. Modern learning tasks routinely involve dimensionalities $L$ in the tens to hundreds of millions of model parameters. We present TAPAS, a two-server asymmetric private aggregation scheme that addresses these limitations along four dimensions: (i) no trusted setup or preprocessing, (ii) server-side communication that is independent of $L$ (iii) post-quantum security based solely on standard lattice assumptions (LWE, SIS), and (iv) stronger robustness with identifiable abort and full malicious security for the servers. A key design choice is intentional asymmetry: one server bears the $O(L)$ aggregation and verification work, while the other operates as a lightweight facilitator with computation independent of $L$. This reduces total cost, enables the secondary server to run on commodity hardware, and strengthens the non-collusion assumption of the servers. One of our main contributions is a suite of new and efficient lattice-based zero-knowledge proofs; to our knowledge, we are the first to establish privacy and correctness with identifiable abort in the two-server setting.

Open access
3 source records
cs.CR
cs.LG
Cryptography and Data Security
Original source
Mar 19, 2026·Open MIND
0 cites
Composable Model Identity — Formal Hardening of Structural Attestations in the Enterprise Identity Stack

Anthony Coslett

Enterprise identity systems can authenticate workloads, credentials, and attested platforms, but they do not close the composition layer where runtime model identity enters authorization. A token can verify that a service is running in a trusted environment, that its credentials are valid, and that its actions are authorized — without ever establishing which neural network is actually computing. When model identity evidence is inserted into standard authorization flows, new security properties emerge that are not inherited from the underlying protocols and must be formally established rather than presumed. This paper presents a live integration architecture for model-identity attestations in JWT and SPIFFE-style token flows, grounded in real measurements from six neural networks executed inside an NVIDIA H100 Confidential Computing enclave. It formally verifies four composition properties — non-separability, temporal binding, issuer authenticity, and reference integrity — across three Coq proof files with zero unfinished proof obligations. Every remaining trust dependency is explicitly named, traced to an integration control, and paired with a concrete falsification witness. The result is a formally hardened composition layer where no security property is left implicit and no assumption is left silent. Supplementary Material This paper is accompanied by three Coq proof files — ComposableIdentity.v, IssuerAuthenticity.v, and ReferenceIntegrity.v — that formally verify the four composition properties described in §§4–6: non-separability, temporal binding necessity, issuer authenticity, and reference integrity. Together the files prove thirteen theorems from eleven named axioms, each paired with a concrete falsification witness and an integration control. No file contains unresolved obligations (Admitted), and all three compile cleanly under the Rocq Prover 9.1.1 (the current release of the Coq proof assistant, compiled with OCaml 5.4.0). They are available for download as supplementary files attached to this record. The Neural Network Identity Series — Mathematical foundations, empirical validation, and governance frameworks for verifying which model is running Newest addition: Technical Note: The Disappearing Window — AI Logprob Access Withdrawal and the Structural Verifiability of Frontier Model Contracts (DOI: 10.5281/zenodo.20362098) Paper 1: The δ-Gene: Inference-Time Physical Unclonable Functions from Architecture-Invariant Output Geometry (DOI: 10.5281/zenodo.18704275) Paper 2: Template-Based Endpoint Verification via Logprob Order-Statistic Geometry (DOI: 10.5281/zenodo.18776711) Paper 3: The Geometry of Model Theft: Distillation Forensics, Adversarial Erasure, and the Illusion of Spoofing (DOI: 10.5281/zenodo.18818608) Paper 4: Provenance Generalization and Verification Scaling for Neural Network Forensics (DOI: 10.5281/zenodo.18872071) Paper 5: Beneath the Character: The Structural Identity of Neural Networks — Mathematical Evidence for a Non-Narrative Layer of AI Identity (DOI: 10.5281/zenodo.18907292) Paper 6: Which Model Is Running?: Structural Identity as a Prerequisite for Trustworthy Zero-Knowledge Machine Learning (DOI: 10.5281/zenodo.19008116) Paper 7: The Deformation Laws of Neural Identity (DOI: 10.5281/zenodo.19055966) Paper 8: What Counts as Proof? — Admissible Evidence for Neural Network Identity Claims (DOI: 10.5281/zenodo.19058540) Paper 9: Composable Model Identity — Formal Hardening of Structural Attestations in the Enterprise Identity Stack (DOI: 10.5281/zenodo.19099911) Paper 10:Where Identity Comes From: Path Sensitivity and Endpoint Underdetermination in Neural Network Training (DOI: 10.5281/zenodo.19118807) Paper 11: Post-Hoc Disclosure Is Not Runtime Proof: Model Identity at Frontier Scale (DOI: 10.5281/zenodo.19216634) Paper 12: Family-Dependent Response to Reasoning Distillation Across Structural and Functional Identity Layers (DOI: 10.5281/zenodo.19298857) Paper 13: Safety-Alignment Removal as a Model-Identity Failure — Structural Evidence from Published Weight-Level Mutation Checkpoints (DOI: 10.5281/zenodo.19383019) Technical Note: Agent Identity Is Not Model Identity (DOI: 10.5281/zenodo.19240883) Technical Note: Gap Invariance: Why PPP Measurements Are Domain-Independent by Construction (DOI: 10.5281/zenodo.19275524) Technical Note: Measured Model Substitution Under Valid Agent Credentials (DOI: 10.5281/zenodo.19342848) Technical Note: Artifact Identity Is Not Runtime Identity — Trustfall Lite and the Boundary of File-Level Model Verification (DOI: 10.5281/zenodo.20019127) Formal Verification Stack for Neural Network Structural Identity (IT-PUF Coq Proofs) (DOI: 10.5281/zenodo.18930621) Copyright (c) 2026 Anthony Ray Coslett / Fall Risk AI, LLC. All Rights Reserved. Confidential and Proprietary. Patent Pending (Applications 63/982,893, 63/990,487, 63/996,680, 64/003,244).

Open access
2 source records
Access Control and Trust
Security and Verification in Computing
Adversarial Robustness in Machine Learning
Original source
Mar 19, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
BLOCKCHAIN TEXNOLOGIYASI ASOSIDA MOLIYAVIY TRANZAKSIYALARNI NAZORAT QILISH: DLT ARXITEKTURASI, SMART-KONTRAKTLAR VA O'ZBEKISTON AMALIYOTI

Toshniyozov Sherali Kamoliddinovich

Annotatsiya.Ushbu maqolada blockchain texnologiyasining moliyaviy tranzaksiyalarni nazorat qilishdagi arxitekturaviy imkoniyatlari IMRAD metodologiyasi doirasida tahlil qilinadi. Distributed Ledger Technology (DLT), smart-kontraktlar va kriptografik audit izlarining moliyaviy nazorat tizimiga integratsiyasi nazariy va empirik jihatdan asoslantirilgan. Yettita konsensus algoritmi (PoW, PoS, PBFT, DPoS, PoA, Raft) moliyaviy sektor uchun qiyosiy baholangan. An’anaviy va blockchain asosidagi nazorat tizimlarining olti o‘lchamda qiyosiy tahlili o‘tkazildi. ISO 31000:2018 asosida yettita asosiy risk (R₁–R₇) baholandi. Estoniya, Dubay, Singapur, JPMorgan, Braziliya va O‘zbekiston misolida xalqaro tajriba sintezi amalga oshirildi. Samaradorlik tahlili shuni ko‘rsatadiki, blockchain asosidagi nazorat tizimi tranzaksiya narxini 40–60%, operatsiya vaqtini 60–70%, xatoliklar sonini 80–90% va audit jarayonini 50–60% qisqartirishi mumkin. O‘zbekiston uchun Hyperledger Fabric + PBFT/PoA konsensus asosidagi ruxsatli blockchain modeli tavsiya etiladi. Kalit so‘zlar: blockchain, distributed ledger technology (DLT), smart-kontrakt, konsensus algoritmi, kriptografik audit izi, moliyaviy nazorat, zero-knowledge proof, CBDC, Hyperledger Fabric, O‘zbekiston raqamli moliyasi. Аннотация. В данной статье в рамках методологии IMRAD анализируются архитектурные возможности технологии блокчейн в сфере контроля финансовых транзакций. Теоретически и эмпирически обоснована интеграция технологии распределенного реестра (DLT), смарт-контрактов и криптографических аудиторских следов в систему финансового контроля. Проведена сравнительная оценка семи алгоритмов консенсуса (PoW, PoS, PBFT, DPoS, PoA, Raft) для финансового сектора. Осуществлен сравнительный анализ традиционных и основанных на блокчейне систем контроля по шести параметрам. На основе стандарта ISO 31000:2018 оценены семь ключевых рисков (R1-R7). Выполнен синтез международного опыта на примере Эстонии, Дубая, Сингапура, JPMorgan, Бразилии и Узбекистана. Анализ эффективности показывает, что система контроля на основе блокчейна может сократить стоимость транзакций на 40-60%, время операций - на 60-70%, количество ошибок - на 80-90% и длительность аудита - на 50-60%. Для Узбекистана рекомендуется модель разрешенного блокчейна на базе Hyperledger Fabric с консенсусом PBFT/PoA. Ключевые слова: блокчейн, технология распределенного реестра (DLT), смарт-контракт, алгоритм консенсуса, криптографический аудиторский след, финансовый контроль, доказательство с нулевым разглашением, CBDC, Hyperledger Fabric, цифровые финансы Узбекистана. Abstract. This article analyzes the architectural capabilities of blockchain technology in monitoring financial transactions, utilizing the IMRAD methodology. It provides theoretical and empirical justification for integrating Distributed Ledger Technology (DLT), smart contracts, and cryptographic audit trails into financial monitoring systems. Seven consensus algorithms (PoW, PoS, PBFT, DPoS, PoA, Raft) are comparatively evaluated for their suitability in the financial sector. A comparative analysis of traditional and blockchain-based monitoring systems is conducted across six dimensions. Seven key risks (R1-R7) are assessed in accordance with ISO 31000:2018. A synthesis of international experience is presented, drawing on case studies from Estonia, Dubai, Singapore, JPMorgan, Brazil, and Uzbekistan. The efficiency analysis indicates that a blockchain-based monitoring system can reduce transaction costs by 40-60%, operational time by 60-70%, error rates by 80-90%, and audit process duration by 50-60%. For Uzbekistan, a permissioned blockchain model based on Hyperledger Fabric, utilizing a PBFT or PoA consensus algorithm, is recommended. Keywords: blockchain, distributed ledger technology (DLT), smart contract, consensus algorithm, cryptographic audit trail, financial monitoring, zero-knowledge proof, CBDC, Hyperledger Fabric, Uzbekistan digital finance.

Open access
2 source records
Advanced Computational Techniques in Science and Engineering
Legal and Regulatory Analysis
Water and Wastewater Treatment
Original source
Mar 19, 2026·ICT Express
1 cites
Individual CF tracking and management system using blockchain and zero-knowledge proof

Esmot Ara Tuli, D. Kim

Climate change, driven by global warming and associated greenhouse gas (GHG) emissions, poses a significant global challenge. International organizations and governments are actively pursuing emission reduction strategies, yet these efforts are often constrained by the direct relationship between emissions and national economic activity. This paper proposes a blockchain-based carbon footprint (CF) management system named P u r e C a r b o P r i n t , that leverages data from IoT devices, and security is ensured by zero-knowledge proofs (ZKP) to track and reduce CF at the individual level. Individual data is collected and converted into carbon coin, a hybrid (online-offline) crypto coin operating on the Pure Chain network. A smart contract, deployed on the Pure Chain network using the Pure Chain coin, governs the proposed system. Additionally, zk-SNARK is applied to implement ZKP for the validity and integrity of the information verification without revealing private information. Based on theoretical models and previous studies on behavior-based carbon reductions, it is expected that the system can achieve up to a 30% reduction in CF per user within the first year.

Open access
Blockchain Technology Applications and Security
Intravenous Infusion Technology and Safety
Internet of Things and AI
Original source
Mar 18, 2026·Frontiers in Psychology
0 cites
A quantum-cognitive approach to dynamic meaning construction

Meng Yin

Language isn't just a rigid system of symbols. Instead, it's a living, embodied phenomenon, deeply intertwined with our physical experience and shaped by our interaction with the environment (Wang, 2019;Zhou & Luo, 2024). However, the dynamic nature of language brings a significant challenge to cognitive science: the well-known "stability-plasticity dilemma" (Grossberg, 1980). On one hand, for clear communication, meanings of words need to be stable and widely recognized, so everyone can understand them, no matter when or who speaks them. On the other hand, these meanings must also be flexible and adaptable in varying contexts. While traditional computational models, from early generative grammar to standard Bayesian approaches, have excelled at modeling these stable meanings, they often treat semantic ambiguity as "noise" that needs to be eliminated, rather than a valuable resource (Gärdenfors, 2014).Even with the significant "probabilistic turn" in cognitive science, which brought Bayesian models to handle uncertainty, most of these models still rely on classical probability theory. They assume the meaning of a concept is a pre-defined distribution over a set of fixed features. As Bruza and Cole (2005) pointed out, this dependence on classical set theory creates a major epistemological barrier because it treats semantic ambiguity as "noise" rather than a fundamental part of meaning construction. Though scholars have recently developed more complex tools, like Gradient Symbolic Representations (GSR), to model meanings as weighted mixtures (Smolensky et al., 2014;Mondal, 2024), these approaches are still limited by Kolmogorovian probability. They still follow the Law of Total Probability, which forces conflicting meanings to be simply added together and mixed. We argue that this basic "mixture" method isn't enough to describe or handle complex situations where meanings are incompatible or interfere with each other in context. Therefore, much empirical evidence suggests that capturing these dynamic features requires a non-classical, quantum probability framework (Surov et al., 2021).The importance of this paradigm shift becomes most clear when we analyze how everyday language works and how we interpret deep meanings in complex literary works. A classic example of such "semantic superposition" is the iconic "big fish" in Ernest Hemingway's The Old Man and the Sea.Within the novel's narrative structure, this phrase isn't a static label. Instead, it operates simultaneously on multiple, even mutually exclusive, semantic levels. Here, it serves as a biological marlin, a worthy adversary, and a transcendent symbol of life's ultimate tragedy. A classical probabilistic model fails to capture the dynamic tension that a reader feels, because it forces these meanings to compete for probability mass, implying only one can be dominant. In contrast, human reading suggests that meaning exists in a "superposition" state. It stays that way until a specific context makes it "collapse" into a concrete interpretation. Crucially, these overlapping meanings aren't simple probabilistic blends. They are coherent "quantum states" within a complex adaptive system.This study proposes that Quantum Cognition offers the necessary mathematical formalism to resolve the "stability-plasticity dilemma". This is supported by its proven success in solving decision-making paradoxes in psychology (Busemeyer & Bruza, 2012;Widdows et al., 2023;Huang et al., 2025). We introduce an integrated quantum theoretical model. In this model, the interaction between embodied experience and linguistic context is characterized as a genuine quantum interference phenomenon.This framework reinterprets the tension between stability and plasticity through the lens of Wave-Particle Duality. In our model, the "particle" corresponds to the stable, discrete symbols used for communication. The "wave" captures the fluid, context-sensitive potential that allows for creative interpretation.Next, by employing the mathematical formalism of Hilbert space, we will mathematically demonstrate how semantic ambiguity can be maintained as a useful resource, rather than mere noise.This approach effectively overcomes the limitations inherent in traditional methods like static vectors and gradient symbolic mixtures. To ground these abstract formalizations, we focus on the "Big Fish" motif in Hemingway's The Old Man and the Sea. Through this case analysis, we will reveal how meaning dynamically evolves, similar to "state vector collapse". Our study also extends to address the fundamental limitations of current Artificial Intelligence, particularly Large Language Models (LLMs). We argue that current LLMs, relying heavily on static statistical correlations, lack the "grounding" for true understanding. Therefore, we propose a pathway toward Quantum-Embodied AI and photonic intelligent systems by incorporating quantum-semantic principles. These systems could mimic the non-algorithmic fluidity of the human mind. Quantum probability is not an exotic addition to linguistics but a fundamental requirement for describing dynamic meaning. The research will first analyze the evolution from gradient representations to quantum interference, then formally express the wave-particle duality of meaning using mathematical methods. We will then validate this theoretical framework through the "big fish" case study and neurophysiological evidence, concluding with an exploration of its practical implications for Generative AI and Photonic we need the "quantum we the evolution of semantic theory. We will focus on mathematical models often to capture the nature of meaning. We will how meaning with static symbolic then to gradient we will the limitations of these these limitations a paradigm shift a quantum probability this "quantum turn" in deep that the basic of quantum such as and can be as of human meaning and interpretation. quantum theory can be as a framework for describing a to by like is a or is a In classical computational this is through vector Models like and a meaning by its fixed in a space, from While this method effectively captures stable such as the vector between and it becomes rigid when et that a static vector to a like creates a This vector becomes a weighted of its meanings, the in a semantic that is to models or to resolve this with dynamic they are still on They treat as a that simply the However, they lack an to model the the context is & these models assume the of not the This is by research on which that the of and et et these computational offers into how meaning from like have that meaning is not a fixed but a dynamic However, mathematical to describe the probabilistic of mutually & our of It can how but its is limited how these "collapse" in et al., et al., address the of static a major is the Symbolic Representations by et We can of as a that to the fluid, of with the of symbolic traditional vector models that a symbol or not at allows a symbol to have This approach creates a computational where or semantic meanings can simultaneously as a weighted This a more of how our language on recently this used gradient symbols to the of with the fluidity of cognitive research that linguistic meaning is as a not a discrete This allows for in semantic with evidence that meaning is and & the nature of human this model It captures the that a concept can to at a theoretical still these the framework and model follow the basic of classical probability. In these gradient models, meanings are as an not a true This in cognitive to quantum probability & & This is and we can it with an a classical gradient model an like a that on or but is by a Here, our is simply a lack of In contrast, quantum probability suggests its is more like a which is simultaneously and a dynamic until context or this in to the Law of Total that the probability of a is just the simple of its argue that this "mixture" model is for complex or linguistic are characterized not just by but by theoretical is supported by et "quantum in They that human of semantic often classical probability the & research that the interaction between a and its context creates interference similar to the and in a These interference can a to model classical theory. Therefore, this suggests that the human ambiguity not as a lack of but as a coherent cognitive resource representations have in and This to a "quantum turn" in This shift to like context-sensitive concept and meaning or even and using quantum to This a concept isn't it like a quantum on context and They the and similar so with quantum like and interference, of simple set as & This a for quantum in language as quantum not as a simple of fixed features with et This approach how we understand and rigid traditional specific concept the framework of quantum cognitive offers theoretical for in language meaning. between "quantum and "quantum that can formally features like quantum such as and However, this that quantum physical in our These are to more cognitive In this the of our the and meaning with like a varying Crucially, how these quantum to semantic and concept in quantum representations of the meaning of a isn't simply from its computational semantic models vector to be This can quantum such as of meaning and or rather than just to Bruza and Cole (2005) that semantic can be as true They deeply how quantum over can model context and our practical In this they the of meaning to quantum on the and that that are by quantum probability than by classical using and have of in semantic the that is a of meaning et approaches to quantum computational interpret meanings as quantum and and quantum et with quantum how can be and in quantum with and quantum as for modeling and semantic et "quantum turn" in computational language and the of intelligent systems of meaning on can intelligent systems more et language treat words as over semantic and to in This on like and "semantic et al., Language by to "quantum using genuine quantum to meanings et al., This method allows AI to potential or semantic in which then dynamically "collapse" on quantum This paradigm shift will semantic from methods to more context-sensitive models, which is for AI to understand dynamic dynamic interaction between and when or can also be using quantum and the concept of "quantum theory that "superposition" and into can like the into et quantum of the how quantum and and decision-making in we the limitations of traditional semantic models, inherent in capturing the and the nature of linguistic meaning. This the "quantum turn" in and an for cognitive in While this fundamental shift evidence and models for in meaning a more is still to the dynamic and of meaning within a on these basic we propose a theoretical framework on an the of our are formally similar to quantum The of this framework is the of used to understand "semantic a for the and of framework proposes an the of our are formally similar to quantum It the dilemma" in cognitive Language needs to be stable and to flexible enough to meanings on context. We argue that this is to the of quantum have the of the as a a like a discrete in a evidence a dynamic where and are theory on that are more like than words with this dynamic that meaning is like into a stable within a semantic where meanings are simultaneously and shaped by the of quantum on the theoretical by and Bruza and and we propose that a concept not be as a fixed set of a but as a "state of a This is by probability for this model, a a on its In the to a in the it as a probability an of the can be as a superposition" of semantic such as each to a & In this the a of meanings, effectively a superposition" with interference potential semantic & when we a in a specific or this as a This interaction a where the becomes a "particle" of into the specific This effectively traditional models, which treat words as to capture the dynamic in meaning our of the of we the mathematical framework of Quantum Hilbert this complex traditional classical set theory or vector everyday have Kolmogorovian probability when with and interference in meaning our model, a meaning is as a vector in a complex Hilbert The is a of meaning vectors This "superposition" can be by the the in the is not a classical but a probability It of a and a is the The of the is the theoretical of our model. In are not in probability but they how a cognitive will with in contexts. they describe the between on the from a cognitive this can be as a or in classical probabilistic but a in and of this formalism becomes when the probability of a meaning. In the probability of the of is simply the of However, in Quantum Probability, we the to the of which an a and the probability is the are the meaning is modeling the in a when are the meaning is mathematically human semantic can classical (Surov et al., is and a exists in a semantic To model the interaction between a and its context we the framework by et We describe the semantic using the have used in and to capture that are not to features et al., et al., this space, the semantic can a simple an that the semantic of the and context are no the of the is on the of the context. This the of meaning the meaning of a complex is an of the linguistic system and be to a simple of its et is not it as the narrative or We propose that the cognitive of a a by a of the meaning is by the evolution have to and dynamic in cognitive in (Busemeyer & Bruza, the the or the tension of the This how the in the Hilbert over modeling the of a reader a validate the theoretical framework we from abstract mathematical to a practical the approach to analyze the of in Ernest Hemingway's The Old Man and the specific is to how words in a and how meaning into a understanding. This "quantum isn't just for it's a It will demonstrate how "quantum probability can mathematically model the of deep meaning from semantic a that classical models have with when with et & Hemingway's the as a simultaneously On one hand, the the biological with a and the of and This its biological the the it to a the the a and an in for This in and will this In a traditional semantic or standard the of and are They in of a a cognitive such conflicting simultaneously to and Therefore, a classical model that the of to semantic or However, the experience isn't one of or but a This suggests that the human simple it in physical with Our is to mathematically this of mathematically the "semantic we a complex Hilbert This is by each a in the In this the vector for the meaning the is an and a of The other vector the the as a adversary, a and a symbol of the or when the is in its meaning is it's in a of To capture the between its biological and we assume a This we to the biological and the in a the "state vector is as a coherent a fundamental a specific narrative context forces "semantic the probability of the biological or meaning is Crucially, the between the is set to a coherent where This mathematical a cognitive where the system potential in until a specific context to a meaning of our is how the specific narrative context of the forces the meaning of to traditional models that treat context as a static our "quantum narrative context as a of the This the cognitive of Hemingway's in we where is through physical rather than by this we introduce a that the cognitive This is It the "semantic We that to capture the for a of with the the an abstract a of with the a biological a of is also implying or like a between matter and the meaning we a to the This specific is because it a context that is a the biological This captures the literary that the is a but its and the of that our can be as we traditional and our quantum method in how a reader a into a the between becomes We that corresponds to the probability of the the context we to this model using traditional we will a significant theoretical In the traditional classical the and of the are as not like that can The Law of Total requires to the of each the context. for the biological and we the probability of the biological with the context and it to the probability of the with its context This way of by as and simply the classical model is to implying the from its in a semantic However, this our experience of reading the when we to the the quantum we we first We the between the and the context method the to The A is by the of the the biological and the This in a of the this to the we quantum method a that approaches than the classical This significant is mathematically to the the and the context in the Hilbert by they theoretical It offers mathematical for a that literary have but to it that Hemingway's on physical in the not from the it as an This biological as a that rather than the This with on modeling of and interference, how context and can probability in and et modeling meaning as a we the experience of the mathematical of the This that when coherent is a resource for meaning not just to be our quantum model to have mathematical it must with the human We that the such as interference, and in our analysis, and describe the and within our This is with the dynamic et cognitive of its in the While classical linguistics often treats words as for words in the meaning a can be a discrete and dynamic this exists through evidence the of et that narrative the linguistic in This creates a of where semantic are in These are to and the coherent quantum this the mathematical of by the in our can be by and between in the The through and research that on within specific et & the a narrative context The Old in with the a more effectively at and are more to This is a of are or it or This the interference in our conflicting semantic to on a the from to which we "state vector at the cognitive can be as a of representations in our et a quantum probabilistic model of Here, and interference of cognitive how our of semantic traditional and classical probability the we this "collapse" is the shift from a more to a more that a specific interpretation. This shift be by dynamic in and a interpretation. on and literary reading also that complex meaning interaction between systems and This suggests that meaning requires the and of & our this of is like a from a of to one this theory in serves a current limitations of Artificial Large Language Models are but rely on static vector to understand with the nature of meaning. Our approach suggests AI must the we to a computational model that ambiguity not as to out, but as a fundamental resource for meaning construction. This framework also for neurophysiological how can how semantic are theoretical framework for dynamic meaning literary or cognitive It significant implications for how classical probabilistic models to capture the and interference in human meaning. This research AI a practical is in the major semantic that Generative Artificial from classical to isn't just an an paradigm shift for to meaning with the and as the human generative models, such as LLMs, linguistic as using classical probability to the This approach However, it context-sensitive of meaning into As research traditional vector models often meanings into one This makes it to or and language modeling proposes a it treats linguistic or as within a Hilbert This formalism at and and widely it to model mixtures of semantic and over meanings et 2025). In this a like a a semantic A by a captures a probabilistic of semantic classical these semantic models have this et from They treat each in as a over semantic on and that these representations to this to using and to and probabilistic language This in semantic et on these a semantic offers to analyze literary meaning. the in The Old Man and the it can be a biological and a symbol or In a these can be as or within a semantic Hilbert the importance of each or between them. This allows the system to a dynamically semantic rather than it to a with theoretical and empirical in which to handle linguistic ambiguity and dynamically meaning in contexts. like and and to and meanings within In these approaches, significant over vector in inherent ambiguity and semantic representations from to which model this modeling to semantic correlations, & this the is more than a complex for It a an semantic system to semantic like conflicting or as its captures between semantic for Crucially, the also meaning through with models of and These features a mathematical for modeling and meaning. they a for semantic to the limitations of static generative models but or that in language isn't a simple It from a of and a lack of or et 2025). a quantum can be as the of semantic within a complex language models propose a can be as quantum This of words and and similar to quantum interference et et 2025). In these models, meaning and or between or is by quantum on These that through complex or can express complex semantic and dynamic on these we can a method for generative quantum to or supported in a semantic a have We can with to these that the context and are will have to interference in or will have This will in the probability current models are not generative in and models, where quantum is to and stability intelligent for quantum and to useful and in complex et the and in AI from an and "semantic that from semantic in probabilistic models and suggests the need for that this these one can a In this the semantic of a or narrative be as a in a Hilbert space, often as a over semantic in a classical or then be into this semantic as or A the and of these on and effectively of and interference such a no be a it an of the semantic While this a theoretical it is with empirical This evidence suggests that models can capture semantic and the dynamic evolution of meaning more effectively than classical and semantic et et et we how intelligent systems are through embodied and photonic a major in current Artificial becomes and meaning from our dynamic physical AI models as are of physical a and with to In contrast, deep the of and This significant and inherent the of "semantic states" that can be in photonic and for semantic and to on photonic integrated et et These systems are for for traditional such as and photonic have for deep models, with et 2025). This that photonic can more the and In the quantum integrated and on and quantum et that meaning is not just an abstract vector but a within an In a photonic semantic could be by These in and interference and In this a semantic to a specific of and in a and by the While quantum and language models interference, and for semantic at the et photonic and a way to these representations into the of of on not for such dynamic this an Artificial need to mimic biological Instead, it requires a physical can and semantic Photonic and with of Hilbert interference and a clear toward such embodied we as within a complex space, human into a where and interpret these the of meaning between a and a can be as a of the true how to how to or how to While classical theory effectively it at each are and Quantum It allows to be and within Hilbert This the decision-making and the of that even the of and between these can significant coherent mixtures of by have to classical in 2025). quantum to to model each In this model, to fixed in these This mathematical framework is in like and where quantum and quantum have as for over et a semantic these theoretical that ambiguity and the of not be as but rather as valuable a AI an that allows for even It then from the to and the semantic state. language and models and to and capture complex between linguistic that are for classical methods to theory extends this to the interaction can be as or dynamically through They an that not only but also of and et semantic this paradigm a fundamental AI not or as to be Instead, they or incompatible They then to a of state. Quantum and such interaction models in which the computational is not a but a distribution over and these into AI the of system AI focus on meaning through This will a for it from current with and study a in cognitive science: how the human with its and to and such fluid, and often We argue that most current computational by words as mere static or are rigid to capture this dynamic nature of meaning. Therefore, we propose a the concept of "superposition" from classical cognitive with Quantum to our this a is no a of fixed in the but a dynamic system wave-particle A in its exists as a "wave" of it only into a meaning when by a or of Hemingway's The Old Man and the this We mathematically the tension between and in the The that quantum probability and interference, effectively and that classical probability as a classical model a probability when with conflicting semantic but our quantum model a probability of coherent meaning This mathematical for the that context just it the semantic features to and of each other Crucially, this mathematical is in biological the between the quantum and suggests that the is not a but a of the this framework offers a theoretical we must its current which also research our in a simple Hilbert While for the interference in a semantic of semantic features within a more research will need to to model these computational we must be the of the We are not the is a quantum at Instead, we for that the as a biological to using probability because these are more for these our practical implications literary a for psychology and Artificial cognitive science, this model suggests a using to specific of semantic interference meaning Artificial Intelligence, our the vector as the fundamental of in current Large Language Models the Quantum a for AI These could to understand and meaning in complex We that intelligent systems of the deep meaning of not just requires a shift to Quantum Language and Photonic that to model semantic just as meaning is more than a mathematical the novel's "Big Fish" is more than a simple It a dynamic the of into a of understanding. the quantum nature of this allows to with the of human to the of the mind.

Open access
Language and cultural evolution
Categorization, perception, and language
Embodied and Extended Cognition
Original source