Remix.run Logo
ai_slop_hater an hour ago

> If i have a really hard problem or big refactor, i use workflows.

What is a "workflow"? Is this some kind of new feature?

mlcruz 22 minutes ago | parent [-]

>Dynamic workflows orchestrate many subagents from a script Claude writes and you can rerun. Use them for codebase audits, large migrations, and cross-checked research.

>Reach for a workflow when a task needs more agents than one conversation can coordinate, or when you want the orchestration codified as a script you can read and rerun. Examples include a codebase-wide bug sweep, a 500-file migration, a research question that needs sources cross-checked against each other, and a hard plan worth drafting from several independent angles before you commit to one.

https://code.claude.com/docs/en/workflows

The results are good, but it is very expensive. I used a workflow to do a full review of my entire codebase, it spawned 75 agents and surfaced and fixed some (real) bugs. It feels a bit overkill, but it works.