Remix.run Logo
GeoAtreides 5 days ago

>but because the genie, used well, accelerates learning.

This is "the kids will use the AI to learn and understand" level of cope

no, the kids will copy and paste the solution then go back to their preferred dopamine dispenser

CuriouslyC 5 days ago | parent | next [-]

I've learned a lot of shit while getting AI to give me the answers, because I wanted to understand why it did what it did. It saves me a lot of time trying to fix things that would have never worked, so I can just spend time analyzing success.

There might be value in learning from failure, but my guess is that there's more value in learning from success, and if the LLM doesn't need me to succeed my time is better spent pushing into territory where it fails so I can add real value.

jplusequalt 5 days ago | parent | next [-]

>I've learned a lot of shit while getting AI to give me the answers

I would argue you're learning less than you might believe. Similarly to how people don't learn math by watching others solve problems, you're not going to learn to become a better engineer/problem solver by reading the output of ChatGPT.

CuriouslyC 5 days ago | parent [-]

If I know what I want to do and how I want to do it, and there's plumbing to make that a reality, am I not still solving problems? I'm just paying less attention to stuff that machines can successfully automate.

Regarding leveling up as an engineer, at this point in my career it's called management.

skydhash 5 days ago | parent | prev | next [-]

Do you honestly think that’s how people learn?

This is an example of a book on Common Lisp

https://gigamonkeys.com/book/practical-a-simple-database

What you usually do is follow the book instructions and get some result, then go to do some exploration on your own. There’s no walk in the dark trying to figure your own path.

Once you learn what works, and what does not, then you’ll have a solid foundation to tackle more complex subject. That’s the benefit of having a good book and/or a good teacher to guide you to the path of mastering. Using a slot machine is more tortuous than that.

CuriouslyC 5 days ago | parent [-]

I don't find it to be more torturous than that. In fact, if I were to go back and learn lisp again, I think I'd be a lot more motivated seeing how to build something interesting out of the gate rather than the toy programs I learned in my racket course.

Also, for a lot of things, that is how people learn because there aren't good textbooks available.

skydhash 5 days ago | parent [-]

Define interesting.

I was helping a few people on getting started with an Android Development bootcamp and just being able to run the default example and get their bearing around the IDE was interesting to them. And I remember when I was first learning python. Just doing basic variable declaration and arithmetic was interesting. Same with learning C and being able to write tic-tac-toe.

I think a lot of harm is being done by making beginner have expectations that would befit people that have years of experience. Like you can learn docker in 2 months to someone that doesn't even know Linux exists or have never encountered the word POSIX.

Please do read the following article: https://www.norvig.com/21-days.html

veunes 4 days ago | parent | prev [-]

Understanding "why it works" is one thing, understanding "why it should work this way and not another, and what the alternatives are" is entirely different. AI shows you just one of countless correct implementations. You might understand that single implementation, but not the entire theory behind it

switchbak 5 days ago | parent | prev | next [-]

Some might (most might?), those aren't the ones we're interested in.

Just as some might pull the answers from the back of the textbook, the interesting ones are the kids who want to find out why certain solutions are the way they are.

Then again I could be wrong, I try hard to stay away from the shithose that is the modern social media tech landscape (TikTok, Insta, and friends) so I'm probably WAY out of touch (and I prefer it that way).

simonw 5 days ago | parent | prev [-]

Right, and they won't get hired beyond their internship.