| ▲ | tuhgdetzhh 17 hours ago | ||||||||||||||||||||||||||||
Yes, unfortunately those who jumped on the microservices hype train over the past 15 years or so are now getting the benefits of Claude Code, since their entire codebases fits into the context window of Sonnet/Opus and can be "understood" by the LLM to generate useful code. This is not the case for most monoliths, unless they are structured into LLM-friendly components that resemble patterns the models have seen millions of times in their training data, such as React components. | |||||||||||||||||||||||||||||
| ▲ | manmal 15 hours ago | parent [-] | ||||||||||||||||||||||||||||
Well structured monoliths are modularized just like microservices. No need to give each module its own REST API in order to keep it clean. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||