Using AI¶
Use AI as a tool for study, coding, search, critique, and testing.
Study loop¶
- Attempt the derivation, solution, or design yourself.
- Write what you know and where you are uncertain.
- Ask AI for critique, alternatives, implementation help, sources, or adversarial cases.
- Check the result with calculation, tests, simulation, measurement, or a primary source.
- Reconstruct the important step from memory.
Good uses¶
- Generate counterexamples and adversarial tests.
- Implement a model you can already specify.
- Find literature, then read the primary source.
- Run a mock oral defense.
- Automate repetitive data work with checks.
- Compare derivations.
- Analyze errors and failed cases.
Keep under independent review¶
- Problem statements.
- Units and physical constraints.
- Source provenance.
- Evaluation criteria.
- Safety constraints.
- Final causal and technical claims.