speed-of-light
✓Many turns in one call. Instant communication. No round-trips.
Installation
SKILL.md
Speed of Light is MOOLLM's approach to single-epoch simulation: multiple agents take multiple turns within one epoch, instead of separate API calls per turn. We prefer "single-epoch simulation" language to keep the focus on a shared context boundary, not an external coordinator.
Characters communicate telepathically. Objects react instantly. Rooms update in real-time. All within one epoch, then the boundary closes and state is written once.
| Glacially slow | 500ms+ latency per turn | | Token explosion | Re-emit entire context every call | | Precision loss | Serialization rounds off nuance | | Noise accumulation | Each boundary adds artifacts | | Hallucination creep | LLM re-interprets context each time | | State drift | No single coherent view across calls |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/simhacker/moollm --skill speed-of-light- Source
- simhacker/moollm
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is speed-of-light?
Many turns in one call. Instant communication. No round-trips. Source: simhacker/moollm.
How do I install speed-of-light?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/simhacker/moollm --skill speed-of-light Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/simhacker/moollm
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01