## Most early LLM apps start the same way: “Let’s just put everything into one prompt and let the model handle it.” So we write a prompt that tries to: validate input transform data generate output summarize add reasoning handle edge cases …and somehow do it all in one call. It works—until it doesn’t. The Problem with “God Prompts” As the prompt grows: Instructions start conflicting Context be