Very confused, is this all BS?

“Confer, the private AI chatbot launched by Signal creator Moxie Marlinspike, uses that Nvidia-based TEE setup— along with an authentication system…”

“Meta, too, uses a TEE to offer a more private version of the Meta AI chatbot included in WhatsApp—a privacy system that Confer’s Marlinspike has said he is helping Meta to develop.”

This feels too good to be true and I am surprised this article is the first i am hearing about the relationship between Marlinspike and Meta for this product.

  • hirihit640@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    7 hours ago

    If TEE is anything like Secure Computing, then it works something like this:

    1. first you have to trust the CPU manufacturer to not insert any backdoors
    2. the CPU is designed to only run code that is signed with a certain signature (aka secure boot)
    3. the AI company (Signal or Meta in this case), gets their code audited to make sure it does not exfiltrate user data, and then signs the code
    4. now the signed code can run on the servers, and if the code is ever modified, eg to add spyware, then the servers will reject it

    There’s also ways to make sure you as a user/client are communicating with one of these trusted servers and not some malicious server masquerading as a trusted server, but I forgot how that part worked. You can look up Apple’s announcement on Private Cloud Compute, or any article on remote attestation.

  • twoBrokenThumbs@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    19 hours ago

    I’m no expert so take this with a grain of salt.

    But basic logic says if the data (your prompt) gets processed by anything then it needs to be able to read it. Therefore its not private by default.

    Sure, they can encrypt it (where? At rest? End to end?) and not retain history etc, and that can make it more private, but it won’t be private.

    That’s like Proton’s Lumo which is “private” in the same sense, but the requests are being sent to a server to process so that data is read by something somewhere. I use Lumo BTW, but never put personal info into it etc.

    Then no matter how private it is, if Meta starts using it it’s immediately spyware.

    If you want true private you’ll need to run your own local models.

    • utopiah@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      8 hours ago

      It’s two different problems :

      • technically speaking TEE and homomorphic encryption have proven to work. You can read public research and results from e.g. NIST or ask a researcher in the domain you trust but basically unless you find a way to break it (which is not impossible theoretically, just nobody has ever done it), it is indeed private.

      • in terms of business model, Meta is an advertising company which only happens to rely on tech to sell more ads. The more information they have about someone, the more expensive they can sell ads to their true clients, advertisers. So… one can safely assume that everything AROUND the encryption itself will be used to align with that very profitable business model.

    • un_ax@lemmy.today
      link
      fedilink
      arrow-up
      3
      ·
      12 hours ago

      The TEE mentioned in this article is essentially hardware level identity/encryption similar to the boot chain of a phone or game console, so if you trust nvidia then it sounds like it would work. If you trust nvidia. And all of the other implementation details.

      But basic logic says if the data (your prompt) gets processed by anything then it needs to be able to read it.

      There is actually Homomorphic encryption where you can operate on encrypted data, but I don’t imagine it’s used much in machine learning since it takes 100-10,000x longer than the plaintext operation.

    • lagg_mine@lemmy.world
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      19 hours ago

      I tend to use it to help with homework for uni if I don’t have access to a powerful enough device to run something locally.

  • Alas Poor Erinaceus@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    19 hours ago

    I am surprised this article is the first i am hearing about the relationship between Marlinspike and Meta for this product.

    Marlinspike seemed like he might be ok, and now he’s working with a company that’s been proven time and time again that it can’t be trusted to do anything?

  • grey_maniac@lemmy.ca
    link
    fedilink
    arrow-up
    2
    ·
    18 hours ago

    It’s paywalled for me so I can’t verify this, but the quote provided looks like two separate statements. It does not necessarily mean Marlinspike works with Meta.

    • Doomerang@lemmy.mlOP
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      18 hours ago

      It links to a blog entry from his AI project confer.to: https://confer.to/blog/2026/03/encrypted-meta/

      “As Confer continues to operate as an independent entity, I will also work to integrate Confer’s privacy technology so that it underpins Meta AI. Meta is building advanced frontier models, so this will combine the most private AI chat technology in the world with the most capable AI models in the world. As Meta builds more AI products beyond the basic chat paradigm, the privacy technology from Confer will be a part of the foundation of everything that is to come.”