Skip to content
Codeloom

← Back to Prompt Engineering overview

Prompt Engineering tutorials

24 articles · page 2 of 2

Hand-written tutorials, ordered as a recommended learning path.

  1. 21 System Prompts Write system prompts that steer model behavior reliably: role, format, constraints, refusals, and evaluation patterns that actually work.
  2. 22 Prompt Engineering Practical prompt engineering for building software with LLMs: structure, few-shot, chain-of-thought, role messages, and what actually moves quality.
  3. 23 Tree of Thought Explore Tree of Thought prompting, which lets LLMs branch, evaluate, and backtrack through reasoning steps to solve problems chain-of-thought cannot.
  4. 24 Tools and Functions How to write prompts and tool definitions that make function calling reliable. Covers schemas, descriptions, examples, error handling, and patterns for multi-tool agents.