Remix.run Logo
fxj 11 hours ago

In my experience AI is wikipedia/stackoverflow on steroids when I need to know something about a field I dont know much about. It has nice explanations and you can ask for examples or scenarios and it will tell you what you didnt understand.

Only when you know about the basic notions in the field you want to work with AI can be productive. This is not only valid for coding but also for other fields in science and humanities.

lazide 9 hours ago | parent [-]

Except stackoverflow was only occasionally hallucinating entire libraries.

xandrius 2 minutes ago | parent | next [-]

As opposed to SO always somehow ending up giving an answer where boost or jQuery was the top answer.

Den_VR 8 hours ago | parent | prev [-]

Perhaps asking the machine to do your job for you isn’t as effective asking the machine to help you think like a senior and find the information you need to do the job yourself.

jayd16 15 minutes ago | parent | next [-]

If we're just back to I do the work and use a search engine, why futz with AI?

lazide 3 hours ago | parent | prev [-]

When you ask it for information and it just makes it up (like I just described), how is that helping the senior?

I’ve literally asked for details about libraries I know exist by name, and had every llm I’ve tried (Claude, Gemini Pro, ChatGPT) just make shit up that sounded about right, but was actually just-wrong-enough-to-lead-me-on-a-useless-rabbit-hole-search.

At least most people on stackoverflow saying that kind of thing were somewhat obviously kind of dumb or didn’t know what they were doing.

Like function calls with wrong args (or spelled slightly differently), capitalization being wrong (but one of the ‘okay’ ways), wrong paths and includes.