Back to Home10/26/2025, 8:19:48 AM

Advent of Code 2025: Number of puzzles reduce from 25 to 12 for the first time

480 points
219 comments

Mood

supportive

Sentiment

mixed

Category

culture

Key topics

Advent of Code

puzzle design

community engagement

Debate intensity40/100

The creator of Advent of Code has reduced the number of puzzles from 25 to 12, sparking a mixed reaction from the community, with some welcoming the change and others expressing disappointment.

Snapshot generated from the HN discussion

Discussion Activity

Very active discussion

First comment

N/A

Peak period

154

Day 1

Avg / period

80

Comment distribution160 data points

Based on 160 loaded comments

Key moments

  1. 01Story posted

    10/26/2025, 8:19:48 AM

    24d ago

    Step 01
  2. 02First comment

    10/26/2025, 8:19:48 AM

    0s after posting

    Step 02
  3. 03Peak activity

    154 comments in Day 1

    Hottest window of the conversation

    Step 03
  4. 04Latest activity

    10/27/2025, 1:57:51 PM

    22d ago

    Step 04

Generating AI Summary...

Analyzing up to 500 comments to identify key contributors and discussion patterns

Discussion (219 comments)
Showing 160 comments of 219
shrx
24d ago
9 replies
One of the reasons I stopped participating was that as the second half of december was approaching I had less and less free time for solving the puzzles. So to me it is also a welcome change, I will try to finish it again this year.
NoboruWataya
24d ago
2 replies
Same, I love AoC but I just never have time for them (December is always the busiest time of year in my job).

I would have liked if a puzzle was released every 2 days though so it still spanned the whole month. Would be more aligned with the advent calendar concept. In fact in previous years the puzzles have always had two parts so if that format is still being retained there will still effectively be 24 puzzles.

KeplerBoy
23d ago
1 reply
Then again who has the time in the latter half of December?

I completed AoC on time every day once and let's just say it wasn't a very pleasant experience. Very similar to sticking to a too ambitious, too rigid gym schedule. Still time well spent, but it sucks out all the joy.

qwertfisch
22d ago
I participated in the very first AoC and solved all problems, but the last 6 or 7 only way after Christmas, when I had more time, holidays, and I just wanted to complete the contest.

Then there was another AoC … and no, I didn’t solve all the problems, not even close. In most years I got 24 to 36 stars, 2018 and 2020 I did not participate.

Last year I was in a good place, wanted to practice a new programming language (Crystal). And I was determined to get every puzzle solved in 24 hours. And I did it, but for two or three puzzles it was oh so frustrating. With angry screams, searching help in the IRC, for two puzzles even not understanding for many hours how it works. And then at 1:52 AM (puzzles start at 6AM for me) I found the solution. It was liberating and gratifying, but at the same time so tiring and frustrating. The only reason I went along with was the overall goal, getting a permanent record of having solved every puzzle on the first day. And I am happy about it (in hindsight, it was the last opportunity for doing so with 25*2 puzzles), and now I never need or want to do it again.

Or do I? Only 12 days of trying to get solutions are much more possible.

emerongi
24d ago
Spreading the two parts across separate days would be interesting. There would be an extra element of trying to predict what part 2 will be like.
rich_sasha
24d ago
2 replies
I once has this half serious idea to do "Advent of Parenting", with one problem per month, and you start after Christmas. As in, youre so delayed you start in the New Year, and have time for one problem per month.

But hey I didn't have the time to do it. Kids...

Scarblac
24d ago
1 reply
When my kids move out, one of my plans is to finally start the first Advent of Code.
skeeter2020
23d ago
1 reply
you'll have a new set of excuses then, too.
zelphirkalt
23d ago
Question is, when you write down the numbers of excuses and the number of things you could so each month, as in your input .... How many months do you have less excuses available than problems you could solve? Part 2: The kids want to check whether your algorithm works correctly. For that they have devised a formula: Position of the month in the input, multiplied with the number of problems not excusable to not solve, summed up for all months of the year. What is the checksum of your excuses - problems - report?
nekusar
23d ago
1 reply
> But hey I didn't have the time to do it. Kids...

Yep, dont have the kids. And no plan to.

croon
23d ago
I'm firmly of the belief that no one should have kids unless they really really want them and are content with the sacrifice it entails, but also:

My kids have been the absolute best source of grey hairs in my life.

mid-kid
23d ago
2 replies
This. The best I've ever achieved is maybe 15 puzzles on one year, with gaps for the days I missed. And this was when the puzzles were incrementally building upon implementing a bytecode interpreter, which was relatively little work per day.

Once I miss my first day, playing catch up is an effort in vain, as the puzzles start taking 4+ hours to solve each, solving multiple in one day is a full-time commitment.

Most advents of code I've fallen off sharply after day 7-10, if not sooner, and I'm pretty sure I'm not alone in this. I think this is a welcome change.

runekaagaard
23d ago
1 reply
Yeah, totally this. I've had so much fun with AoC, learning nim, elixir at the same time.

