large prompts will prove to be an anti-pattern. They go against the common wisdom in software engineering.
Write small, testable, functions.
Imagine a world where LLMs are used for small, incremental steps.
That’s how engineering works. It’s taking a large problem and breaking it down into smaller problems.
This is how you test, validate and evaluate... See more