161 pointsby colinprince4 hours ago15 comments
  • dgellow3 hours ago
    The claims:

    - Mr. Liu not only downloaded a confidential Apple circuit schematic but also used it in his work at OpenAI;

    - Far from his unauthorized access to Apple’s third-party cloud storage being unknown to him, Mr. Liu and others at OpenAI were well-aware of that access;

    - Mr. Liu, upon learning of Apple’s internal investigation of him, sent instructions for destroying evidence to an OpenAI colleague who confirmed she would comply; and

    - Mr. Liu used a tool in his work at OpenAI that has the same name as an internal Apple engineering application used for Apple development work.

    • aeternum31 minutes ago
      Sounds like Apple might soon own some Jalapeño
    • Muromecan hour ago
      Sounds like the LLM is equally good a participating in a criminal conspiracy and keeping notes on it. Not the team mate we all want, but one we deserve.
    • snapetom2 hours ago
      Good lord. Smart people doing the dumbest things with their work equipment.

      I have a former coworker who was the VP of Finance at my company. He suddenly got fired out of the blue. The company was in the midst of trying to find a buyer (this was announced) so this was extra surprising. Turns out, he knew a lot of bad news about the company, and they caught him looking for a job. They fired him because he was too much of a liability.

      How did they catch him? He was putting resumes and cover letters on OneDrive. "Yeah, in retrospect, that's one of the dumber things I've ever done," he said to me later.

      • 0cf8612b2e1ean hour ago
        I am constantly dumb founded at the people who conduct deeply personal business on a company laptop. Some individuals do not even own their own computer. Has every job hunt they have pursued has been done on their previous employers equipment?
        • sokoloff22 minutes ago
          I have more personally owned computers than is reasonable, but I can understand people who get issued a company laptop and use it for everything.

          It’s a couple hundred bucks a year to keep a personal laptop and if you’re mostly accessing cloud services, I can easily understand the temptation to use a company laptop for it all.

        • cucumber3732842an hour ago
          >Has every job hunt they have pursued has been done on their previous employers equipment?

          Yes. And the resume was updated and the applications filed while on the clock.

          https://youtu.be/WcyNWbx8kAo?t=4

          (the timestamp is important)

          • vkou25 minutes ago
            If you're salaried, every moment of time in your life is on the clock.
      • ebbi2 hours ago
        We have a plague here in NZ of top-level Police officers using work-issued devices to access and store CSAM material.
  • joshka3 hours ago
    > Apple argues that when trade secret information is fed into an AI agent or model that learns from it, that learning “may create irreversible and continually propagating uses of the trade secret.”

    This is somewhat of a high impact argument to test. I wonder if the case will eventually get to working this point out.

    • Jtsummers3 hours ago
      There's already some precedent when dealing with humans reverse engineering systems. We use "cleanroom" approaches where the ones doing the reverse engineering are segregated from those doing the later design and development work. Instead of producing a design document based on the thing being studied, the reverse engineers produce a specification from which a new design, untainted by knowledge of the original design, is produced.

      People using ML to try and reverse-engineer and create a "clean" version of things will likely need to use a similar approach. You can't ask one LLM to take in a circuit design as input and produce a specification and design within the same context. The resulting design will be at least partially informed by knowledge of the original design. The way to do this safely (potentially still with suits happening, but safer at least) will be to have one execution to produce a specification, and a second fresh execution taking the specification to produce a design. At least then you know your LLM was not aware of the original design.

      Of course, LLM agents "cheat", so you'll also want to be careful to ensure a clean environment if you're using an agent that does not provide access to the original design material.

      • kodablahan hour ago
        > The way to do this safely (potentially still with suits happening, but safer at least) will be to have one execution to produce a specification, and a second fresh execution taking the specification to produce a design.

        I have seen Claude literally suggest using a Sonnet sub agent to read source the main agent shouldn't, and have the sub agent describe the "facts and ideas" via markdown to the parent agent thereby maintaining that it is clean room and not, for example, GPL encumbered.

        This seems as acceptable as asking a human to do the same. Otherwise, taken to its logical conclusion, if any LLM was trained on GPL software, it cannot be used for non-GPL authoring (and IIUC Claude does offer indemnity for enterprise plans if this is challenged).

        • Terr_39 minutes ago
          > This seems as acceptable as asking a human to do the same.

          I wouldn't be surprised if self-bias in the model weights and imperceptible grammar/word/punctuation choices could cause it to duplicate more information than a human-to-human transfer Probably not enough to matter, but...

          To put it another way, imagine the task was one human viewing a painting, and then describing it over the phone for another human to paint, so that the final product wasn't really a "copy". Assume everyone has the same eyeballs and art-skills.

          I'd expect a massive improvement if the humans on each end were freshly-made clones from a teleporter accident, sharing identical brain-structures and 99.9999% of their memories.

        • hananova39 minutes ago
          Except nobody can prove that those subagents aren't secretly sharing information with the main agent in the backend, and frankly I don't trust Anthropic not to do exactly that to cheese benchmarks.
          • Muromec32 minutes ago
            You can always see the context trace and you can even do it at the network boundary through mitm and then store the traces gzipped for some legally mandated 5 years or what you have there.
        • michaelmrosean hour ago
          [dead]
      • dwrodri3 hours ago
        question to clarify:

        If the LLM designs the circuit, it is clear "contamination" if the tool calls which wrote the RTL / Verilog are also in the same context window as the specification design.

        If a windows DLL, distributed without a license that says anything regarding, is it a "clean room implementation" if there is some nonzero chance the source code was leaked into the weights at pre-train time? I guess there should be some sort of method for subpoenaing frontier labs to ask "can you grep for this code in the training set for this model", but that might not be practical or feasible.

        • Jtsummers2 hours ago
          > If the LLM designs the circuit, it is clear "contamination" if the tool calls which wrote the RTL / Verilog are also in the same context window as the specification design.

          You can't ensure it properly segregates its knowledge so it's a legal risk. If you believe your LLM can generate a design from a spec without knowledge of the original, why would you take that unnecessary risk? A lot of the behavior in this area is meant to avoid the appearance of impropriety, because the appearance of impropriety forces you to defend and demonstrate there was none.

          If you isolate the two behaviors (reverse engineer design to spec; convert spec to new design) then you have a legal defense. You can claim that any coincidentally too similar design elements are a consequence of standard design patterns or something, not a consequence of inherent knowledge of the original design.

          This is why we separate the people into distinct roles, there's no reason not to do the same (or expect the same) with machines. If you don't want the legal cover, of course, by all means take the risk and enjoy a trillion dollar company taking you to court.

    • KingMachiavellian hour ago
      Not sure why people are latching on to this. I'm 95% sure the AI agent was not "trained" on this intellectual property but rather the IP was just analyzed and it's usage and details were recorded to the AI agents memory (typically markdown/JSON summary of previous sessions).

      The defense IMO is just trying to muddy the waters between "irreversible AI training that updates weights" and "AI learning by just storing secrets in text files".

      Even in the 5% chance this AI model actually was fine-tuned or fully-trained (i.e the weights were updated), the employee did this while employed at Apple and used Apple IP as the training data. Even if the output is under fair-use (because it's transformative), (1) any IP created while employed during work duties almost always belongs to your employer and (2) the act of accessing Apple's IP would be (trade secret or regular) theft if done outside normal work duties.

    • rjsw2 hours ago
      A related argument could be whether the output of an LLM that has been trained on GPL code should also be considered to be under a GPL licence.
    • fantasizr2 hours ago
      the fact that llms can spit out books they've been trained on near verbatim lends some credence to this.
  • biggc3 hours ago
    > Additionally, Apple learned about Liu’s use of the schematic because he used it on a Mac mini which later synced via iCloud to the MacBook he took from Apple. Apple now also wants access to that Mac mini.

    I'm very curious about the privacy implications of this. I know that anything I do and store on my company's laptop can be tracked, but I hadn't considered that if I forgot to sign out of my personal Gmail on it that they could legally search that information.

    The files syncing to the company laptop's disk is a layer of nuance that makes this situation tricky to evaluate.

    • steveBK1233 hours ago
      > I forgot to sign out of my personal Gmail

      Never, ever, ever sign into personal mail/messaging on work machines. Even the appearance of having done so just sets up for bad things.

      This was kinda iffy 20 years ago, now its crazy to do. We all have phones now, there's no good reason to do this.

      • itake22 minutes ago
        you're not wrong, but its really annoying carrying 2 laptops and 2 phones and 2 charging bricks [0].

        Especially when work picks out the 16.2" laptop for you.

        [0] - Yes, I know there are 3rd party multi-port USB-C charging products, but the wattage isn't as high as having 2 different bricks.

      • mathisfun123an hour ago
        > Never, ever, ever sign into personal mail/messaging on work machines

        apple explicitly encourages their employees to do exactly this - it's called "carry"ing your work device.

        • morganw31 minutes ago
          encourages, but doesn’t require. My work phone is an iPhone 14 that I only use for Slack notifications & to check the next day’s schedule when I don’t want to bother opening their laptop.
          • mathisfun1236 minutes ago
            i don't see your point - my point is apple actively encourages this thing that is being painted as terrible character flaw.
      • morkalork3 hours ago
        Hell, some employers are even helpful enough to block gmail, yahoo etc domains on their network.
        • Muromec29 minutes ago
          I can't open pretty much anything, including shoghoth face and linked in, but thankfully this imageboard and YouTube are spared. I still wonder how the powers that be didn't bother to ban npm on dev machines
    • jubilantian hour ago
      Techies tend to associate access control with legal control. Nothing could be farther from the truth, especially when it comes to legal discovery and subpoenas.

      And it gets worse. The 4th amendment protects against unreasonable searches from the government without a warrant, not all searches. If you have evidence on your personal devices that a judge believes could be relevant to the outcome of a criminal or civil trial, be prepared to give it up or face a potential evidence tampering / obstruction charge. Doesn't matter if you never signed into your personal Gmail on your work computer or not. In a trial where work records are important, your non-work devices and accounts can be subpoenaed if there is a good reason to believe you have work materials on your Gmail or personal laptop. Like if in the first review of work e-mails, they find you've e-mailed one work file from your work to your personal Gmail one time or even just have been signed onto your personal Gmail while at work.

      • Muromec27 minutes ago
        There is a difference between judge signed warrant and nosy CISO or HR person having feelings. A whole world of difference
    • 2legit2quitan hour ago
      > I'm very curious about the privacy implications of this. I know that anything I do and store on my company's laptop can be tracked, but I hadn't considered that if I forgot to sign out of my personal Gmail on it that they could legally search that information.

      If it's work-related, work computer only. If it's anything personal, personal computer only. This is especially true for situations where companies are using screen capturing tools that capture the screen every 'x' seconds[0].

      The seeming convenience of using your work computer for everything isn't worth the risk but some people don't consider the legal implications, as you've noted in your anecdote.

      Once your personal message to Bob or Jane enters an official record because it's included in the eDiscovery (even if accidental) result(s), it's over.

      Better to not have a surface risk like that, than assume the process will keep your personal data safe.

      0 - https://desktime.com/features/time-tracking-with-screenshots

      • iAMkenough37 minutes ago
        I was under the impression that Apple requires its employees to login with personal Apple ID accounts for cloud storage.

        > “You go through these steps of getting all your software set up, and all your devices provisioned to access internal Apple networks, and things like that. And it explicitly says you cannot use your corporate Apple account to set this up.”

        https://cybersecurityventures.com/does-apple-spy-on-its-empl...

        • ndriscoll26 minutes ago
          How's that supposed to work? Apple requires employees to own Apple products or have a personal account in the first place? That doesn't sound believable.
          • sokoloff15 minutes ago
            Requiring them to make a (free) Apple account doesn’t sound unreasonable.

            “Go to https://account.apple.com/ and make one that doesn’t use your Apple corporate email” seems like a fair and legal work instruction to me.

          • iAMkenough12 minutes ago
            This may have been an optional iCloud 2TB promotion for employees, but still relevant to the lawsuit.

            I'm also under the impression that Apple requires its employees to dogfood their products and services. Hoping someone with personal experience and a lapsed NDA can chime in.

    • slowin2 hours ago
      > I hadn't considered that if I forgot to sign out of my personal Gmail on it that they could legally search that information

      I don't think this is true, this would still be unauthorized access on your employer's end and would be considered illegal. They're not allowed to pose as you to access your services iirc.

      You should obviously still sign out (or never sign in in the first place) of course!

      • jubilantian hour ago
        These things all vary across legal jurisdictions and with what you sign away in your contracts. If your contract doesn't say anything, then yes, your boss opening up your laptop while you're on lunch and reading through your logged-in but password-protected personal e-mail is not just a civil violation but gets into CFAA/wiretapping territory. California has some particularly strong default protections.

        But you can 'freely' sign away these rights in your contract. Or if your contract binds you to follow internal policy and it's in the internal policy, that's usually enough notice and consent for the courts. When you're given a work device from a BigCo with a legal department that knows what they're doing, it usually comes with a EULA-style contract you don't read that authorizes everything.

        California law does now say you can't be forced to give your employer your personal e-mail or social login, or other way of scanning your personal e-mail or socials. You can't sign this right away (just like you can't sign away your right to a minimum wage or workplace safety), but if you freely sign in while on a company device, network, and time, and your contract or policy is worded so broadly that anything you do on that device/network/time is the company's...

    • lozenge2 hours ago
      I think I've heard about this before, apparently Apple encourages its employees to use the same iCloud account for personal and business use.
  • pluc3 hours ago
    > Apple alleges that Liu ran a simulation in March using the circuit schematic file in LTspice, an electrical engineering tool. In messages from around that time, Liu said his AI “agent” learned to run LTspice and review the results.

    "I didn't steal it, I fed it to an agent who then fed it back to me".

    > Apple argues that when trade secret information is fed into an AI agent or model that learns from it, that learning “may create irreversible and continually propagating uses of the trade secret.

    Ok I'm hooked

    • newtonapple2 hours ago
      I'm not arguing for either side, but here's a fun thought experiment I've been thinking about a lot lately. If I learned things at one company, took my experience and memory to another company, and applied what I had learned there, am I technically stealing that company's secrets? What if I trained a team of agents to think and code like me at work, then exported those agentic skills and took them with me to another company? At what point would they still be considered the old company's property? Let's say I didn't take any code or proprietary information from the old company, just the coding style and best practices my agents learned from the old company's live metrics. Is that considered stealing from the company? Is that any different from me learning those patterns and skills personally and then reapplying them elsewhere?
      • pornelan hour ago
        There doesn't have to be any meaningful analogy here. Laws don't have to treat humans and machines equally. Laws are for people and allow things that are less than ideal, but necessary for people to function.

        Humans can't leave their old brains at their previous employer, can't delete their experience learned on proprietary data. It wouldn't make sense for the law to fight this.

        But the law can control what can be done with information stored outside of your brain.

      • muldercan hour ago
        Your training of a team of agents is a product you developed while working for that company and would be owned by them. You could in theory train a new team of agents after leaving the company, but it could not be trained on anything that isn't in your brain. If you gave it anything, like the old company's live metrics, then you'd be stealing trade secrets. The key difference from you personally learning those skills is that an agent trained on company data turns personal knowledge into a portable, structured artifact, which crosses from "your skill" into something that looks a lot more like company property.
        • newtonapplean hour ago
          This is my personal conclusion as well. But think about where this leads. In the future, agents will do most of the coding and our job is to guide and train them. Most of our skills would be externalized somehow, living in the agents instead of in our heads. Which means once you leave a company, you may have effectively lost a lot of your hard earned skills and experiences.
          • mulderc43 minutes ago
            I'm pretty sure Marx has some things to say on this. When your skills live in company-owned agents instead of in your head, you've been alienated from your own labor in a way Marx predicted. This is exactly why companies like Meta have been so aggressive to integrate AI tools into the day-to-day work for their employees. The more your skills live in their systems, the less you can take with you.
      • Almondsetatan hour ago
        I don't understand the point of your question. The "problem" of an ex-employee consciously or subconsciously bringing his learned experiences at your company to a competitor is literally the reason why non-competes exist. In fact, this topic is quite old.
        • newtonapple42 minutes ago
          My real point is this: if you're not allowed to bring your experiences with you, then the company exists to extract your creative thinking and skills. You can argue that's a fair trade for money. I don't necessarily disagree. But I think most of us find joy in learning, in building our own skills, in being able to reapply them elsewhere. And before LLMs and agents, I couldn't lose those skills and experiences no matter where I worked. As we progress, though, we've hit a point where we have to ask ourselves: at what price are we willing to trade complete ownership of our thinking and experiences for money?
        • newtonapplean hour ago
          It is also illegal in CA.
      • an hour ago
        undefined
      • mandeepjan hour ago
        > At what point would they still be considered the old company's property?

        It depends on your contracts (aka NDAs). Sometimes employers do ban for that very same reason from joining a competitor(s) for x years from date of separation

        • ted_dunning17 minutes ago
          It also depends on your law. In California, some companies still try to put these restrictions into contracts, but that contradicts state law so it has no legal effect. The intended effect is intimidation, however, which may work with some people.
      • modelessan hour ago
        > If I learned things at one company, took my experience and memory to another company, and applied what I had learned there, am I technically stealing that company's secrets?

        The fact that California allows this to happen (banning non-competes and rejecting "inevitable disclosure") is exactly why Silicon Valley started here and remains here. It's exactly why ex-OpenAI people could start Anthropic. It's why neither OpenAI nor Anthropic have a monopoly on AI today. It's great both for employees and for the general public.

      • nkriscan hour ago
        The difference is you’re a human with the right to self.
      • vkouan hour ago
        > If I learned things at one company, took my experience and memory to another company, and applied what I had learned there, am I technically stealing that company's secrets?

        Human brains are in many ways privileged agents in a legal and copyright system, because it exists to serve the needs of humans.

        Artifacts produced by human brains are not.

    • outside12343 hours ago
      Let's do intellectual property from books next!
      • elonfboy3 hours ago
        lol oh no the plagiarism machine got plagiarized!
        • pjc50an hour ago
          In IP law, the party with the most money wins.
        • outside12342 hours ago
          Apple is essentially arguing that once an LLM system is tainted with IP that the whole system is tainted...

          <gets out popcorn>

          • tw6000402 hours ago
            is it not?
            • Xirdusan hour ago
              Obviously it is. Just like when you give a monkey a camera and it takes a selfie, the photo is obviously yours. But the legal system doesn't care about obviousness.
          • znpy2 hours ago
            I wonder how they trained siri
            • petcatan hour ago
              I thought Siri was just Google Gemini
              • ted_dunning15 minutes ago
                It's not nearly that simple. Apple used Google frontier models in training Siri, but Siri is not just a pass-through to Gemini.
            • tw6000402 hours ago
              definitely not by someone asking it about circuit schematics
            • mabini2 hours ago
              [dead]
        • jayde27672 hours ago
          Has anyone seen Pandora? I want to have a look inside that box she's been carrying around...it's time we start suing the pants off this "generative" stuff...
    • qingcharlesan hour ago
      Leopard ate my face.
  • xvxvx3 hours ago
    Reminds me of the story of an ex-Coca-Cola employee who offered to sell the secret recipe to Pepsi. Pepsi immediately let Coca-Cola know and it was handled. Not a good look for OpenAI. They come off as desperate and unprofessional.
    • Jtsummers3 hours ago
      https://www.theguardian.com/media/2006/jul/07/marketingandpr... - I had only vague memories of this, but here's an article from the time about it.
    • asdff3 hours ago
      Funny to imagine that food scientists at these companies must have cracked these recipes decades ago, and the secrecy might now only serve as a loyalty test for the uninitiated in the food and beverage guild.
    • himata41133 hours ago
      That's because pepsi already had coca-cola's secret recipe. I'm sure if they didn't have it already they would have been more than happy to at least have some knowledge before reporting it, but not like they didn't have the talent, money or technology to reverse engineer it at least a decade ago at that point.
      • bena2 hours ago
        No, it's because Pepsi isn't trying to be Coke, they're trying to be better than Coke. So having the recipe is kind of moot.

        Even if they were to take the recipe and publish it for all to see, you would still need all of the other machinery that is Coca-Cola to make Coca-Cola.

        And then you have issues of quality. Coca-Cola has certain standards, it's not a guarantee that everyone else will have those same standards. Like, people buy the expensive brand of milk despite all milk being the same. It's one ingredient. With quality standards given by the government. There is really no room for interpretation.

        • himata41132 hours ago
          Is this an AI response? coca-cola was replicated by one guy and confirmed in blind taste test by several other people, no magical machinery needed to make it once you know the ingredients.

          What about quality? That has nothing to do with it.

          Of course they're trying to be the better coke, that's why they tried making coke with the same color with more sugar and made the flavors stronger.

          • s__s2 hours ago
            Coca-Cola is the only company that can legally import and process raw coca leaves into a flavoring agent. It’s literally impossible to duplicate their exact recipe.
          • benaan hour ago
            The “machinery” being the marketing, distribution, and general scale, not the physical vats used to mix it.

            Even if you could replicate the exact flavor, you’d still need to do it at scale and get it into stores and convince people to buy it.

            As to “just make it yourself”, everyone can make a sandwich, Jersey Mike’s and several other sandwich shops exist successfully.

    • vasco2 hours ago
      Based on all evidence so far Sam Altman has negative scruples so I'm pretty sure this would be incentivised if anything.
    • jmclnx3 hours ago
      Not really OpenAI but today's society. I say this started with the "just do it and ask for forgiveness later" attitude that started maybe 20 or 30 years ago.

      At one time most people had respect, even people at the top, now many people just do what they want. Plus most of the time they get away with it.

      • ViktorRay3 hours ago
        One could make the argument that

        "just do it and ask for forgiveness later"

        is what the entire LLM industry is based on. They swallowed up all of society’s copyrighted texts without really asking for permission from anyone. This is just par for the course for them it seems unfortunately.

        • jimnotgym2 hours ago
          One could argue that it is what Trevithick did to make better steam engines, or what Cisco did with routers. Or countless others.

          IP theft can really pay off.

      • baxtr3 hours ago
        Well the asking for forgiveness part is also missing in this case, entirely.
        • ted_dunning13 minutes ago
          In legal speak "please forgive me" is pronounced "so sue me!"
        • everybodyknows3 hours ago
          It's actually forbidden, by advice of legal counsel, because in court the other side would present it as evidence of knowing culpability.
      • doodlebugging3 hours ago
        We can fix this by holding each other accountable. Peer pressure and community sanctions of bad actors will result in the changes we need.
        • Jtsummers3 hours ago
          > Peer pressure and community sanctions of bad actors will result in the changes we need.

          It's been demonstrated over centuries that this is unreliable. We end up needing a third party (commonly governments) to step in and establish rules and referee behavior. We wouldn't have an EPA, FCC, SEC, or many other organizations and laws if private actors could successfully police themselves.

          • doodlebugging2 hours ago
            Private actors are inevitably part of groups. Those groups need to hold the individual members accountable. That obviously doesn't work any more in SV among wealth-obsessed tech-bros. It still works in other parts of the economy though.
        • blitzar3 hours ago
          Guessing you haven't take the HR training - thats not allowed anymore.
  • lrvickan hour ago
    It is cute that anyone thinks intellectual property can be defended much longer. All intelligence will get folded into whichever models have the loosest restrictions on training on IP, and those models will become the smartest and most capable so everyone will use them.

    But also like, do not steal IP you could easily have re-created again. Those involved in this scheme were doubly idiots because they stole the IP in brazen ways that were easily traced back to them. Do people really not understand that every corporate laptop and server these days tracks -everything- you do? That corpo paycheck comes at a price of no privacy of any kind.

    California has protections on you owning whatever you can take in your brain and these days that is all anyone needs with LLMs being as powerful as they are.

  • karim793 hours ago
    Happened at a (large) company I worked for in the past. A devops guy stole the DB ahead of going to work with a rival, he was caught and the rival of course wanted nothing to do with it. I'm not sure of his fate but it couldn't have been much fun.
    • gyomu3 hours ago
      > the rival of course wanted nothing to do with it

      The key difference here seems to be that OpenAI very much wants something to do with it.

      • microtherionan hour ago
        That might be the most embarrassing implication for OpenAI out of the whole affair: That OpenAI, supposedly one of the vanguards in AI, saw a need to appropriate intellectual property of Apple, supposedly a complete laggard in that field.
        • mdasen38 minutes ago
          Were they trying to get Apple's AI IP? I haven't followed that closely, but it seems like a lot of it has been around hardware design, not AI.
      • jjthebluntan hour ago
        It's almost laughable how their behavior aligns with the "Scam Altman" snarky insult.
    • blitzar3 hours ago
      Happens occasionally at big corporations, even the bloodsucking vampire. Best to distance yourself from such employees - lest they will do to you what they have done to others.

      The difference is, relative to OpenAi they have standards and morals.

      • brazukadev2 hours ago
        In this case there is a big chance he was hired by OpenAI because of that - or even was asked to do it.
    • steveBK1233 hours ago
      A mature organization does not want the liability and if contacted by previous employer with evidence of these kinds of allegations, immediately gives said employees the boot.
  • apatheticonion32 minutes ago
    I know it's unethical, but when I read this, I can't help but hope a pseudo-cleanroom/ai-laundered Linux GPU driver appears for MacBooks. What I wouldn't give to run Linux on my Apple hardware.
    • brazukadev31 minutes ago
      that's not unethical at all.
  • kazinatoran hour ago
    > Apple argues that when trade secret information is fed into an AI agent or model that learns from it, that learning “may create irreversible and continually propagating uses of the trade secret.”

    But they've accepted the business model of taking works without permission for training AI; they need that to be fair use.

  • lokar2 hours ago
    Citadel had an employee take code, and had to use divers to recover it from a canal:

    https://www.businessinsider.com/yihao-ben-pu-citadel-2011-11

    • HolyLampshade2 hours ago
      One of the things I always told kids who came into these big trading firms is the owner(s) is/are a billionaire, and likely came up from one of the trading floors or something adjacent. They are not the “forgiving” types when it comes to shit like this, and they have infinitely more resources than you.

      So maybe don’t try to steal code, or trade concepts.

      Hasn’t stopped some people I know from trying…

      (For clarification I am not ex-CitSec and do not know this poor SOB, but he serves as the perfect poster child for “Don’t do that”)

  • happytoexplain3 hours ago
    > Apple argues that when trade secret information is fed into an AI agent or model that learns from it, that learning "may create irreversible and continually propagating uses of the trade secret."

    Yes. Yes, please make this argument, Apple. Some fascinating other conclusions follow from this.

    • lobf2 hours ago
      What are you referring to?
      • unethical_ban2 hours ago
        That using AI to create derivative works of proprietary or copyrighted content would count as intellectual property theft.
        • amelius2 hours ago
          I'd love that, but that generalizes the argument, and it does not naturally follow that this is true.
  • 2 hours ago
    undefined
  • fnord77an hour ago
    > Apple argues that when trade secret information is fed into an AI agent or model that learns from it, that learning “may create irreversible and continually propagating uses of the trade secret.

    The warez want to to be free

  • carabiner3 hours ago
    I wonder how many times this has happened without anyone being caught.
    • RodgerTheGreat3 hours ago
      Or being caught, but without sufficiently rigorous evidence to take to court.
      • tonyedgecombe2 hours ago
        I wonder how much rope Apple gave these people to hang themselves with.
  • mnmnmn2 hours ago
    [dead]