Parallelization

Split independent LLM work into concurrent branches, then merge, vote, rank, or compare outputs with a simple schema. Use when subtasks are isolated by item, source, section, test, or judge and latency or judgment quality matters. Do not use when one branch depends on another; use prompt-chaining.

flpbalada f58284d 1.7 KB Updated

File contents

flpbalada/fb-skills/tree/main/skills/parallelization commit f58284d889

Frequently asked questions

npx skillmds@latest add flpbalada/parallelization