You’re going to lose the ability to do it yourself if you keep doing that. I used to use AI occasionally for code until one day I tried doing it on my own and realized that I had forgotten how to do it without AI. I feel rather embarrassed to admit that, and imo LLMs are like the smoking of our generations and lots of people, including me, jumped on the hype train not knowing of all the harms it causes.
what if i try to write code, and when i get stuck, i ask the llm why my method or my syntax failed and it tells me how i ducked up? like a tutor but with forced infinite patience?
Sorry for the large block of text, but here’s my answer and reasoning;
That causes you to lose your ability to problem solve, which is very important for programming. I started programming years before vibe coding was a thing. When you run into a problem you reread your code, look at the docs, search/ask on a forum, or go for a walk a come back later. I’ve spent days trying to solve problems many times, especially when I first started programming or am working on something particularly tough. That’s very normal and over time you get better and learn to recognize those problems and are able to solve them faster. If someone else or an LLM does it for you, you lose out on foundational problem solving knowledge, which makes doing more complicated stuff later on much more difficult. You never really learn if you don’t have to do it yourself and even if you have learned, not doing it for a long enough time will regress your skills.
maybe but i would also point out that under the same argument being taught by a teacher, or a tutor would not actually allow a novice to learn either.
and i see very little difference between the text on the page vs text from an ai, except for accessibility.
but like all things, you get out what you put in.
if you ask the llm to write you code for something, you don’t get anything out of it, unless you count the amount of time it takes to fix the guaranteed mess of code you get as trouble shooting time.
i find the llm’s are crapp at a lot of things, but when asked it can explain things in a manner that is tailored to the ability of the user. and i have learned quite a lot using llm’s.
You’re going to lose the ability to do it yourself if you keep doing that. I used to use AI occasionally for code until one day I tried doing it on my own and realized that I had forgotten how to do it without AI. I feel rather embarrassed to admit that, and imo LLMs are like the smoking of our generations and lots of people, including me, jumped on the hype train not knowing of all the harms it causes.
what if i try to write code, and when i get stuck, i ask the llm why my method or my syntax failed and it tells me how i ducked up? like a tutor but with forced infinite patience?
Sorry for the large block of text, but here’s my answer and reasoning;
That causes you to lose your ability to problem solve, which is very important for programming. I started programming years before vibe coding was a thing. When you run into a problem you reread your code, look at the docs, search/ask on a forum, or go for a walk a come back later. I’ve spent days trying to solve problems many times, especially when I first started programming or am working on something particularly tough. That’s very normal and over time you get better and learn to recognize those problems and are able to solve them faster. If someone else or an LLM does it for you, you lose out on foundational problem solving knowledge, which makes doing more complicated stuff later on much more difficult. You never really learn if you don’t have to do it yourself and even if you have learned, not doing it for a long enough time will regress your skills.
maybe but i would also point out that under the same argument being taught by a teacher, or a tutor would not actually allow a novice to learn either.
and i see very little difference between the text on the page vs text from an ai, except for accessibility.
but like all things, you get out what you put in. if you ask the llm to write you code for something, you don’t get anything out of it, unless you count the amount of time it takes to fix the guaranteed mess of code you get as trouble shooting time.
i find the llm’s are crapp at a lot of things, but when asked it can explain things in a manner that is tailored to the ability of the user. and i have learned quite a lot using llm’s.