Comparison

How TRACE is different

Most semantic-search stacks are built to retain your data. TRACE is built to forget it — while still giving you reverse-image and cross-modal search, and adding agent-native billing.

PropertyTRACEHosted vector DBCloud image-search API
Data retentionNone — disposed on exitStored until deletedVaries; often retained
Per-user isolationOne sandbox per sessionShared cluster / namespaceShared multi-tenant
Query loggingNoneTypically loggedTypically logged
Reverse image + cross-modalBuilt inBring your own modelUsually
Agent billingx402 pay-per-requestAPI keys + invoicesAPI keys + invoices
Index size~32× smaller (sign-bit)Full float vectorsN/A (hosted)
Self-hostDocker + KubernetesMostly SaaSNo
Offline / on-deviceAndroid app, zero networkNoNo

TRACE trades a small amount of recall precision (binary vs float vectors) for radically smaller indexes, faster search, and the ability to run an entire private instance in memory and throw it away. When the priority is privacy and disposability rather than a permanent shared corpus, that trade is the point.