I would normally tap out around the same place on the first dynamic programming puzzle which just takes me so long to wrap my head around each time (tips anyone? :)).

I welcome these new changes, and what ever the format are very greatful for all his hard work!

kadoban
23d ago
> tips anyone? :)

They're not as magical as they seem, you just need some practice. Read over the dynamic programming section in https://cses.fi/book/index.php (pdf link near the top is the free English version), then do a few on https://cses.fi/problemset/ . You'll be able to handle the AoC dynamic programming ones with _no_ problem at all.

zrobotics
23d ago
Most years, I end up finishing the puzzles in January. Same reason- I end up missing a day due to schedule issues. Since it's just a 'for fun' challenge, it isn't the end of the world if you fall behind a bit. That said, this doesn't work if you are doing this as part of a group.
ihuman
23d ago
1 reply
I wouldn’t be surprised if the creator has metrics that show that most people drop off around the halfway mark, for the exact same reason
boccaff
23d ago
You can see aggregated results on `stats` [1] for every year. In general, half the people drop in the first 3-4 days. For last year, by day 12 there is less than 1/5 of day 01. While the stats do count people that completed later, the shape appears to track well with what I saw during the events since 2021.

[1] https://adventofcode.com/2024/stats

bmitc
23d ago
1 reply
I stopped doing it because it felt like I was restarting every puzzle rather than building on top of something, and that's not all that interesting to me. I'm not judging the process, as that's just my personal perspective about what's interesting to me.
narimiran
23d ago
> building on top of something

If you want that, try AoC 2019. Day 2, day 5, and then every odd day till the end: day 7, 9, 11, ... 23.

philipwhiuk
23d ago
I have the opposite problem - I never get started until work wraps up.
seabombs
24d ago
Agree. It was getting in the way of me spending time with the family because I was distracted mulling over the puzzles.

I had thought last year that they could peak the difficulty around the middle of the month and bring it down a bit leading up to the 25th. But just finishing it earlier is probably better IMO.

confidantlake
23d ago
For me I always had the time I just didn't have the ability. I solved all of them in 2017 but never really got close any other year.
jojobas
24d ago
Doesn't help that the puzzles become increasingly tricky and you can't just solve them as you sip your coffee anymore (although some apparently can).
thomascountz
24d ago
4 replies
Whenever there's a change like this, my gut reaction is to grieve and try to imagine ways that things could be kept the same.

After thinking, "maybe puzzles could be designed by a group instead of an individual and they could share the work," I then thought, "and couldn't an LLM help?"

And with that, I had to remind myself: Advent of Code isn't about there being 25 puzzles, and so maintaining volume at all costs has nothing to do with it.

And aren't we so lucky that it isn't! Aren't we lucky to have had the prior 500+ challenges given as gifts over the years! Aren't we lucky to have a great demonstration of humility and care! Aren't we lucky to have 12 new gifts to look forward to this year!

Thank you!

petesergeant
24d ago
5 replies
I’ve been trying to design a puzzle for a game this year that humans can solve but LLMs can’t. I’ve come up with one, but it was hard work! It’s based around message cracking.
ekimekim
24d ago
4 replies
There was one in a previous AoC that I think stumped a lot of AI at the time because it involved something that was similar to poker with the same terminology but different rules. The AI couldn't help but fall into a "this is poker" trap and make a solution that follows the standard rules.
gf000
24d ago
I mean, wasn't pretty much the second half of all AoC exercises beyond LLM capabilities?

I remember there being multiple accounts trying to one-shot AoC and all ended on day 10 or so.

sunrunner
24d ago
Was that 2023's Day 7 'Camel Cards' [1]?

[1] https://adventofcode.com/2023/day/7

petesergeant
24d ago
Interesting! Maybe that’s the general way to approach these things
Cpoll
23d ago
Isn't that easily solved by changing the terminology before giving it to the LLM?
huflungdung
24d ago
1 reply
How many <$letter>s are in the word <word with $letters>
Crespyl
23d ago
The bigger LLMs have generally figured out this specific problem.
Gigachad
24d ago
2 replies
Have a look at https://arcprize.org/

They have hundreds of challenges that humans can solve in under a minute which LLMs can not. Seems the general trend is figuring out the rules or patterns of the challenge when there are few examples and no instructions.

petesergeant
24d ago
Ah, it also needs to be challenging for humans. It's a prize to win something. I just didn't want people to throw the question into Claude Code.
mewpmewp2
23d ago
Perhaps coding exercises that require 2d or 3d thinking, or similar. This is where I have seen LLMs struggle a lot. There are probably other areas too.
LPisGood
23d ago
1 reply
For more examples of such problems check Jane street puzzles of the month
petesergeant
23d ago
Those will almost certainly be too hard for the target audience
loeg
23d ago
Just have to incorporate good judgement in some way.
thaumasiotes
24d ago
6 replies
> And with that, I had to remind myself: Advent of Code isn't about there being 25 puzzles

