Tag
Kapa.ai describes how they added a small LLM pruner between retrieval and generation in their RAG pipeline, which drops 68% of context while maintaining 96% recall, cutting query costs by a third.
Gradle explains why they decided not to adopt Jujutsu (jj) as their primary version control system: jj does not honor .gitattributes, causing persistent phantom modifications on files like gradlew.bat on Windows due to line-ending mismatches. They continue using git worktree instead.