w3c / ai-web-impact

An analysis of the systemic impact, on the Web, of AI systems, and in particular ones based on Machine Learning models, and the role that Web standardization may play in managing that impact
https://www.w3.org/reports/ai-web-impact/
21 stars 3 forks source link

Limitations of personal data stores #9

Open chrisn opened 8 months ago

chrisn commented 8 months ago

Section 4.2 talks about personal data stores. These can give user a repository of their data; they don’t necessarily prevent other actors also having copies of that data, and using it for AI training purposes.

darobin commented 7 months ago

I think that depends on how the PDS is architected. Some PDSs are basically stores with an ACL layer, and once you've granted access the horses have fled the barn. But an alternative (and I would say better) design is one in which the code comes to the data and runs in a sandbox from which it cannot exfiltrate data. #26 hints at this, though it's not made explicit.