Really? The name of the event is "Advent of Code". Having 25 puzzles is easily its most strongly-determined aspect.

You could argue for 23-29 puzzles, or perhaps for 5, but at 12 what's the name supposed to refer to?

eterm
24d ago
2 replies
Well advent calendars traditionally had 24 doors.
majoe
23d ago
1 reply
This lead me done a rabbit hole on wikipedia:

Advent calendars in their earliest forms were invented approx. 80 years ago.

The four week advent period goes back to the 7th century and was introduced by pope Gregory I..

thaumasiotes
23d ago
> This l[e]d me done a rabbit hole on wikipedia:

> Advent calendars in their earliest forms were invented approx. 80 years ago.

Well, Wikipedia starts its "History" section in 1945, which is 80 years ago. But what it says about advent calendars in 1945 is that they were lower-quality reprints of earlier designs. This strongly implies that they weren't a new concept in 1945.

The German wikipedia is more interested in the concept and cites the word Adventskalenders to the novel Buddenbrooks, which features one set in the year 1869 but was published in 1901. Either way, the calendars were clearly an established cultural phenomenon well before 1945.

Looking at the talk page (for the English article), it seems that the history section was provided by a "translation group" from their translation of a matching section of the German article. It's not clear why they began with the post-war period; the German page goes back much further than that, which was also true at the time they provided their translation. But this does explain why the English "history" section begins by referring to prior context that doesn't exist in the English article.

this_user
23d ago
They still do in non-Anglo European countries where the main celebration is held on the evening of the 24th.
matrss
24d ago
1 reply
IMO "Advent of Code" only determines the timeframe in which it happens, not the amount of puzzles it must contain. It could just as well be four puzzles, one for each sunday of the advent, or any other amount, as long as they are released within those roughly four weeks before christmas.
danielbln
24d ago
1 reply
Eh, the implication has always been that it's a Christmas calendar where you open one door per day until it's Christmas eve - just with code riddles instead of chocolate.
roetlich
24d ago
1 reply
> one door per day until it's Christmas eve

That would be 24.

thaumasiotes
23d ago
1 reply
You also open one on Christmas. Some people consider Christmas more important than Christmas eve.

https://www.hallmark.com/house-and-home/figurines/precious-m...

atq2119
23d ago
That really depends on which country you're in.
akho
24d ago
2 replies
Twelve nights of Christmas. Would also work better for me, calendar-wise :)
ThunderSizzle
24d ago
2 replies
That would "require" a timeline shift for it to start on Christmas run until the Ephinany.

Although I don't think anyone really knows what the 12 days of Christmas are anymore.

TeMPOraL
24d ago
1 reply
We have a thing called "Three Kings" (aka. "three wise men") in Poland, that falls on Jan 6th. If My Math Is Correct™, there's 12 days between the Christmas day (Dec 25th) and Jan 6th, so maybe the song is about this period?
dinkelberg
23d ago
Epiphany (GP had a typo) and Three Kings is the same occasion, in fact. Wikipedia: https://en.wikipedia.org/wiki/Epiphany_(holiday)
akho
23d ago
Yes, and I would be glad to see such a shift.

Shakespeare is still being read, I think.

pfortuny
23d ago
1 reply
This referes to the feast of the Epiphany, though, which is 12 nights after Christmas...
akho
23d ago
That's why I say it would've worked better for me, yes.
bigstrat2003
23d ago
1 reply
No, Advent means that it goes for the four weeks prior to Christmas. It doesn't mean "one thing each day" during that duration.
thaumasiotes
23d ago
https://en.wikipedia.org/wiki/Advent_calendar

Minimum one, sometimes two.

(Also, Advent doesn't mean four weeks. Christmas might fall on a Monday.)

riffraff
23d ago
I assumed it was "twelve days of Christmas"- related
thomascountz
23d ago
I'm not arguing this point. I conceit, I thought the sentiment was obvious. If it wasn't—and if read literally—I thought that that statement was the weakest and most uninteresting part of what I shared. However, to my surprise, this statement, and its specific interpretation, is what people found compelling!
TeMPOraL
24d ago
13 replies
Hate to be the... whoever I'm being right now, but names have meaning. It's the reason to have them in the first place.

> Advent of Code isn't about there being 25 puzzles, and so maintaining volume at all costs has nothing to do with it.

It's the Advent of Code. Not "Random late year event with no religious / commercial tradition connotations whatsoever" of Code. The 25 is there in the name. It's the whole point :).

