Rethinking Databases for Humans and AI Agents
The article argues that traditional databases, built around SQL and later NoSQL, still require developers to understand rigid schemas and query languages. It introduces SQLite-Memory, which stores information in natural language Markdown files and enables semantic search without explicit schema design. The piece also describes SQLite-Sync, a CRDT-based tool for synchronizing semantic memories across devices and AI agents.
- ▪SQL and NoSQL databases have historically required explicit schemas and query syntax for data storage and retrieval.
- ▪SQLite-Memory allows users to store data as Markdown, automatically parsing it into a semantically searchable format.
- ▪SQLite-Sync synchronizes these semantic memories across devices using a custom CRDT algorithm designed for block-level collaboration.
- ▪The technologies are available as a native SQLite extension, integrated into SQLite Cloud, and a PostgreSQL version is in development.
Hacker News (AI / LLM) files mainly under ai. We currently carry 3,311 of its stories.
Story provenance
Source · retrieval · rights · ranking — open for full record
inspect →
Story provenance
Attribution is not the same as permission. This drawer separates discovery metadata, excerpts, WeSearch-generated summaries, reuse status, and whether the publisher receives the visit. Nothing here claims a legal grant the publisher has not made.
Record
| Original publisher | Substack |
| Canonical URL | https://marcobambini.substack.com/p/rethinking-databases-for-humans-and |
| Publication time | Thu, 16 Jul 2026 07:33:51 +0000 |
| Retrieval time | 2026-07-16T08:29:27.053Z |
| Last seen | 2026-07-16T08:49:37.076Z |
| Headline source | Publisher (no WeSearch rewrite) |
| Excerpt source | publisher body |
| Excerpt method | First ~120 words (~800 chars) of extracted publisher body, fair-use limited. |
| Summary | WeSearch · cerebras-chat (WeSearch summarizer) |
| Summary source text | contentText |
| Citation coverage | Summary is a WeSearch-generated derivative; primary citation is the original publisher URL. |
| Cluster | JkrKzsuIJ6rU |
| Cluster logic | Grouped by semantic title/content similarity across sources within a rolling window. Same-publisher template collisions are excluded from coverage comparison. |
| Ranking reason | Story pages are not engagement-ranked. Hub feeds use recency, with optional source-diversified chronological ordering (cap consecutive stories per source). No personalized ranking. |
| Publisher visit | Yes — open original |
| Substitutes article? | No — link-out required for full text |
Rights status (four layers)
WeSearch handling by dimension
| Indexing | May the item be indexed (stored, ranked, made findable)? | Allowed |
| Snippet | May a short excerpt of the publisher's text be shown? | Allowed |
| AI summary | May WeSearch generate its own short summary of the article? | Limited |
| Retrieval / RAG | May the content be exposed for third-party retrieval-augmented generation? | Not asserted |
| Model training | May the content be used to train AI models? | Not asserted |
| Commercial reuse | May the content be reused commercially? | Not permitted |
Basis: Derived from the published RSS/Atom feed. Contact: [email protected]. Reviewed: 2026-07-24.
Opening excerpt (first ~120 words) tap to expand
Rethinking Databases for Humans and AI AgentsDatabases Were Built for Engines. It’s Time to Build Them for Humans.Marco BambiniJul 01, 2026ShareDatabases are one of those technologies that seem to survive every technological revolution while becoming even more important each time.First, there was SQL. Declared dead countless times, yet still at the center of much of modern software. SQL made it possible to organize enormous amounts of information efficiently and reliably, but it always imposed a precise model: tables, columns, relationships, indexes, and queries that developers needed to understand in detail.Then came the NoSQL wave, and databases like MongoDB changed the perspective.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Substack.