this post was submitted on 13 May 2025
462 points (100.0% liked)

TechTakes

1861 readers
263 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 day ago

Yeah, I can see that. Search has gotten worse. While AI slop is undoubtedly responsible for this, there are cases when some things are essentially best solved by reading thousands of code examples because the documentation is rather vague. Searching on Stackoverflow still relies on some people having already been presented with a similar situation and shared their solution. Also, you'd assume the solution is the correct one. (I've been burned and I'm sure the majority of my stackoverflow answers end up being corrections well after trying something else touted as the correct/popular solution.) That's really my push back.

That's really one of the strengths of AI: a large feeding of data until it finds a common pattern. It correlates to simple things like syntax. That means it's pretty good there. But it also correlates to saying "a lot of people set up scripts like this". That's where I'm reminded of working with people who I assign a task to and they come back with stuff they got from SO. It has the gist of it being right, but not all there.

That's kinda the key, though. I could be okay with an 80% workable state. That's like asking somebody to compile all the search results and give be back a result as best they could. It doesn't mean it should be treated as hot pluggable code.

Full disclosure, my main experience is CoPilot and VSCode. It's... neat. Some of the auto complete is useful when what I'm writing has an obvious pattern. Some is laughably unrelated. There is another AI that has some level of training to it, which I think is Facebook's. It can be "trained". I've tried those models, but all those offline models don't have the ability to combine web results. CoPilot lets you link to a spec page and it'll read it in "realtime" and correct itself. I find that much more valuable than some pretrained model. The saddest part is that's all proprietary in ChatGPT which was supposed to be Open (OpenAI). You basically have to buy-in to their models at least until something else comes along.