Remix.run Logo
deadbabe 8 hours ago

Why are people still upvoting obvious AI slop garbage?

1. Claude couldn’t do a proper fence algorithm for the walls?

2. Controls feel horrible.

3. It’s literally impossible to catch Pac-Man? You do not move fast enough and the Pac-Man AI is programmed for perfection so it does not make deliberate mistakes for the human player to take advantage of.

4. The tile based movement is not smooth, very stuttery.

Fine for a prototype, but we could do so much better. This is not a particular hard game to code up in an afternoon or even an hour if you’re experienced.

Reubend 8 hours ago | parent | next [-]

> It’s literally impossible to catch Pac-Man?

I caught him! So it's definitely possible. You move a little bit faster than he does so you need to anticipate where he's going.

NicuCalcea 4 hours ago | parent [-]

You don't even need to anticipate, you can just push him towards the bottom and follow, he just goes in a loop so eventually you'll catch up. I caught him first try without thinking of any strategy. The controls are horrid though.

orphea 4 hours ago | parent | prev | next [-]

  Why are people still upvoting obvious AI slop garbage?
Because it looks good enough to "pass". People are consuming low quality content all the time.

  It’s literally impossible to catch Pac-Man?
Not true.

  You do not move fast enough
Not true.

  the Pac-Man AI is programmed for perfection
So is it slop or programmed for perfection, which one is it? :)
latexr 3 hours ago | parent [-]

> So is it slop or programmed for perfection, which one is it?

I’m not going to comment on the code (I abandoned the page early due to the terrible controls) but there’s no contradiction in that part you’re commenting on. “Slop” doesn’t just mean “doesn’t work”; “programmed for perfection so it does not make deliberate mistakes” doesn’t mean “the code is perfect”.

To output text in a terminal you could use `echo`, but you could also write a 500 line function which does a bunch of unrelated garbage then finally outputs the text perfectly (i.e. no mistakes). That doesn’t mean the code is good or even acceptable or desirable, even if the outcome is technically correct.

orphea 2 hours ago | parent [-]

Fair enough!

blharr 5 hours ago | parent | prev | next [-]

Just down vote and move on. You're helping them generate better slop by providing input like this

latexr 3 hours ago | parent [-]

You can’t downvote submissions, only comments.

csomar 8 hours ago | parent | prev [-]

> 3. It’s literally impossible to catch Pac-Man? You do not move fast enough and the Pac-Man AI is programmed for perfection so it does not make deliberate mistakes for the human player to take advantage of.

It's not impossible. I just did. You just have to corner the man into an impossible situation. But I agree on the AI-slop or lack of quality production.