TubeAcademy
Home/Technology/Prompting AI/Advanced Techniques
Module 04

Advanced Techniques

Advanced Deep dive Expert-level AI usage

Multi-turn reasoning, tool use, long-context strategies, and prompt chaining. These techniques let you tackle complex, multi-step problems that simple prompts can't handle.

More resources
Pro tips
·

For complex analysis, break the work into stages: first extract facts, then analyse, then synthesise, then recommend. Each stage builds on the previous.

·

Long documents: ask the AI to first create an outline/summary of the document, then ask detailed questions referencing specific sections.

·

Tool use (function calling): when working with the API, define tools the AI can call (search, calculate, fetch data) to augment its capabilities.

·

Evaluation: ask the AI to critique its own output before finalising. 'Review your response. Is anything missing? Is anything inaccurate? Revise if needed.'

Step by step
01

PROMPT CHAINING: Break complex tasks into sequential prompts, each building on the last output

02

SELF-EVALUATION: Add 'Before finalising, check your work for [specific criteria]'

03

MULTI-PERSPECTIVE: 'Analyse this from the perspective of [stakeholder A], then [stakeholder B], then synthesise'

04

FEW-SHOT LEARNING: Provide 3-5 examples of input→output pairs before giving the actual task

05

CONSTRAINT STACKING: Layer constraints progressively — start broad, narrow with each iteration

06

CONTEXT MANAGEMENT: For long conversations, periodically summarise what's been established so far

07

META-PROMPTING: Ask the AI to write a better prompt for a task, then use that prompt

08

EVALUATION FRAMEWORKS: Define rubrics for the AI to score its own output against