ARX
Home
Solutions
Contact
Sign InConnect with the team
ARX

The control plane for enterprise AI.

330 E Liberty, Lower Level
Ann Arbor, MI 48104
(302) 450-5664
Cloudflare Startup Program
Lambda Cloud Startup Program
NVIDIA Inception Program Member
Ann Arbor SPARK
Connect with the team

Product

  • Overview
  • Gateway
  • Agent Exchange
  • Control Plane
  • Pricing
  • Security

Company

  • About
  • Team
  • Blog
  • Intelligence
  • Contact
  • Support

Legal

  • Terms
  • Privacy
  • Cookies
  • EULA
  • Acceptable Use
  • DPA
  • Do Not Sell
  • Accessibility

© 2026 ARX QM Holdings, Inc. All rights reserved.

·Patent Pending
All systems operational
·The AI Gateway for Multi-Agent Enterprise.Observe, orient, decide, act, on one runtime.Per-call attribution. Cost-quality routing. Audit by execution.Audit evidence as a byproduct of the runtime executing.One gateway. Every model. Every agent.
Blog/Introducing the Verified Thought Model
VTMAI MemoryCryptographyArchitecture

Introducing the Verified Thought Model

The Verified Thought Model is ARX's answer to a question the AI industry has not yet asked: what does it mean for memory to be trustworthy? Not just stored — verified.

Sukh SidhuFebruary 17, 20267 min read

On this page

  • A Problem Hidden Inside a Feature
  • What VTM Is
  • Why Verification Is Not Optional
  • The Three Fidelity Tiers
  • The HALT Condition
  • How Verification Works in Practice
  • What VTM Enables That Nothing Else Does
  • The Broader Thesis
On this page
  • A Problem Hidden Inside a Feature
  • What VTM Is
  • Why Verification Is Not Optional
  • The Three Fidelity Tiers
  • The HALT Condition
  • How Verification Works in Practice
  • What VTM Enables That Nothing Else Does
  • The Broader Thesis

A Problem Hidden Inside a Feature

Every major AI platform now advertises memory. ChatGPT remembers your preferences. Claude recalls project context. Gemini tracks your work history. These are real improvements. They make AI systems genuinely more useful.

But none of them have answered the harder question: how do you know the memory is accurate?

Memory stored is not memory verified. A system that recalls your stated risk tolerance is only as useful as the reliability of that recall. If the stored representation has drifted from the original — through compression, truncation, model updates, or accumulated inference error — the system is not working from your actual preferences. It is working from a degraded copy, possibly without knowing it.

This is the problem the Verified Thought Model was built to solve.


What VTM Is

The Verified Thought Model is ARX’s framework for portable, cryptographically verified AI memory. It has three components that work together.

Capture. VTM extracts cognitive state from an AI interaction — not the raw text, but the semantic structure: the relationships between concepts, the learned preferences, the contextual dependencies, the inferred reasoning patterns. This extraction is lossless to the degree the underlying model permits.

Verification. Each captured state is processed through a cryptographic pipeline — signed with AES-256-GCM and hashed with SHA-3 — to create a tamper-evident record. The verification layer is what separates stored memory from verified memory. The signature is not decorative. It is a mathematical guarantee that what you retrieve is what was captured.

Portability. Verified states are packaged in a vendor-neutral format that any compatible AI system can read. The format is not a proprietary container. It is a structured representation of semantic content with a cryptographic chain of custody attached.


Why Verification Is Not Optional

Consider the alternative.

An enterprise deploys an AI assistant for its trading desk. Over twelve months, the system accumulates significant context: preferred risk parameters, counterparty relationships, communication protocols, compliance-relevant preferences. The enterprise trusts this accumulated context because the system behaves as though it learned correctly.

But without verification, there is no mechanism to confirm that the stored state matches what was actually learned. Model updates may have silently shifted internal representations. Compression may have truncated low-frequency but high-importance relationships. The system may be operating from a plausible-looking approximation of the original context, not the original context itself.

In financial services, that delta is a compliance problem. In healthcare, it is a patient safety problem. In defense, it is a security problem.

Verification is not a feature for edge cases. It is the precondition for trusting AI memory anywhere the consequences of drift are real.


The Three Fidelity Tiers

VTM does not produce a binary pass/fail. It produces a fidelity score — a continuous measure of how well the captured state preserves the original cognitive content. That score maps to three operational tiers.

T1: Identity (F ≥ 0.85)

The transferred state is recognizable as the original. Core knowledge is intact. The receiving system understands the subject domain, the primary relationships, the general structure.

T1 is the minimum viable threshold. A score below 0.85 indicates a failed transfer. The system should not operate on a sub-T1 state without explicit human authorization and documented risk acceptance.

