From 33caa52c2ddde54a00bc0c7c687ec4c50bfdc79e Mon Sep 17 00:00:00 2001 From: David Snelling Date: Mon, 15 Jun 2026 12:52:04 -0700 Subject: [PATCH] docs(8.0): remove unbacked Cortex '5.2x' perf claim + dangling /docs/cortex/comparison link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The installation guide asserted a '5.2x geometric mean speedup' linking a /docs/cortex/comparison page that does not exist (404) and has no backing benchmark — an unbacked performance claim shipping in the public package, against the evidence rule. Replaced with a qualitative native-acceleration statement (no number, no dead link) until a measured, reproducible open-core-vs-native comparison is published. Also dropped the dead 'cortex/comparison' next-link from PLUGINS.md frontmatter. --- docs/PLUGINS.md | 1 - docs/guides/installation.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/PLUGINS.md b/docs/PLUGINS.md index 544eb7a8..8e82b646 100644 --- a/docs/PLUGINS.md +++ b/docs/PLUGINS.md @@ -7,7 +7,6 @@ template: guide order: 4 description: Replace any Brainy subsystem — distance functions, embeddings, vector index, metadata index, aggregation — with a custom implementation or optional native acceleration. next: - - cortex/comparison - guides/storage-adapters --- diff --git a/docs/guides/installation.md b/docs/guides/installation.md index d574cebc..e1bfb2b6 100644 --- a/docs/guides/installation.md +++ b/docs/guides/installation.md @@ -58,7 +58,7 @@ const brain = new Brainy({ plugins: ['@soulcraft/cortex'] }) await brain.init() // native providers registered during init ``` -Cortex delivers a **5.2x geometric mean speedup** — see [Brainy vs Cortex](/docs/cortex/comparison) for measured benchmarks. +Cortex registers native (Rust/SIMD) vector, metadata, and graph engines behind the same Brainy `find()` API — no code changes, an optional dependency for production-scale workloads. ## Server-only since 8.0