There’s also the fact that
- It’s only really good at this if you want it to generate Python, PowerShell, bash, or C++ code. Try any other language and it quickly assumes you’re using outdated and often incompatible libraries or doesn’t really understand how the language functions.
- at the end of it all, neither you nor the AI has learned anything new; you’ll have to put in the exact same amount of work the next time. If you do it yourself, then over time that 10% advantage goes away.
Now, these things could both change over time, but humans are much more efficient to train than current state of the art probability sieves we call GenAI.
MagicShel@lemmy.zip 21 hours ago
If that was a 10% boost for you and you could’ve done it in 33 minutes without AI or experience, then my imposter syndrome has been right all along!
I’d bet that would’ve take me a few days and maybe buying a reference book and starting with hello world.
brsrklf@jlai.lu 19 hours ago
Did the AI gave you a starting point that would be very different from a bit of code someone submitted 10 years ago on stack exchange? Because in my experience, everything has already been asked and answered. This includes the most basic and naive stuff, and often I am very grateful for it, because, yeah, sometimes I need someone to guide me through the most basic stuff.
In fact, the AI needed that exact knowledge base and a bunch more to exist in the first place. It’s just vaguely competent at retrieving it.
Anyway, I didn’t say I had no experience, just the most minimal python experience. There are definitely a few quirks I had to learn (the data structures mostly), but for the rest is mostly finding the right method in the reference library, like you would in java.
MagicShel@lemmy.zip 13 hours ago
Logically, you would be right. My practical experience is I waste a lot less time trying to google multiple explanations something because one by itself isn’t helping me figure it out, writing bugged PoC test code and thinking something is broken, sorting through a bunch of things that haven’t been relevant for 3 versions, etc.
Of course the AI is trained on the same material we can an all find and read, but it does it orders of magnitude more quickly. The trade off is that it’s not always right, but neither am I and neither are most sources on the internet right in all circumstances. But it’s so fast and easy that I can iterate and evolve designs and understanding much more quickly than I could on my own.