The course was one day on 15/01/2026.

StrategyWhat it isWhen to use itWhy it worksCommon failure mode
Zero-shot promptingAsk directly with no examplesSimple, well-defined tasksLeverages pretrained generalisationVague outputs if task is underspecified
Few-shot promptingProvide a small number of examplesPatterned or stylistic tasksAnchors the model’s behaviourOverfitting to examples
Role / persona promptingAssign a role or identityTone, domain framing, perspectiveNarrows the solution spaceOver-theatrical or inaccurate expertise
Instruction-first promptingClear task instruction before contextComplex taskskSets priority and intent earlyBuried or conflicting instructions
Delimiter-based promptingUse markers to separate sectionsLong or mixed inputsReduces context confusionInconsistent delimiters
Chain-of-thought (explicit)Ask for reasoning stepsLogic, math, analysisForces structured reasoningOverlong or wrong reasoning
Implicit reasoningAsk for an answer onlyWhen correctness > explanationAvoids hallucinated reasoningHarder to debug errors
Step decompositionBreak task into stepsMulti-stage workflowsLowers cognitive loadMissing dependencies between steps
Self-critique / reflectionAsk the model to review its outputQuality-sensitive outputsCatches inconsistenciesRubber-stamping its own mistakes
Constraints & guardrailsExplicit rules and limitsSafety-critical or strict outputsShrinks the solution spaceConflicting constraints
Output schema promptingSpecify format or structureMachine-readable outputsImproves consistencyFragile if schema is unclear
Tool-aware promptingInstruct how/when to use toolsHybrid LLM + system workflowsSeparates reasoning from executionTool misuse or overuse
Temperature steeringAdjust randomness indirectly via phrasingCreative vs precise tasksInfluences entropyNot deterministic
Adversarial promptingProbe edge cases or failuresTesting robustnessExposes weak assumptionsCan induce hallucinations
Context compressionSummarise before reasoningVery long inputsPreserves signal, drops noiseLoss of critical detail