logoalt Hacker News

letmetweakittoday at 4:50 PM7 repliesview on HN

Man, those people using LLMs in competitive programming ... where's the fun in that? I don't get people for whom it's just about winning, I wish everyone would just have some basic form of dignity and respect.


Replies

Aurornistoday at 5:48 PM

I’m a very casual gamer but even I run into obvious cheaters in any popular online game all the time.

Cheating is rampant anywhere there’s an online competition. The cheaters don’t care about respecting others, they get a thrill out of getting a lot of points against other people who are trying to compete.

Even in the real world, my runner friends always have stories about people getting caught cutting trails and all of the lengths their running organizations have to go through now to catch cheaters because it’s so common.

The thing about cheaters in a large competition is that it doesn’t take many to crowd out the leaderboard, because the leaderboard is where they get selected out. If there are 1000 teams competing and only 1% cheat, that 1% could still fill the top 10.

hoherdtoday at 6:42 PM

Yeah. I was happy to see this called out in their /about

> Should I use AI to solve Advent of Code puzzles? No. If you send a friend to the gym on your behalf, would you expect to get stronger? Advent of Code puzzles are designed to be interesting for humans to solve - no consideration is made for whether AI can or cannot solve a puzzle. If you want practice prompting an AI, there are almost certainly better exercises elsewhere designed with that in mind.

jvanderbottoday at 4:59 PM

Yeah, it's like bringing a ~bike~ motorcycle to your marathon. But if you can get away with it, there will always be people doing it.

Imagine the shitshow that gaming would be without any kind of anti-cheat measures, and that's the state of competitive programming.

evil-olivetoday at 5:24 PM

> I don't get people for whom it's just about winning, I wish everyone would just have some basic form of dignity and respect.

reminds me of something I read in "I’m a high schooler. AI is demolishing my education." [0,1] emphasis added:

> During my sophomore year, I participated in my school’s debate team. I was excited to have a space outside the classroom where creativity, critical thinking, and intellectual rigor were valued and sharpened. I love the rush of building arguments from scratch. ChatGPT was released back in 2022, when I was a freshman, but the debate team weathered that first year without being overly influenced by the technology—at least as far as I could tell. But soon, AI took hold there as well. Many students avoided the technology and still stand against it, but it was impossible to ignore what we saw at competitions: chatbots being used for research and to construct arguments between rounds.

high school debate used to be an extracurricular thing students could do for fun. now they're using chatbots in order to generate arguments that the students can just regurgitate.

the end state of this seems like a variation on Dead Internet Theory - Team A is arguing the "pro" side of some issue, Team B is arguing the "con" side, but it's just an LLM generating talking points for both sides and the humans acting as mouthpieces. it still looks like a "debate" to an outside observer, but all the critical thinking has been stripped away.

0: https://www.theatlantic.com/technology/archive/2025/09/high-...

1: https://archive.is/Lda1x

show 1 reply
zerrtoday at 7:42 PM

I believe the reason is that many still use CP for hiring, so people go into leetcode (or AdventOfCode) grind, sadly.

Isamutoday at 6:03 PM

It can be a matter of values from your upbringing or immediate environment. There are plenty of places where they value the results, not the journey, and they think that people who avoid cheating are chumps. Think about that: you are in a situation where you just want to do things for fun but everyone around you will disrespect you for not taking the easy way out.

Ekarostoday at 5:12 PM

Weirdly I feel lot more accepting of LLMs in this type of environment than in making actual products. Point is doing things fast and correct enough. So in someways LLM is just one more tool.

With products I want actual correctness. And not something thrown away.

show 4 replies