Earlier quoted context omitted.
In my last round of interviews, by far my favorite session was "here is a real project with a real bug, debug it, then if you have time, describe how to fix it, then if you have time, write the fix". (At Stripe FWIW.) It was super representative of what my work is actually like, and what I'm good at, and ChatGPT would not have figured it out. yet
That sounds very fair. I’d prefer that over leetcode type of questions anytime
CheatGPT
501–510 of 544 posts
Re: CheatGPT
#502Re: CheatGPT
#503What would be the next generation's intelligence strong at?
Biology needs a soft quote of regular stress to develop compensating the needed optimizations. Happens with muscle growth, fat burning and developing psychological traits and behavioral transformations.
What will be our new opportunities for growth if all the hard work is going to be done by synthetics? (with a hardware to run that is as expensive as a high category car)
Re: CheatGPT
#504The problem with synthetic intelligence usage is that, if used like a crutch, it will necessarily modify how you walk. And if you could develop walking just fine and interject this, are you going to be a great walker? What would be the next generation's intelligence strong at? Biology needs a soft quote of regular stress to develop compensating the needed optimizations. Happens with muscle growth, fat burning and dev…
Re: CheatGPT
#505Earlier quoted context omitted.
> the continuous assessment fad that has always been rather disastrous for equity Can you expand on this? I lived the two models as a student and still can't make up my mind on which is best. I feel like it just takes catching some bad cold the week of the exams or a bad exam subject / topic to fail them which seems pretty unfair, but I also know my shit better and have more perspective the week of the exam and prefe…
This is probably an unpopular opinion, but in my view, traditional final exams tend to be a great equalizer. Continuous assessment is affected much more by personal circumstances. For example, continuous assessment tends to force students to devote a constant amount of time throughout the course, which is fine for those who can afford to be full-time students, but disastrous for students who need to have a job to pay…
I wish people didn't have to work during studies. That's one of the biggest reasons of failing.
Re: CheatGPT
#506Earlier quoted context omitted.
As a control, I tried asking the same question but asking about volume instead. Unfortunately, ChatGPT appears to get it wrong: User: > Which is heavier: one cubic foot of nails, or one cubic foot of feathers? ChatGPT: > One cubic foot of nails and one cubic foot of feathers would weigh the same amount. This is because weight is determined by the amount of matter in an object, which is measured by its mass, and not i…
Great follow up! Well this is very interesting. I pasted your prompt into a new chat just now and I got the correct answer: > One cubic foot of nails and one cubic foot of feathers both have the same volume, but nails are denser than feathers. Therefore, one cubic foot of nails will be heavier than one cubic foot of feathers. Are you using the free version at chat.openai.com? Does it say Feb 13 version at the bottom?
However, I did initially misspell the prompt to say "heaver", and with the misspelling it had answered correctly. Once I corrected it to "heavier", it then came up with the wrong answer.
Looking at it with fresh eyes, it's possible that my methodology was flawed. While I only ever intended to showcase the first response, I did also try regenerating the responses a few times. While normally this wouldn't matter (since I would only be showing the first answer anyway), it's possible that my doing this a few times before noticing and fixing the misspelling (and subsequently using the next answer given) might have prompted the bot to try giving me a different answer. (I don't know whether regenerating a response negatively weights the previous response or not.)
I apologise for not mentioning this! In my defense, I was tired.
Re: CheatGPT
#507Earlier quoted context omitted.
I fix plenty of weird bugs. But I don't build a reverse index in my mind of "weird bugs".
Can you think of any bug from that last five months that you could talk about for five minutes in a way that makes you look smart for solving it? That's all you need to do here.
Re: CheatGPT
#508Earlier quoted context omitted.
I think it just moves the definition of “learning” to a higher level of abstraction: so you know what AI tools to use, how to prompt them, and how to understand their output? I’m reminded of the time when graphing calculators were going to destroy math programs because nobody would “really know” how to do the work. And yet here we are, and math is fine, and calculators are just another tool.
Most math classes are taught without graphing calculators and when they are used it is minimal. This is fundamentally different. This literally is being people trying to substitute actually know or successfully being evaluated to do anything. The advocates of “bringing down higher education with AI” also consider competence to be “ableism”.
And I have no idea where your “ableism” comment came from. Just trying to inject some culture war?
Re: CheatGPT
#509Earlier quoted context omitted.
> through various kinds of data abstraction, reasoning by analogy, and other techniques similar to what humans do. No, that's exactly not how LLMs work. They are extremely good at predicting what sentences resemble the sentences in their training data and creating those. That's all. People are getting tripped up because they are seeing legitimate intelligence in the output from these systems -- but that intelligence…
I see a lot of comments along the lines of "it's just predicting the next word". But there's evidence that's what humans do as well: "In the last few decades, there has been an increased interest in the role of prediction in language comprehension. The idea that people predict (i.e., context-based pre-activation of upcoming linguistic input) was deemed controversial at first. However, present-day theories of language…
Re: CheatGPT
#510Earlier quoted context omitted.
> through various kinds of data abstraction, reasoning by analogy, and other techniques similar to what humans do. No, that's exactly not how LLMs work. They are extremely good at predicting what sentences resemble the sentences in their training data and creating those. That's all. People are getting tripped up because they are seeing legitimate intelligence in the output from these systems -- but that intelligence…
LLM are not fancy Markov chains. These are more than mere statistical prediction. They contain large deeply layered attentional networks which are perfectly capable of representing complex, arbitrarily structured models, trained from the data set or assembled on the fly based on input. I'm sorry, but I think you are about a decade or so out of date in your intuitions for how these things work. (And a decade is a long…