Launched this week

AI Code Prep v2
AI Code Prep rewritten from the ground up in Rust for speed
12 followers
AI Code Prep rewritten from the ground up in Rust for speed
12 followers
It has no problem handling the biggest folders and repos, has compression modes with live preview for compressing giant repos into the available context window of LLMs, secrets detection & optional redaction to keep things like API keys from leaving your machines, less features vs v1 to keep the interface simple and easy to use. It has one main goal which is to get many files into a LLM preferred format to paste into ChatGPT, Claude, any web interface or other. A common workflow when using AI.





The live preview for compression modes is genuinely useful, you can actually see how your repo gets squeezed into the context window before pasting. Stripping v1 down to focus on one solid workflow was the right call too.
The compression-with-live-preview for fitting giant repos into the context window is the interesting part, do you tune the output format per target model, or keep one LLM-preferred format? We route agents like Claude Code and Codex across different upstreams and see meaningfully different tokenization/formatting sweet spots between them.