| My experience is starkly different. Today I used LLMs to: 1. Write python code for a new type of loss function I was considering 2. Perform lots of annoying CSV munging ("split this CSV into 4 equal parts", "convert paths in this column into absolute paths", "combine these and then split into 4 distinct subsets based on this field.." - they're great for that) 3. Expedite some basic shell operations like "generate softlinks for 100 randomly selected files in this directory" 4. Generate some summary plots of the data in the files I was working with 5. Not to mention extensive use in Cursor & GH Copilot The tool (Claude 3.7 mostly, integrated with my shell so it can execute shell commands and run python locally) worked great in all cases. Yes I could've done most of it myself, but I personally hate CSV munging and bulk file manipulations and its super nice to delegate that stuff to an LLM agent edit: formatting |