Prompt Patterns|

A Pattern Language for Knowledge Engineering with Large Language Models

Prompt Patterns book cover

Prompt Patterns

Get the book on Leanpub

Answer Boundary

Forces the model to commit to a final, discrete answer after reasoning, so the result is explicit and separable.

Answer Boundary pattern diagram

Problem

Reasoning and conclusion blend together, leaving no clean final decision for action, comparison, or automation.

Solution

Add an explicit commitment boundary and require a discrete final answer token/line/label. This does not improve correctness directly; it guarantees a separable commitment after reasoning.