As a developer concerned with the direction the AI industry is headed, I actually like this idea. I do feel like simpler software wont be able to answer more complex questions:
Ex. Software that doesn’t have a database ( certain open source projects ), wont be able to answer questions about how that data is being used. => Because there is no database present to misuse.
( I operate in such a way, where I don’t need a database. )
Privacy software can come in two varieities:
– Ones that operate without a database.
– Collects data, but that data is hosted on your computer.
– Software built in smaller components, that stores the data it does collect on your computer, and only collects data for specific limited domains. But otherwise does not collect data, except for the data it needs to self-train on.
( I work on the third use case. )