Ensembling and voting
Simple
Several different AIs solve the same thing, then the answers are merged into one.
Business
Combining models for quality where the cost of an error exceeds the cost of duplication.
Tech
Aggregating outputs of several models/runs: majority voting, weighted merge, reranking, a judge agent over independent runs.