• Godort@lemmy.ca
    link
    fedilink
    English
    arrow-up
    42
    arrow-down
    1
    ·
    edit-2
    22 hours ago

    One thing Valve is known for is testing things. They typically make sure technology works before rolling it out everywhere.

    I’m willing to bet that they have either solved most of the problems a tool like this has by massively limiting its scope, or it never actually gets past a beta test phase.

    • warmaster@lemmy.world
      link
      fedilink
      English
      arrow-up
      26
      arrow-down
      2
      ·
      21 hours ago

      This. They have explicitly said that they are testing AI applications throughout the company and that it is not a concerted effort. It’s a few devs wanting to try it to see if it actually adds real value or not. That’s it.

      • lordbritishbusiness@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        12 hours ago

        It’s the best way, if it’s useful it’ll be used, if not then you’re not wasting time or money. Suits Valve’s methodology.

        • sp3ctr4l@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          5
          ·
          edit-2
          19 hours ago

          Well you got me there.

          https://github.com/SteamTracking/SteamTracking/tree/master/ProtobufsWebui

          There’s the directory with the file in the screenshots, service_steamgpt.proto, updated 4 days ago along with a number of others, seems like it and a whole batch of related files did not exist before then.

          I am uncertain if this … basically scraping operation is tracking the main Steam client or the Beta or what.

          There is not a very helpful description of what exactly is being pulled here, in the readme/project description.

          EDIT:

          Perhaps if you are more familiar with Protobufs, you can take a gander at these and come away with a guesstimate as to what these are doing?

          • vulpivia@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            3
            ·
            18 hours ago

            My guess is that this is part of some kind of machine learning pipeline, where users label edge cases to help train the model. Since it operates on account data, match data, and logs (see CSteamGPT_GetTask_Response), an anti-cheat use case would make sense, but it’s hard to say for sure.

            This looks like data exchanged between the Steam client and server, and doesn’t contain any logic on its own.