Skip to content

0.2.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@vicsanity623 vicsanity623 released this 22 Feb 07:42

◈ Axiom Genesis v0.2.0-beta.1 — The Inference Core & Lexical Mesh Update

This release marks the core transition of Axiom from a Fact Database to a Sovereign Deterministic Intelligence. We have activated the Lexical Mesh, introduced live introspection via the Unified Visualizer, and hardened the P2P network for true self-healing autonomy.

🧠 New Cognitive Architecture (The Brain)

  • Lexical Mesh Integration: Nodes now feature a Reflection State to continuously shred verified facts into a transparent, SQL-backed map of language structure (Atoms & Synapses).
  • Deterministic Inference: The new /think API endpoint leverages Synapse traversal instead of LLMs to provide grounded, verifiable answers.
  • Self-Correcting Learning: The Mesh builds consensus on conceptual relationships via P2P gossip, eliminating external bias sources.

🌐 Network & Decentralization

  • Self-Healing Mesh: Bidirectional peer discovery and local-routing awareness ensure the network loop maintains integrity, even when nodes disconnect/reconnect.
  • Public Oracle Gateway: Integrated support for Tailscale Funnel, allowing nodes to securely expose their data via HTTPS for global web querying.
  • Web-First Interface: The node now serves a PWA-ready Cyberpunk Terminal directly via HTTP on the configured port (default: 8009).

🖥️ Visualizer Overhaul (SOTA HUD)

  • Unified Render Engine: Single visualization toggles seamlessly between the FACTS Ledger (Light Blue/Cyan) and the BRAIN Mesh (Neon Pink).
  • 3D Plasma Rendering: Nodes are rendered as glowing squares connected by simulated, GLSL-inspired plasma streams.
  • Interactive Modals: Nodes are fully clickable, opening a scrollable, dark-mode modal to display full fact content or atom details.

Installation & Operation:

For New Operators (Joining the Mesh):

  1. Build the standalone executable: python build_standalone.py
  2. Launch the node on a unique port (e.g., PORT=8010 python ./dist/AxiomNode).
  3. To connect to the Genesis Anchor (vics-imac-1): Use your provided Tailscale HTTPS URL (e.g., connect https://vics-imac-1.tail137b4f2.ts.net).

For Local Testing / Bootstrapping:

  • To run a new node that connects only to nodes on your local network (like your other test instances), use the local IP: PORT=8011 BOOTSTRAP_PEER=http://127.0.0.1:8009 ./dist/AxiomNode

For Web Access (PWA):

  • Local Test: Access the local web interface at: http://127.0.0.1:8009
  • Global Access: If the host node has enabled Funnel, access it using the public URL: https://vics-imac-1.tail137b4f2.ts.net

◈ Truth is not a probability. Axiom is the bedrock. ◈