Parallelization
Running multiple model calls or subtasks at the same time and combining their outputs.
Plain English
Ask several workers at once, then merge or vote on the result.
Example
A code review system runs security, performance, and accessibility reviewers in parallel.
Why it matters
Parallelization can improve speed or confidence, especially when tasks split cleanly.