AI as Assistant
Example: let AI download tables for you
Why this can be dangerous?
What it does well
What it is bad at
Root Issue: Frontier AI models are trained on vast majority of the human knowledge, not specific to your domain.
Literature collection vs literature review
You are the domain expert, you need to know these.
Why this can be dangerous?
What it does well
What it is bad at
Root Issue: AI has growing capabilities for solving mathematical, logical, and statistical problems, but might not be there yet.
Why this can be dangerous?
What it does well
What it might be still bad at (may improve over time)
What AI read in your results?
Root Issue: Not all models are good at reading plots.
Why this can be dangerous?
What it does well
What it is bad at
What it is bad at:
Prompt A: “This function is broken, can you clean it up and make it better?”
Prompt B: “Fix only the error in the for loop on line XX. Keep the existing variable names and style. Do not change anything else.”
Which prompt is better?
Prompt A: “Search my library folder for papers on social media and political polarization, and list them in APSA format, sort by publication years.”
Prompt B: “Find me ten papers that prove social media causes political polarization.”
Which prompt is better?
Given input prompt: “Fix the bug where the function crashes when the this field is empty.”
Response A: “I found the crash and fixed it. While I was in there, I also refactored the authentication module to use a cleaner session handling pattern and added input validation across all the other forms.”
Response B: “The crash happened because the code called .strip() on the password before checking if it was empty. I added a check for empty or missing passwords before that line. I did not change anything else.”
Which response is better given the prompt?
