Apple Restricts Employee Use of ChatGPT, Joining Other Companies Wary of Leaks (wsj.com) 22
Apple has restricted the use of ChatGPT and other external artificial intelligence tools for some employees as it develops its own similar technology, WSJ repors, citing an internet document and people familiar with the matter. From the report: Apple is concerned workers who use these types of programs could release confidential data, according to the document. Apple also told its employees not to use Microsoft-owned GitHub's Copilot, which automates the writing of software code, the document said. ChatGPT, created by Microsoft-backed OpenAI, is a chatbot derived from a so-called large language model that is able to answer questions, write essays and perform other tasks in humanlike ways. When people use these models, data is sent back to the developer to enable continued improvements, presenting the potential for an organization to unintentionally share proprietary or confidential information. OpenAI disclosed in March that it took ChatGPT temporarily offline because a bug allowed some users to see the titles from a user's chat history.
Slows people down (Score:5, Funny)
Re: (Score:2)
Re: (Score:2)
You could always choose to not use ChatGPT on your personal computer, and be 10 steps behind the rest of your programming team, LOL!
About time (Score:5, Funny)
Re: (Score:2)
Design our first new product since Jobs (Score:5, Funny)
I'm Afraid I Can't Do That, Dave.
It doesn't seem to learn from users.... yet. (Score:2)
Re: It doesn't seem to learn from users.... yet. (Score:1)
It will even tell it doesnâ(TM)t, if you ask. It uses the trained model plus the history of your current conversation. It canâ(TM)t even refer to your own other conversations. But thatâ(TM)s not the risk here. Everything you chat with it is permanently stored on their servers. So you have now entrusted OpenAI to protect your data from leaks to other users, and nosy OpenAI employees who decide to go mining for inside information.
Re: (Score:2)
So you have now entrusted OpenAI to protect your data from leaks to other users
Good point. They certainly *could* go back and mine that text, too. They just don't seem to do it.... yet.
Re: It doesn't seem to learn from users.... yet. (Score:2)
Trust (Score:5, Insightful)
Companies don't trust these language models but are more than willing to inflict them on users. Proof that they're nothing more than tracking/anti-privacy/money grabbing gimmicks at the moment. These companies are just proving that no one should trust these things.
Re: (Score:3)
Huh? Apple isn't using ChatGPT for anything. The only thing ChatGPT related on Apple devices is that OpenAI released an app for the platform, something Apple can't really restrict.
In fact, I think the only company using ChatGPT for anything public
Re: (Score:2)
I said language models, which encompasses all of these half wit programs.
Use it sensible and its great (Score:2)
What ChatGPT is useful for is to retrieve basic algorithms, code syntax and EXAMPLES of how to do something.
One thing I was having trouble with and couldn't google the exact answer was how to connect to Active Directory and verify credentials using NodeJS.
ChatGPT gave an example of how to
Maybe they should restrict Web use too (Score:2)
If Apple is worried about employees leaking confidential data, they should probably restrict use of Google, and Wikipedia, and, you know, web browsers. These are all systems where data could be leaked.
Re: (Score:2)
Might as well shut down all communication in a 3 mile radius around the Apple complex. The cellphone / RF jammers will be installed tomorrow, and all the fiber lines are getting back-hoe cut immediately! Shut it down, shut it all down! LOL.
In house (Score:2)
Given the recent explosion in LLM based engineering, it is not too difficult to have a "light" GPT "at home".
There are already generic models you can download that matches GPT-2, and those you can train that could match GPT-3. GPT-4 level still requires roughly a billion dollar investment, so out of reach at the moment. But if all you are looking for is coding advice, a simple model would be more than enough.
And... there is already an open and pretty capable model you can download for coding: https://huggin [huggingface.co]
Re: (Score:2)
Or, if you have Apple-level of money, you could easily train your own models. It wouldn't take billions. A few millions, at most.
Re: (Score:2)
The estimated cost, including research is literally $1 billion: https://twitter.com/sytelus/st... [twitter.com]
GPT-4 level models are pretty large. Unimaginably large. Even if you are "renting" the hardware on the cloud, it still costs hundreds of millions on training alone, much more in iterations and fine tuning. A billion might even be considered cheap.
Why do you think many companies went into alarm mode? (hint: did they make the same calculation?)
On the other hand, as I discussed above, simpler coding models will onl