T2: Portability (F ≥ 0.90)

The state is functionally portable. Workflows that depended on the original context continue to function. Responses remain consistent with prior behavior. The receiving system is operationally equivalent to the source for practical purposes.

T2 is the threshold for operational continuity. Most enterprise migrations should target T2 at minimum.

T3: Equivalence (F ≥ 0.95)

The state is semantically indistinguishable from the original under adversarial testing. The most demanding applications — those requiring auditability, regulatory compliance, or forensic reproducibility — perform identically.

T3 is the threshold for regulated industries. Financial services, healthcare, government, and defense should require T3 for any AI system operating on material decisions.


The HALT Condition

VTM includes a hard stop that distinguishes it from any other AI memory system on the market.

When fidelity falls below 0.70 — the K1 threshold — VTM halts. The transfer is rejected. No downstream system receives a degraded state as though it were a good one. This is not a soft warning. It is an architectural guarantee.

The HALT condition matters because degraded memory used as though it were reliable memory is worse than no memory at all. A system operating from a badly corrupted state will make confident errors — it will have the confidence of contextual reasoning with the accuracy of guesswork. There is no warning label on the outputs. The downstream consequences are invisible until they become visible in a bad outcome.

K1 < 0.70 = HALT is the invariant that makes VTM trustworthy rather than merely capable.


How Verification Works in Practice

The verification pipeline runs in Rust. The choice is deliberate.

Cryptographic operations at this fidelity level require two properties that garbage-collected languages cannot guarantee: deterministic memory layout and zero-cost abstraction over the cryptographic primitives. A verification pipeline that introduces timing variability is a pipeline that can be exploited. Rust’s ownership model eliminates the class of memory safety errors that have historically compromised cryptographic implementations, and its zero-cost abstractions ensure the pipeline runs at application speed without runtime overhead.

The pipeline executes as follows. The captured cognitive state is serialized to a canonical binary format — canonical meaning the serialization is deterministic, so the same state always produces the same bytes. That canonical representation is hashed with SHA-3-256, producing a content-addressed fingerprint. The fingerprint and the state are then encrypted together under AES-256-GCM with an authenticated nonce. The resulting ciphertext, along with the nonce and the key identifier, constitutes the verified memory artifact.

At retrieval, the process reverses. The ciphertext decrypts to the state and its fingerprint. The state is rehashed and compared to the stored fingerprint. A match confirms integrity. A mismatch triggers rejection.

This is not novel cryptography. It is established, validated, auditable cryptography applied to a problem that previously had no cryptographic solution.


What VTM Enables That Nothing Else Does

The practical consequences of verified, portable memory are broader than they might appear.

Auditable AI decisions. When a system makes a decision based on stored context, the context can be retrieved and verified as of the moment of the decision. This is forensic reproducibility. Regulators can audit not just the decision but the cognitive state that produced it.

Vendor-neutral migration. When an enterprise changes AI providers, it can carry its verified memory with it. The fidelity score tells the receiving system how much was preserved. If the score meets the required tier, the migration is approved. If it does not, the gap is quantified and the retraining required to close it is estimated.

Cross-agent coordination. Multiple AI agents working on the same problem can share a verified common context. Each agent knows that the shared state has not been modified between reads. Coordination errors caused by state drift disappear.

Compliance documentation. The chain of custody — capture timestamp, fidelity score, cryptographic fingerprint, access log — constitutes a compliance record that regulators can audit. This is not documentation added after the fact. It is native to the architecture.


The Broader Thesis

The AI industry is building increasingly capable models on top of fundamentally untrustworthy memory infrastructure. The models are impressive. The memory systems they depend on are not.

VTM is the layer that was missing. Not another model. Not another application. The infrastructure that makes AI memory a reliable foundation rather than a probabilistic approximation.

Memory that is verified, portable, and cryptographically accountable — that is what ARX is building. VTM is the engine, and the engine is running.


Sukh Sidhu is the Founder and CEO of ARX, building the stateful runtime layer for enterprise AI. He can be reached at info@arxqm.com.


Related:

  • Cognitive Lock-In: The Hidden Tax on Enterprise AI
  • What Is Cognitive Fidelity? A Framework for AI Memory Quality

#VTM #VerifiedThoughtModel #AIMemory #CryptographicVerification #AIGovernance #EnterpriseAI #AIPortability #CognitiveFidelity #ARX

Share

Discussion

No comments yet. Be the first to share your thoughts.

PreviousWhat Is Cognitive Fidelity? A Framework for AI Memory QualityNextWhy We Built ARX in Rust

The control plane for enterprise AI.

If there is space in your schedule over the coming weeks, we would welcome a conversation with your team.

Connect with the team