Hopefully not completely orthogonal:
What hardware are people using to run their LLM?
Hopefully not completely orthogonal:
What hardware are people using to run their LLM?
As a non-IDE option, I offer this tool that I built for providing code context to (primarily) Claude Projects. But it works with OpenAI GPTs as well as LLM chats that donāt have āknowledgeā files. It might be particularly useful with o1/o1-mini ATM, since those chats donāt yet allow attachments.
I basically paste my entire codebase in one operation into āKnowledgeā in a Claude 3.5 Sonnet Project and work on each task in a single chat. Itās shocking how effective it is.
Iām not knocking Aider/Cursor/Continue, theyāre all wonderful projects. Itās just that I find Iām more productive in a chat environment where I go through many iterations on AI generated code before Iām happy with the result. I also like knowing exactly whatās in the context and what the prompt is.
And yes, the tool was dogfooded / bootstrapped with itself
Happy to get feedback from any users. Since this isnāt an elixir project, it might be better to provide specific feedback on the project issues tab, rather than here.