this post was submitted on 13 Feb 2025
1023 points (97.6% liked)
Technology
62936 readers
4801 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- 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, to ask if your bot can be added please contact us.
- 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
Idk man. I just used it the other day for recalling some regex syntax and it was a bit helpful. However, if you use it to help you generate the regex prompt, it won't do that successfully. However, it can break down the regex and explain it to you.
Ofc you all can say "just read the damn manual", sure I could do that too, but asking an generative a.i to explain a script can also be as effective.
yes, exactly. You lose your critical thinking skills
As I was learning regex I was wondering why the * doesn't act like a wildcard and why I had to use .* instead. That doesn't make me lose my critical thinking skills. That was wondering what's wrong with the way I'm using this character.
Hey, just letting you know getting the answers you want after getting a whole lot of answers you dont want is pretty much how everyone learns.
People generally don't learn from an unreliable teacher.
Literally everyone learns from unreliable teachers, the question is just how reliable.
You are being unnecessarily pedantic. "A person can be wrong therefore I will get my information from a random words generator" is exactly the attitude we need to avoid.
A teacher can be mistaken, yes. But when they start lying on purpose, they stop being a teacher. When they don't know the difference between the truth and a lie, they never were.
I'd rather learn from slightly unreliable teachers than teachers who belittle me for asking questions.
No, obviously not. You don't actually learn if you get misinformation, it's actually the opposite of learning.
But thankfully you don't have to chose between those two options.
https://regex101.com/
It's one thing to try to do and then ask for help (as you did), it's another to just ask it to "do x" without thought or effort which is what the study is about.
So the study just checks how many people not yet learned how to properly use GenAI
I think there exists a curve from not trusting to overtrusting than back to not blindly trusting outputs (because you suffered consequences from blindly trusting)
And there will always be people blindly trusting bullshit, we have that longer than genAI. We have enough populists proving that you can tell many people just anything and they believe.
what got regex to do with critical thinking?