> For the complete documentation index, see [llms.txt](https://primer.ought.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://primer.ought.org/chapters/amplification.md).

# Amplification

Amplification is the idea that agents can make subcalls to copies of themselves to inform how to answer a question or make a decision.

Our implementation plan:

1. Write a recipe that takes a question and [asks helpful subquestions](/chapters/amplification/asking-subquestions.md).
2. Write a recipe for [answering subquestions](/chapters/amplification/answering-subquestions.md).
3. [One-step amplification](/chapters/amplification/one-step-amplification.md): Augment the question-answerer to generate subquestions, answer them, and use their answers as advice.
4. [Recursive amplification](/chapters/amplification/recursive-amplification.md): When answering subquestions, be able to ask further subquestions.
