Remix.run Logo
jdw64 11 hours ago

But honestly, I think it makes sense. In my experience with programming, when it comes to building and delivering software, it's not really about memorization. Honestly, search ability has been far more important. Wouldn't it be fair to think of AI as just another search ability?

What I'm curious about is this: in the end, experts are the ones who are best at distinguishing hallucinations. If you can just search with GPT and tell the difference, wouldn't that be enough? I can't imagine memorizing thousands or tens of thousands of lines.

I have ADHD, and when I get nervous, I tend to forget what I was going to say, so it's even more true for me.

danudey 10 hours ago | parent | next [-]

> Wouldn't it be fair to think of AI as just another search ability?

If you're asking it questions, yes. It's like search but with a simulation of understanding and information synthesis far faster than a human can perform it.

If you're having it write your code, no. It's like a junior developer who has no awareness of the bigger picture, of incompatibilities, of understanding that hasn't been contained and can't be derived from the codebase.

> If you can just search with GPT and tell the difference, wouldn't that be enough?

The situation the satire is describing is an individual who is unable to tell the difference. The way the scenario is laid out, everything she's 'accomplished' has been to prompt ChatGPT and publish its answers with some degree of editing; it's clear that she, as an individual, is not an expert, does not understand the thing she is presenting, and does not know any of what she has purported to know. This is also a sadly common refrain these days.

> I can't imagine memorizing thousands or tens of thousands of lines.

It's not about memorizing thousands of lines of text; it's about demonstrating to the panel that you have an understanding of the thing you're claiming to have an understanding of.

I work with a lot of software and infrastructure at work. I can tell you how it all (or most of it) works together and interacts. I could not reproduce the configurations of any of the software from memory, nor recite any of the code, but I have an understanding of the system, how it works, what it was designed for, and what choices were made and why.

The professor in this article does not have any of that understanding. It would be as if I had Claude deploy a cluster of X, Y, Z components, configure them, and get them online, and then put on my resume that I had done it. It was accomplished as result of me, but if I don't understand the system then there's no difference between me doing it and the CEO doing it, or my son, or someone from Taskrabbit.

So yeah, it's not about memorization, it's about understanding.

bryanlarsen 11 hours ago | parent | prev [-]

You can bring notes to a chalk talk.