NOUKAI

Pipeline Patterns

Structural shapes for composing blocks, plus best practices for building efficient flows.

This page is a ladder of structural patterns — from a single block up to a mixed tree — with guidance on when each shape fits. If you're an LLM building a flow, treat this as the vocabulary you reach for before writing any prompts.

Read Flows & Blocks first for the underlying block types.

Patterns

Principles

  • Best Practices — token efficiency, naming, schema shape, and decomposition discipline.

Next Steps

On this page