this post was submitted on 18 Jul 2025
160 points (96.0% liked)
Technology
72946 readers
3263 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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.