The database that proves itself
Query it in place. Erase one record. Verify every answer. Forecast and find anomalies from the same artifact you store. AT-1DB is a verified-lossless datastore with generative intelligence built in — and every claim below is measured on real data, not promised.
Where we're honest about the win
On raw compression ratio we're at parity-to-better with the best general and columnar compressors — we won't claim a 100× miracle on data that doesn't have one. The win is the layer: query-in-place and per-record erasure and cryptographic verification and generative intelligence — all from one file, all lossless. Nobody else gives you all four.
What it does
Query the generator, not the data
Most columns in a real table are a function, not data — autoincrement ids, evenly-spaced timestamps, accumulating counters. AT-1 recovers that function and answers a range predicate AND its exact selectivity from a few coefficients, reading zero stored bytes: 30,000×–60,000× faster than a scan, byte-identical to DuckDB. It isn't a faster scan — it's a different physics of query. Patent-pending; see the zero-scan docs.
Query in place
For the columns that aren't generator-produced, run predicate + projection queries directly on the compressed file — zone-map block-skip reads a fraction of the data. No restore, no decompress-the-world. Measured 13× less I/O on real lakehouse data.
Erase one record
Per-record cryptographic erasure: remove a single data subject by key destruction and emit a signed certificate. Everything else stays exactly recoverable, queryable, and verifiable. GDPR/CCPA right-to-erasure without rewriting the archive.
Verify the answer
Every record carries a SHA-256 integrity trailer; every query can return an Ed25519-signed receipt binding the answer to the exact sealed dataset. A third party can verify provenance + integrity + non-repudiation — without re-running the query or seeing the raw rows.
Generative intelligence
Recall records by structure, forecast a series beyond its stored range, rank by anomaly, and complete a record from a partial cue — served from the same artifact you store. The database doesn't just hold the data; it holds what generated it.
Provenance-sealed AI data
Assemble a training corpus that proves its own composition — % real vs synthetic, per-record lineage — sealed so any value tamper or composition lie is detected. Turnkey EU-AI-Act training-data provenance.
Connect your app
Reach it over a socket: an HTTP SQL endpoint with Python and Node drivers, a DB-API 2.0 driver and a SQLAlchemy dialect so your ORM and BI tools connect through standard plumbing, auth, concurrency, and multi-tenant isolation. JDBC/ODBC and a Postgres-wire shim follow on the same protocol.
Ask in plain English
AI-native: an MCP server lets Claude, Cursor, or any agent drive the database in natural language — “which sensors look anomalous?”, “forecast turbine_3 for 50 steps” — translated to a verified query, with the answer signed and checkable. It never guesses; it asks when unsure.
Migrate in one command
Point it at your existing data — CSV, Parquet, NDJSON, or a Postgres dump — and it lands every record in AT-1DB with a mandatory lossless round-trip check. No re-modelling, no schema ceremony; new record shapes ingest later with no migration.
Deploy anywhere
Ship it your way: Docker image, docker-compose, a Helm chart, or a Terraform module — with backup/restore, point-in-time snapshots, and Prometheus metrics built in.
How you pay
Value-based, like the rest of AT-1: land on storage, expand on intelligence. A free tier (up to 100 GB compressed) lets you evaluate the whole thing first.
Per-TB-under-management, billed monthly — calibrated to a slice of the storage we save you. On bytes alone we're at parity-to-better with the best columnar formats; the difference is everything you get on top.
We capture value on two axes — the storage we save you and the read/egress I/O we save you. The graduated per-TB-under-management rate already embeds both, so you get one clean number; high-read workloads can instead meter on measured GB served. Our 13× less I/O is value we deliver and price on, fairly.
Generative query, native anomaly, verifiable receipts, federated analytics, and provenance-sealed AI corpora — licensed per-SKU. This is the capability nobody else delivers from one verified-lossless artifact.
Verifiable query receipts, per-record erasure certificates, and AI-Act corpus attestations — for regulated buyers who need to prove what happened, not just store it.
Ways to run it
One engine, several shapes. Pick the surface that fits where your data already lives — you are not choosing a different product.
AT-1DB Cloud
The managed queryable-verified format over your own object storage.
ATLAS
ATLAS is a single self-describing format that carries the whole AT-1 moat at once: compressed, queryable, verified, tamper-pinpointing, and erasable.
Cross-File Views
Point a view at a directory of per-unit .at1 files (cashup_*.at1, meter_*.at1) and query them as one logical table.
Features
Extract ML features and range-filtered aggregates directly from block-compressed columns with zone-map pushdown…
GenQuery
Most enterprise columns — ids, timestamps, counters — are a function, not data.
Docs & commands →Living Database demos
Download real AT-1 Living Database files: a whole dataset plus an in-browser query engine in a single .html file.
Postgres CDC Sink
A logical-replication target that continuously seals a live Postgres into queryable .at1 cold segments.
Serve-DB
A PocketBase-shaped backend where every answer is proof-carrying, every change is a tamper-evident audit event, and you can delete a subject with a certificate.
Models, vectors and AI payloads
The same compressed, verified, addressable store with model weights and embeddings inside it instead of rows.
Living AI
Atom is a real generative assistant packed into one SHA-256-verified AT-1 container (~33 MB) that runs offline on any device.
Docs & commands →Memory
AT-1 Memory losslessly compresses an LLM's KV-cache, activation and embedding tensors (structure-aware, provably never-worse, byte-exact)…
Mixture-of-Specialists
Pack many same-base specialist models into one compressed, SHA-256-verified container, route each query with a signed router, and stream ONLY the routed expert…
Model-zoo storage
Store a base model once, then every fine-tune and checkpoint as a verified, addressable delta.
Verified Model Runtime
Pack any local model into ONE self-describing, SHA-256-verified container (.at1m) and run or serve it…
Docs & commands →