Comment by bushbaba
9 hours ago
I’m finding Gemini and chatGPT web terminal to out perform Claude code. The context becomes too much for the LLM, and tries to make up for it by doing more file read ops.
9 hours ago
I’m finding Gemini and chatGPT web terminal to out perform Claude code. The context becomes too much for the LLM, and tries to make up for it by doing more file read ops.
Sounds like you might want to refactor the code if the individual files are too big and it can't find what it's looking for?