When you use LLMs to code something, are you using diff to do line-by-line comparison of the changes the LLM gives you as you work on the code?
Yes, always
26%
Sometimes
8%
Almost never
1.4%
I don't use LLMs for coding
64.7%
Poll ended at .
@AlSweigart if i am using an LLM to code something i will still usually type everything out manually and modify stuff i know is incorrect or inefficient or not in the correct style. to be clear, i never use LLMs integrated into an editor and only ever use an LLM as a last resort. even then, everything goes through me.