• 19 Posts
  • 4.38K Comments
Joined 2 years ago
cake
Cake day: March 22nd, 2024

help-circle
  • Well, I bought 1 year of GLM’s coding plan for basically nothing ($50?) last year.

    …I now see its many hundreds of dollars, and its API is so busy it gets throttled.

    Seems like devs are catching on.


    FYI, for anyone interested in this stuff, I would suggest 1 year of Xiaomi’s coding subscription.

    MiMo 2.5 is fantastic, beyond what benchmarks show. It’s a genuinely useful general purpose model with better prose/world knowledge than others. It’s quite uncensored. It’s not just some deep fried agent, and it’s dirt cheap right now because no one has realized it yet (kind of like GLM 6 months ago).

    And before you ask, I use local models too. I sometimes run a custom IQ3_KT of MiMo 2.5, in fact, which is how I figured out it’s good. self hosting is the way. Gestures at the forum we’re on

    But for stuff where privacy isn’t so critical, it’s still nice to have a year of an unquantized, fast API of a huge model for like $50.




  • Horrors of this aside… is Grok using a keyword filter for CSAM detection?

    I cannot even begin to describe how technically negligent that is.

    Image based CSAM detectors have been around for ~2 decades, and any image host with an ounce of self preservation uses them. I’m pretty use some Lemmy instances use them. Twitter must have already been using them, even before Musk bought them, because it would be legal suicidal not to.


    That they wouldn’t implement a strong image-based checker in Grok is mind-boggling.


  • Grok has as much guardrails against CSAM as any other Ai. This is money grab lawsuit and nothing more.

    Apparently not.

    CSAM detectors and image categorizers are very, very good. There’s no way this guy could have made so many images without tripping them, if the guardrails were actually appropriate.

    Instead, it appears Grok used a simple keyword detector… that’s not how CSAM detection is supposed to work.

    That is bullshit as fuck. At his point any moron with decent GPU can make images with no guardrails at all.

    There’s still a technical barrier.

    I know it seems trivial, but simply offering it and advertising the service on X opens it to orders of magnitude more people than self-hosted models.




  • brucethemoose@lemmy.worldtoGaming@lemmy.worldLaunch already!
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    4
    ·
    2 days ago

    It’s annoying, I hate it. They’re useless bloat.

    But it’s never risen to the level of “I literally will not buy/play the game over this.”

    I don’t get people who say this at all. You buy this cool game you love, you’ll spend hours playing it, but you won’t enter a fake email and wait another 30 seconds at launch to play it?

    Even at the peak of Origin’s woes, I never got close to that.




  • Well, that’s because Zuckerberg felt FOMO and fired the Llama team over one bad experiment he probably pressured them into in the first place (as Llama 4 seemed like a “quick and dirty” attempt to copy Deepseek to me).

    He hired literal narcissists in their place, who gave him big promises they couldn’t possibly keep, given their background.


    Meta was literally at the center of open weights/open source ML land, which is where all this will eventually settle. Between that and PyTorch, they could have been at the center of the universe.

    But they aren’t, because Zuck is so unbelievably insecure.

    I’m not one to blame individuals for anything; systemic failure is complex. But he actually did this to himself.


    And what’s bizarre is, somehow, it will work out for him.

    I’ve been criticizing Facebook since I was in high school and it was all the rage. But here we are. Zuckerberg is more “revered” than ever.




  • By “these guys” you mean a separate team setting up an agentic workflow just for your workplace?


    I’ve finetuned some models for a job, not just LLMs, and I can all but guarantee they aren’t finetuning some self hosted coding model. The APIs they use do not “learn” from mistakes, so if that’s what management is thinking, they are misinformed.

    And interesting things like constrained output are often not even supported by APIs.

    Modern LLM APIs and wrappers come with really good tool harnesses for coding, too. Like, good enough you don’t want to screw with it and pollute the context structure the original trainers tuned it for.

    What’s more… not only do models change, but single model’s capabilities change under load, for more speed during peak usage times. So there is no guarantee some configuration they find that “works better” will work better later. See:

    https://aistupidlevel.info/


    What I’m saying is… I wonder how long this mess last?

    Because if you already have GH PR integration, most of what an agentic team can do is mess things up.