From 6003e2b1a2aaf685f71144725345f36a74b0aeb3 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Mon, 23 Feb 2026 15:59:59 -0800 Subject: [PATCH] docs: replace ASCII box art with prose in Before/After section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Code blocks with Unicode box-drawing characters render poorly in web doc viewers — font alignment breaks and the styled container creates a visual box-in-a-box. Replaced with a bullet list (before) and a bold statement (after) that render cleanly at any size and theme. --- docs/eli5.md | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/docs/eli5.md b/docs/eli5.md index 473b760d..2773ee1f 100644 --- a/docs/eli5.md +++ b/docs/eli5.md @@ -95,29 +95,13 @@ Most applications that need to store and search knowledge end up stitching toget ### Before and After -**Before Brainy:** +**Before Brainy** — a pile of services: +- Pinecone (vectors) + Neo4j (graph) + MongoDB (docs) +- Algolia (search) + Redis (cache) + PostgreSQL + pgvector +- Plus glue code, sync jobs, ETL pipelines, and 3am incidents -``` -┌──────────┐ ┌──────────┐ ┌──────────┐ -│ Pinecone │ │ Neo4j │ │ MongoDB │ -│ vectors │ │ graph │ │ docs │ -└──────────┘ └──────────┘ └──────────┘ -┌──────────┐ ┌──────────┐ ┌──────────┐ -│ Algolia │ │ Redis │ │ pgvector │ -│ search │ │ cache │ │ SQL+vecs │ -└──────────┘ └──────────┘ └──────────┘ - -...plus glue code, sync jobs, ETL pipelines, and 3am incidents. -``` - -**After Brainy:** - -``` -┌──────────────────────────────────────────┐ -│ Brainy │ -│ search · graph · filter · files · … │ -└──────────────────────────────────────────┘ -``` +**After Brainy** — one thing: +Search, graph, filter, files, branches, and imports — unified in a single query. ### What Each Tool Is Missing