TECHNICAL DEEP-DIVE

Modern AI
Architecture.

A hybrid engine designed for universal AI continuity. Python for high-level reasoning. C++ for hardware-level performance. SQLite for ACID-compliant persistence.

Python Cognitive Brain

The Orchestration Substrate

RecallEngine

Intent-Driven routing → HNSW search → Hybrid Reranking (Cosine + Heuristics)

IntentDetector

Sub-10ms NLP Classifier across 6 core cognitive intents

ImportanceRanker

Neural-heuristic scoring: Goal (+3.0), Preference (+2.0), Feedback (+4.0)

ContextInference

Stateful analyzer mapping queries to optimal memory layer activations

C++ Moat

Hardware-accelerated engines for millisecond search at 1,000,000 nodes.

VectorEngine
TimelineEngine
HardwareAccelerator
0.1ms

Verified search latency

Persistence

High-velocity ACID ingestion using SQLite WAL mode.

Episodic (SQL)
Semantic (HNSW)
Working (JSON)
Long-Term (Gated)

Model Interoperability

Standardizing context for every AI architecture

Storage ModelUniversal Architecture
Retrieval ModelDiverse Ecosystem

Recallix decouples memory from specific model parameters. Context stored by a reasoning model is fully accessible by a coding assistant, agentic framework, or research agent without semantic loss.

Atomic Store Pipeline

The 12-step propagation of a single memory.

Step 01

Input

User interaction captured via POST /memory/store

Step 02

Intent

Sub-10ms classification for routing

Step 03

Sensory

Capturing raw buffer in 60s TTL deque

Step 04

Working

Active context update & summarization

Step 05

Episodic

SQLite WAL persistence with ID generation

Step 06

Vector

128D Latent Embedding generation

Step 07

HNSW

C++ HNSW index update (AVX2/SSE/NEON)

Step 08

Linking

Unique ID mapping (Vector <-> SQL)

Step 09

Ranking

Heuristic importance scoring

Step 010

Gating

Long-term promotion threshold analysis

Step 011

Reflection

Background LLM pattern extraction

Step 012

Meta

Self-optimizing retrieval policy tune

Python 3.11

FastAPI, PyDantic, NumPy, Sentence-Transformers

C++ 17

HNSWlib, Eigen, Simd (AVX2/SSE/NEON), libcurl, nlohmann-json

SQLite 3

WAL Mode, Full-Text Search (FTS5), JSON1 extension

Next.js 14

Tailwind CSS, Framer Motion, Lucide, Recharts

Ready for the Multi-Agent Future?