this post was submitted on 06 Apr 2026
28 points (100.0% liked)

technology

24318 readers
271 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] invalidusernamelol@hexbear.net 17 points 15 hours ago (1 children)

So we're back to expert systems with a sprinkling of LLM/Transformer architecture...

The tech bros will hate this because by its design it can never become "AGI", since it's applying the model to a hyper specific domain. Not that their architecture could ever actually achieve independent "intelligence", but it's easier to sell when the model is trained to appear as a generalized problem solver instead of a domain specific one.

[–] yogthos@lemmygrad.ml 12 points 13 hours ago (1 children)

I don't get the impression that the goal is to apply the model to a hyperspecific domain, rather the idea seems to use a symbolic logic engine within a dynamic context created by the LLM. Traditionally, the problem with symbolic AI has been with creating the ontologies. You obviously can’t have a comprehensive ontology of the world because it’s inherently context dependent, and you have an infinite number of ways you can contextualize things. What neurosymbolics does is use LLMs for what they are good at, which is classifying noisy data from the outside world, and building a dynamic context. Once that’s done, it’s perfectly possible to use a logic engine to solve problems within that context. The goal here is to optimize a particular set of tasks which can be expressed as a set of logical steps.

[–] invalidusernamelol@hexbear.net 4 points 9 hours ago* (last edited 9 hours ago) (1 children)

That's super cool, I've always thought that it was backwards that we're using LLMs to add complexity to prompts. They should be used to reduce complexity by recognizing and factoring out patterns.

[–] yogthos@lemmygrad.ml 3 points 9 hours ago