this post was submitted on 30 Mar 2025
34 points (90.5% liked)

Asklemmy

47153 readers
536 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 6 years ago
MODERATORS
 

I can't see it happening tbh, but like the USA government discussed putting restriction on AI development, I think OpenAI or some other companies asked them to do so!? And there were short/reels of high profile developers hyping out the fact that "we don't know what we're doing", and one of them quit his job. So why is all that hype? Is the "Matrix" route actually a possible future ?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 4 days ago* (last edited 4 days ago) (1 children)

No, and in fact the industry is going to see a reduction as people and companies are realising it's not a silver bullet solution or even that great at what it does.

The next branch of LLM modeling (now AGI is failing), is likely towards specialisation. Specialised AI problem solving has far more potential than chasing an ill defined and half formed concept of "intelligence".

No term can exist on its own like that. Everything is relative.

[–] [email protected] 9 points 4 days ago (2 children)

This. LLMs are great for information retrieval tasks, that is, they are essentially search engines. Even then, they can only retrieve information that they are trained on, so eventually, the data can get stale and the model will require retraining on more recent data. Also, they are not very good with tasks that require reasoning such as solving complex engineering problems.

[–] [email protected] 4 points 3 days ago (1 children)

I somewhat agree with that (good for information retrieval).

I say somewhat because they will downright lie , until/unless you call them out.

You need to have an idea of whether what they are telling you is in fact true or not.

I find them very useful for programming snippets because a) I can usual grok whether what they’ve provided is what I’ve asked for and b) the proof is in the pudding (does the code do what I want?)

[–] [email protected] 3 points 3 days ago

That is because they don't have any baked in concept of truth or lie. That would require labelling each statement as such. This doesn't scale well for petabytes of data.

[–] [email protected] 3 points 3 days ago

LLMs are great for information retrieval tasks

I agree with that

Also, they are not very good with tasks that require reasoning such as solving complex engineering problems.

and that too