Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
AI Apple

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.
This discussion has been archived. No new comments can be posted.

Apple Restricts Employee Use of ChatGPT, Joining Other Companies Wary of Leaks

Comments Filter:
  • by S_Stout ( 2725099 ) on Friday May 19, 2023 @08:43AM (#63534447)
    Now they have to use ChatGPT on their other computer and will not be able to copy/paste large chunks of code.
  • About time (Score:5, Funny)

    by Ol Olsoc ( 1175323 ) on Friday May 19, 2023 @08:59AM (#63534479)
    That some outfit figured out that ChatGPT is an immense security issue. And not just for business information.
    • Pretty sure most companies that have a security department have started to figure that out. Especially when all logs are public. I guess the rest thought they could save money by removing Security.
  • by ebonum ( 830686 ) on Friday May 19, 2023 @10:09AM (#63534629)

    I'm Afraid I Can't Do That, Dave.

  • Let me share a specific incident with ChatGPT, which leads me to believe it doesn't learn anything from user's, yet. I asked it about volume management for Tru64, which is a topic I'm an expert on. It gave a lot of wrong information in it's response. It claimed LVM was available for Tru64 and it ignored the fact that it came with LSM (an early version of what later became VxVM). I corrected it and it took the correction, acknowledged it had given incorrect/wrong info about LVM and then rephrased it's origin
    • 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.

  • Trust (Score:5, Insightful)

    by RitchCraft ( 6454710 ) on Friday May 19, 2023 @11:33AM (#63534849)

    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.

    • by tlhIngan ( 30335 )

      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.

      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

  • Well don't copy hundreds of lines of code into the ChatGPT text box and ask it to add new features or to figure out what's wrong. The (human) developer should be able to plan for new features or troubleshoot the code.

    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
  • 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.

    • 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.

  • 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]

    • 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.

      • by stikves ( 127823 )

        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

Make sure your code does nothing gracefully.

Working...