AI Wisdom
Learning Track

Prompt Engineering

System prompts, few-shot patterns, chain-of-thought, structured output, red-teaming and meta-prompting — the craft of communicating with LLMs.

8+
Topics
8
Published
100%
Free
Browse articles ↓

8 articlesin Prompt Engineering

Prompt Engineering
Chain-of-Thought Prompting: Making LLMs Show Their Work

Chain-of-Thought Prompting: Making LLMs Show Their Work

Intermediate

Zero-shot CoT, few-shot CoT, self-consistency, and when reasoning traces hurt as much as they help — the technique that unlocked multi-step reasoning in LLMs.

11 min
Read →
Prompt Engineering
ReAct Prompting: Reasoning and Acting in LLM Agents

ReAct Prompting: Reasoning and Acting in LLM Agents

Intermediate

The Thought → Action → Observation loop that lets LLMs use tools, verify intermediate steps, and self-correct — the pattern behind most modern AI agents.

11 min
Read →
Prompt Engineering
Prompt Injection: Attack Vectors and Defence in Production

Prompt Injection: Attack Vectors and Defence in Production

Intermediate

Direct injection, indirect injection via retrieved content, jailbreaks, and the defence-in-depth architecture that keeps LLM applications secure.

13 min
Read →
Prompt Engineering
Function Calling and Tool Use: Structured Outputs from LLMs

Function Calling and Tool Use: Structured Outputs from LLMs

Intermediate

JSON mode, tool schemas, parallel tool calls, and the architecture patterns that let LLMs interact reliably with external APIs and databases.

12 min
Read →
Prompt Engineering
Zero-Shot Prompting: What LLMs Know Without Examples

Zero-Shot Prompting: What LLMs Know Without Examples

Foundational

Clear task framing, persona, output format, and constraints — how to get accurate results from a single well-crafted prompt with no examples.

9 min
Read →
Prompt Engineering
Few-Shot Prompting: Teaching LLMs by Example

Few-Shot Prompting: Teaching LLMs by Example

Foundational

Selecting, ordering, and structuring input-output examples to reliably steer model behaviour — the most effective prompting technique for consistent formatted output.

10 min
Read →
Prompt Engineering
Structured Outputs from LLMs: JSON Mode, Function Calling, and Schema Enforcement

Structured Outputs from LLMs: JSON Mode, Function Calling, and Schema Enforcement

Practical patterns for getting reliable structured data from LLMs — JSON mode, function calling, schema validation, and fallback strategies.

10 min
Read →
Prompt Engineering
Prompt Engineering as Software Engineering

Prompt Engineering as Software Engineering

Version control, testing, parameterization, and CI pipelines for prompts — treating prompt engineering with the same rigor as application code.

8 min
Read →