Perplexed

Before getting out of bed, I signed up for a free month of Perplexity and perplexed Claude

Paths

A note-to-self before I forget.

#:todo check how the EYE reasoner uses Euler paths for #:semem

I had a few overlapping requirements for a classical reasoner. Long story short, I found EYE ticked many boxes. Notably it's semantic Web-friendly.

I have a lot of unknowns (in the Donald Rumsfeld senses) around #:semem. I might have a short summary of what I'm after :

Semem is an LLM-compatible context-aware, open-ended graph knowledgebase combining the advantages of vector embeddings and Linked Data technologies.

Right now I'm still on the nuts & bolts, I've got fairly straightforward next steps to implement before the fun starts. The fun has many dimensions. From the above,

  • LLM-compatible - this starts with boilerplate connectors to Ollama, the OpenAI API, the Model Context Protocol etc. But an aspect of the open-ended I have in mind more broadly is exploring connectivity from a different perspective, that of inter-agent comms. This will go under the umbrella of #:LinguaFranche.
  • open-ended graph - this is the Web. Low-hanging fruit is hooking into existing SPARQL endpoints, eg. WikiData
  • context-aware - I'm working on the vocabulary around this to express it more clearly, but the general idea is that you want more relevant knowledge getting more attention

Vector embeddings offer similarity measures, but the RDF (Web) model offers a whole different dimension.

Grrr! I went to LinkedIn to find a ref. related to this, instant distractions :

A ref I can remember offhand is Bergi's material :

#:todo put some FOAF where Bergi's card links to it : http://danny.ayers.name/index.rdf#me #:todo W6 link on https://hyperdata.it/xmlns/ is broken - make broken link finder #:transmission?

Enough gab, I'd better get on with this thing.

Perplexed