developer-tools
3 posts tagged 'developer-tools'.
Diff: Code Review Context Your LLM Actually Needs
Pasting a raw git diff into your LLM is asking for a review with half the files missing. cxpak diff adds callers, callees, and type signatures — within a token budget.
Trace: Finding the Code That Matters Before Your LLM Sees It
Most LLM context is wasted on code that doesn't matter. cxpak's trace command walks your dependency graph and packs only the relevant paths — so your model debugs with a map, not a haystack.
Spending CPU Cycles So You Don't Spend Tokens: Building cxpak
Why I built a Rust CLI that packages codebases into token-budgeted briefings for LLMs — and what I learned about the real cost of context.