• 3 Posts
  • 396 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle




  • So are they loading every exam in its entirety into the same context window and doing the whole thing with a single prompt? Or letting the LLM take arbitrary actions instead of only returning a value? It seems like they would have had to make some pretty bad decisions for this to be possible, beyond maybe just adjusting the one grade. I wonder what the prompt jailbreak equivalents of sql injection would actually look like


  • chicken@lemmy.dbzer0.comtoComic Strips@lemmy.worldViolence
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    14 days ago

    Pretty sure feudalism got started because the raiders noticed that if they didn’t steal and burn everything and mostly prevented others from doing that, then they could extract more from the peasants in the long run. Nothing got hijacked, “civilization” structured around the threat of violence was exploitative from the start.


  • chicken@lemmy.dbzer0.comtoGames@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    16 days ago

    These explanations make sense to me, but they seem to conflict a little with what’s being said in the post, where it’s implied that game journalism sites get a decent amount of traffic but it isn’t worth as much because media business models as a whole are collapsing somehow:

    It doesn’t matter how many millions, or even tens of millions of people are reading a website if the means of financially supporting that writing are evaporating.



  • The free internet as we’ve known it for the last 20 years is collapsing as the ad market evaporates and corporate media ownership becomes increasingly unhinged in response. As belts tighten and profits dwindle across all media–not just video games–that rising tide could begin claiming more and more sites that even ten years ago would have seemed immortal.

    Why is this happening? The post alludes to Google and Meta hogging all the ads somehow, but why would advertising on things resembling traditional media now be worthless? Everyone started using adblockers or is there something else too?



  • ChatGPT has a limited set of styles it tends to use, so once you see it a few times the rest starts looking more like AI. Text is “correct”, but that font in particular really stands out to me. Very detailed styles like that are also rare if it’s not AI because it would be way more work than something simple, if someone was putting in that effort the concept would probably follow the visuals more rather than the other way around, the expressions of the characters and the directions they’re looking seem a little bit random like that aspect of it was an afterthought.

    Overall I actually like AI but I don’t really like the way it’s used here, the visuals are too goofy for the serious topic to the point where it gives off a slightly sarcastic vibe, and they don’t add a lot to a concept that would probably otherwise be a screenshot of a tweet or something.








  • To me the disadvantage would be, the library likely does many more things than just what you need it for, so there is way more code, so you probably can’t realistically read and understand it yourself before incorporating it. This would lead to among other issues the main thing that irritates me about libraries; if it turns out something in it is broken, you are stuck with a much bigger debugging problem where you first have to figure out how someone else’s code is structured.

    Although I guess that doesn’t apply as much to implementations of common algorithms like OP since the library is probably solid. I would consider favoring LLM code over most anything off npm though.