Global Feed Post Login
Replying to Avatar ᴛʜᴇ ᴅᴇᴀᴛʜ ᴏꜰ ᴍʟᴇᴋᴜ

we need full text indexes first!

algorithms kinda depend on that

it's also a good use case for LLMs to take those fulltext searches and use their semantic juju to filter and sort results by relevance, there are ways to do this with simpler stuff but feeding an LLM a set of results to rank them by relevance is basically what they were born for. i've been using LLMs more in my programming work and what they are really good at is sifting through a lot of data and picking out relevant stuff. they are not so smart at writing code because of the causality relations between processes and ontology of the data. this is why there is these "agent" things, which basically use similar principles as language compiler state machines to define a procedure, and the LLM creates plans, and then evolves them as it acquires more input from the code.

anyway, yeah. we need full text indexes first. DVMs should not exist - the relay should have this facility built into it, and then a worker that takes results and sends them to an LLM to filter and sort them.

Avatar
Captain's Nostr Log 6mo ago

it depends what kind of algorithm... I have one in the works that is just a simple feed of infrequent posters. I made another one a while ago that shows popular notes while excluding some based on who mentioned them

Reply to this note

Please Login to reply.

Discussion

Avatar
fractalchris 6mo ago

Yes. Oh cool 👍

Thread collapsed