"Memory is structural, not representational."
Polln becomes a spreadsheet plugin where every cell can contain an agent that:
- Starts as a "model" (experience frozen in time)
- Deconstructs into "bots" (reflex-based micro-agents)
- Operates on "pollen" (JSON artifacts flowing through the colony)
- Everything is inspectable, explainable, and simulable
| Concept | Meaning |
|---|---|
| Pollen | JSON artifacts - the data, insights, partial results |
| Bees | Full agents - can reason, learn, adapt |
| Models | Experience frozen in time - distilled from bees |
| Bots | Reflex-based micro-agents - do ONE thing well |
| Hive | The spreadsheet - where colony intelligence emerges |
- Type in a cell: "What were my Q3 sales trends?"
- Watch it learn: OpenAI (or similar) handles it first, but POLLN observes
- See it deconstruct: Specialized bots emerge:
DataFetcherBot- reads from sales columnTrendAnalyzerBot- finds patternsReportFormatterBot- presents results
- Inspect anything: Double-click to see the JSON, the bot logic, the lineage
- Simulate changes: "What if Q3 had 10% more sales?"
- Understandable AI: Every component can be explained in natural language
- Spreadsheet UI - 1B users already know it
- Understandable - No black box, everything is inspectable
- Incremental - Start simple, grow complexity
- Safe - You can see and control everything
- Open Source - We're giving it away because understandability is the moat
Every agent decision is a "double slit experiment":
- Observe without destroying - We can inspect the reasoning path
- Collapse on demand - When the user needs an answer
- Always simulable - "What if" scenarios don't affect production
- Training is childhood - How agents learn their job
- Models are frozen experience - Capture what works
- Lineage matters - The "cowboy" and "breeder" share a language
- Breeding is optimization - Finding the right combination of traits
"We're not replacing you with AI. We're growing a colony of tiny assistants that learned YOUR workflow by watching you work. And you can inspect every single one of them."
This is understandable AI - the antidote to black-box concern.