
Blog
From the field
What we're learning building AI systems for companies that make real things.
Storage for AI vs Object Storage (S3, R2, GCS): The Comparison Nobody Else Writes
S3, R2, and GCS hold bytes. They do not know what is in them. A storage for AI layer holds the record an agent reads from. When to use each, and both.
Read →Storage for AI vs Vector Databases: When to Use Which (and How They Work Together)
A storage for AI layer holds the canonical record. A vector database indexes over it. Different problems, different layers. Most systems need both.
Read →Vector DBs Aren't Storage. They're Indexes.
A vector database is an index. The storage sits somewhere else, usually a Postgres table nobody talks about. The missing category is storage for AI.
Read →