Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, toxicity and dog-whistling are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com.
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.
6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !uspolitics@lemmy.world
7) No Hit-and-Run questions.
Please don't delete your post for no apparent reason. If you plan on deleting a question later, say so in the post, or if you feel that you have a good reason to remove it, message a mod beforehand. It's not fair to the ones who took their time to answer, and it's not in the spirit of the community.
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
view the rest of the comments
Because they are great tools everywhere you can easily and by automated systems verify the correctness of their output, that's why they are so good at e.g. finding security issues - it's trivial to check if the LLM's output lead to remote code execution or privilege escalation.
Testcases for software in general are something that are rather boring work - i see no issue in offloading that. And even tho the amount of Devs that document their code has increased since the 80s, i'd prefer an LLM-annotated source over one without comments at all.
The LLM doesn't have to understand what it is doing to be effective - similar to the 10000 monkeys on typewriters writing everything that can be written given infinite time, but with a very much more educated guess than random gibberish.
They also enable natural language interfaces that are far more powerful than Alexa or Google Assistant ever were, they might be used in games for generating the lore and dialogue for all NPC in entire worlds (or even the entire world itself) by training small scale models with whatever information game writers want to provide as basis.
/// Edit here: This would also enable self-created worlds! Just create a tool to train a small model (probably available for a larger model as a tool) based on whatever lore dump you wanna provide, and then go explore that world with your own eyes!
There are many use cases for LLMs, and none of them have to be as wasteful and hostile as the crap the hyperscalers are currently pushing. Damn, if they would stop building datacenters and hoovering up every piece of silicon they can, prices for a GPU with enough VRAM to run 27b models would be trivial for the average costumer, and those can be very sophisticated if specialized. Also wouldn't need gas turbines for power, huge complexes that have no other possible usage, no evaporative cooling.
Second Edit: https://www.propublica.org/article/anthropic-mythos-microsoft-software-vulnerabilities displays how awesome these things are at finding vulnerabilities. Using LLMs to find security issues should be implemented regardless of personal stance towards LLM, to make sure we all have technology we can rely upon.