Master Class Techniques for LLM Prompting in 2025
Here are a few master level techniques to prompt an LLM for highly sophisticated results. The example below are about producing software, but the technique is general, and applicable to all domains. Do not start with previously written prompts that setup a generic set of rules. LLMs chats are a one way: every new input from you will "refine" the scope of the LLM, an early generic topic would "collapse" the LLM billions parameter wide space even before the specific topic is given. Start by asking for something general with regards to your final goals. You want the larger scope of the LLM to refine in the context of your end goals. For example prompt: You are probably aware of the type inference algorithm called something like cartesian product? Start by asking in the most broad manner. Failing to be broad will refine the LLM's scope before you can use it to your full benefit. Always reformulate the LLM's response back to the LLM to fit your goals and ensure...