Glossary · Infrastructure
Map-reduce
Map-reduce is a pattern in which the same operation is applied independently to many pieces of input, the map step, and the partial results are then merged into one answer, the reduce step.
Map-reduce sits in the Infrastructure part of the Agentik {OS} glossary, which defines the words used to build and run AI agent systems.
Also called MapReduce.