Comment on Google’s dominance on search is declining – for the first time ever!
FinnFooted@lemmy.world 2 weeks agoI don’t know what to tell you. I have them successfully compiling tables of search outputs to compare different things for method development and generating code, saving me hours of work each week. It all needs to be checked, but the comparison comes with links and the code is proofread and benchmarked. It’s really just a jacked up search engine, but it’s able to scan webpages faster than me and that saves a lot of time.
I really don’t know what you’re doing that you’re just getting nonsense. I’m not.
taladar@sh.itjust.works 2 weeks ago
One other comment pointed me at one issue that might be a major difference. Is the code you generate in one of those ultra-verbose languages like Java where we had basically IDEs generating code from much shorter descriptions already 20 years ago? I could see LLMs doing well with those.
I tend to try to generate code mostly in Rust or sometimes shell or config files or DSL for various programs and 99% of the time the code does not even come close to what I wanted it to do, mainly because it just hallucinates itself some library interfaces that do not exist.
FinnFooted@lemmy.world 2 weeks ago
Not super common or super niche. I use R. And it completely made up code a year ago. Sometimes I still does, but less. And when I ask it for citations it can make shit up too. I really stand by the assertion that it needs a lot of babysitting.
But, between it getting better and me getting better at asking and some patience, I get what I want. But, it does require a lot of fine tuning and patience. But its still just faster than googling.
If you feed it in documentation or ask it to search for its answers in substack (or really just whatever search constraints you want) and then tell it to give you the links it used, you might have a better time. This forces it to look up an answer instead of hallucinate one.