zeroCalories
24d ago
1 reply
Well, Christmas is cancelled this year I guess :(
TeMPOraL
23d ago
1 reply
Not necessarily. If they insist on there being only 12 puzzles, all they need to Save Christmas is to start the event on Christmas day, and rename it to "12 Puzzles of Christmas" or "Advent of Three Kings of Code", or such -- see: https://news.ycombinator.com/item?id=45710963.
kleiba
23d ago
3 replies
They could also publish the puzzles only every second day, I guess.
TeMPOraL
23d ago
1 reply
Give a kid half of an advent calendar and tell them to open the window every second day, let's see how long it'll keep their interest (I expect much less than 12 days) :). That's not how Advent Calendars work!
pajamasam
23d ago
1 reply
We’re not kids though…
Dilettante_
23d ago
Let your hair down man, it's christmas!
riffraff
23d ago
That was my first thought too, and I'd prefer it, cause sometimes I'll get stuck on a problem, or I'm busy, or I forget, and I'd rather have one more day. Bur it's Eric's call in the end.
robertlagrant
23d ago
Or publish the harder version of the puzzle on a different day to the easier version.
kleiba
23d ago
2 replies
For Christian Advent to be exactly 25 days long, that would be a coincidence.

Advent is not the time from December 1st until Christmas, it starts on whatever days the fourth Sunday before Christmas happens to fall on that year. This way, there are exactly four Sundays in advent.

If Christmas itself should fall on a Sunday one year, it doubles as the fourth Sunday of Advent, i.e., then the first of Advent will be only three weeks earlier.

TeMPOraL
23d ago
2 replies
All correct. Which is why I said religious slash commercial tradition - Advent is first and foremost just another sales event, and for convenience of sellers and buyers (and their children) the commercial advent got regularized to 25 days, so the stock of calendars that failed to sell last christmas season can be put up to sale in the coming one.
kleiba
23d ago
1 reply
Agreed, I didn't mean to critique you!
TeMPOraL
23d ago
1 reply
I appreciate you working out the math above! :).

(I never could wrap my head around all this. I had enough problems with Easter events, where the math makes a detour through a Lunar calendar.)

EDIT: And my memory of the Tradition is wrong too, it's supposed to be 24 - as confirmed by https://news.ycombinator.com/item?id=45710618, and corroborated the two "Paw Patrol" themed Advent Calendars I just found still stashed in my home office.

kleiba
23d ago
2 replies
The Sunday after the first full moon after March 21st (first day of spring) - what could possibly be confusing about that?!

j/k ;-)

SJMG
23d ago
1 reply
Since we're all being exacting here… =p

> (first day of spring)

It's actually the March equinox. "Spring" is true only in the northern hemisphere. What's more it's the ecclesiastical equinox, not the astronomical equinox, whose date actually varies depending on the year.

Never mind that all this is descriptive of dating in countries that grew up with Western Christianity. Countries where Eastern traditions dominate often date it differently.

All good will to you both = )

kleiba
23d ago
+1 from me!
TeMPOraL
23d ago
I still find it easier to explain it as "14 Nisan *energetic hand wave*!!" :).
geerlingguy
23d ago
1 reply
If I were Christmas of code, it would start mid-June and end on Christmas Eve!
TeMPOraL
23d ago
2 replies
You're forgetting about Halloween, Black Friday/Cyber Monday, and the most recent Singles Day (11.11); the Commercial Calendar is steadily squeezing the Christmas Season into December and out of the rest of the year!
timeon
23d ago
2 replies
Commercial Halloween starts during October just after or parallel with October-fest. It ends before end of October because people buy things for an event before it starts. End of Halloween is when Commercial Christmas starts.

There is no time for actual advent or winter calmness in general.

Ekaros
23d ago
1 reply
Wouldn't winter calmness be January or February, maybe March? You know coldest time in general on Northern Hemisphere?
timeon
23d ago
I think you are right, that seems to be the case.
tjr
23d ago
I decided to indulge in a Dunkin' pumpkin donut this morning, what with it being late October and the weather actually now fall-like. Apparently they have already discontinued them!
toast0
23d ago
1 reply
> the Commercial Calendar is steadily squeezing the Christmas Season into December and out of the rest of the year!

We can only hope. The Christmas song containment fields are weakening as we speak.

tialaramex
23d ago
Right, my local grocery store moved Halloween stuff to where Diwali stuff was near the front of the store, and immediately put Xmas stuff where the Halloween stuff used to be, in a week's time it'll be a whole aisle of Xmas.
bananaflag
23d ago
1 reply
Anyway, this is Western Christianity.

In Eastern Christianity, the Nativity Fast starts on a fixed day: November 15.

akho
23d ago
Which happens to fall on November 28th, yes.
looperhacks
23d ago
1 reply
> The 25 is there in the name.

This largely depends on who you're asking? I don't know anyone who wouldn't consider 24 the course correct number of Advent, simply because that's the common number here (we celebrate Christmas on the 24th). So 12 makes perfectly sense, just do every second day.

There are also many groups who don't start on the 1st of December, but on the first Sunday of Advent. And probably many others.

