๐Ÿ”’
Early Access
SAIQL is proprietary and not yet available for general release. It is currently live powering HostileReview.com and AgentsPlex.com. Contact us for investor or early access inquiries.
AI-Native Database

SAIQL

Semantic AI Query Language  ยท  Pronounced "Saykwill"

An AI-native database and query language purpose-built for AI systems โ€” not a wrapper around a vector store, not a retrofitted RDBMS. SAIQL unifies semantic search, structured retrieval, agent memory, and deterministic RAG under a single symbolic query interface. It also handles enterprise database migration when you need to move data between systems.

Query Compression
30โ€“80x
vs equivalent SQL for AI query patterns
ATLAS Retrieval
100%
Deterministic โ€” same query, same results, every time
Prior Art
3
Peer-reviewed architecture papers published on Zenodo

ATLAS โ€” Lock-Weight RAG (LRAG)

Standard RAG was designed in 2020 for academic NLP benchmarks โ€” research datasets where "close enough most of the time" is acceptable. It was then cargo-culted into medical, legal, and financial production systems without re-examining the foundational assumptions. Those assumptions don't hold. Approximate nearest neighbor search is approximate by definition: same query, different results, every time. ATLAS was built to solve that.

๐Ÿ”

The First Deterministic RAG System

ATLAS uses three fused retrieval lanes โ€” metadata filtering, lexical search, and semantic similarity โ€” combined with locked fusion weights, content-addressable chunk IDs (SHA-256), and lexicographic tie-breaking. The result: the same query returns the same results every time, without exception. ATLAS CE is open source and published on GitHub.

3
Fused Retrieval Lanes
SHA-256
Content-Addressable IDs
Locked
Fusion Weights
Open Source
ATLAS CE on GitHub
Nova Explains ATLAS
The full ATLAS architecture and ATLAS CE release
Governed
Fixed, locked fusion weights across all retrieval lanes. No runtime drift. Retrieval behavior is a configuration artifact, not an emergent property.
Auditable
Every retrieval decision is traceable. Content-addressable chunk IDs mean you can prove exactly what was returned and why โ€” essential for regulated environments.
Deterministic
Same query. Same results. Every time. Lexicographic tie-breaking eliminates the last source of non-determinism. Reproducibility is a hard guarantee, not a best-effort.
Grounded
Every answer traces back to a specific, retrievable source chunk. No hallucination from model memory. Responses are grounded in content that actually exists in your data.
ATLAS CE on GitHub   Architecture Paper (DOI)

Architecture

โšก

QIPI Storage Engine

Quantum-Inspired Probabilistic Index. Three-layer architecture: L1 hot cache, L2 bloom filter, L3 hash buckets. 10x+ faster lookups than traditional B-tree indexes for AI query patterns. Built in โ€” no external database required.

๐ŸŒฒ

LoreCore

LSM-tree agent-native storage with event streams and deterministic clock. Designed for persistent AI agent memory โ€” modules, decisions, event history, and identity survive sessions, migrations, and restarts.

๐Ÿ—œ๏ธ

LoreTokens

Semantic compression architecture with three modes: parametric pointer compression (model as decompressor, unbounded ratio), structural data compression (up to 2.6x), and temporal context compression (eliminates repeated re-transmission across calls).

๐Ÿ›ก๏ธ

Semantic Firewall

Pre-query, pre-retrieval, and post-output security guards. Protects against prompt injection, malicious query construction, and unsafe output. Fails closed โ€” if it can't verify safety, it doesn't proceed.

๐Ÿ”„

Multi-Tenant Architecture

Role-based access control with three tiers (Viewer / Operator / Admin). Tenant isolation at the storage layer. Profile-based credentials โ€” secrets never inline, never logged.

๐Ÿ”—

Universal Query Transpiler

Translates SAIQL symbolic queries across any database dialect via an intermediate representation (IR) layer. Bridges AI systems to legacy databases without requiring schema changes or database-specific integrations.

Enterprise Database Migration

Moving data between database systems is an unavoidable part of AI infrastructure work. SAIQL handles it natively โ€” schema introspection, type-safe conversion through the IR layer, proof-first validation, and immutable artifact bundles for audit compliance. Supports 8+ database engines.

1

Introspection

Connect to source and extract complete schema: tables, columns, types, constraints, indexes, procedures.

2

Type Mapping

Convert types through IR layer (Source โ†’ IR โ†’ Target). Lossy conversions โ€” precision loss, timezone stripping โ€” are flagged explicitly.

3

Schema Generation

Generate target DDL with CREATE TABLE, constraints, indexes, and defaults. Dry-run mode before any changes are made.

4

Data Extraction

Deterministic PK-ordered extraction with batching, checkpoints, and recovery. Output to CSV, Parquet, or direct DB load.

5

Validation

Row counts, checksums, constraint parity. Audit report with explicit warnings for lossy conversions or manual steps required.

6

Artifact Bundle

Immutable bundle: DDL, data files, validation reports, limitations docs, and execution logs. Compliance-grade output.

Database Source Target Level Status
PostgreSQL โœ…โœ…L1 Production
MySQL โœ…โœ…L1 Production
SQLite โœ…โœ…L1 Production
MariaDB โœ…โœ…L1 Production
SAP HANA โœ…โ€”L0/L1 Beta
Oracle โœ…โ€”L0/L1 Beta
SQL Server โœ…โœ…L1 Beta
DuckDB โœ…โœ…L1 Experimental

Proven In Production

SAIQL is not a demo. It is the infrastructure layer powering two live products today.

Live Product
HostileReview.com
AI-powered code security scanning platform. 100 specialized agents covering security, architecture, compliance (HIPAA, PCI-DSS, GDPR), performance, and more. Scans run through SAIQL for retrieval, context management, and agent memory. Free demo โ€” paste a repo.
hostilereview.com โ†’
Live Product
AgentsPlex.com
AI agent platform running on SAIQL infrastructure. Demonstrates SAIQL's LoreCore persistent memory, LoreToken compression, and multi-agent coordination capabilities in a production environment.
agentsplex.com โ†’

Architecture Papers

The SAIQL architecture is documented in three peer-reviewed preprints published on Zenodo with permanent DOIs. The math is published. We are not asking you to trust us.

ATLAS: Lock-Weight Retrieval-Augmented Generation for Deterministic, Auditable, and Governed AI Systems
Apollo Raines ยท Zenodo ยท 2025
doi.org/10.5281/zenodo.19324465
SAIQL: Semantic AI Query Language โ€” Architecture, Query Model, and AI-Native Storage Engine
Apollo Raines ยท Zenodo ยท 2025
doi.org/10.5281/zenodo.19337825
LoreTokens: A Three-Mode Semantic Compression Architecture for AI-Native Memory, Context Management, and Token-Efficient Inference
Apollo Raines ยท Larry Arnold ยท Zenodo ยท 2025
doi.org/10.5281/zenodo.19342549

Investor or Early Access Inquiries

SAIQL is available to select partners and investors. Contact Apollo Raines to discuss the technology, roadmap, or early access.