DEV Community

Cover image for Stop Copy-Pasting Your Code to LLMs — I Built a Tool That Does It Automatically
Arsen Apostolov
Arsen Apostolov

Posted on • Edited on

Stop Copy-Pasting Your Code to LLMs — I Built a Tool That Does It Automatically

Ever wanted to ask ChatGPT or Claude about your codebase, but got tired of copy-pasting files one by one? Yeah, me too. It was driving me crazy.

Why I Built This
I was working on a project with multiple files and needed some help understanding how everything connected. So I started copy-pasting files into ChatGPT, one after another, trying to give it enough context.

It was a complete pain:

The context window would fill up
I’d forget important files
I had to manually explain connections between files
The LLM would lose track of what was what
After the third time doing this dance, I decided to just build something to solve it myself.

Find the full guide in my Medium article

Top comments (0)