VRAXION / Current Architecture Line

INSTNCT

VRAXION is building a gradient-free self-wiring architecture called INSTNCT. The learnable object is the graph itself, not a fixed layer stack, and the public story stays organized around one contract: what is shipped on main, what is validated but not promoted yet, and what is still experimental.

Current canonical release v4.2.0 stable
Next public milestone Preparation toward v5.0.0 Public Beta
Internal code path instnct/ is the repo path, not the release label.

What VRAXION Is Now

VRAXION is a company and engineering program centered on one active architecture line: passive I/O, a signed self-wiring hidden graph, persistent internal state, and mutation-selection training.

Current Mainline

The only settings that count as live defaults are the ones actually shipped in instnct/model/graph.py. That mainline currently includes per-neuron theta/decay and nonnegative charge dynamics.

Best validated evidence

The strongest schedule result so far is voltage medium leak at 22.11% peak and 21.46% plateau. The strongest compact learnable controller so far is the 3-angle decision-tree schedule at 20.05%.

Current next target

The main live target is context-dependent task learning: windowed input injection, associative memory, and stronger evaluation for nontrivial tasks.

Status Taxonomy

5-Minute Proof

These are the quick checks that keep the public story aligned with the code.

python -m compileall instnct tools
python instnct/tests/test_model.py
python tools/check_public_surface.py
Pages is the polished front door. The wiki remains the lean technical reference for readers who want architecture, findings, engineering discipline, and project history in plain markdown.

Public Surfaces

The public stack is intentionally shallow: use VRAXION Home for orientation, then jump to architecture, evidence, engineering, or timeline by question.

VRAXION public stack hierarchy