Inspectable AI research · active development

UnisonAI

UnisonAI asks whether memory, context, generation, perception and learning can be built around exact, inspectable records instead of native trained weights. The project stores what it has observed, counts the relationships used for a choice and records how each implemented component entered the system. It is active research: working mechanisms and open objectives are both kept visible.

Checking the source machine…
2,002checks across the main proof corpus
326 / 326proof suites with source-certificate identity
21 / 21current standalone omni verifier
0trained parameters in native mechanisms

Memory lab

See how recorded examples become a choice

Edit the example text, choose a word and inspect every continuation the small demonstration has actually observed. The result links directly back to those counts.

The architecture

An intelligence organised around inspectable memory

Unison is not presented as a transformer with its weights removed. Its working design puts recorded memory at the centre, then builds selection, context, perception and action around information a reviewer can inspect.

Memory

Counted relationships, paired retrieval and sessions that can be saved and reopened.

Inspectable memoryrecorded examples · exact shares

Selection

A declared choice process over recorded candidates rather than an unexplained score.

Context

Position-aware context, binding and checks against simply copying a stored sentence.

Senses and action

Image and audio experiments, voice, tools, observation and diagnostic components.

A generated token has a trace

From input to choice, with the intermediate record visible

RecordKeep the input and the relationships it introduces
StorePreserve those observations in an inspectable table
ConnectCombine relevant memory with the current context
SelectChoose from the admitted candidates and retain the trace

Design history is part of the data

Every component records why it was added

The implementation keeps a provenance label for each promoted component. That separates mechanisms directly inherited from the research model, necessary computational extensions, rebuilt established methods and current experiments.

Project labelPlain meaningReview state
ForcedRecorded as following directly from the SFT derivationtraceable
Forward-forcedAdded to complete a required computing operationtraceable
Re-derivedAn established method rebuilt within the declared rulesaudited
ExpansionAn active implementation experiment under evaluationopen

Verification record

Not one headline score—a stack of named checks

8 / 8Step 322 coherence checks
14 / 14Step 323 contextual integration checks
13 / 13Step 324 generation-selection checks
Parsevalper-act integer-Walsh sight and hearing checks
Exact sharesheld memory and rational prediction primitives
Halt on mismatchdiagnostics stop rather than laundering a failure
Finding

The fold inside trained weights

A registered decode instrument was also pointed at released neural networks, locating the placement law in specific projections and preserving its matched controls, ablations, and receipts.

Expansion

Free generation is accelerating

The current campaign forward-forces a stronger generative surface, derives steering quantities from the law, and expands independent judged evaluation with every receipt preserved.

Reproduce it

Run the complete verifier

python3 omni/benchmarks/verify_omni.py

Read the work

Architecture and interpretability

The repository documents UnisonAI's architecture, named verification campaigns, and the separate Fold Decode work on trained networks. The current V3 computation publication provides the model-wide computational foundation.

Source documentationRead the repository guide on GitHub