this post was submitted on 31 Jan 2025
1130 points (99.6% liked)

Microblog Memes

6347 readers
2999 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] sp3tr4l@lemmy.zip 79 points 2 days ago* (last edited 2 days ago) (3 children)

That's a joke... so far, but this is not:

https://www.notebookcheck.net/Sony-files-patent-for-AI-Powered-input-prediction-to-enhance-gaming-experience.946884.0.html

Yep, Sony's solution to not being able to make an affordable machine / game combo that can do 4k60fps is to augment ai frame generation with ai predictive player input.

So, basically, if/when this gets implemented, everyone will literally be playing with ai assisted aimbots and auto triggering movement macros, you know, hacks.

Because real rendering is too hard, because actual optimization is too hard... so... ai generate fake frames, which cause input lag, so then just ai generate player input, to compensate for the lag which is basically a result of UE5's nanite and lumen being horrendously unoptimized and unperformant.

Makes perfect sense. Why bother with root cause analysis when AI!!!!!

[–] Zron@lemmy.world 38 points 1 day ago (2 children)

You will own nothing and be happy.

You will watch the game play itself and be happy.

Drink verification can to continue enjoying this experience.

[–] sp3tr4l@lemmy.zip 28 points 1 day ago (1 children)
[–] LandedGentry@lemmy.zip 24 points 1 day ago (2 children)

In before someone comes in with “iTs JuSt A pAtEnT” as if that somehow makes it less terrifying

[–] Tangent5280@lemmy.world 1 points 1 day ago

Well it blocks any other asshole from coming in and "innovating" on this steaming pile of shit so I'm ok with someone patent-locking this as long as they don't try to implement it themselves.

[–] UnderpantsWeevil@lemmy.world 3 points 1 day ago (1 children)

I think "we patented the idea for talking" to be horrifying on its own merits.

I hate almost everything that I see, and I just wanna disappear

Viagra Boys, "Man Made of Meat"

[–] tfw_no_toiletpaper@lemmy.world 30 points 1 day ago (1 children)

Now I'm able to blame dark souls deaths on AI. "The prediction dodged too early, it's not my fault". What a fucking joke

[–] RandomVideos@programming.dev 2 points 1 day ago

You could have already done that

The boss AI and the boss are almost the same thing

[–] RandomVideos@programming.dev 9 points 1 day ago (2 children)

How can you even predict player input?

Even when trying to do the exact same thing, you cant

[–] Warl0k3@lemmy.world 2 points 1 day ago* (last edited 1 day ago)

It's not exactly predicting player input, the idea is to correct input lag (say, because the processor is under heavy load) by making microadjustments in the timing so that an action happens when the player intended it to happen, instead of missing (ex:) a jump to another platform because you had been correcting for lag and, when the lag stopped, you speculatively had hit the button few frames early. This system would theoretically correct for that discrepancy, so the user input would happen when the user intended for it to happen.

It's... not the worst application for AI I've ever seen, but that's really not saying much. It seems like you could implement this with ~150 lines of assembly instead of a full ML model, but what do I know...

[–] sqw@lemmy.sdf.org 3 points 1 day ago

you can predict, but you can't be right all the time. the more constrained the inputs are and the more you observe the behavior, the better you can get at the predicting. and this thing just has to predict the extremely near future.