[TIL] Prompting Techniques (How AI Models Actually "Think")

Today I learned that getting a Large Language Model (LLM) to give a accurate, high-quality answer isn't just about what you ask—it's about how you structure its thinking process.

Researchers have developed structured prompting techniques to help models plan, reason step-by-step, and even interact with external tools.

Here is a quick breakdown of 5 essential prompting techniques every AI developer should know.

1. Zero-Shot Prompting

2. Chain-of-Thought (CoT)

3. Tree of Thoughts (ToT)

4. Skeleton-of-Thought (SoT)

5. ReAct (Reason + Act)