(no title)
keeptrying | 11 months ago
You can now do literally anything. Literally.
Going to take a while for everyone to figure this out but they will given time.
keeptrying | 11 months ago
You can now do literally anything. Literally.
Going to take a while for everyone to figure this out but they will given time.
Cheer2171|11 months ago
elliotbnvl|11 months ago
CamperBob2|11 months ago
(Shrug) It was pretty much true. But it's like what Linus says in an old Peanuts cartoon: https://www.gocomics.com/peanuts/1969/07/20
svnt|11 months ago
whartung|11 months ago
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
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
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
Verdex|11 months ago
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
Weirdly you’ll get a lot of useful experience as you analyze yourself through 80 years.
redman25|11 months ago
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
AI leads to more useless dives down into the internets.