this post was submitted on 02 Dec 2024
62 points (87.8% liked)
Asklemmy
44005 readers
321 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Used it as a toy for the longest time but by now I had to do a lot of coding and I was actually able to make good use of code completion AI.
Saved me about a quarter of my time. Definitely worth something. (FYI I use supermaven free tier).
Also I'm using ChatGPT to ask dumb questions because that way I don't have to constantly interrupt other people. And also as a starting point to research something. I usually start with ChatGPT, then Google specific jargon and depending on the depth of the topic I will read either studies, articles or forum threads afterwards.
It did take me a long time to figure out which AI and when to use it, so mandating this onto the entire government is a gong show more than anything.
No AI is not useless, but it's always a very specific use case.
If you're interested, I suggest using the free ChatGPT version to ask dumb questions together with Google to get a feel for what you get. Then you can better decide if it's worth it for you.
The amount of shit we have to clean up from devs using AI generated code nowadays is insane. Some people are using it to generate the bulk of their code and the output can be trash tier.
I was supposed to have a nice long weekend to rest and I spent most of it cleaning up after clients who pushed AI generated code into production that froze all data processing. Even after we found the problem and fixed it for them, the data didn't catch up until yesterday afternoon. The entire holiday I had to spend with a laptop a few feet away on a Teams call because a dev used AI-gen code.
I am not saying that it isn't helpful to your situation. What I am saying is that a growing number of outfits are starting to depend on "devs" who's code is mostly LLM generated, and they push it without understanding what it does or how it interacts with the environment they are deploying it in.
Yeah. I think AI literacy is a real thing and should be taken seriously. Before generating everyone should internalize the boundaries and limitations of any model used.
If you have a hammer, everything's a nail. And that reflex exists with AI as well, so everyone who uses is has to be careful in regards to that.
Same.
Gen AI is very helpful when you're working on modifying or filling holes in code.