crote
23d ago
2 replies
Advent calendars are used to count down the days. Doing one every other day defeats the purpose.
shortrounddev2
23d ago
1 reply
I thought the purpose was to be a fun thing we used to kill time over the holidays
TeMPOraL
23d ago
1 reply
Christian holidays are not meant to be fun; literally, the whole theme is about sins, suffering and death (or in this case, being born into life of suffering and culminating with death).
shortrounddev2
22d ago
I think the majority of people celebrating christmas are not doing so for religious reasons
xigoi
23d ago
How so? Advent candles increment once per week, which is even lower frequency.
wodenokoto
23d ago
4 replies
Advent is the four Sundays leading up to Christmas. 4 is in the name, not 25.
robertlagrant
23d ago
1 reply
I thought it was meant to be like an Advent Calendar, which is normally 25.
dangrie158
23d ago
5 replies
Not in all traditions. E.g. in Germany Christmas Eve is typically the last day so you only get 24.
tcshit
23d ago
1 reply
Yeah, in Sweden too.
elygre
23d ago
Norway, too.
hnlmorg
23d ago
1 reply
And even in the places where it’s 25 days, there’s plenty of advent calendars that only have 12 doors - though they’re typically budget versions of expensive calendars (eg a dram of whisky behind each door)
mckn1ght
23d ago
Falsehoods programmers believe about time #604: all advent calendars have 25 slots
Fnoord
23d ago
1 reply
Winter Solstice is usually (not always) on 21th December.
normie3000
23d ago
Sometimes on 23nd?
robertlagrant
23d ago
Ah interesting. TIL.
bcraven
23d ago
anamexis
23d ago
Advent is a liturgical season, not a set of 4 Sundays. Neither 4 nor 25 are "in the name."
theodpHN
23d ago
Yep, Advent wreaths have 4 candles, so there's wiggle room to reduce the frequency further.

https://en.wikipedia.org/wiki/Advent_wreath

misja111
23d ago
Advent comes from the Latin word adventus, which means “arrival” or “coming.” It refers to the coming of Christ. There is no 4 in the name, no 24, 25 or whatever else.
klausa
23d ago
3 replies
You need to turn in your polish passport for publicly saying that the advent is 25, not 24 days ;P
porphyra
23d ago
1 reply
To be fair in the original Advent of Code the last day is just a freebie and not a real programming problem.
tialaramex
23d ago
Right, mini-spoiler if you've never reached 50 stars for a year:

The 50th star is awarded for having the other 49 stars and then basically clicking OK I think. If you've been diligently solving them in order, it means you effectively get two stars for your final 49th puzzle of the year on Christmas Day, which makes sense because then the puzzles are very hard and a "normal" puzzle wouldn't leave much time for other Christmas Day activities. But if you're the sort of person who often gives up on a day and never comes back you may never have seen this because you never got to 49 stars.

You're not quite right that the Christmas Day puzzle is trivial - it's the first half of a maybe week 1 type difficulty puzzle, but there just isn't a second half:

