Why Agentic Systems Need Ontologies [video]
tosh
20 points
1 comment
July 27, 2026
Related Discussions
Found 5 related stories in 48.5ms across 3,370 title embeddings via pgvector HNSW
- Scientific computing in the age of agentic AI mfiguiere · 27 pts · July 28, 2026 · 50% similar
- Patterns and problems in emerging multi-agent systems maxutility · 33 pts · August 16, 2026 · 49% similar
- Infrastructure Patterns for Agentic Applications jacobprall · 25 pts · July 29, 2026 · 48% similar
- The Sandboxing Manifesto for Agentic Execution spirosoik · 18 pts · July 21, 2026 · 47% similar
- The Agentic Loop: Three loops in a trench coat btables · 76 pts · July 14, 2026 · 45% similar
Discussion Highlights (1 comments)
TimTheTinker
This expresses an exact idea I've had for some time. Roughly, what's holding us back from more advanced AI (including AGI) is the complete lack of ontologies in modern AI systems (all the logical capabilities of old AI, like expert systems, logical solvers, and theorem provers). Once an LLM-based system can be hard-locked to its own ontology, think and evaluate options and make decisions based on it, and update it based on what it learns from encounters with the real world, then I think we'll have made the final great breakthrough AI needs to become generally intelligent and useful. In terms of Daniel Kahneman's Thinking, Fast and Slow , LLMs currently use only System 1 thinking (equivalent to fast, pattern-matched decisions humans make). You can scale that up to trillions of parameters, but fundamentally it's still fancy scaled-up probabilistic pattern matching. Like humans, fast decisions made by AI here only can be justified/audited in retrospect. Integrated ontologies would move AI toward what Kahneman calls "System 2 thinking": slow, logical, systematic evaluation that is more auditable.