diff --git a/README.md b/README.md index ff62aad..37e0917 100644 --- a/README.md +++ b/README.md @@ -607,6 +607,15 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed instructions. Contributions +
+How is this different from using a language server (LSP)? + +- **Pre-computed vs On-demand**: Index once, query instantly — no server running per request +- **AI-optimized**: Minimal token output for relationships, not IDE features like completions/hover +- **Portable**: Single `.bin` file — no server connection or session state needed + +
+ ## 🤝 Contributing We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for: