After working with LLMs for the last 15 months, these are some of the anti-patterns I have discovered. By anti-patterns, I simply mean patterns or behaviors we should avoid when working with LLMs. 1. Did I tell you that already? Context is a scarce resource and probably worth its weight in gold, we need to use it wisely. One of the learnings is to not send the same information/text multiple times

