IT DIDN’T TAKE long. Just months after OpenAI’s ChatGPT chatbot upended the startup economy, cybercriminals and hackers are claiming to have created their own versions of the text-generating technology. The systems could, theoretically at least, supercharge criminals’ ability to write malware or phishing emails that trick people into handing over their login information.
- Adramis [he/him] ( @Adramis@beehaw.org ) 84•1 year ago
Oh no, CrImInAlS. We’d better make sure only big corps can use this tech and legislate against individual use. /s
- coyotino [he/him] ( @theangriestbird@beehaw.org ) English26•1 year ago
Right? The nerve it takes to create an AI model from copyrighted work, and then turn around and call your copycats “criminals”. Y’all, you started a criminal enterprise.
- AggressivelyPassive ( @agressivelyPassive@feddit.de ) 14•1 year ago
That’s not the point, and you should actually read the article.
The “criminals” are using AI tools to commit what experts call “crimes”. The creation of the tools is not the crime, but their use for criminal purposes is.
Self-righteous, uninformed rage doesn’t help anyone.
- SokathHisEyesOpen ( @Anticorp@lemmy.ml ) English7•1 year ago
There seems to be an excessive amount of that on this platform the last few weeks.
- CanadaPlus ( @CanadaPlus@lemmy.sdf.org ) 3•1 year ago
Clearly, this is a very viable Reddit successor.
- coyotino [he/him] ( @theangriestbird@beehaw.org ) English3•1 year ago
The “criminals” are using AI tools to commit what experts call “crimes”. The creation of the tools is not the crime, but their use for criminal purposes is.
i phrased my statement a little weirdly, but i understood this point perfectly when i made my comment. they created copycat LLMs that don’t have the same “safeguards” in place, so these new LLMs can be used to write malware and produce other illegal results. My point was: it seems funny to call this criminal and call ChatGPT “legitimate” just because ChatGPT can’t write malware.
Well, yeah, because that’s kind of the point?
ICBMs and Falcon9s are both rockets, but one kind is much more concerning.
- SokathHisEyesOpen ( @Anticorp@lemmy.ml ) English7•1 year ago
I was just thinking along the same lines “welp, there goes our open access to powerful AI functionality. It was fun for the few short months we had it”.
- lily33 ( @lily33@lemm.ee ) 45•1 year ago
Oh, no, bad guys can use [insert new technology here], too!
More seriously, yes. And it can also be used to detect scams and spam.
- frog 🐸 ( @frog@beehaw.org ) English35•1 year ago
I find it faintly amusing that, at least for me, the post directly below this one is “making large language models work for you”. Clearly advice that the criminals have taken to heart.
- HTTP_404_NotFound ( @xtremeownage@lemmyonline.com ) English15•1 year ago
I don’t see this as a bad thing.
Malware that breaks due to bugs any normal sane developer would have detected.
My experience with chatGPT, it’s a great TOOL. But, the code it generates, is very frequently incorrect. But, the problem is, the code it generates LOOKS good. And, will actually likely work, mostly.
- The Doctor ( @drwho@beehaw.org ) English17•1 year ago
In other words, don’t interrupt your enemy when they’re making a mistake.
- mobyduck648 ( @mobyduck648@beehaw.org ) 3•1 year ago
That’s fundamentally why you can’t replace a software engineer with ChatGPT, only a software engineer has the skillset to verify the code isn’t shit even if it superficially works.
- HTTP_404_NotFound ( @xtremeownage@lemmyonline.com ) English1•1 year ago
Yup.
I find it can be quite a useful tool. But, I also know when to spot its mistakes. I had it generate and cleanup some code the other day, and found 4 or 5 pretty big issues with it, which would have been hardly detectable by a more novice developer.
After, telling it about its own issues, it was able to identify and correct them.
Its, kind of like mentoring a new developer.