├── .gitbook └── assets │ ├── CleanShot 2022-09-16 at 16.44.png │ ├── Screen Shot 2022-09-15 at 11.03.10 PM.png │ ├── Screen Shot 2022-09-15 at 11.11.17 PM.png │ ├── Screenshot 2snBgQuq@2x.png │ ├── Screenshot 5SnImnUA@2x.png │ ├── Screenshot 68F7bqCl@2x.png │ ├── Screenshot Aqftwig3@2x.png │ ├── Screenshot CwMYysJE@2x.png │ ├── Screenshot I8RpVqHV@2x.png │ ├── Screenshot JplYHNAB@2x.png │ ├── Screenshot K4jccwjF@2x.png │ ├── Screenshot LbsEE3Jm@2x.png │ ├── Screenshot SaqzWmrb@2x.png │ ├── Screenshot TZm32cpZ@2x.png │ ├── Screenshot U08LXEri@2x.png │ ├── Screenshot Y6Q4jlZA@2x.png │ ├── Screenshot Zcfucb9z@2x.png │ ├── Screenshot ZwfyIIV9@2x.png │ ├── Screenshot aTuRIdPR@2x.png │ ├── Screenshot b7XyvpXx@2x.png │ ├── Screenshot bMP2ErpR@2x.png │ ├── Screenshot cRwy8m67@2x.png │ ├── Screenshot kPRh4IW6@2x.png │ ├── Screenshot kwP5dN7n@2x.png │ ├── Screenshot p9X3OJla@2x.png │ ├── Screenshot qhkZ8C53@2x.png │ ├── Screenshot rjRCMc4G@2x.png │ └── Screenshot sgVJlAYM@2x.png ├── .github └── workflows │ └── cla.yml ├── CLA.md ├── README.md ├── SUMMARY.md ├── appendix └── whats-next.md ├── before-we-start.md ├── chapters ├── action-selection │ ├── README.md │ ├── iterative-action-selection.md │ └── one-shot-action-selection.md ├── amplification-revisited.md ├── amplification.md ├── amplification │ ├── README.md │ ├── answering-subquestions.md │ ├── asking-subquestions.md │ ├── one-step-amplification.md │ └── recursive-amplification.md ├── debate.md ├── debate │ ├── README.md │ ├── from-debates-to-prompts.md │ ├── representing-debates.md │ └── the-debate-recipe.md ├── deduction │ ├── README.md │ └── chain-of-thought.md ├── hello-world.md ├── long-texts │ ├── README.md │ ├── answering-given-paragraphs.md │ ├── finding-relevant-paragraphs.md │ └── loading-paper-text.md ├── question-answering.md ├── question-answering │ ├── README.md │ ├── q-and-a-about-short-texts.md │ └── q-and-a-without-context.md ├── tool-use │ ├── README.md │ ├── interpreters.md │ └── web-search.md └── verifiers │ ├── README.md │ ├── checking-answers.md │ └── checking-reasoning-steps.md └── intro └── factored-cognition.md /.gitbook/assets/CleanShot 2022-09-16 at 16.44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/CleanShot 2022-09-16 at 16.44.png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2022-09-15 at 11.03.10 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screen Shot 2022-09-15 at 11.03.10 PM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2022-09-15 at 11.11.17 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screen Shot 2022-09-15 at 11.11.17 PM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot 2snBgQuq@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot 2snBgQuq@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot 5SnImnUA@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot 5SnImnUA@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot 68F7bqCl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot 68F7bqCl@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot Aqftwig3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot Aqftwig3@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot CwMYysJE@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot CwMYysJE@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot I8RpVqHV@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot I8RpVqHV@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot JplYHNAB@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot JplYHNAB@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot K4jccwjF@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot K4jccwjF@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot LbsEE3Jm@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot LbsEE3Jm@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot SaqzWmrb@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot SaqzWmrb@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot TZm32cpZ@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot TZm32cpZ@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot U08LXEri@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot U08LXEri@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot Y6Q4jlZA@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot Y6Q4jlZA@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot Zcfucb9z@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot Zcfucb9z@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot ZwfyIIV9@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot ZwfyIIV9@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot aTuRIdPR@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot aTuRIdPR@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot b7XyvpXx@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot b7XyvpXx@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot bMP2ErpR@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot bMP2ErpR@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot cRwy8m67@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot cRwy8m67@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot kPRh4IW6@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot kPRh4IW6@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot kwP5dN7n@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot kwP5dN7n@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot p9X3OJla@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot p9X3OJla@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot qhkZ8C53@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot qhkZ8C53@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot rjRCMc4G@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot rjRCMc4G@2x.png -------------------------------------------------------------------------------- /.gitbook/assets/Screenshot sgVJlAYM@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.gitbook/assets/Screenshot sgVJlAYM@2x.png -------------------------------------------------------------------------------- /.github/workflows/cla.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/.github/workflows/cla.yml -------------------------------------------------------------------------------- /CLA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/CLA.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /appendix/whats-next.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/appendix/whats-next.md -------------------------------------------------------------------------------- /before-we-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/before-we-start.md -------------------------------------------------------------------------------- /chapters/action-selection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/action-selection/README.md -------------------------------------------------------------------------------- /chapters/action-selection/iterative-action-selection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/action-selection/iterative-action-selection.md -------------------------------------------------------------------------------- /chapters/action-selection/one-shot-action-selection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/action-selection/one-shot-action-selection.md -------------------------------------------------------------------------------- /chapters/amplification-revisited.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/amplification-revisited.md -------------------------------------------------------------------------------- /chapters/amplification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/amplification.md -------------------------------------------------------------------------------- /chapters/amplification/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/amplification/README.md -------------------------------------------------------------------------------- /chapters/amplification/answering-subquestions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/amplification/answering-subquestions.md -------------------------------------------------------------------------------- /chapters/amplification/asking-subquestions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/amplification/asking-subquestions.md -------------------------------------------------------------------------------- /chapters/amplification/one-step-amplification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/amplification/one-step-amplification.md -------------------------------------------------------------------------------- /chapters/amplification/recursive-amplification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/amplification/recursive-amplification.md -------------------------------------------------------------------------------- /chapters/debate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/debate.md -------------------------------------------------------------------------------- /chapters/debate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/debate/README.md -------------------------------------------------------------------------------- /chapters/debate/from-debates-to-prompts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/debate/from-debates-to-prompts.md -------------------------------------------------------------------------------- /chapters/debate/representing-debates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/debate/representing-debates.md -------------------------------------------------------------------------------- /chapters/debate/the-debate-recipe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/debate/the-debate-recipe.md -------------------------------------------------------------------------------- /chapters/deduction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/deduction/README.md -------------------------------------------------------------------------------- /chapters/deduction/chain-of-thought.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/deduction/chain-of-thought.md -------------------------------------------------------------------------------- /chapters/hello-world.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/hello-world.md -------------------------------------------------------------------------------- /chapters/long-texts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/long-texts/README.md -------------------------------------------------------------------------------- /chapters/long-texts/answering-given-paragraphs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/long-texts/answering-given-paragraphs.md -------------------------------------------------------------------------------- /chapters/long-texts/finding-relevant-paragraphs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/long-texts/finding-relevant-paragraphs.md -------------------------------------------------------------------------------- /chapters/long-texts/loading-paper-text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/long-texts/loading-paper-text.md -------------------------------------------------------------------------------- /chapters/question-answering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/question-answering.md -------------------------------------------------------------------------------- /chapters/question-answering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/question-answering/README.md -------------------------------------------------------------------------------- /chapters/question-answering/q-and-a-about-short-texts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/question-answering/q-and-a-about-short-texts.md -------------------------------------------------------------------------------- /chapters/question-answering/q-and-a-without-context.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/question-answering/q-and-a-without-context.md -------------------------------------------------------------------------------- /chapters/tool-use/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/tool-use/README.md -------------------------------------------------------------------------------- /chapters/tool-use/interpreters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/tool-use/interpreters.md -------------------------------------------------------------------------------- /chapters/tool-use/web-search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/tool-use/web-search.md -------------------------------------------------------------------------------- /chapters/verifiers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/verifiers/README.md -------------------------------------------------------------------------------- /chapters/verifiers/checking-answers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/verifiers/checking-answers.md -------------------------------------------------------------------------------- /chapters/verifiers/checking-reasoning-steps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/chapters/verifiers/checking-reasoning-steps.md -------------------------------------------------------------------------------- /intro/factored-cognition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oughtinc/primer/HEAD/intro/factored-cognition.md --------------------------------------------------------------------------------