In my experience most corporate employees just take the path of least resistance. It is not uncommon for people to paste non public data into websites just to do json formatting, and paste base64 strings to random websites just to decode them. So just telling people not to do something won't accomplish much. Most corporate employees also somehow think they know better than the policy. Any company that doesn't want to…
A while back I got to hear about how the IT team running my then-employer's internal time reporting tool was sending all the usage data through Google Analytics and how neat that was for them to look at :\ . I shudder to think what they are doing now.
Employees are feeding sensitive data to ChatGPT, raising security fears
211–220 of 355 posts
Re: Employees are feeding sensitive data to ChatGPT, raising security fears
#212Earlier quoted context omitted.
I'm doing that since day one. I can't believe people are pasting real data into this corporate black boxes.
To your average user who interfaces with these figurative black boxes with a black box in their hand, how is this particular black box any different than the other black boxes that this user hands their data to every second of every day?
to take a stab at your question, though : my cell phone doesn't learn to get better by absorbing my telecommunications; it's just used as a means to spy on my personal life by The Powers That Be. The primary purpose of my cell phone is for the conveyance of telecommunications.
chatGPT hordes data for training and self-improvement in its' current state. It's whole modus operandi involves the capture of data, rather than it being used for that tangentially. It could not meaningfully exist without training on something, and at this stage of the game it's the trend to self-train with user data.
Until that trend changes people should probably be a bit more suspect about what kind of stuff gets thrown into the training bin.
Re: Employees are feeding sensitive data to ChatGPT, raising security fears
#213Earlier quoted context omitted.
do those other businesses use gmail? does your company?
I think those are different models. Gmail has a vested interested in keeping any knowledge it gains about you secret - it's competitive advantage is knowing more about you than anyone else does. ChatGPT's strength is its ability to clearly communicate the knowledge it has (including training data it gains from people it interacts with) to give you good responses.
Most corps, companies store a lot of internal data with corps like Google, Microsoft, Amazon and others.
Re: Employees are feeding sensitive data to ChatGPT, raising security fears
#214Earlier quoted context omitted.
If you're using Github already then Copilot isn't seeing anything new.
Correct, but that level of security is expected from GitHub proper, they have all sorts of independent security reviews for their partners. Does all of that exist for Copilot?
Re: Employees are feeding sensitive data to ChatGPT, raising security fears
#215Earlier quoted context omitted.
Blocks are effective reminders of policies.
I remember someone trying to look up winning lottery numbers at work. The site came up "Blocked: Gambling". It was a little reminder that they're watching our web browsing at work..
It's a fairly standard practice. I wouldn't associate it with overreaching surveillance.
Re: Employees are feeding sensitive data to ChatGPT, raising security fears
#216Earlier quoted context omitted.
I'm doing that since day one. I can't believe people are pasting real data into this corporate black boxes.
What about Google Docs, Office 365, Github, AWS, Azure, Google Cloud, JIRA, Zendesk, etc? What is different about ChatGPT (if anything)?
Re: Employees are feeding sensitive data to ChatGPT, raising security fears
#217Earlier quoted context omitted.
Correct, but that level of security is expected from GitHub proper, they have all sorts of independent security reviews for their partners. Does all of that exist for Copilot?
Do you think Microsoft would dare to have Copilot with any less standards?
Re: Employees are feeding sensitive data to ChatGPT, raising security fears
#218Earlier quoted context omitted.
To anyone who may be pasting code along the lines of 'convert this sql table schema into a [pydantic model|JSON Schema]' where you're pasting in the text, just ask it instead to write you a [python|go|bash|...] function that reads in a text file and 'converts an sql table schema to output x' or whatever. Related/not-related--great pandas docs replacement is another great+safe use-case. Point is, for a meaningful subs…
Do you really think the people asking ChatGPT to write their code can make that abstraction? The fact that the can't do this is the whole reason they have to use ChatGPT.
Re: Employees are feeding sensitive data to ChatGPT, raising security fears
#219Earlier quoted context omitted.
Google had all the same problems, until it found a balance of functionality, security, and privacy. OpenAI just hasn't started to try adding privacy and security yet.
A language model inherently has a privacy problem. How would you guarantee no leaks?