▲ | romeros1 6 days ago | |||||||
"It is difficult to get a man to understand something when his salary depends upon his not understanding it" ~ Upton Sinclair Your stance was the widely held stance not just on hacker news but also by the leading proponents of ai when chatgpt was first launched. A lot of people thought the hallucination aspect is something that simply can't be overcome. That LLMs were nothing but glorified stochastic parrots. Well, things have changed quite dramatically lately. AI could plateau. But the pace at which it is improving is pretty scary. Regardless of real "intelligence" or not.. the current reality is that AI can already do quite a lot of traditional software work. This wasn't even remotely true if if you were to go 6 months back. | ||||||||
▲ | svara 6 days ago | parent | next [-] | |||||||
How will this work exactly? I think I have a pretty good idea of what AI can do for software engineering, because I use it for that nearly every day and I experiment with different models and IDEs. The way that has worked for me is to make prompts very specific, to the point where the prompt itself would not be comprehensible to someone who's not in the field. If you sat a rando with no CS background in front of Cursor, Windsurf or Claude code, what do you suppose would happen? It seems really doubtful to me that overcoming that gap is "just more training", because it would require a qualitatively different sort of product. And even if we came to a point where no technical knowledge of how software actually works was required, you would still need to be precise about the business logic in natural language. Now you're writing computer code in natural language that will read like legalese. At that point you've just invented a new programming language. Now maybe you're thinking, I'll just prompt it with all my email, all my docs, everything I have for context and just ask it to please make my boss happy. But the level of integrative intelligence, combined with specialized world knowledge required for that task is really very far away from what current models can do. The most powerful way that I've found to conceptualize what LLMs do is that they execute routines from huge learnt banks of programs that re-combine stored textual information along common patterns. They're cut and paste engines where the recombination rules are potentially quite complex programs learnt from data. This view fits well with the strengths and weaknesses of LLMs - they are good at combining two well understood solutions into something new, even if vaguely described. But they are quite bad at abstracting textual information into a more fundamental model of program and world state and reasoning at that level. I strongly suspect this is intrinsic to their training, because doing this is simply not required to complete the vast majority of text that could realistically have ended up in training databases. Executing a sophisticated cut&paste scheme is in some ways just too effective; the technical challenge is how do you pose a training problem to force a model to learn beyond that. | ||||||||
| ||||||||
▲ | anthem2025 6 days ago | parent | prev | next [-] | |||||||
Ironic to post that quote about AI considering the hype is pretty much entirely from people who stand to make obscene wealth from it. | ||||||||
▲ | lawlessone 6 days ago | parent | prev [-] | |||||||
>That LLMs were nothing but glorified stochastic parrots. Well yes , now we know they make kids kill themselves. I think we've all fooled ourselves like this beetle https://www.npr.org/sections/krulwich/2013/06/19/193493225/t... for thousands of years up until 2020 anything that conversed with us could safely be assumed to be another sentient/intelligent being. No we have something that does that, but is neither sentient or intelligent, just a (complex)deterministic mechanism. |