Go create a big monolith in an LLM versus a high compartmentalized and decomposed/modular codebase that does the same thing.
The LLM is going to optimize the shit out of the decomposed version and maintain it well, and it's going to struggle to find even trivial bugs in the monolithic version.
Comments
Absolutely.
Go create a big monolith in an LLM versus a high compartmentalized and decomposed/modular codebase that does the same thing.
The LLM is going to optimize the shit out of the decomposed version and maintain it well, and it's going to struggle to find even trivial bugs in the monolithic version.
Why? Context and token cost.