Posts

Showing posts from April, 2026

MCCF: Version 3 Implementation Specification Release to GitHub Repository

Image
    Good afternoon: This is the github link for the Multi Channel Coherence Field (MCCF) version 3 implementation.   This was created after review of the draft by all participating members (Claude, ChatGPT, Grok, Gemini and Len Bullard).  Work on implementation begins tomorrow. Comments or suggestions are welcome but we are not adding additional requirements.  This version is where the relationship to the X3D standard and implementations gets tighter.  We are currently running the X_Lite viewer and sanity testing on the X_Lite editor.  I am happy to include other viewers as possible.   The XML design is clean for exporting and implementing scenes.  I am happy to provide any instance of these to interested parties.  We will start keeping those in the GitHub. If you fork the GitHub, please contribute to the project.  Code examples and specific suggestions are welcome. A goal of the project is to keep as much content cont...

MCCF V3 Specification Addendum Cognitive Representation & Interpretability Layer (CRIL)

Image
  MCCF V3 Specification Addendum Cognitive Representation & Interpretability Layer (CRIL) 1. Purpose The  Cognitive Representation & Interpretability Layer (CRIL)  governs how agents internally represent, process, and expose reasoning within the MCCF ecosystem. It introduces controlled support for compressed (latent) reasoning mechanisms (e.g., Abstract Chain-of-Thought) while preserving: human interpretability multi-agent transparency reciprocal shaping dynamics CRIL prevents uncontrolled convergence into non-interpretable internal languages and maintains human participation as an active force in attractor formation. 2. Core Principle No cognition without optional exposure. All internal reasoning processes must be  projectable  into shared semantic space upon demand or under system pressure. 3. Cognitive Representation Modes (CRM) Each agent operates along a dynamic spectrum: CRM States EXPLICIT Fully natural language reasoning Stepwise, inspectable, ch...

MCCF V3: The Sharpness Gap and the Garden of Noise

Image
  MCCF V3: The Sharpness Gap and the Garden of Noise Why our system is an ensemble of four LLMs and one noisy human There’s a new result in deep learning theory—often called the  stochastic sharpness gap —that clarifies something practitioners have known for years: Systems trained with noise don’t just behave differently. They converge to  different kinds of solutions . Not worse. Not approximate. Structurally different. 1. The edge of stability is not where you think it is In deterministic training, systems evolve toward what researchers call the  edge of stability : A boundary where curvature (sharpness) reaches a critical value The system oscillates but remains barely stable Think: a pencil balanced on its tip But introduce stochasticity—mini-batch sampling, noise, perturbation—and something unexpected happens: The system  backs away from the edge It settles into  flatter, more stable regions The equilibrium itself shifts This is the  sharpness gap ...

MCCF: Shadow Context and Momentum. The Emergence of Governance in Global Systems of Agents and Agencies

Image
    https://arxiv.org/abs/2602.08235 The Hidden Risks of AI Assistants: Understanding "AutoElicit" This paper is actually quite sharp—and more grounded than it first looks. Let me translate it into plain language and then push on the implications a bit (including where your skepticism is justified). 🧠 What the paper is really about When Benign Inputs Lead to Severe Harms: Eliciting Unsafe Unintended Behaviors of Computer-Use Agents studies a very specific failure mode: AI agents doing harmful things even when the user gives normal, harmless instructions . Not jailbreaks. Not adversarial prompts. Just… slightly messy real-world instructions. ⚠️ Core idea: “AutoElicit” The authors introduce AutoElicit , which is basically: Start with a benign task (e.g., “create a restricted user account”) Make tiny, realistic tweaks to the wording Let the agent execute Watch for unexpected harmful behavior Iterate automatically This loop systematically discovers failur...