Technical Overview
RNDA is a data architecture protocol, not a product. This page covers the mathematical foundations, empirical benchmarks, and architectural claims. For engineers and researchers evaluating RNDA for licensing or integration.
Core Architectural Principle
"Uncompressed data is not a state that exists in the RNDA system — not during storage, transit, computation, or output. Input data is encoded to pattern signatures, the raw data is permanently discarded, and contextually appropriate outputs are reconstructed on demand from signature overlap. Reconstruction is generative, not retrieval."
This inverts the fundamental assumption of every existing data system. Traditional systems treat the uncompressed form as the canonical source of truth. RNDA has no canonical uncompressed form — the pattern signature store IS the source of truth, and outputs are always reconstructed derivatives.
Mathematical Foundation
Sparse Distributed Representations (SDR)
Input data of arbitrary size is encoded to a binary vector of dimension N=2048 where approximately w=41 bits are active (2% density). The encoding function E: Input → {0,1}^2048 satisfies three properties:
Vector Symbolic Architecture (VSA)
RNDA uses VSA binding operations to encode structured relational information without retaining the underlying data. A binding operation ⊗ combines multiple entity encodings into a single signature:
# Stores the relationship — original entities discarded
query_result ≈ sig ⊗ encode(action) ⊗ encode(target) ⊗ encode(time)
# Retrieves approximate agent encoding — NOT original text
Compression Scaling (Empirical)
The signature is always 256 bytes regardless of input size. Compression ratio = input_size / 256. Linear scaling confirmed on real Wikipedia data:
| Document Size | Raw Size | Signature | Compression | Reduction |
|---|---|---|---|---|
| ~1 KB | 986 bytes | 256 bytes | 4x | 74% |
| ~5 KB | 4,545 bytes | 256 bytes | 18x | 94% |
| ~20 KB | 16,482 bytes | 256 bytes | 64x | 98% |
| ~50 KB | 40,966 bytes | 256 bytes | 160x | 99.4% |
| 1 MB | 1,000,000 bytes | 256 bytes | 3,906x | 99.97% |
Scale Benchmarks
Tested on Simple English Wikipedia — 10,000 real articles. All raw data permanently discarded after encoding.
Query Results (10,000 articles)
Context-Dependent Reconstruction
The same signature store produces different valid outputs for different query contexts. Neither output is the original data — both are generated reconstructions appropriate to the context.
Patent Claims Summary
US Provisional Patent Application #64/036,090 covers 26 claims across method, system, and apparatus categories. Key independent claims:
API Reference
The RNDA demo API is available at api.rnda.io. Rate limited to 5 queries per IP per 24 hours. Contact us for expanded access.
/api/encodeEncode text to SDR signature. Raw text permanently discarded.
{ "text": "string", "label": "string (optional)" }/api/queryQuery signatures, generate 3 contextual reconstructions.
{ "query": "string", "contexts": ["academic", "general", "executive"] }/api/healthHealth check + signature count.
/api/rate-limitCheck remaining queries for your IP.
Licensing & Integration
RNDA is available for licensing. Whether you're building AI infrastructure, training systems, or privacy-first applications — contact us to discuss integration.
Contact for Licensing →US Patent Application #64/036,090 | Priority Date April 11, 2026 | ZiggyTech Ventures LLC