Comment Hinges Strongly on "HOW" They Use AI (Score 4, Informative) 63
Initially, I found the same in myself--a real degradation overall in my productivity. I am a software Engineer. It has not been easy learning how to use generative AI to actually increase and improve productivity. At first, you think it can do almost anything for you but gradually over time realize it greatly over-promises.
Overall, the key is that you need to remain in charge of your work. It is an assistant that can be entrusted more or less to small tasks with oversight, at best. For example, frame out your project and clearly define your rules and preferences in fine detail. Then..
It's good at:
- Researching, summarizing, and giving examples of protocols, best practices, etc.
- Help you identify considerations you might have overlooked.
- Writing bits of code where the inputs/outputs and constraints are clearly defined.
It's bad at:
- Full projects
- Writing anything novel (it knows common patterns and can't work much beyond them.
- Being honest and competent -- it cheat on writing code and writing tests for that code; when you catch it red handed, it will weasel its way out.
The bottom line: you are in charge. You need to review what it gives you. You need to work back and forth with it.
Also -- I am still learning.
--Matthew