yup

Reply to this note

Please Login to reply.

Discussion

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 ...