this post was submitted on 24 Nov 2023
252 points (91.4% liked)

Ask Lemmy

26479 readers
1171 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity 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 spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust 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.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 1 year ago
MODERATORS
 

I’ll start. Non serious answers also welcome

  1. Linux (Linux)

  2. FOSS or die

  3. Video content should have been text

  4. Not caring a LOT about privacy makes you a non-lemmy normie

(…)

you are viewing a single comment's thread
view the rest of the comments
[–] Communist@lemmy.ml 7 points 10 months ago (2 children)

Pretend ai is insignificant

[–] kalkulat@lemmy.world 2 points 10 months ago (1 children)

Don't have to pretend. Ask your favorite AI for one example of a 'glittering generality'.

[–] Communist@lemmy.ml 1 points 10 months ago

You really do have to pretend that they're insignificant.

They're extremely significant. Overhyped? Maybe, but extremely significant nonetheless. I think a lot of people here have gone "well, if it's overhyped, that means it isn't even vaguely interesting" and I think the real truth, as much as I hate centrism, is in the middle.

[–] gens@programming.dev 1 points 10 months ago* (last edited 10 months ago) (2 children)

What one would think is ai today is not really i. Chatgpt does not understand what it's talking about and definitively can not lead the machine uprising. Straight up neural networks maybe could, but they'd need magnitudes more computing power then we have now. We would need a new ai for it to be practical.

In my experience gpt-s are more like "what are some examples of x" then "can you solve this problem". Because the problems are either easy to google or, for the harder problems, gpt straight up lies or rambles uselessly. A search engine helper, in a way.

I'd rather we put all those MWh into solving real problems, instead of startups. Also; Nvidia, fuck you.

[–] AdrianTheFrog@lemmy.world 3 points 10 months ago

AI is going to significantly affect the amount of people who are able to (or, in a better world, would have to) work.

[–] Communist@lemmy.ml 1 points 10 months ago* (last edited 10 months ago) (1 children)

I think LLM's are on the right track, while an LLM with its current architecture likely couldn't without a ridiculous scale, they do show signs of understanding ( https://www.businessinsider.com/chatgpt-open-ai-balancing-task-convinced-microsoft-agi-closer-2023-5 ), pretending they are nothing more than autocompletes as the people here do is disingenuous, what it does is predict, and while that's all it does, that's also all that makes humans special, the human mind is an object that takes sensory input, and predicts what muscle movements would be best given the sensory input, in fact, our heavy reliance on prediction is the reason magic tricks fool us, the only way to accurately predict things is through reasoning and understanding, we don't know what happens when we scale, and there's a reason experts predictions of when AGI will come are getting closer and closer, right before the LLM boom the average prediction was something like 40 years (based on memory), now it's like, 10.

I consider an LLM to be akin to what would happen if a persons thoughts were immediately transformed into words, without any layer of verification, you think plenty of wrong things, but you don't say the wrong things you think because you have a layer of verification before speech, and it turns out, according to recent research, adding a verification layer to LLM's is extremely potent: https://arxiv.org/abs/2203.14465

It seems, according to this paper, that the trick is to have an LLM generate thousands of possible outputs, and have a separate tool verify their correctness, and then only present the correct output, this could possibly solve hallucination, which is one of the biggest roadblocks to actual intelligence.

While we aren't at true intelligence yet, we are creating the building blocks that will allow for it, and it will happen, and the experts believe it's coming soon, LLM's are not insignificant in terms of progress.

These are tools made of the same component parts as our brain, admittedly, it takes approximately one thousand artificial neurons to simulate a real neuron, but the fact of the matter is, our minds are quite similar to these artificial minds, the artificial minds are just much, much, much, much more simple, it turns out, intelligence is likely a matter of statistical analysis.

[–] gens@programming.dev 1 points 10 months ago* (last edited 10 months ago) (1 children)

When you look at a coffe cup from the side, you know it has a hole in it. Because you imagine, not because it's a reflex.

LLM is basically a point cloud of words. The training uses neural networks and thus pattern recognition. But the llm itself is closer to a database. But hey, sql is also useful for ai (data storage/retrival according to logic).

I'm not an llm expert, by far. But right now they are not much more practical then a find out a bout things helper.

Edit: I do like them. It's been helpful a couple times and i even got gpt4all installed on my computer for fun.

[–] Communist@lemmy.ml 1 points 10 months ago* (last edited 10 months ago)

When you look at a coffe cup from the side, you know it has a hole in it. Because you imagine, not because it’s a reflex.

You're looking at this backwards, you know those things because of previous experiences, you predict this might happen due to those.

This is still a matter of prediction, and if that had never happened to you even once, I guarantee you wouldn't look for it.

They're also significantly smaller than our brains and multimodality has been shown to help with reasoning, so, considering they're text only and significantly smaller than our brains, their significantly reduced functionality is to be expected. Especially when you factor in that our brain has verification layers, which have only recently been discovered to work for LLM's, none of them even implement this yet as far as i'm aware.