Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save VenkataSakethDakuri/27948505e3160b56be088e21d9f55f78 to your computer and use it in GitHub Desktop.
Save VenkataSakethDakuri/27948505e3160b56be088e21d9f55f78 to your computer and use it in GitHub Desktop.
AI Security
Suppose we make requests in comet regarding our banking mails (after connecting our mail to comet), all AI processing happens locally itself (this involves using heuristics like sender, subject keywords), if we want to use advanced features which are not possible locally then minimal data needed is sent to cloud and data is processed. This "minimal" data is determined algorithmically by AI + heuristics. We can control different settings to manage the data that is transmitted. We can also view the data collected by comet.
Pre-tokenization masking of restricted content using named entity recognition (NER) can be used to mask sensitive information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment