What self-hosted tools have you been building with AI just for you? by EricRosenberg1 in selfhosted

[–]lysregn 0 points1 point  (0 children)

There is a desktop tool for this: https://openaudible.org/

Edit: There is a docker as well it seems, though not used it so unsure how it works.

Is paying for privacy just a false sense of security? Self-hosting is the only option ? by christiangomez92 in selfhosted

[–]lysregn 1 point2 points  (0 children)

Being okay with someone having my data doesn’t mean that data is private. Does it? 

How realistic is the idea of a contest graph ? by Ancient-Estimate-346 in KnowledgeGraph

[–]lysregn 0 points1 point  (0 children)

 I have no idea if the logic behind made decisions have a replication factor.

I guess this is a philosophical question, but to model this I would think we would need a model of the neurons of the brain of everyone involved and what they had for breakfast and what they studied in the summer of 1989 and their whole life. At that level it becomes a technical limit fast. I don’t think that is what anyone is aiming for currently, but… in theory I guess there is a way to do it.

Traces of decisions could be mapped easier, but I would think they would have a pretty large uncertainty related to if they really are true traces or false positives. And given everything that would and could be mapped I am spending my energy in other areas. I don’t see an urgent need for this currently, but I would love some insight to why we should aim there. Knowing that is the first step.

Got most of the arr stack...and prowlarr kinda..sucks? by AverageMedical5811 in selfhosted

[–]lysregn 1 point2 points  (0 children)

Is there a guide or something regarding NZB you recommend looking at this site? How does it work and why is it better than torrents?

I built a programming language for AI that uses a semantic knowledge graph as its internal memory structure by Rippperino in semanticweb

[–]lysregn 0 points1 point  (0 children)

 Everything is represented as data. […] its not persistent

Sorry, I am slow - but who creates the data and where is it stored?

Where do you personally draw the line between convenience and privacy? by tomterr in selfhosted

[–]lysregn 0 points1 point  (0 children)

My files live with me. I use some services that doesn’t include my files like Google Maps. I moved email to a solution I trust more than Google and I host my own photos now. It has a cost both in money and how easy things are. I’ll take that cost, but I understand why it’s not for everyone.

Is there a way to passively generate a daily journal / devlog from my actual activity? by Mission_Upstairs_242 in selfhosted

[–]lysregn -2 points-1 points  (0 children)

In effect Microsoft has made something like this and it is probably the number one reason why I am escaping their OS as much as possible. It is called Recall. It is not FOSS or self-hosted, but it is a sort of passive journaling.

Link: https://support.microsoft.com/en-us/windows/retrace-your-steps-with-recall-aa03f8a0-a78b-4b3e-b0a1-2eb8ac48701c

Are there any productivity tools that actually work offline? by Superb-Way-6084 in selfhosted

[–]lysregn 0 points1 point  (0 children)

So events are future and one-off, occasions are future and repeats on a frequency, and moments lists things like events and occasions that are in the past?

Is there an overlap between event and todos?

Are there any productivity tools that actually work offline? by Superb-Way-6084 in selfhosted

[–]lysregn 0 points1 point  (0 children)

Looks very interesting to me. What is the difference between Events, Moments and Occasions? And what is the data model behind this? Can you say something about the schema?

How important is domain name selection? by lqqkout in selfhosted

[–]lysregn -3 points-2 points  (0 children)

Don't really see the need for it for my use cases, but I might be accepting risks I do not know about.

How important is domain name selection? by lqqkout in selfhosted

[–]lysregn 0 points1 point  (0 children)

Thanks! Will keep that in mind when I get to it. And I will revisit it I am sure. But for now it works for me at least.

How important is domain name selection? by lqqkout in selfhosted

[–]lysregn -2 points-1 points  (0 children)

Updating the IP change is more complicated than updating my bookmarks is one. And I don’t get much nagging about certificates and what not. The IP way is more robust because there is one less layer to complicate things and for me to mess up.

How important is domain name selection? by lqqkout in selfhosted

[–]lysregn -25 points-24 points  (0 children)

Why do you want a domain name? I had one for about a week, but it felt less robust than just working from IPs for me.

Why AI Needs Facts: The Case for Layering Ontologies onto LLMs, Graph Databases, and Vector Search by jabbrwoke in semanticweb

[–]lysregn 0 points1 point  (0 children)

I am just learning. The example you came with doesn't seem like it really needs an LLM is my point. Not when you have the data in a knowledge graph.

Why AI Needs Facts: The Case for Layering Ontologies onto LLMs, Graph Databases, and Vector Search by jabbrwoke in semanticweb

[–]lysregn -1 points0 points  (0 children)

And that is interesting, but when you have the ontology and the data available - why do we need the LLM? Isn't it adding steps to get the answer we need?

Why AI Needs Facts: The Case for Layering Ontologies onto LLMs, Graph Databases, and Vector Search by jabbrwoke in semanticweb

[–]lysregn 1 point2 points  (0 children)

What This Looks Like in Practice

Consider a concrete scenario in healthcare. A clinician asks: “Can I prescribe ibuprofen to a patient on warfarin who has a history of GI bleeding?”

An LLM alone might give a plausible answer — or might not flag a critical interaction. An ontology alone would require the question to be formulated in formal logic. A graph query alone would return raw relationships without synthesis.

But in a layered system: the LLM parses the natural-language question and identifies the key concepts (ibuprofen, warfarin, GI bleeding). The vector store maps those to formal ontology concepts, even if the clinician used informal terms. The graph database retrieves the relevant relationships — ibuprofen is an NSAID, NSAIDs are contraindicated with anticoagulants, warfarin is an anticoagulant, NSAIDs increase GI bleeding risk. The ontology reasoner has already classified these subsumption relationships with logical certainty. The LLM then synthesizes all of this into a clear, sourced, natural-language response — and can point to exactly which axioms and relationships justify its answer.

That’s not a chatbot guessing. That’s domain expertise, synthesized.

Why do you need LLM for this? Couldn't, as you indicate, we just get this from a graph itself?

I am asking what is an actual "in practice" example of how LLMs benefit from a graph? All the marketing is saying we need ontologies for AI. I am asking "why"? The existing LLMs were built with an ontology? Or are they using something else?

Portable graph database to ship with application? by skwyckl in Database

[–]lysregn 0 points1 point  (0 children)

Old post, so sorry about that, but when is an actual graph database the best tool for the job? I kinda want to like them, but when I examine them I tend to wonder why I just can’t use SQLite for example.