|
|
|
|
|
by philo23
240 days ago
|
|
Maybe this is a lack of understanding on my part, but this bit of the explanation sets off alarm bells for me: > Under the hood, we're building a client-sourced RAG for the DOM. An agent's first move on a page is to check a vector DB for a known "map." ... This creates a wild side-effect: the system is self-healing for everyone. One person's failed automation accidentally fixes it for the next hundred users. I think I'd like to know exactly what kind of data is extracted from the DOM to build that shared map. |
|