Last active
July 28, 2025 09:06
-
-
Save VenkataSakethDakuri/27948505e3160b56be088e21d9f55f78 to your computer and use it in GitHub Desktop.
AI Security
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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