Workflow
Prompting techniques
icon
Search documents
X @Avi Chawla
Avi Chawla· 2026-04-25 07:30
8 techniques to generate better LLM outputs:Most people interact with LLMs the same way by typing a question, hitting send, and working with whatever comes back.That's zero-shot prompting, and it serves as the baseline. But when outputs aren't good enough, the first fix you should aim for is to improve the prompt, not a model upgrade.8 prompting techniques that you can use:- Few-shot prompting: Show the model a few input-output examples. It picks up the pattern and applies it to new inputs.- Chain-of-though ...