this post was submitted on 18 Jun 2025
257 points (91.9% liked)

Privacy

39513 readers
652 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 2 weeks ago (3 children)

I asked my work’s AI to just give me a comma separated list of string that I gave it, then it returned a list of strings with all the strings being “CREDIT_DEBIT_CARD_NUMBER”. The numbers were 12 digits, not 16. I asked 3 times to give me the raw numbers and had to say exactly “these are 12 digits long not 16. Stop obfuscating it” before it gave me the right things.

I’ve even had it be wrong about simple math. It’s just awful.

[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Either you are bad at chatgpt, or I am a machine whisperer but I have a hard time believing copilot couldnt handle that, I am regularly having it rewrite sql code, reformatting java code, etc

[–] [email protected] 2 points 2 weeks ago (1 children)

I was using Amazon Q, so it could just be the shitty LLM.

[–] [email protected] 2 points 2 weeks ago

Oh yeah, that's definitely shitty then, copilot does shit like that really easily

[–] [email protected] 14 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Yeah because it's a text generator. You're using the wrong tool for the job.

[–] [email protected] 6 points 2 weeks ago

Exactly. But they tout this as “AI” instead of an LLM. I need to improve my kinda ok regex skills. They’re already better than almost anyone else on my team, but I can improve them.

[–] [email protected] 9 points 2 weeks ago

It’s really crappy at trying to address its own mistakes. I find that it will get into an infinite error loop where it hops between 2-4 answers, none of which are correct. Sometimes it helps to explicitly instruct it to format the data provided and not edit it in any way, but I still get paranoid.