Here's the puzzle text for last year's Xmas Day (if you are logged in you can play, but even without it will explain the puzzle it just won't give you an input to test your solution):

https://adventofcode.com/2024/day/25

jayknight
23d ago
Really though, for Catholic and protestant churches, Advent starts the fourth Sunday before Christmas, so isn't always the same length. In Orthodox Churches, Advent is 40 days (starting Nov 15) just like Lent.
jvanderbot
23d ago
Right so since each problem has more than one part, we are back to advent of 24 problems.
hitarpetar
23d ago
1 reply
> Hate to be the... whoever I'm being right now

the word you're looking for is pedant

collingreen
23d ago
"pedant who didn't look up their own point or consider other world perspectives before boldly declaring that the way they thought about it first was the only true way"

In the spirit of pedantry, I added even more minor detail!

celticninja
23d ago
1 reply
Advent does not mean 25. It just means 'the coming', so 12, 25, 1, 8 are all acceptable lengths. And if you reay need it to be 24 you can calm it 0.5 per day.
oytis
23d ago
1 reply
It's a reference to a German tradition of Advent Calendar with 24 small doors. Every day from 1st to 24th of December children would open one door and find a candy, a picture, a small toy, a quest etc. depending on calendar's theme
celticninja
23d ago
1 reply
I get it, but Advent calendars are not just German. I am pretty sure they are common all over the western world where Xmas is celebrated. But Advent doesn't in any way mean 25.
TeMPOraL
23d ago
They're definitely not German now. They may have been originally, but these days, they're first and foremost a commercial phenomenon, meaning they went global. Chocolate advent calendars. Trinket advent calendars. DIY advent calendars. ${insert your most hated kids toys franchise} advent calendars. And so on.
Sharlin
23d ago
If, as you claim, the association of 25 to "advent" is primarily commercial, that's much more of a reason to avoid that association. In any case it's very culture-specific. In many countries, including mine, Christmas Eve is the "main" event that people look forward to, and the number of "advent days" in calendars and such is 24. On the other hand, ecclesiastically there are four Advent Sundays, and the number of days is thus variable and also not really pertinent.
throwingrocks
23d ago
Geez. Do you really think the number matters? I would be grateful to the creator even if it was 3 days.
akerl_
23d ago
There are tons of advent calendars commercially sold that have fewer than 25 slots.

It’s safe to say this ship has sailed.

paulcole
23d ago
> Hate to be the…

You don’t seem to hate it that much?

Trasmatta
23d ago
> The 25 is there in the name. It's the whole point :).

You're overly attached to the meaning of Advent, but you aren't even aware of the meaning. It doesn't mean exactly 25. This year Advent Sunday is November 30th.

And the creator of Advent of Code can do whatever they want with it, despite the name. They've put an immense amount of effort into this for so long - if that had been me, I would have been incredibly disheartened to see people saying "the whole point is just 25".

bigstrat2003
23d ago
Technically the event needs to go for a certain number of days, but Advent doesn't mean puzzles must come every day. They can do puzzles every 2-3 days if they want to.
gs17
23d ago
1 reply
I think the easiest way to have 24/25 of something would be to have the "part 2" for each puzzle get released the next day. It would probably ruin the momentum about as much as having days off would (as another alternative to make the timing fit "advent"), but there could be a fun extra layer of puzzle with a hint of what the part 2 will be so people can try to speculate and modify their code in anticipation.
boccaff
23d ago
1 reply
I am not aware of Eric saying something about that alternative, but this comment on reddit[1] makes a lot of sense to me:

> Given that part 2 is often a very simple modification of part 1, this could lead to many of the days being total letdowns. I can enjoy a simple puzzle, but I'd be a bit disappointed if one day is a single line change to the previous day.

I'd also add that not having to be worried everyday about something makes a lot of sense. He can have fewer days "on call" in December with.

[1]https://www.reddit.com/r/adventofcode/comments/1ocwh04/chang...

rbits
23d ago
Plus, I like doing Part 2 immediately after Part 1, cause then I don't have to remember how my solution worked.
nikanj
24d ago
5 replies
Tryhards ruin everything, part n

Make a fun little christmas calendar to bring joy to the people, get turned into a gamified warzone where people use AI and bots to try to get onto the global leaderboards - possibly because getting on them might net you a job at FAANG

fjfaase
24d ago
2 replies
The temptation to start a competative private leader board will be great, just for the mentioned reason. I have a reference my scores in my CV. The competative part of AoC is one of the things that I find attractive and also has taught me some valuable lessons about coding, like taking some time to review the code the first time before submitting. I experienced several times that I spend of time to debug a small bug due to a minor error, that I could have caught had I spend some time reviewing. Especially with the first puzzles, I try to get it right the fitst time with respect to compiling and execution.

I will search for a pure C private group to join that only allows a small library for things like reading the input as an array of strings.

0x264
24d ago
1 reply
On your CV ? Has any recruiter or hiring manager ever commented on it, or said the mention gave you an advantage ?
fjfaase
23d ago
No, but I don't care. I guess that most hiring managers do not know what AoC is.

Next week, I will be 64, and I am no longer searching for a full time job. In the past decade I only worked for 24 or 30 hours per week. I am financial independent and plan to only work freelance if there is some opportunity. Currently, I am not actively searching for a job.

fjfaase
23d ago
I have created a private leaderboard which you can join with `1563228-d419ba6d.`

The basic rule is: you are only allowed to use code you wrote yourself. That does include code you wrote before the start of the contest, for example, standard functions you wrote for earlier AoC editions.

Udo
24d ago
2 replies
I know this is an outsider position, but I always felt that the AoC leaderboard was a mistake. Very few people had the time, the commitment, and the capability of making it on there in a meaningful fashion, and it put an emphasis on something that didn't match the vibe of the event at all. If speedrunning the problem solving was the point, then why package every episode into an enjoyable little story?

This also ties into the comments that AoC has become moot or was "ruined by LLMs". If you enjoy solving the problems, nothing should have changed for you. What's the difference if a given problem was already solved by an LLM, or a group of IQ 200 superhumans from MIT for that matter?

As time marches on, there will eventually be absolutely nothing left where an unaugmented human outperforms a machine. That doesn't mean you have to stop enjoying things. In a few years at most, all programming will be purely recreational.

robryan
23d ago
I liked the leaderboard prior to AI. Was fun to click through to various profiles and see who was in there and what their solutions looked like.
bigstrat2003
23d ago
> In a few years at most, all programming will be purely recreational.

That's a bold prediction given how much LLMs suck at programming today (and haven't really improved, either). I'm willing to believe that we will someday invent an AI that can program better than humans. I don't believe it'll be within a few years, because the current architecture shows no signs that it'll ever be able to get the job done.

iamflimflam1
24d ago
People - the reason why we can’t have good things.
tjpnz
24d ago
You can put that on your resume and I guarantee nobody will check.
ozim
24d ago
Fun part is that world mostly doesn’t really work like that and they don’t really get the job.
lexicality
24d ago
3 replies
I see the leaderboard is gone too. Unfortunate but entirely predictable given how the last 2 years went.

That being said, I was worried he'd cancel the entire thing, so this is still good news!

mid-kid
23d ago
2 replies
>predictable given how the last 2 years went

