• madcaesar@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    5 hours ago

    People keep talking about Chinese models, where are they? How do I used them instead of Claude? Are they safe?

    • nbsp@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 hours ago

      ollama or llama.cpp to self host if you have a good mac or good video card. this is perfectly safe.

      there are a bazillion hosted inference providers to choose from https://huggingface.co/docs/inference-providers/en/index be aware that you are sending your code to fuck knows who and they are sending back fuck knows what. ymmv, yolo.

      hook one of them up to opencode.ai or pi.dev or one of the bazillion other ‘harneses’ or whatever we are calling it this week and try not to rm -r anything important.

      for a good time try and get a chinese models to say something about tibet, or taiwan… its like having your own virtual tankie tamagochi!

      • FlyingCircus@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 hour ago

        be aware that you are sending your code to fuck knows who and they are sending back fuck knows what

        So literally the same as Western-made AI?

        • nbsp@programming.dev
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 hour ago

          inference providers could be anyone from anywhere, there are even proxy resellers. some are harvesting and reselling your data.

          if you send your code to claude/openai/google there is certainly a much higher degree of confidence in who you are sending your data to. yes they to harvest your data and can send you malicious commands (esp if you have a promp injection attack).

          its like buying a cheap vps, if the stakes are low its fine, if it important then you need to consider about the consequences of your actions.

          nb: i am no expert, just fucking around.

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

      The most famous is Deepseek. It’s not even made by “AI” company, it was a side hustle from stock trading company. They released it for free just to flex.

    • zeroConnection@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      2
      ·
      3 hours ago

      I hear people use minimax as replacement for sonnet and deepseek as replacement for opus, both can be used directly in Claude code instead of Anthropic models