Earlier quoted context omitted.
Just assuming the current pace of advancement will continue. Good text and image synthesis were basically impossible 2 years ago, and every time I check up on Github some huge new innovation has come out.
Is there really a basis for such an assumption? Don't returns tend to diminish with effort, rather than increase?
CheatGPT
291–300 of 544 posts
Re: CheatGPT
#292Earlier quoted context omitted.
> The best interview question that will never die: "What's the weirdest bug you debugged? What made it weird?" @ChatGPT: Give me three sample answers to the following questions related to programming: "What`s the weirdest bug you debugged? What made it weird?"
"One time, I was working on a project where the UI kept freezing when a certain button was pressed. I spent hours debugging the code, but couldn't figure out what was causing the problem. Eventually, I discovered that the button's event handler was accidentally triggering an infinite loop that was consuming all the CPU resources, causing the UI to freeze. It was a weird bug because the symptoms were not immediately o…
Re: CheatGPT
#293Idea: Ask the students to record themselves explaining their solution, and what lead them to it.
Re: CheatGPT
#294The best counter to ChatGPT cheating that I’ve heard of is to get students to orally defend their assignments in class. No computer is going to come to your rescue when you have to explain why you wrote the code you wrote. Encourage the use of ChatGPT and other tools. Put the emphasis on understanding what the code does and why. The tool may help to explain this to the student, but if so, that’s fantastic. No need to…
There isn’t any time for this in a 500 person public university classroom.
Re: CheatGPT
#295Earlier quoted context omitted.
“Oral exams also don't scale and raise obvious equity issues.” Not to be intentionally obtuse, but what are the obvious equity issues?
Exams can be anonymized when graded to reduce teacher bias. You can't do that with oral exams. In addition, you can't get a second opinion for an oral exam if you suspect you've been graded unfairly.
You can if the exam is recorded.
Re: CheatGPT
#296Earlier quoted context omitted.
>What we're seeing is the first instance, still very limited and imperfect, of AGI absolutely not. language-model text generation is actually about as non-general as it gets -- they are fundamentally incapable of understanding anything at all, ever. they can't do math, work through basic logic problems, or produce any output that isn't just an assumed logical continuation of the input.
Have you actually used any of these products? GPT et al are perfectly capable of taking knowledge from any one domain and applying it towards the solution of any other problem domain, through various kinds of data abstraction, reasoning by analogy, and other techniques similar to what humans do. It makes plenty of goofups along the way, just like humans do. But if your requirement is that it performs absolutely perfe…
Re: CheatGPT
#297Reading this, I’m glad I didn’t have access to ChatGPT and co when I was in school. I was lazy and always followed the path of least resistance, but I wanted good grades so that meant doing the home work by hand after my Google-fu failed.
Re: CheatGPT
#298I don't understand how most of the comments here seem to be along the lines of "these interview questions are useless now" or "we need to rethink education, it hasn't kept up". These all seem absurdly myopic to me. What we're seeing is the first instance, still very limited and imperfect, of AGI. This is not going to make some interview questions obsolete, or give students more tools to cheat with their homework. It…
Once progress was made, we get used to the old tool and begin to build new norms.
The pain is always there, you just run faster.
Re: CheatGPT
#299I don't understand how most of the comments here seem to be along the lines of "these interview questions are useless now" or "we need to rethink education, it hasn't kept up". These all seem absurdly myopic to me. What we're seeing is the first instance, still very limited and imperfect, of AGI. This is not going to make some interview questions obsolete, or give students more tools to cheat with their homework. It…
None of this is AGI. This is Eliza on steroids.
Re: CheatGPT
#300So most interview questions like "make a binary tree" are dead. The best interview question that will never die: "What's the weirdest bug you debugged? What made it weird?" For posterity: https://www.gamedeveloper.com/programming/my-hardest-bug-eve...
By this logic, those questions were already killed by Google Search.