mind blowing to me that this just works without explicitly programming it to do this.

sorry for the devlog spam 😅 i'll get back to work.

Reply to this note

Please Login to reply.

Discussion

The AI has access to the database and can run read-only queries?

yup

yikes

?

AI agents accessing a DB I run gives me the heebie-jeebies

Nostr is mostly public data.

you can't really tamper with nostr data though. it's all immutable.

querying nostr is not like SQL, all it can do is pull data. it also has no ability to write anything, although maybe that would be interesting? not sure.

Nice. I'm working on a simple project where the AI would summarize notes.

So was thinking wether to let it read from the db or run a Cron that pushes notes to an AI API ...

Get back to work!

its cool, i like the dev updates.. im somewhat waiting in notedeck holding pattern for outbox or relay specific feeds, and a tutorial for how to make an app (pokerdeck).

im in no rush 😁 but lmk if i miss the announce of these 🙏🏝️

relay feed backend was recently added, just need the ui for it now. Should be easy. Everything is in place for outbox as well.

niiice 🐳

Running a local LLM?

using 4o since its less retarded, but yeah it does work with a local llm

nostr:note1r3ar3urwnq27ldcq88zs8vj53fn24edr0yzcety9kkzmqymnfr8s4ptchs

funny ... i just downloaded the deck on a lark... and REALLY like it. Nice work

awesome, let me know what features that are lacking that you are looking forward to!

I like the dev updates.

youre so polite to your ai, and use proper punctuation 🤓

for this work, you need to provide api-keys or do you use some local llm ?

either. I've tested it with ollama + local model and openai-4o so far