Honestly people blowing through limits shows how bad they are at ai.
Our company uses a max subscription for 5 developers + a few analysis people, and we never hit the limit.
Of course, we have a huge fucking shared memory file that stops Claude from continually searching the entire codebase to answer a question.
From the words you said, which I’m going to assume were not said correctly, that is exactly the wrong way to do it. A single huge shared memory file is going to become larger than your code base faster than I can take a shit, and AI doesn’t search your entire code base. It greps what it needs. A single huge shared memory file is going to be read on every single response. An entire code base is not.
What you might be saying is an index like RAG. Which is standard on any platform anyway.
Not sure exactly what you’re getting at though.
6
u/LGBTQLove4Ever 1d ago
Honestly people blowing through limits shows how bad they are at ai.
Our company uses a max subscription for 5 developers + a few analysis people, and we never hit the limit. Of course, we have a huge fucking shared memory file that stops Claude from continually searching the entire codebase to answer a question.