Earlier quoted context omitted.
This is bad advice to people with the correct posture. If you want to learn: don't use these models to do the things for you. Do use these models to learn. LLMs might not the best teachers in the world but they're available right there and then when you have a question. Don't take their answers for granted and test them. Ask to teach you the correct terms for things you don't know yet, so you can ask better questions…
I had this argument with Mark Cuban recently and he admitted he was wrong, my example was using a calculator to learn calculus.... We are forgetting what general purpose name means to learning and real practical usage as a tool. BTW the best AI and Computer Science discussions are happening on bluesky
Google gifts a Free AI Coding Assistant to the developer community
61–70 of 71 posts
Re: Google gifts a Free AI Coding Assistant to the developer community
#62If you're a computer science student who is thinking of using this, don't. Don't use Copilot, Gemini, Cursor or any other code assisting tool for the several first years of your study or career. You will write code slower than others, sure, but what you'll learn and what you build will be a hundred times more useful for you than when you just copy and paste 'stuff' from AI. Invest in fundamentals, learn best practice…
You put yourself at a significant disadvantage by not availing yourself of an infinitely patient, non-judgemental, and thoroughly well read tutor/coach.
Re: Google gifts a Free AI Coding Assistant to the developer community
#63Re: Google gifts a Free AI Coding Assistant to the developer community
#64If you're a computer science student who is thinking of using this, don't. Don't use Copilot, Gemini, Cursor or any other code assisting tool for the several first years of your study or career. You will write code slower than others, sure, but what you'll learn and what you build will be a hundred times more useful for you than when you just copy and paste 'stuff' from AI. Invest in fundamentals, learn best practice…
Re: Google gifts a Free AI Coding Assistant to the developer community
#65Earlier quoted context omitted.
Healthcare workers aren't negatively affected by having to put up with shitty software that doesn't actually work? That's news to me.
> Healthcare workers aren't negatively affected by having to put up with shitty software that doesn't actually work? Is your position that code produced with LLMs is _worse_ than the average human developer working alone? I would be far happier if the software I am forced to use professionally had been produced by developers guided by LLMs. But even if you are right, most software developers don't work on anything im…
Absolutely.
> But even if you are right, most software developers don't work on anything important and most don't care about the software they output.
If it's not worth doing well, and it's not worth learning from... it's not worth doing.
Re: Google gifts a Free AI Coding Assistant to the developer community
#66Earlier quoted context omitted.
> But be sure to understand what you auto-completed. If not, stop and learn. But that's IMO exactly what your parent commenter says. Use LLMs only after you actually have a clue what are they producing. So if you are a beginner, basically don't because you'll not have any understanding.
Nope, the theme of the parent was... >Don't use Copilot, Gemini, Cursor or any other code assisting tool for the several first years of your study or career. I totally disagree with it too and think its no different than using a book or SO from the past. As a Junior you copy paste many more lines of codes that you don't full appreciate and sometimes it simply just takes time of doing that to absorb the knowledge.
I agree that nowadays LLMs can fill in for SO and Reddit.
Re: Google gifts a Free AI Coding Assistant to the developer community
#67Earlier quoted context omitted.
Nope, the theme of the parent was... >Don't use Copilot, Gemini, Cursor or any other code assisting tool for the several first years of your study or career. I totally disagree with it too and think its no different than using a book or SO from the past. As a Junior you copy paste many more lines of codes that you don't full appreciate and sometimes it simply just takes time of doing that to absorb the knowledge.
I don't think we disagree at all btw. IMO we all agree understanding of what the spat-out code actually does is mandatory and absolutely is NOT optional. The rest are really just details. I agree that nowadays LLMs can fill in for SO and Reddit.
Re: Google gifts a Free AI Coding Assistant to the developer community
#68If you're a computer science student who is thinking of using this, don't. Don't use Copilot, Gemini, Cursor or any other code assisting tool for the several first years of your study or career. You will write code slower than others, sure, but what you'll learn and what you build will be a hundred times more useful for you than when you just copy and paste 'stuff' from AI. Invest in fundamentals, learn best practice…
Re: Google gifts a Free AI Coding Assistant to the developer community
#69[0]: https://sachinjain.substack.com/p/ai-coding-assistant-gemini...
Re: Google gifts a Free AI Coding Assistant to the developer community
#70If you're a computer science student who is thinking of using this, don't. Don't use Copilot, Gemini, Cursor or any other code assisting tool for the several first years of your study or career. You will write code slower than others, sure, but what you'll learn and what you build will be a hundred times more useful for you than when you just copy and paste 'stuff' from AI. Invest in fundamentals, learn best practice…
I just interviewed someone for a Senior position who's been using these AI copilots for 1.5 years as a contractor. In the interview I politely said I wanted to evaluate their skills without AI, so no Cursor/Copilots allowed. They did not remember how to map through an array, define a function, add click/change handlers to input, etc.
Most of us do not remember the exact syntax for everything despite having coded in that language/framework for years.