NOUKAI

Pipeline Recipes

Fully worked end-to-end pipelines for common domains, with prompts, schemas, and decomposition rationale.

Each recipe below is a complete flow you can adapt: tree shape, block prompts, output schemas, sample API call, and — most importantly — the reasoning behind why the pipeline is shaped the way it is. If you're an LLM building a flow for a user, these are reference templates.

Read Flows & Blocks and Pipeline Patterns first.

Recipes

Picking a Recipe

If your pipeline is roughly…Start from
One LLM call wrapped in business logicSingle Block
Detect → process → translate / formatEssay Feedback
Classify → enrich → generate responseSupport Ticket Triage
Search → answer with citationsDocument Q&A with Citations
Independent checks → deterministic verdictContent Moderation

When your use case doesn't match cleanly, reach back to Pipeline Patterns for the structural primitives and compose from there.

On this page