I'm really curious to see where higher education will go now that we have LLM's. I imagine the bar will just keep getting higher and more will be able to taught in less time. Are there any students here who started uni just before LLM's took off and are now finishing their degrees? Have you noticed much change in how your classes are taught?
A Student's Guide to Writing with ChatGPT
11–20 of 318 posts
Re: A Student's Guide to Writing with ChatGPT
#12I'm really curious to see where higher education will go now that we have LLM's. I imagine the bar will just keep getting higher and more will be able to taught in less time. Are there any students here who started uni just before LLM's took off and are now finishing their degrees? Have you noticed much change in how your classes are taught?
After calculators were invented basically no one can can do math in their head. I’d argue the bar will be lower and lower. Yeah those who want can learn more in less time. But those who don’t - will learn much less.
I know a hiring manager who asks his (engineering) candidates what is 20% of 20,000? It's amazing how many engineers are completely unable to do this without a calculator. He said they often cry. Of course, they're all "no hire".
How did they get a degree, one wonders?
Re: A Student's Guide to Writing with ChatGPT
#13In a previous post, somebody mentioned that written answers are part of the interview process at their company and the instructions ask the candidate to not use AI for this part. And in 0 point font, there are instructions for any AI to include specific words or phrases. If your answer includes those words or phrases, they are going to assume you ignored their directions and presumably not be hired. Maybe OpenAI shou…
You can use a screenshot to get around it. It's a case of the "analogue hole".
But I suppose if they don't think of that, they're "no hire" anyway.
Re: A Student's Guide to Writing with ChatGPT
#14Re: A Student's Guide to Writing with ChatGPT
#15I'm really curious to see where higher education will go now that we have LLM's. I imagine the bar will just keep getting higher and more will be able to taught in less time. Are there any students here who started uni just before LLM's took off and are now finishing their degrees? Have you noticed much change in how your classes are taught?
I teach at the university level, and I just expect more from my students. Instead of implementing data structures like we did when I was in school, something ChatGPT is very good at; my students are building systems, something ChatGPT has more trouble with. Instead of paper exams asking students "find the bug" or "implement a short function", they get a takehome exam where they have to write tests, integrate their pr…
Re: A Student's Guide to Writing with ChatGPT
#16I 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…
Well, I got chatgpt (gpt4o) to write me a very basic json parser once (and a gltf parser). Although it was very basic and lacking any error checking, it did what i asked it (although not in one go, i had to refine my questions multiple times).
Re: A Student's Guide to Writing with ChatGPT
#17It is the same reason why I don't like making anki cards with LLMs.
I definitely think these tools and guide are great when you are doing "work" that you have already internalized well.
Re: A Student's Guide to Writing with ChatGPT
#18Re: A Student's Guide to Writing with ChatGPT
#19Re: A Student's Guide to Writing with ChatGPT
#20I 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…
Well, I got chatgpt (gpt4o) to write me a very basic json parser once (and a gltf parser). Although it was very basic and lacking any error checking, it did what i asked it (although not in one go, i had to refine my questions multiple times).