docs: fix noun count and add use case examples

Fixed critical documentation error:
- Corrected 24 nouns → 31 nouns in noun-verb-taxonomy.md (3 locations)
- Updated combination count from 960 → 1,240

Added "What Can You Build?" section to README with real-world use cases:
- Intelligent documentation systems
- AI agents with perfect memory
- Rich interactive experiences
- Next-gen search & discovery
- Enterprise knowledge management
- Creative tools & content platforms

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
David Snelling 2025-10-17 15:07:14 -07:00
parent dbce385683
commit 562554b318
2 changed files with 42 additions and 4 deletions

View file

@ -94,6 +94,44 @@ Model **ANY domain** with 1,240 base type combinations + unlimited metadata:
---
## 💡 What Can You Build?
**Brainy unlocks entirely new categories of applications.** Here's what developers are building:
### 📚 **Intelligent Documentation Systems**
- **Living knowledge bases** where docs understand each other and evolve
- **Smart wikis** that auto-link related concepts and detect outdated information
- **Research assistants** that remember every paper you've read and find connections
### 🤖 **AI Agents with Perfect Memory**
- **Conversational AI** that remembers context across months, not just messages
- **Code assistants** that understand your entire codebase as a knowledge graph
- **Personal assistants** with unlimited memory that never forgets important details
### 🎮 **Rich Interactive Experiences**
- **Game worlds** where NPCs remember every interaction and relationships evolve
- **Story engines** where characters persist across multiple narratives
- **Educational platforms** that build personalized knowledge graphs as you learn
### 🔍 **Next-Gen Search & Discovery**
- **Semantic code search** across millions of repositories
- **Smart file explorers** that understand code relationships, not just folders
- **Research platforms** that find papers by meaning, not keywords
### 🏢 **Enterprise Knowledge Management**
- **Corporate memory systems** where institutional knowledge never gets lost
- **Customer intelligence** platforms that understand every interaction
- **Product catalogs** with semantic search and relationship-based recommendations
### 🎨 **Creative Tools & Content Platforms**
- **Writing assistants** that track characters, plotlines, and themes across stories
- **Content management** where every asset knows its relationships and history
- **Media libraries** with intelligent tagging and similarity-based discovery
**The Pattern**: If your app needs to **remember**, **understand**, or **connect** information, Brainy makes it trivial.
---
## ⚡ Quick Start - Zero Configuration
```bash

View file

@ -1159,9 +1159,9 @@ We intentionally keep the type system minimal because:
## Industry-Specific Coverage Analysis
### Why 24 Nouns + 40 Verbs = Universal Coverage
### Why 31 Nouns + 40 Verbs = Universal Coverage
The combination of **24 noun types** and **40 verb types** creates **960 basic combinations**, but with metadata and multi-hop relationships, this expands to **infinite expressiveness**. Here's how it covers every industry:
The combination of **31 noun types** and **40 verb types** creates **1,240 basic combinations**, but with metadata and multi-hop relationships, this expands to **infinite expressiveness**. Here's how it covers every industry:
### Healthcare & Medical
```typescript
@ -1498,8 +1498,8 @@ The noun-verb taxonomy achieves **Turing completeness** for knowledge representa
#### The Infinity Formula
```
Expressiveness = (24 nouns × 40 verbs) × ∞ metadata × ∞ graph depth
= 960 ××
Expressiveness = (31 nouns × 40 verbs) × ∞ metadata × ∞ graph depth
= 1,240 ××
= ∞ (Infinite Expressiveness)
```