Hacker News new | ask | show | jobs
by majormajor 557 days ago
For things like reviews I usually get a lot more value from a quick manual scan than an AI overview of any given review. Summaries of many reviews could be useful but if there are, e.g., thousands of reviews, I find myself skeptical of how truly "thorough" or well-executed that AI summary is anyway.

For "how do I write a bash script that will do X" the AI summary currently is way better than scanning a handful of StackOverflow tabs, already.

It will be interesting to see how "fresh" things like that stay in the world of newer or evolving programming languages. This is one of the areas where I already see the most issues (methods that no longer exist, etc).

1 comments

I think we’re still missing a breakthrough in synthetic data generation for code in order to LLMs to come into their own. Something can ingest the documentation of all the different ecosystems and generate fine tuning to improve the accuracy of recall.
LLMs may get there when real reasoning is figured out, I'm expecting that to require a totally different approach used in combination with LLMs as the language unit.

Do we really want that though? As soon as these systems can reason through software problems and code novel solutions, there is no need for humans to be involved.

Likely we couldn't be involved at all, those systems would come up with solutions we likely would have a hard time comprehending and it would be totally reasonable for the system to create its own programming language and coding conventions that work better for it when the constraint of human readability is removed.