Smart Names
Smart Names replace technical jargon with approachable terms that clarify AI concepts for everyday users.
- Less jargon, more understanding
- Common sense naming scheme that makes important AI concepts accessible
Reference frame assembly
flowchart TD
SC[Smart Contexts] --> |select sources, blocks| C1[Collect]
C1 --> D[Deduplicate]
D --> O[Order by salience]
O --> C[Compress to token budget]
C --> RF[Reference Frame]