What I Delegate to AI, and What I Don’t
AI Usage Disclosure I use large language models in my work, including in the code in my public repositories. What I use them for: writing and refactoring code, generating tests, drafting documentation, reviewing my own code for edge cases I missed, exploring unfamiliar libraries, and rubber-ducking design decisions before I commit to one. What I do not use them for: generating data, results, or producing any scientific claim I have not verified against a primary source. I do not paste unpublished data, private datasets, or anything under confidentiality into a model. ...