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.

  • KingRandomGuy@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 hours ago

    It might be trivial to a tech-savvy audience, but considering how popular ChatGPT itself is and considering DeepSeek’s ranking on the Play and iOS App Stores, I’d honestly guess most people are using DeepSeek’s servers. Plus, you’d be surprised how many people naturally trust the service more after hearing that the company open sourced the models. Accordingly I don’t think it’s unreasonable for Proton to focus on the service rather than the local models here.

    I’d also note that people who want the highest quality responses aren’t using a local model, as anything you can run locally is a distilled version that is significantly smaller (at a small, but non-trivial overalll performance cost).

    • rumba@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 hours ago

      You should try the comparison between the larger models and the distilled models yourself before you make judgment. I suspect you’re going to be surprised by the output.

      All of the models are basically generating possible outcomes based on noise. So if you ask it the same model the same question five different times and five different sessions you’re going to get five different variations on an answer.

      You will find that an x out of five score between models is not that significantly different.

      For certain cases larger models are advantageous. If you need a model to return a substantial amount of content to you. If you’re asking it to write you a chapter story. Larger models will definitely give you better output and better variation.

      But if you’re asking you to help you with a piece of code or explain some historical event to you, The average 14B model that will fit on any computer with a video card will give you a perfectly serviceable answer.

      • KingRandomGuy@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 minutes ago

        I have tried them, and to be honest I was not surprised. The hosted service was better at longer code snippets and in particular, I found that it was consistently better at producing valid chain of thought reasoning chains (I’ve found that a lot of simpler models, including the distills, tend to produce shallow reasoning chains, even when they get the answer to a question right).

        I’m aware of how these models work; I work in this field and have been developing a benchmark for reasoning capabilities in LLMs. The distills are certainly still technically impressive and it’s nice that they exist, but the gap between them and the hosted version is unfortunately nontrivial.