Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 5.11 KB

File metadata and controls

64 lines (38 loc) · 5.11 KB

References

Compiled from ## References sections across docs, plus README and ongoing research backlog entries.

Projects & Inspiration

  • Pi — The best open-source harness, huge source of inspiration. (README)
  • oh-my-pi — An awesome customization of Pi with so many goodies and tricks. (README)

Edit Formats & Benchmarks

OTP & Erlang

LLM Providers & Models

  • LLMDB — Model database powering auto-discovery of models, context windows, and capabilities. (providers)

Reasoning & Thinking

User Interaction & Planning

Schema & Validation

  • Zod JSON Schema — Zod 4's built-in z.fromJsonSchema() for deriving Zod schemas (with full type inference) from JSON Schema at runtime. (rpc)

Auth & Standards

Context Files & Agent Instructions

CI & Distribution


TODO

Papers and resources to review and potentially integrate:

  • LCM: Lossless Context Management — "We introduce Lossless Context Management (LCM), a deterministic architecture for LLM memory that outperforms Claude Code on long-context tasks. When benchmarked using Opus 4.6, our LCM-augmented coding agent, Volt, achieves higher scores than Claude Code on the OOLONG long-context eval, including at every context length between 32K and 1M tokens."