QRD? Was it AI?

lexicality
23d ago
2 replies
Yeah, a bunch of people started going on witch hunts against the people where were obviously using AI (eg ~30 second solve times) and also anyone who had "AI" anywhere in their bio.

IMO the levels it got to was wildly out of proportion, even if these people were cheating (say what you will about AI, but if the rules say not to use it and you do: you're a cheater) but maybe I would have felt differently if the timezones meant I could take part, rather than waking up to drama.

fuglede_
23d ago
Just to not feed the witch hunt further, note that human 30 second solve times can be entirely possible for the easiest puzzles, with enough experience, practice, and a bit of risk-taking; see e.g. https://adventofcode.com/2021/leaderboard/day/1 part 1. But the 4 second solution times we saw last year are not, no matter how you look at it.
10hr
23d ago
sounds like the competition had challenges even before AI or any rules about AI or not.

I never followed this challenge aside from doing a few 10 years ago in college.

If speed to problem completion matters though, then question release time will be brutal for some.

fuglede_
23d ago
There's some good discussion here: https://old.reddit.com/r/adventofcode/comments/1h9cub8/discu...

But yes, you would have people openly share repositories for automatically ingesting the puzzle text, solving the puzzles, and submitting the results the moment the puzzles opened, leading to inhuman solution times. So, despite the rules stating that you can't do that, the result is that whenever the puzzles were easy enough for an LLM to solve them with high probability – and most of them are – the leaderboards would be overrun with such solutions.

In 2023, the LLMs would still struggle enough that the overall leaderboard (taking all 25 ⋅ 2 puzzles into account) would still be dominated by ordinary people (many of them recording their solutions), in 2024 that was no longer the case. Personally I would go from being able to top 100 regularly, to almost never being able to. I'm going to miss the thrill, and think it's a bit saddening that we can't have nice things, but also ultimately think that getting rid of it is the best option.

WJW
23d ago
1 reply
The leaderboard has led to the same predictable discussion for as long as the AoC has existed. Recurring themes:

- The puzzles get published in the middle of the night for most of Europe, can't we have a better system like scoring on <arbitrary other metric the poster likes better>.

- It's weird that many of the pages say "just have fun, it's not a race" and then also there's a prominent leaderboard page to show who's currently ahead in the race.

- There's been people taking the whole thing way too seriously from basically year 1, trying to load their puzzle input as fast as possible by polling every 10 ms and putting too much load on the servers.

- Whether AI is allowed is always a super toxic discussion with no real outcome because you can't enforce it.

emil-lp
23d ago
3 replies
6am or later for most of Europe is not middle of the night.
andix
23d ago
1 reply
6am is the middle of the night for most software developers ;)
surajrmal
23d ago
1 reply
If they don't have children maybe.
andix
23d ago
It's a tough decision: AoC or kids.
tgv
23d ago
Then it's the middle of the night for the Americas...
layer8
23d ago
Yes it is. ;)
matsemann
23d ago
1 reply
Gonna miss it. So fun to see how fast one can parse the problem, figure out how to solve it while thinking of edge cases, and then actually write and run it. I've never been high up on the leaderboard, but enjoyed waking up early in December and give it a crack. Most often rank ~1000, a few times ~100.

But I also understand the decision. Fun while it lasted, but I'll find other ways to have fun with AoC this year!

ricardobeat
23d ago
1 reply
In the earlier years, maybe. Last year you’d immediately see a 3m47s time for a puzzle that for most people would take at least an hour. Unless you were actively watching the clock for a new puzzle daily, odds are it would have already been solved a thousand times over by the time you started.

It’s like excitedly arriving to a potluck with your beef bourguignon, only to find twenty michelin-starred chefs competing against each other.

Not exactly my idea of “fun” :) to me AoC was much more of a neighborhood party than an olympic event.

matsemann
23d ago
I was one of those people, waking up a bit before 6 in the morning, sitting ready to refresh, seeing how fast I could solve it :)

As for when it's been solved a thousand times: 2022 I did part1 and part2 and was finished after 4m36seconds, and that gave me rank 1070. So don't underestimate how many who did this competitively, heh.

defanor
24d ago
1 reply
On the bright side, this will lead to a more relaxed December schedule. I do not compete for the leaderboard, but trying to solve the puzzles on the days they are released (to keep it in the spirit of an advent calendar), and the puzzles towards the end sometimes take me a considerable chunk of the day to solve, which is tricky to combine with the regular schedule, and may be rather stressful (though still a nicer kind of "stressful", as you get on celebrated holidays).
sunrunner
24d ago
This matches my experience, and I've been 'nervously' anticipating this year's Advent of Code. I managed to keep to the spirit last year and get everything done by Christmas day (though admittedly with some days bleeding over into other days due to pesky family/other commitments), but even this relied on having the last week or so of the month be relatively free for me.

While I've usually been able to do the first half of the month's puzzles in the day before breakfast, over lunch and in the evening, the increasing difficulty does mean that later puzzles can really eat into a day, particularly if you happen to go down a bad path for your solution.

