#prompting

9 pages tagged prompting.

9/9

guidance

Package-level reference for the guidance library on PyPI — install, LLM-provider extras, versioning, and alternatives like instructor and outlines.

05-31-2026#pip#package#llm

Structured Output

Techniques for reliable structured generation — JSON mode, schema-constrained decoding, function/tool calls as output, and validator pairing with Pydantic or Zod.

05-25-2026#structured-output#json#schema

Prompting

Prompt engineering patterns, RAG, evaluations, few-shot, chain-of-thought, and structured output — foundational techniques for extracting reliable, structured behavior from LLMs.

05-25-2026#prompting#rag#llm

Prompt Engineering Patterns

Reliable prompt structures for reasoning, extraction, classification, generation, extended thinking, and vision tasks with Claude.

05-25-2026#prompting#llm#ai

LLM Evaluations

Build production evaluation pipelines for LLM applications — golden datasets, LLM-as-judge, rubrics, statistical significance, regression detection, and evals vs tests.

05-25-2026#evals#evaluation#llm-as-judge

Few-Shot Prompting

In-context learning techniques — example selection, format design, count tuning, dynamic retrieval of demonstrations, and pitfalls of few-shot prompting.

05-25-2026#few-shot#in-context-learning#icl

DSPy

Build LLM programs in DSPy with declarative signatures, modules, and optimisers. Covers Predict, ChainOfThought, ReAct, BootstrapFewShot, COPRO, MIPRO, MIPROv2, and inference compilation.

05-25-2026#python#dspy#llm

Chain-of-Thought Prompting

CoT prompting techniques — zero-shot CoT, few-shot CoT, self-consistency, tree of thoughts, and how reasoning models compare with prompted reasoning.

05-25-2026#chain-of-thought#cot#reasoning

AI

Claude Code, Codex CLI, the Claude API, and prompt engineering — practical reference for building with and using large language models.

04-27-2026#ai#llm#claude