A mesh of specialist AIs running on personal devices — connected by Bluetooth — collectively providing knowledge without hallucination, without a central model, without sending your data anywhere.
-- Light Language source (illustrative) ENABLE main() EXIST x BECOME 42 SEND "LightNet alive" END→ watch the concept grid run live
| Area | LightNet Specialist Baby | Cloud LLM |
|---|---|---|
| Footprint | ~35 KB native binary on your device | Hundreds of GB of weights running on server farms |
| HallucinationHallucinationWhen an AI invents a plausible-sounding fact that isn't true. LLMs hallucinate because they predict likely text, not verified facts. Baby AIs use deterministic rules — every answer traces to a fact you wrote. | Within its loaded knowledge set, traceable to a fact you wrote | Probabilistic generation; can invent facts |
| Internet | Not required after compile | Always online |
| Privacy | Query never leaves the device | Queries typically logged; may be used for training |
| What it does well | One narrow domain you scoped, deterministically | Open-ended generation, summarisation, code drafting |
| What it can't do | Anything outside the facts you loaded | Guarantee a specific fact came from a known source |