Stop scattering LLM SDK/API calls across your codebase. Here is the 2-file rule that fixed mine
Here is a 2-3 sentence factual summary of the article: The author argues that scattering direct LLM SDK calls across a codebase creates maintenance nightmares, particularly during SDK upgrades, and proposes a "2-file ru…