# 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](https://primer.ought.org/chapters/amplification/asking-subquestions).
2. Write a recipe for [answering subquestions](https://primer.ought.org/chapters/amplification/answering-subquestions).
3. [One-step amplification](https://primer.ought.org/chapters/amplification/one-step-amplification): Augment the question-answerer to generate subquestions, answer them, and use their answers as advice.
4. [Recursive amplification](https://primer.ought.org/chapters/amplification/recursive-amplification): When answering subquestions, be able to ask further subquestions.
