| > Taking GPT out of the equations reduces my velocity by magnitudes. But you should still know how to do it regardless. Because of situations like this. That is the point of my comment. If you can't do your job without ChatGPT, you don't have any business working in your field to begin with. Even if it's at a reduced speed, you still need to know how to do your job. >It's a nice thought, but I can apply this chain of reasoning to no end of technologies without which scientific progress in a given domain would entirely halt. Not really. To do advanced stuff you have to understand the basics. This goes for almost every field. You can't build the next-level Javascript app without knowing what an if-else does. You can't be a doctor without knowing a little chemistry and biology. Even in a job like construction, you need to be able to do simple math to make sure your measurements are correct. Saying that advanced tools should be used for things like programming without understanding the basics is a logical fallacy. It's the same argument that managers sometimes use. You know, the "programmers only copy and paste from stack overflow. Why do we pay you so much?" Asking chatGPT for code means nothing if you don't know how to apply it and search for bugs. And to use code from ChatGPT, you need to know how to do your job without it. Otherwise, you will only produce code that, at best, sucks and, at worst, doesn't work. |
I'm currently using ChatGPT for a bunch of AI/ML that I don't know how the insides are working. But I'm able to build models from scratch that does exactly what I want, with 99% accuracy in my test cases, without actually knowing what the model does, but together with GPT4 + automatic hyperparameter tuning, I'm able to build models I can use in production.
Does it matter if I know exactly how everything inside in the model works, if I can get it to work exactly to my specification without it?
This is essentially how I started programming as well way back in time. I didn't know exactly what the Perl code I copy-pasted did, but if it solved the problem, it solved the problem. It brought me and my family out of poverty, and at that point I couldn't care less about how the magic actually was done, just that it did work.
Obviously now I have more knowledge about web field in general and 10+ languages that I no longer have to use any docs to be productive with, and maybe that'll happen with AI/ML eventually as well, but for a person who is starting with something new and wanna be productive quickly, GPT4 is a godsend.