概要
Maker is a Rust library and MCP server implementing the MAKER (Massively decomposed Agentic processes with K-margin Error Reduction) algorithm, based on the research paper 'Solving a Million-Step LLM Task with Zero Errors'. It aims to significantly improve the reliability of LLM agents in multi-step tasks, transforming low success rates into 95%+ reliability with logarithmic cost scaling. This experimental framework explores whether SPRT-based voting, red-flag validation, and strict m=1 microagent decomposition can effectively correct random LLM errors, providing a robust solution for complex AI agent workflows.