Reading up on Chroma
4 deep · digging since nov 24, 25
- The Potential of RLMs
Recursive Language Models (RLMs) mitigate context rot in LLMs by wrapping long contexts in a REPL environment, turning the problem into a coding and reasoning task.
- Ask HN: How are you doing RAG locally?
Hacker News commenters share diverse local RAG setups including vector databases, SQLite FTS5, BM25, and lightweight tools like Chroma, Qdrant, and AnythingLLM.
- Don’t Outsource Your Thinking
The author shares 14 practical notes on using Claude Code and AI coding tools, emphasizing that developers must retain critical thinking while outsourcing grunt work and managing context.
- GitHub - cased/kit: The toolkit for AI devtools context engineering. Build with codebase mapping, symbol extraction, and many kinds of code search.
Kit provides a Python toolkit for codebase mapping, symbol extraction, and code search to build LLM-powered developer tools and agents.