Article: https://proton.me/blog/deepseek

Calls it “Deepsneak”, failing to make it clear that the reason people love Deepseek is that you can download and it run it securely on any of your own private devices or servers - unlike most of the competing SOTA AIs.

I can’t speak for Proton, but the last couple weeks are showing some very clear biases coming out.

  • Fubarberry@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    30
    ·
    12 hours ago

    I haven’t looked into Deepseek specifically so I could be mistaken, but a lot of times when a model is called “open-source” it really is just open weights. You can download it or train other models off of it, but you can’t actually view any kind of source code on how the model works.

    An audit isn’t really possible.

    • L_Acacia@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 hours ago

      It is open-weight, we dont have access to the training code nor the dataset.

      That being said it should be safe for your computer to run Deepseeks models since the weight are .safetensors which should block any code execution from injected code in the models weight.

    • AstralPath@lemmy.ca
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      5
      ·
      11 hours ago

      Then by default it should never be considered safe. Honestly, this “open” release… it makes me wonder about ulterior motives.

      • rumba@lemmy.zip
        link
        fedilink
        English
        arrow-up
        17
        ·
        8 hours ago

        That’s not quite it either.

        The model itself is just a giant ball of math. They made a thing that can transform an English through the collected knowledge of much of humanity a few dozen times and have it crap out a reasonable English answer.

        The open source part is kind of a misnomer. They explained how they cooked the meal but not the ingredient list.

        To complete the analogy, their astounding claim is that they managed to cook the meal with less fire than anyone else has by a factor of like 1000.

        But the model itself is inherently safe. It’s not like it’s a binary that can carry a virus or do crazy crap. Even convincing it to do give planned nefarious answers is frankly beyond our capabilities so far.

        The dangerous part that proton is looking at and honestly is a given for any hosted AI, is in the hosting server side of things. You make your requests to their servers and then their servers put the requests into the model and return you the output.

        If you ask their web servers for information about tiananmen square they will block you.

        You can, however, download the model yourself and run it yourself and there’s not any security issues there.

        It will tell you anything that you need to know about tiananmen square.

        • sem@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          2
          ·
          6 hours ago

          What are the minimum system requirements to run something like deepseek on your own computer in some kind of firewall container?

          • utopiah@lemmy.world
            link
            fedilink
            English
            arrow-up
            3
            ·
            5 hours ago

            There are plenty of ways and they are all safe. Don’t think of DeepSeek as anything more than a (extremely large, like bigger than a AAA) videogame. It does take resources, e.g disk space and RAM and GPU VRAM (if you have some) but you can use “just” the weights and thus the executable might come from another project, an open-source one that will not “phone home” (assuming that’s your worry).

            I detail this kind of things and more in https://fabien.benetou.fr/Content/SelfHostingArtificialIntelligence but to be more pragmatic I’d recommend ollama which supports https://ollama.com/library/deepseek-r1

            So, assuming you have a relatively entry level computer you can install ollama then ollama run deepseek-r1:1.5b and try.

            • utopiah@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              5 hours ago

              FWIW I did just try deepseek-r1:1.5b (the smallest model available via ollama today) and … not bad at all for 1.1Gb!

              It’s still AI BS generating slop without “thinking” at all … but from the few tests I ran, it might be one of the “least worst” smaller model I tried.

      • vala@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        9 hours ago

        Seems reasonable to think part of the motivation is disrupting American tech like openAI