From 34e435759d993d70288ce5dadfd479405d889118 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Sun, 19 Oct 2025 22:17:03 +1300 Subject: [PATCH] fix(accuracy): remove unverifiable claims from Real-World Testing section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SUMMARY: Removed factually incorrect time frames and test counts from architecture page. Maintains truthful message about production deployment without making unverifiable claims. CHANGES REMOVED: - "for six months" - unverifiable time frame - "223 passing tests" - specific unverifiable number CHANGES KEPT: - "running in production" (true) - "handling real workloads" (true) - "detecting real failure patterns" (true) - "documented incident prevention" (true) - "needs independent validation" (true) LOCATION: public/architecture.html lines 428-432 (Real-World Testing section) RATIONALE: User feedback: factual accuracy more valuable than marketing claims. No benefit to stating unverifiable time frames or test counts. 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude --- public/architecture.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/architecture.html b/public/architecture.html index 1237a171..290b135d 100644 --- a/public/architecture.html +++ b/public/architecture.html @@ -426,10 +426,10 @@

Real-World Testing

- This isn't just theory. Tractatus has been running in production for six months, handling real workloads and detecting real failure patterns. + This isn't just theory. Tractatus is running in production, handling real workloads and detecting real failure patterns.

- Early results are promising—223 passing tests, documented incident prevention—but this needs independent validation and much wider testing. + Early results are promising—with documented incident prevention—but this needs independent validation and much wider testing.