---
id: "concept-workflow-blocks"
type: "concept"
source_timestamps: ["00:23:52", "00:24:05"]
tags: ["automation", "systems-architecture", "agents"]
related: ["concept-mcp", "action-chain-primitives", "entity-noahs-way", "entity-remotion"]
definition: "Modular AI capabilities that can be chained together via the command line to create fully autonomous, end-to-end creative pipelines."
sources: ["s48-markdown-design-meeting"]
sourceVaultSlug: "s48-markdown-design-meeting"
originDay: 48
---
# Workflow Blocks / Creative Primitives

## Definition

Treating individual AI capabilities — design generation, video rendering, 3D modeling, scheduling, analytics — as modular **Lego blocks** or primitives. Connected via the command line and [[concept-mcp-d48|MCP]], they compose into fully autonomous, end-to-end creative pipelines.

## The Lego Metaphor

Each primitive does one thing well:
- **Design block** — [[entity-stitch|Stitch]] produces UI from a brief.
- **Video block** — [[entity-remotion|Remotion]] renders parameterized video.
- **3D block** — [[entity-blender-mcp|Blender MCP]] builds scenes from chat.
- **Scheduler block** — cron / GitHub Actions / Temporal.
- **Analytics block** — usage / engagement read-out.
- **Orchestrator** — [[entity-claude-d48|Claude]] glues them together.

The value is in the **composition**, not any single block.

## Worked Example

[[entity-noahs-way|Noah's Way]]'s autonomous pipeline:
1. Cron triggers weekly.
2. Agent reads recent PRs.
3. Agent updates documentation.
4. Agent generates a Remotion changelog video.
5. Video is uploaded — no human intervention.

## Why It Matters

Once primitives are MCP-callable, **autonomy stops being an exotic capability** and becomes a default for content operations. This is the long-tail consequence of [[concept-creativity-cost-collapse|the cost collapse]] meeting [[concept-mcp-d48|protocol standardization]].

## Action

See [[action-chain-primitives]] for a concrete recipe.

## Related
[[concept-mcp-d48]] · [[action-chain-primitives]] · [[entity-noahs-way]] · [[entity-remotion]] · [[entity-claude-d48]]
