this post was submitted on 11 May 2026
-2 points (40.0% liked)

Free Open-Source Artificial Intelligence

4688 readers
2 users here now

Welcome to Free Open-Source Artificial Intelligence!

We are a community dedicated to forwarding the availability and access to:

Free Open Source Artificial Intelligence (F.O.S.A.I.)

More AI Communities

LLM Leaderboards

Developer Resources

GitHub Projects

FOSAI Time Capsule

founded 3 years ago
MODERATORS
 

Hey all! I want to start testing neuro-symbolic AI vs. LLM's and want to know how to get into this. As I understand it, Claude Code, does this, but are there ways to use it locally?

How does it work under the hood? I know LLM's involve tokens, embeddings, weights and transformers. How does the symbolic part of it change it?

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] hendrik@palaver.p3x.de 2 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

I usually start with the Wikipedia Article when I'm interested in new things. It'll have many references at the bottom to read more about a concept.

Interestingly enough, there's zero mention of Claude in there. And when I google it, there's many very convoluted blog posts. And I can't tell whether it's above my head or hallucinated stories. They go on for like 20 pages but don't really explain anything with all those words. Or what they actually found in Claude's code.

Symbolic-AI in itself isn't too hard. That's stuff from the 1980s and in every computer science textbook. Just no clue how something like an expert system is supposed to be connected to a Chatbot or programming agent.

[–] venusaur@lemmy.world 1 points 3 weeks ago (1 children)

So there are no open source neuro-symbolic models that you are aware of?

[–] HelloRoot@lemy.lol 4 points 3 weeks ago (1 children)
[–] venusaur@lemmy.world 2 points 2 weeks ago (1 children)

Thanks! Have you ever used this? I’m also seeing another logic language called Scallop.

I’ve recently started running models locally with llama.cpp, but this seems like a whole other setup.

[–] HelloRoot@lemy.lol 1 points 2 weeks ago

There are a lot of links on the github page to the projects doc, setup, demo, discussions etc.