docs: replace ASCII box art with prose in Before/After section

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.
This commit is contained in:
David Snelling 2026-02-23 15:59:59 -08:00
parent 1a9cacd5fc
commit 6003e2b1a2

View file

@ -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