Earlier quoted context omitted.
A current 3rd year college student here. I really want LLMs to help me in learning but the success rate is 0. They often can not generate relatively trivial code When they do, they can not explain that code. For example, I was trying to learn socket programing in C. Claude generated the code, but when I stared asking about stuff, it regressed hard. Also, often the code is more complex than it needs to be. When learni…
I'm starting to suspect that people generally have poor experiences with LLMs due to bad prompting skills. I would need to see your chats with it in order to know if you're telling the truth.
A Student's Guide to Writing with ChatGPT
231–240 of 318 posts
Re: A Student's Guide to Writing with ChatGPT
#232Anecdote-- every single high school student and college student I've talked to in the past year (probably dozens) use chatgpt to write their papers. They don't even know how to write a prompt, or in some cases even what "writing a prompt" means. They just paste the assignment in as a prompt and copy the output. They then feed that as input to some app that detects chatgpt papers and change the wording until it flows…
For example she tends to ask it for outlines instead of the whole thing, mostly to beat "white page paralysis" and also because it often provides some aspect she might have overlooked.
She tends to avoid asking for big paragraphs because she doesn't trust it with facts and also dislikes editing out the "annoying" AI style or prompting for style rewrites. But she will feed it phrases from her own writing that get too tangled for simplification.
Also she will vary the balance of AI/own effort according to the nature of the task, her respect for the teacher or subject: Interesting work from a engaging lecturer? Light LLM touch or none. Malicious make-work or readable Lorem Ipsum when the point is the format of the thing instead of the content? AI pap by the tons for you. I find it healthy and mature.
Re: A Student's Guide to Writing with ChatGPT
#233I think this is pretty good advice. I think often AI sceptics go too far in assuming users blindly use the AI to do everything (write all the code, write the whole essay). The advice in this article largely mirrors - by analogy - how I use AI for coding. To rubber duck, to generate ideas, to ask for feedback, to ask for alternatives and for criticism. Usually it cannot write the whole thing (essay, program )in one go…
Re: A Student's Guide to Writing with ChatGPT
#234Earlier quoted context omitted.
> That's how background knowledge works. If you can't get over the drudgery of learning scales and chords, you'll never learn music. Tell that to drummers
As a drummer, you need to learn your scales and chords. It still matters, and the way you interact with the music should be consistent with how the chords change, and where the melody is within the scale. Your drumming will be "melodic" if you do so
Re: A Student's Guide to Writing with ChatGPT
#235Earlier quoted context omitted.
>>The difference is that you can trust a good calculator. You currently can't trust AI to be right. Well that is because you ask a calculator to divide numbers. Which is a question that can be interpreted in only one way. And done only one way. Ask the smallest possible for loop and if loop that AI can generate now you have the pocket calculator equivalent of programming.
>> Well that is because you ask a calculator to divide numbers. Which is a question that can be interpreted in only one way. And done only one way. Is it? What is 5/2+3?
Re: A Student's Guide to Writing with ChatGPT
#236I have been working with colleagues to develop advice on how to adapt teaching methods in the face of widespread use of LLMs by students. The first point I like to make is that the purpose of having students do tasks is to foster their development. That may sound obvious, but many people don't seem to take notice that the products of student activities are worthless in themselves. We don't have students do push-ups i…
It is trivially easy to spot AI writing if you are familiar with it, but if it requires failing most of the class for turning in LLM generated material, I think we are going to find that abolishing graded homework is the only tenable solution. The student's job is not to do everything the teacher says, it is to get through schooling somewhat intact and ready for their future. The sad fact is that many things we were…
Personally what I’m doing is to push the weight back at the students. Every submission now requires a 5-minute presentation with an argumentation/defense against me as an opponent. Anyway it would take me around 10-15 min to correct their submission, so we’re just doing it together now.
Re: A Student's Guide to Writing with ChatGPT
#237Earlier quoted context omitted.
"But there is something to be said about atrophy. If you don't use it, you lose it. I wonder if my coding skill will deteriorate in the years to come..." "You don't want to over-rely on AI because a certain degree of "productive struggle" is essential for learning something deeply." These two ideas are closely related and really just different aspects of the same basic frailty of the human intellect. Understanding th…
In the presence of sufficiently good and ubiquitous tools, knowing how to do some base thing loses most or all of its value. In a world where everyone has a phone/calculator in their pocket, remembering how to do long division on paper is not worthwhile. If I ask you "what is 457829639 divided by 3454", it is not worth your time to do that by hand rather than plugging it into your phone's calculator. In a world where…
Re: A Student's Guide to Writing with ChatGPT
#238Earlier quoted context omitted.
The simpler explanation is that LLMs are not very good.
I can get an LLM to do almost anything I want. Sometimes I need to add a lot of context. Sometimes I need to completely rewrite the prompt after realizing I wasn't communicating clearly. I almost always have to ask it to explain it's reasoning. You can't treat an LLM like a computer. You have to treat it like a weird brain.
If the premise is that you first need to learn an alien psychology, that's quite the barrier for a student.
Re: A Student's Guide to Writing with ChatGPT
#239Earlier quoted context omitted.
ideally you look and fail and exhaust your own efforts, then get unblocked with a tool or assistant or expert. With LLMs at your finger tips who has both the grit to struggle and the self discipline not to quit early? at the age of the typical student - very few.
Do you advocate that students learn without the help of teachers until they exhaust their own efforts?
Re: A Student's Guide to Writing with ChatGPT
#240I mostly teach graduate students, and in my first lecture, one of the slides goes through several LLMs attempts at a fairly simple prompt to write a seminar introduction for me. We grade them in terms of factually correct statements, "I suppose" statements (yes, I've worked on influenza, but that's not what I'm best known for), and outright falsehoods. Thus far none of them have gotten it right - illustrating at leas…