Remix.run Logo
simianwords 2 hours ago

I remember when I tried to set something up with the ChatGPT equivalent like "notify me only if there are traffic disruptions in my route every morning at 8am" and it would notify me every morning even if there was no disruption.

theredbeard 2 hours ago | parent | next [-]

This is because for some reason all agentic systems think that slapping cron on it is enough, but that completely ignores decades of knowledge about prospective memory. Take a look at https://theredbeard.io/blog/the-missing-memory-type/ for a write-up on exactly that.

scottmcdot 2 hours ago | parent | prev [-]

Me too. It doesn't have ability to alert only on true positive. I has to also alert on true negative. So dumb

worldsayshi an hour ago | parent [-]

This doesn't seem to hard to solve except for the ever so recurring llm output validation problem. If the true positive is rare you don't know if the earthquake alert system works until there's an earthquake.