←back to thread

395 points pseudolus | 1 comments | | HN request time: 0.199s | source
Show context
dtnewman ◴[] No.43633873[source]
> A common question is: “how much are students using AI to cheat?” That’s hard to answer, especially as we don’t know the specific educational context where each of Claude’s responses is being used.

I built a popular product that helps teachers with this problem.

Yes, it's "hard to answer", but let's be honest... it's a very very widespread problem. I've talked to hundreds of teachers about this and it's a ubiquitous issue. For many students, it's literally "let me paste the assignment into ChatGPT and see what it spits out, change a few words and submit that".

I think the issue is that it's so tempting to lean on AI. I remember long nights struggling to implement complex data structures in CS classes. I'd work on something for an hour before I'd have an epiphany and figure out what was wrong. But that struggling was ultimately necessary to really learn the concepts. With AI, I can simply copy/paste my code and say "hey, what's wrong with this code?" and it'll often spot it (nevermind the fact that I can just ask ChatGPT "create a b-tree in C" and it'll do it). That's amazing in a sense, but also hurts the learning process.

replies(34): >>43633957 #>>43634006 #>>43634053 #>>43634075 #>>43634251 #>>43634294 #>>43634327 #>>43634339 #>>43634343 #>>43634407 #>>43634559 #>>43634566 #>>43634616 #>>43634842 #>>43635388 #>>43635498 #>>43635830 #>>43636831 #>>43638149 #>>43638980 #>>43639096 #>>43639628 #>>43639904 #>>43640528 #>>43640853 #>>43642243 #>>43642367 #>>43643255 #>>43645561 #>>43645638 #>>43646665 #>>43646725 #>>43647078 #>>43654777 #
bko ◴[] No.43634075[source]
When modern search became more available, a lot of people said there's no point of rote memorization as you can just do a Google search. That's more or less accepted today.

Whenever we have a new technology there's a response "why do I need to learn X if I can always do Y", and more or less, it has proven true, although not immediately.

For instance, I'm not too concerned about my child's ability to write very legibly (most writing is done on computers), spell very well (spell check keeps us professional), reading a map to get around (GPS), etc

Not that these aren't noble things or worth doing, but they won't impact your life too much if you're not interest in penmanship, spelling, or cartography.

I believe LLMs are different (I am still stuck in the moral panic phase), but I think my children will have a different perspective (similar to how I feel about memorizing poetry and languages without garbage collection). So how do I answer my child when he asks "Why should I learn to do X if I can just ask an LLM and it will do it better than me"

replies(40): >>43634150 #>>43634156 #>>43634179 #>>43634211 #>>43634224 #>>43634268 #>>43634272 #>>43634362 #>>43634379 #>>43634426 #>>43634553 #>>43634592 #>>43634594 #>>43634728 #>>43634751 #>>43634838 #>>43635045 #>>43638038 #>>43638584 #>>43638671 #>>43638992 #>>43639074 #>>43639153 #>>43639324 #>>43639407 #>>43639632 #>>43639682 #>>43639789 #>>43639811 #>>43639836 #>>43639840 #>>43640113 #>>43640256 #>>43641056 #>>43641103 #>>43641125 #>>43641204 #>>43642320 #>>43646786 #>>43646876 #
II2II ◴[] No.43639682[source]
Perhaps that mode of thinking is wrong, even if it is accepted.

Take rote memorization. It is hard. It sucks in so many ways (just because you memorized something doesn't mean you can reason using that information). Yet memorization also provides the foundations for growth. At a basic level, how can you perform anything besides trivial queries if you don't know what you are searching for? How can you assess the validity of a source if you don't know the fundamentals? How can you avoid falling prey to propaganda if your only knowledge of a subject is what is in front of your face? None of that is to say that we should dismiss search and depend upon memorization. We need both.

I can't tell you what to say to your children about LLMs. For one thing, I don't know what is important to them. Yet it is important to remember that it isn't an either-or thing. LLMs are probably going to be essential to manage the profoundly unmanagable amount of information our world creates. Yet it is also important to remember that they are like the person who memorizes but lacks the ability to reason. They may be able to impress people with their fountain of facts, yet they will be unable to create a mark on the world since they will lack the ability to create anything unique.

replies(1): >>43640706 #
1. viraptor ◴[] No.43640706[source]
> At a basic level, how can you perform anything besides trivial queries if you don't know what you are searching for?

That's actually pretty doable. Almost every resource provides more context than just the exact thing you're asking. You build on that knowledge and continue asking. Nobody knows everything - we've been doing the equivalent of this kind of research forever.

> How can you assess the validity of a source if you don't know the fundamentals?

Learn about the fundamentals until you get to the level you're already familiar with. You're describing an adult outside of school environment learning basically anything.