use-cases/learn-a-new-concept.md +39 −11
1# Learn a new concept | Codex use cases1# Learn a new concept | Codex use cases
2 2
3Codex use cases
4
5
6
7
8
9Codex use case
10
11# Learn a new concept
12
13Turn dense source material into a clear, reviewable learning report.
14
15Difficulty **Intermediate**
16
17Time horizon **30m**
18
19Use Codex to study material such as research papers or courses, split the reading across subagents, gather context, and produce a Markdown report with diagrams.
20
21## Best for
22
23 - Individuals learning about an unfamiliar concept
24- Dense source material that benefits from parallel reading, context gathering, diagrams, and a written synthesis
25- Turning a one-off reading session into a reusable Markdown report with citations, glossary terms
26
27# Contents
28
3[← All use cases](https://developers.openai.com/codex/use-cases)29[← All use cases](https://developers.openai.com/codex/use-cases)
4 30
5Copy page [Export as PDF](https://developers.openai.com/codex/use-cases/learn-a-new-concept/?export=pdf)31Copy page [Export as PDF](https://developers.openai.com/codex/use-cases/learn-a-new-concept/?export=pdf)
22 48
23## Skills & Plugins49## Skills & Plugins
24 50
2551- [ImageGen](https://github.com/openai/skills/tree/main/skills/.curated/imagegen)- ImageGen
26 52
2753 Generate illustrative, non-exact visual assets when a Markdown-native diagram is not enough. Generate illustrative, non-exact visual assets when a Mermaid diagram is not enough.
28 54
29| Skill | Why use it |55| Skill | Why use it |
30| --- | --- |56| --- | --- |
3157| [ImageGen](https://github.com/openai/skills/tree/main/skills/.curated/imagegen) | Generate illustrative, non-exact visual assets when a Markdown-native diagram is not enough. || ImageGen | Generate illustrative, non-exact visual assets when a Mermaid diagram is not enough. |
32 58
33## Starter prompt59## Starter prompt
34 60
49 - separate what the paper claims from your interpretation75 - separate what the paper claims from your interpretation
50 - call out missing background, assumptions, and follow-up reading76 - call out missing background, assumptions, and follow-up reading
51 77
78[Open in the Codex app](codex://new?prompt=I+want+to+learn+a+new+concept+from+this+research+paper%3A+%5Bpaper+path+or+URL%5D.%0A%0APlease+run+this+as+a+subagent+workflow%3A%0A-+Spawn+one+subagent+to+map+the+paper%27s+problem+statement%2C+contribution%2C+method%2C+experiments%2C+and+limitations.%0A-+Spawn+one+subagent+to+gather+prerequisite+context+and+explain+the+background+terms+I+need.%0A-+Spawn+one+subagent+to+inspect+the+figures%2C+tables%2C+notation%2C+and+any+claims+that+need+careful+verification.%0A-+Wait+for+all+subagents%2C+reconcile+disagreements%2C+and+avoid+overclaiming+beyond+the+source+material.%0A%0AFinal+output%3A%0A-+create+%60notes%2F%5Bconcept-name%5D-report.md%60%0A-+include+an+executive+summary%2C+glossary%2C+paper+walkthrough%2C+concept+map%2C+method+diagram%2C+evidence+table%2C+caveats%2C+and+open+questions%0A-+use+Markdown-native+Mermaid+diagrams+where+diagrams+help%0A-+use+imagegen+to+generate+illustrative%2C+non-exact+visual+assets+when+a+Markdown-native+diagram+is+not+enough%0A-+cite+paper+sections%2C+pages%2C+figures%2C+or+tables+whenever+possible%0A%0AConstraints%3A%0A-+do+not+treat+the+paper+as+ground+truth+if+the+evidence+is+weak%0A-+separate+what+the+paper+claims+from+your+interpretation%0A-+call+out+missing+background%2C+assumptions%2C+and+follow-up+reading "Open in the Codex app")
79
52 I want to learn a new concept from this research paper: [paper path or URL].80 I want to learn a new concept from this research paper: [paper path or URL].
53 Please run this as a subagent workflow:81 Please run this as a subagent workflow:
54- Spawn one subagent to map the paper's problem statement, contribution, method, experiments, and limitations.82- Spawn one subagent to map the paper's problem statement, contribution, method, experiments, and limitations.
135- An experiment map that connects datasets, metrics, baselines, and reported claims.163- An experiment map that connects datasets, metrics, baselines, and reported claims.
136- A limitations diagram that separates assumptions, failure modes, and open questions.164- A limitations diagram that separates assumptions, failure modes, and open questions.
137 165
138166For Markdown-first reports, ask for Mermaid when the destination supports it, or a small checked-in SVG/PNG asset when it does not. Ask Codex to use imagegen only when you need an illustrative, non-exact visual or something that doesn’t fit in a Markdown-native diagram.For Markdown-first reports, ask for Mermaid when the destination supports it, or a small checked-in SVG/PNG asset when it does not. Ask Codex to use the imagegen system skill, which comes with Codex by default, only when you need an illustrative, non-exact visual or something that doesn't fit in a Markdown-native diagram.
139 167
140## Write the Markdown report168## Write the Markdown report
141 169
225 253
226Use Codex to gather approved new-hire context, stage tracker updates, draft team-by-team...254Use Codex to gather approved new-hire context, stage tracker updates, draft team-by-team...
227 255
228256Integrations Data](https://developers.openai.com/codex/use-cases/new-hire-onboarding)[Integrations Data](https://developers.openai.com/codex/use-cases/new-hire-onboarding)[
229 257
230258### Generate slide decks### Query tabular data
231 259
232260Use Codex to update existing presentations or build new decks by editing slides directly...Use Codex with a CSV, spreadsheet, dashboard export, Google Sheet, or local data file to...
233 261
234262Data Integrations](https://developers.openai.com/codex/use-cases/generate-slide-decks)[Data Knowledge Work](https://developers.openai.com/codex/use-cases/analyze-data-export)[
235 263
236264### Analyze datasets and ship reports### Turn feedback into actions
237 265
238266Use Codex to clean data, join sources, explore hypotheses, model results, and package the...Connect Codex to multiple data sources such as Slack, GitHub, Linear, or Google Drive to...
239 267
240268Data Analysis](https://developers.openai.com/codex/use-cases/datasets-and-reports)Data Integrations](https://developers.openai.com/codex/use-cases/feedback-synthesis)