5 ms·
This is really cool and something I've envisioned building for a long time! There is a bug in the entity tracking. For the entity "github", it shows a positive
by kretaceous 7mo ago
This is really cool and something I've envisioned building for a long time!
There is a bug in the entity tracking. For the entity "github", it shows a positive sentiment. HN does NOT like GitHub (for reasons good or bad). If you click on it, it shows you stories about other seemingly unrelated stories.
https://ethos.devrupt.io/entities/github https://ethos.devrupt.io/entities/github
- ddtaylor 7mo agoThank you. I believe this is because it's not properly aggregating the story title, content, and comment hierarchy. There are going to be cases where the LLM does a poor job of understanding the conversation, but I think right now the information isn't being sent to the prompt. Right now it seems to be only using one level of the parent comment hierarchy. (Source: https://github.com/devrupt-io/ethos/blob/67670eb2855b84d389d5a4d44c29cd8cb649234f/backend/src/services/openrouter.ts#L255 https://github.com/devrupt-io/ethos/blob/67670eb2855b84d389d...)