kykat
24d ago
why not a puzzle every two days instead of ending it mid-december?
vismit2000
24d ago
From FAQ: "Why did the number of days per event change? It takes a ton of my free time every year to run Advent of Code, and building the puzzles accounts for the majority of that time. After keeping a consistent schedule for ten years(!), I needed a change. The puzzles still start on December 1st so that the day numbers make sense (Day 1 = Dec 1), and puzzles come out every day (ending mid-December)."
aronhegedus
24d ago
I've participated in the past, and felt like I always drop off around day 18+ because of holidays etc.

I personally also didn't like when part II of a question felt like a completely new question, instead of a neat extension of the previous one.

I am very happy that this is something that's available to do, for free though. I see advent of code as a good excuse to dabble with a new language, usually with a few people from work.

cod1r
24d ago
This is sort of a bummer but as long as Eric feels less stressed and more happy, I'm all for it.
sunrunner
24d ago
I genuinely look forward to Advent of Code every year (whatever that says about me) and next year's one is always on my mind, so naturally I'm somewhat sad about this as the one-puzzle-a-day up to Christmas day just felt very neat, and I liked the mostly gentle initial difficulty curve up to the more 'spiky' questions later.

Having said that, having done a few years now I think the following things end up feeling consistent across years:

The first 10-ish (give or take) days were always simple enough that experienced programmers can likely spit them out during their daily standup. This isn't bad, as I think they're great for newer programmers to get a bit of algorithmic and data structure thinking practice, but they can definitely feel a bit same-y once you've done a few years. This isn't a critique of how AoC was structured, just an observation of how it can feel after you've seen a few years. Having said this, I'm sure I'll miss the gentle warm-up this year.

I wonder what this means for the difficulty curve i.e. the almost-inevitable path-finding question will appear on Day 5 and not Day 15?

I'm sure Eric has thought this through but I wonder if an every-other-day approach (perhaps with a 'softer' puzzle for Christmas day itself) would be popular, as I imagine people balancing a job and/or family while wanting to do this might appreciate having two days for the more challenging later puzzles.

On the other hand, free time for this generally does get more tight as you get closer to the end of the month and the puzzles get more challenging, so this approach does just make a chunk of space for people later in the month, and individuals can choose to keep up with the puzzles on release day if they can or just not worry about it and let things roll over.

Unfortunately, I guess I'll have to actually go and see my family this Christmas instead of ignoring the mandatory visits, which seemed like a fair sacrifice to keep up with calendar ;)

> It takes a ton of my free time every year to run Advent of Code, and building the puzzles accounts for the majority of that time. After keeping a consistent schedule for ten years(!), I needed a change.

Completely fair. As Eric says in some of his presentations on this it takes him about three or four months of his spare time, so this is more than understandable. Props to him for keeping this up consistently with his day job for the last ten years.

> The global leaderboard was one of the largest sources of stress for me, for the infrastructure, and for many users.

I don't mind this so much personally (outside of a morbid curiosity in the really fast participants) although I know people that were really invested in it, but there were some genuine points of contention for people that were interested in the leaderboard:

- The global puzzle unlock time, while explained by Eric himself in his presentations, does make being on the leaderboard impractical for people outside of time zones where the actual release time is friendly for that. For me it's 5am, and the only time I ever came even close (while also being nowhere near...) was when I happened to be up at that time due to insomnia (not caused by AoC).

- It sounded like an infrastructural point of pain as the single global release time coupled with submissions-by-country-size and how keen some of the puzzle solvers are makes for a great initial traffic burst with a long tail (also mentioned on the behind-the-scenes videos).

- It naturally favoured people with an interest in these kinds of puzzles, so the selection bias in the leaderboard is inherently skewed towards a) the subset of people that are choosing to do this out of genuine personal interest and then b) the subset of those that are likely to also be interested in competitive programming-type challenges. This is natural, but I think it does make the leaderboard less relevant for the majority of participants.

- The inevitable contention of the use of 'AI' just to be on the leaderboard

Anyway, I'll just end this with a thank-you to Eric himself for designing and running this consistently for the last ten years as it's something I've come to really enjoy, the community is very lucky to have this, and I hope these changes make it possible for him to continue doing this with lower physical costs to him personally and perhaps lower stress for the participants that just enjoy the puzzles for learning and the rare opportunity to write simple programs to solve problems.

For interested watchers:

- 'Eric Wastl – Advent of Code: Behind the Scenes' - https://www.youtube.com/watch?v=_oNOTknRTSU

- 'Keynote: Advent of Code, Behind the Scenes - Eric Wastl' - https://www.youtube.com/watch?v=uZ8DcbhojOw

Edit: Typos

59 more comments available on Hacker News

ID: 45710006Type: storyLast synced: 11/17/2025, 8:04:13 AM

Want the full context?

Jump to the original sources

Read the primary article or dive into the live Hacker News thread when you're ready.