top | item 43314928

(no title)

keeptrying | 11 months ago

Yes. LLMs are the perfect learning assistant.

You can now do literally anything. Literally.

Going to take a while for everyone to figure this out but they will given time.

discuss

order

Cheer2171|11 months ago

I'm old enough to remember when they first said that about the Internet. We were going to enter a new enlightened age of information, giving everyone access to the sum total of human knowlege, no need to get a fancy degree, universities will be obsolete, expertise will be democratized.... See how that turned out.

elliotbnvl|11 months ago

The motivated will excel even further, for the less motivated nothing will change. The gap is just going to increase between high-agency individuals and everyone else.

svnt|11 months ago

I’d suggest we are much closer to that reality now than we were in the 90s, in large part thanks to the internet.

whartung|11 months ago

  > You can now do literally anything. Literally.
In theory.

In practice, not so much. Not in my experience. I have a drive littered with failed AI projects.

And by that I mean projects I have diligently tried to work with the AI (ChatGP, mostly in my case) to get something accomplished, and after hours over days of work, the projects don’t work. I shelve them and treat them like cryogenic heads. “Sometime in the future I’ll try again.”

It’s most successful with “stuff I don’t want to RTFM over”. How to git. How to curl. A working example for a library more specific to my needs.

But higher than that, no, I’ve not had success with it.

It’s also nice as a general purpose wizard code generator. But that’s just rote work.

YMMV

keeptrying|11 months ago

You just aren’t delving deep enough.

For every problem that stops you, ask the LLM. With enough context it’ll give you at least a mediocre way to get around your problem.

It’s still a lot of hard work. But the only person that can stop yourself is you. (Which it looks like you’ve done.)

List the reasons you’ve stopped below and I’ll give you prompts to get around them.

tqwhite|11 months ago

First, rote work is the kind I hate most and so having AI do it is a huge win. It’s also really good for finding bugs, albeit with guidance. It follows complicated logic like a boss.

Maybe you are running into the problem I did early. I told it what I wanted. Now I tell it what I want done. I use Claude Code and have it do its things one at a time and for each, I tell it the goal and then the steps I want it to take. I treat it as if it was a high-level programming language. Since I was more procedural with it, I get pretty good results.

I hope that helps.

ch4s3|11 months ago

They seem pretty good with human language learning. I used ChatGPT to practice reading and writing responses in French. After a few weeks I felt pretty comfortable reading a lot of common written French. My grammar is awful but that was never my goal.

Verdex|11 months ago

I don't know. I wouldn't trust a brain surgeon who has up til now only been messing around on LLMs.

Edit: and for that matter I also would not trust a brain surgeon who had only read about brain surgery in medical texts.

keeptrying|11 months ago

Practical knowledge is the at most important.

Weirdly you’ll get a lot of useful experience as you analyze yourself through 80 years.

redman25|11 months ago

I spent a couple weekends trying to reimplement microsoft's inferencing for phi4 multimodal in rust. I had zero experience messing with ONNX before. Claude produced a believably good first pass but it ended up being too much work in the end and I've put it down for the moment.

I spent a lot of time fixing Claude's misunderstanding of the `ort` library, mainly because of Claude's knowledge cutoff. In the end, the draft just wasn't complete enough to get working without diving in really deep. I also kind of learned that ONNX probably isn't the best way to approach these things anymore. Most of the mindshare is around the python code and torch apis.

keeptrying|11 months ago

This is an interesting.

AI leads to more useless dives down into the internets.