review.nvim: Code Review Annotations for AI Feedback Loops
A Neovim plugin for annotating diffs, and any file, with typed review comments, then handing them to an AI coding assistant as markdown.
A Neovim plugin for annotating diffs, and any file, with typed review comments, then handing them to an AI coding assistant as markdown.
Leiden community detection for Elixir, powering Arcana's GraphRAG.
Score whether an LLM's output follows from your source material or if it's hallucinated. Runs locally in Elixir, no API calls.
Everything I've learned building RAG systems, packaged into one Elixir library. Hybrid search, agentic pipelines, GraphRAG, all running on your existing Ecto Repo and pgvector.
ColBERT-style late interaction retrieval for Elixir. Per-token embeddings and MaxSim scoring for more precise search than single-vector approaches.
Addressing the three most valid criticisms of using Elixir and the BEAM for AI agents.
Test LLM outputs by meaning, not by characters. A wave operator for semantic similarity assertions in Elixir, powered by local embeddings.
Python and JavaScript/TypeScript AI frameworks are reinventing what telecom solved in 1986. What 40 years of production-grade concurrency teaches us about building AI agents.