16 comments

  • strenholme1 hour ago
    Interesting bug or regression.<p>Let’s take the very famous game Kasparov - Topalov, Wijk aan Zee 1999 and look at the position just after Topalov accepts Kasparov’s Rook Sacrifice:<p><a href="https:&#x2F;&#x2F;samboy.github.io&#x2F;blog&#x2F;Kasparov.html#RookSacAccepted" rel="nofollow">https:&#x2F;&#x2F;samboy.github.io&#x2F;blog&#x2F;Kasparov.html#RookSacAccepted</a> - <a href="https:&#x2F;&#x2F;lichess.org&#x2F;lwiPq9wB#48" rel="nofollow">https:&#x2F;&#x2F;lichess.org&#x2F;lwiPq9wB#48</a> - White to move<p>FEN: b2r3r&#x2F;k4p1p&#x2F;p2q1np1&#x2F;Np1P4&#x2F;3p1Q2&#x2F;P4PPB&#x2F;1PP4P&#x2F;1K2R3 w - - 0 25<p>Run the above position in Stockfish 18 with a depth of 25: [1] It shows that White is 3.53 pawns ahead—i.e. White is clearly winning.<p>Run the above position in Stockfish 19, however, and Stockfish 19 at depth 25 says that, while White is ahead, it’s only a 1.2 pawn edge—Black supposedly still has good drawing chances.<p>At a depth of 35 ply, Stockfish 19 sees that it’s a clear White victory (6.79 pawns ahead), but it takes far deeper search for Stockfish 19 to see the win compared to Stockfish 18.<p>[1] To run the position, I type the following commands:<p><pre><code> position fen b2r3r&#x2F;k4p1p&#x2F;p2q1np1&#x2F;Np1P4&#x2F;3p1Q2&#x2F;P4PPB&#x2F;1PP4P&#x2F;1K2R3 w - - 0 25 d go depth 25 </code></pre> I also see the issue on Lichess’s GUI by going to this URL:<p><a href="https:&#x2F;&#x2F;lichess.org&#x2F;lwiPq9wB#48" rel="nofollow">https:&#x2F;&#x2F;lichess.org&#x2F;lwiPq9wB#48</a>
    • kuboble1 hour ago
      Evaluation doesn&#x27;t matter as far as I understand. If 19 beats 18 in a match on billion playouts then it&#x27;s a feature.<p>Any usability of stockfish evaluation for human analysis is collateral.<p>Unfortunately there seem to be no serious fork of stockfish that would care about usability for human analysis.<p>I was recently doing some larger study and I stumbled upon a bug&#x2F;feature of stockfish where it accepts small number of invalid cache reads for a lot of speed.<p>It would result in infrequent blunders which however affected my analysis, so I removed this optimization in my fork.
      • tsoj1 hour ago
        Usability for human analysis will likely be more successful going a similar direction Maia is going with the lc0 like net trained to make human moves. SF is inherently so far removed from the human approach to chess (relatively speaking), that it would likely require a lot more work than just tuning it to work well on some positions.
        • hibikir37 minutes ago
          There would be value in prep if one had an engine that automatically understood what positions are challenging for humans, as right now a big part of high level prep is finding opening lines that look like they lose by a bit in stockfish vs stockfish, but are full of landmines for a top GM to step on. That&#x27;s where a lot of time goes nowadays, past the pure memorization. The issue is that value drops a lot when other players have access to the same tools, because then they will also pay attention to those lines. The value is in the information imbalance, but everyone has the same tools.<p>It might help young players learning without a coach, but my understanding is that most are just looking at engine evaluation anyway, as tactical speed is a typical advantage of the youth.
  • nevi-me4 hours ago
    To show you how strong Stockfish 19 is compared to 18, I used to lose 100% against 18, and I now lose 100% against 19, probably faster. Time to fire up En Croissant and see :)
    • thomasmg2 hours ago
      For me (having written my own tiny 400 line chess engine, that now I&#x27;m not able to beat - sure I&#x27;m not a good player, but still), the reason to have Stockfish is not really to play against it, and then inevitably lose, but to use it to show which moves are best. I assume that&#x27;s how most (hobby and professional) chess players use Stockfish nowadays.
      • dogman10502 hours ago
        I can&#x27;t beat the famous 1k JavaScript version either. I was better when I was younger.<p><a href="https:&#x2F;&#x2F;nanochess.org&#x2F;archive&#x2F;toledo_javascript_chess_3.html" rel="nofollow">https:&#x2F;&#x2F;nanochess.org&#x2F;archive&#x2F;toledo_javascript_chess_3.html</a>
        • jokethrowaway1 hour ago
          this feels around 1000 elo<p>crazy to see 110mb.com links in 2026 (on the github repo project), it&#x27;s been a while
      • segmondy1 hour ago
        What does it matter if you can see which moves are best if you can&#x27;t understand it?
        • matsemann1 hour ago
          You just try it yourself and go down the different lines. &quot;Okay, Stockfish suggests this, but I wanted to do that, let&#x27;s try my idea, oh, I didn&#x27;t think of that response to my move&quot;. Etc., play along some lines, think about them. Sometimes it&#x27;s obvious, other times it just sets up something far in the future you must be a grandmaster to see the subtlety of.
        • gpm1 hour ago
          99.5% of the time you <i>can</i> understand it (percentage varies with rating).
    • yboris1 hour ago
      TIL: <i>En Croissant</i> <a href="https:&#x2F;&#x2F;encroissant.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;encroissant.org&#x2F;</a>
      • andruby39 minutes ago
        love the name :P
    • FartyMcFarter3 hours ago
      Probably not faster if I have to guess. The nuances of why 19 is better than 18 are likely indistinguishable from noise when they play against someone at a much lower level (i.e. any human).
      • bee_rider1 hour ago
        This seems like an interesting alternative line of research. Design the a chess engine where the goal is to beat the best human in the minimum number of turns, while still offering ~no chance of human victory.
      • Sopel2 hours ago
        also in chess a better line is not required to be shorter
    • Waterluvian1 hour ago
      It’s oddly fun to put maximum Stockfish in play against some horrible position and to be murdered by it.
    • selfawareMammal3 hours ago
      Losing faster to Stockfish 19 it&#x27;d mean youre an insanely good player, hundreds of times better than even Magnus.
  • jan_m_savage3 hours ago
    I am a fairly good player but after playing 22000 games, I came to the conclusion that ideas and strategies from chess are context-dependent and don&#x27;t much transfer to real life.<p>I&#x27;d rather spend all that time reading up on game theory and play some fun video games, like Red Dead Redemption.
    • dainank1 hour ago
      I agree. I think in general, any game that is &#x27;turn-based&#x27; (in this case chess), with a limited set of options, quickly boils down to pure theory and in my opinion &#x27;dumb intelligence&#x27; of just remembering many things and patterns (the AI of now). As soon as a game is in &#x27;real-time&#x27; with many-many options, it reaches a level of complexity where you cannot ONLY remember theory and outsmart your opponent. It is far more about applying logic on the fly with the limited time and overwhelming set of options you are supplied. This skillset applies to almost everything in life and serves me personally very well thus far in life. Yes, I understand that chess has different modes that severely limit time per turns which transform it more into the &#x27;real-time&#x27; games and value, but it is still turn-based and still has a limited set of options when compared to true &#x27;real-time&#x27; games.
      • tsoj55 minutes ago
        Maths is &quot;turn based&quot; albeit it has practically infinite available moves per turn. But I think the latter matters less than it may appear at first: At least in practice there isn&#x27;t much different (for both humans and computers) if there are infinitely many moves, or &quot;just&quot; 10,000. And while (as far as I know) there aren&#x27;t any board games with that many moves, the exponential explosion means that if you conceptually &quot;combine&quot; let&#x27;s say three moves in a row, you suddenly have not 30 moves, but 27,000. And that&#x27;s practically infinite.
      • matsemann1 hour ago
        I&#x27;ve never studied any openings and still have loads of fun with chess. I think you have to be IM level or something to not immediately go out theory.<p>It can be a bit fun, sometime, to play someone that has studied an opening at my level, but since they aren&#x27;t that deep into it, they only know the moves for some variations. So me, not knowing the opening, do something from the left-field, and they don&#x27;t really know how to punish it anyway. Remember one time someone got a bit grumpy, heh.
    • olooney1 hour ago
      That&#x27;s true. Chess only teaches two general lessons about strategy: look more than one step ahead, and invent heuristics (abstractions that let you estimate if positions are good or bad) for yourself. Those are useful lessons, but you don&#x27;t need to play thousands of games to grasp those ideas.<p>Other aspects of strategy, like shortening decision loops[1], forming alliances, or the exploration&#x2F;exploitation tradeoff[3], are simply not represented by chess because it is a turn-based, zero-sum game with perfect information. That makes chess a poor model of real-world strategy.<p>Still, the things it <i>does</i> teach are real and useful, so as long as you don&#x27;t think its the end-all, be-all of strategic thinking you can get something out of it.<p>[1]: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;OODA_loop" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;OODA_loop</a><p>[2]: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Cooperative_game_theory" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Cooperative_game_theory</a><p>[3]: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Exploration%E2%80%93exploitation_dilemma" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Exploration%E2%80%93exploitati...</a>
    • wavemode20 minutes ago
      Real life is a game of risk&#x2F;reward rather than a game of deep calculation. You can&#x27;t &quot;calculate&quot; life because there are too many variables and unknowns. You have to simply pick a path and either accept the risks or mitigate them.
    • tvelichkov1 hour ago
      Reminds me of: &quot;The ability to play chess is the sign of a gentleman. The ability to play chess well is the sign of a wasted life.&quot; Paul Murphy.
    • speedgoose1 hour ago
      &gt; play some fun video games, like Red Dead Redemption<p>To each their own.<p>If you like the competitive aspect of chess, you may enjoy physical sports too. I started to find video games pretty boring compared to pushing myself physically.
    • k2xl2 hours ago
      (Disclaimer, I’m the founder of chess67.com)<p>There is a very tangible benefit to people playing in chess that has nothing to do with the game itself. One example is for kids - I think kids playing chess (particularly over the board) learn quite a lot from the game. For example, etiquette (being respectful to your opponent), patience, logic, etc… but one of the best things they learn is how to lose. In chess you lose a lot. Asymptotically vast majority of players will lose approximately 50% of their games. Learning how to lose (respectfully), learn from your mistakes, then overcome them is really great process to learn. Doing this in real life rather than over the screen is also completely different.<p>Combine that with the game being fun and the social aspects (meeting new people, making friends)… chess very much transfers to real life in my view
      • toasty2281 hour ago
        &gt; For example, etiquette (being respectful to your opponent), patience, logic, etc… but one of the best things they learn is how to lose.<p>That&#x27;s valid for pretty much every kids sports&#x2F;games though
        • gnufied1 hour ago
          So a lot of games&#x2F;sports kids <i>could</i> cry out - &quot;that is not fair&quot;. There is an element of luck in most board games.<p>Chess is the first board game you can introduce to your kid that has no element of luck whatsoever. It could be brutal. I have seen 7-9 year olds coming out crying after a game in a tournament. But it also may be requires very good parenting to handle all the emotional distress. Chess also is obviously accessible.<p>It is an emotional rollercoaster to engage kids in Chess tbh. We are ready to sometimes throw the towel every other week. :-)
      • 6_72 hours ago
        I&#x27;m sorry, the founder of chess what dot com?
        • tsoj51 minutes ago
          LMAO
      • xdavidliu1 hour ago
        i used to play poker casually, and the part that I found most interesting and most useful was not the reading other peoples&#x27; body language &#x2F; tells or the probability calculations, but rather the practicing of regulating my own emotions
      • rigrassm1 hour ago
        &gt; (Disclaimer, I’m the founder of chess67.com)<p>You&#x27;re so evil lol.
        • kelipso14 minutes ago
          Created Feb or March this year it looks like lol.
    • FartyMcFarter2 hours ago
      I think there are some valuable lessons that chess can teach, if you approach it the right way:<p>- it teaches resiliency in bad situations.<p>- it teaches you to not be too harsh on yourself as a person. If you watch GMs playing online, they make bad mistakes all the time too - they&#x27;re not godlike creatures who make no mistakes, far from it.<p>The flipside is that if you approach it the wrong way (I know I have at many points), it can have the opposite effects too.<p>To approach chess in a mentally healthy way was a long process for me. You need to get rid of your ego and be objective as much as possible when playing, or it will just make you sour - this in itself is a valuable lesson.
    • dist-epoch38 minutes ago
      Before transferring to life, it doesn&#x27;t even transfer to a game like Poker.
    • alex113849 minutes ago
      I play chess and I&#x27;m basically with you<p>It&#x27;s just a board game
    • SecretDreams2 hours ago
      Main thing I took away from chess when I used to play is it&#x27;s just another exercise to work parts of your brain. I preferred 3+0 and 5+0 chess because of the low time commit, ease to move next, and the tradeoff between most correct move and most optimal move to cause the opponent to expand more of their time trying to figure out what you were doing.<p>I hit about 2k Elo on lichess playing the 3+0&#x2F;5+0 and I have no regrets!
  • RivieraKid2 hours ago
    Correct me if I&#x27;m wrong but I think that a few years old version of Stockfish running on a modern MacBook Air with 1 min per move is unbeatable if the game starts from the initial position.<p>Even if the opponent is the latest Stockfish with 1000x more time per move, it will always be a draw.<p>I asked about this a few years ago in a Stockfish Discord and the above claim is what someone implied, if I remember correctly.
    • VPenkov1 hour ago
      This sounds plausible. But otherwise, there are &quot;tournaments&quot; like the TCEC which is for bots only and the way it works is, the bots are adjusted to play a specific opening and they&#x27;re on their own after the Nth move.<p>Stockfish has been dominant for a long time. And a later version of Stockfish would outperform an earlier version given the same time control.
    • kuboble1 hour ago
      I believe this is not the case. The first reason is the optimization of the Transposition Table in stockfish. <a href="https:&#x2F;&#x2F;github.com&#x2F;official-stockfish&#x2F;Stockfish&#x2F;blob&#x2F;master&#x2F;src&#x2F;tt.cpp#L270" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;official-stockfish&#x2F;Stockfish&#x2F;blob&#x2F;master&#x2F;...</a><p>Basically this optimization means that stockfish will sometimes take a bad read from a cache (so it will take an evaluation of the position from cache which was calculated for a different position). It&#x27;s fairly random when this will trigger a bad play, but if you brute force vs any deterministic setup you will find it eventually.<p>But even withtout it - you can just implement a kind of a brute-force heap of positions using stockfish&#x27;s own eval and you can find wins from almost any position even on fairly high playout count.<p>I got as far as 32M from different even starting positions, but I spent compute to find as many games as possible rather than as deep as possible.<p>Example game: <a href="https:&#x2F;&#x2F;lichess.org&#x2F;XVUjezMr#134" rel="nofollow">https:&#x2F;&#x2F;lichess.org&#x2F;XVUjezMr#134</a><p>the collection of the games I found (vibecoded gui) <a href="https:&#x2F;&#x2F;kuboble.com&#x2F;chess_ideas&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kuboble.com&#x2F;chess_ideas&#x2F;</a>
    • lxgr1 hour ago
      A faster engine is still very useful in practice, for example for position evaluations in game review.<p>Not that an engine evaluation will always be helpful (the line in question making a position strong or weak might be effectively unplayable&#x2F;impossible to find by a human), but it’s useful for studying nevertheless.
  • haunter5 hours ago
    The GUI page is a bit out of date imo, or I&#x27;m not sure how does the selection work because there are countles GUI options nowadays. Anyways some of the best options are not even mentioned like<p>Nocheto <a href="https:&#x2F;&#x2F;nocheto.sallyx.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nocheto.sallyx.org&#x2F;</a> (this my favorite)<p>ChessMD <a href="https:&#x2F;&#x2F;chessmd.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;chessmd.org&#x2F;</a><p>PyChess <a href="https:&#x2F;&#x2F;pychess.github.io&#x2F;about&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pychess.github.io&#x2F;about&#x2F;</a>
    • fileeditview4 hours ago
      I really like ChessX ( <a href="https:&#x2F;&#x2F;chessx.sourceforge.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;chessx.sourceforge.io&#x2F;</a> ). Pychess was always unstable and slow for me.<p>Anyways. Now I can use an even better Stockfish to benchmark my own engine..
    • petilon4 hours ago
      If you like uncomplicated GUIs: <a href="http:&#x2F;&#x2F;mayura.com&#x2F;chess&#x2F;" rel="nofollow">http:&#x2F;&#x2F;mayura.com&#x2F;chess&#x2F;</a>
    • 0x00cl4 hours ago
      I have tried En Croissant and its personally its a nice GUI and easy to use. It allows you to download stockfish and others right from their GUI.
      • noir_lord3 hours ago
        Amused me the first time I ran En Croissant, it lets you download existing chess databases and one of those (Caissabase) was my project from years ago :).<p>I don&#x27;t play Chess much any more but others have taken up the Chess DB mantle (with slightly different criteria).<p>I do find it ironic that a project I did in a couple of days for myself and chucked online in case it was useful is still kicking around though.<p>If you like En Croissant there is a nice fork called Pawn Appetit that does all the same things and adds some other QoL bits and bobs.
    • qlmos3 hours ago
      [dead]
  • stabbles4 hours ago
    Would be nice if they included a few &quot;notable&quot; games in the release notes.<p>Presumably it&#x27;s easy to highlight ones from benchmarks where the evaluation of Stockfish 19 is most significantly different from version 18?
    • Sopel3 hours ago
      They could but it&#x27;s pretty much meaningless. You&#x27;re bound to find outliers in favor of either engine, and the landscape is pretty chaotic
  • ZiiS4 hours ago
    For when you need another decimal place of accuracy deciding what you should have moved instead of hanging your queen.
  • iamcreasy57 minutes ago
    Nice.<p>I wish these engines could explain why it is recommending certain move, or certain sequence of moves, using natural language - it would be very useful for learning.
  • tweakimp4 hours ago
    Whenever I see another Stockfish update I dream of the day that I sit down and code my own chess bot that is good enough to beat me. I would be so happy if I manage to do that.
    • herbstein3 hours ago
      Depending on your feelings on being spoiled on the general techniques, and an approach to implement them, Sebastian Lague made a great two-part series on building a chess engine. It&#x27;s specific enough that you have an idea of the techniques involved, without dwelling enough with the details to make implementing your own futile.<p><a href="https:&#x2F;&#x2F;youtu.be&#x2F;U4ogK0MIzqk" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;U4ogK0MIzqk</a>
    • tsoj48 minutes ago
      Join the Stockfish discord server! There is a very active community who builds their own chess engines there.<p>(If you ever end up going for it, don&#x27;t use AI it takes away a lot of the fun)
    • fileeditview3 hours ago
      I did so and roughly twenty years later, my 4th attempt is &quot;finished&quot; in a sense and playing on lichess bots from time to time.<p>The process is very rewarding and there are great resources (chessprogramming wiki). To get an initial bot play random moves is not that much work but it is a good starting point because you can hook it into a gui and watch.<p>From there you do the move generator and the search and then optimization possibilities are endless :)
      • not-so-darkstar1 hour ago
        To me, the most interesting part is the architecture of the engine. How you encode a position or a move, how you design the move generator, etc.<p>Something as simple as encoding the 64-square board in a 64-bit number leads to a rabbit hole that can last years.<p>After that point, the &quot;AI&quot; part is already solved and you just need to implement it (alpha-beta + all the heuristics).<p>Most of the recent chess engines simply implement a neural network (by copying Stockfish) and suddenly are at 3000 elo with no effort! Such a waste.
    • hyperbolablabla4 hours ago
      Wouldn&#x27;t be that hard in my case
      • world2vec3 hours ago
        Same. Probably a few if-then statements would be enough to beat me :&#x27;(
        • k1kingy3 hours ago
          I could hard code it to play the fried-liver and I&#x27;d still probably trip myself up occasionally.
        • alasano3 hours ago
          Beaten by rand() chess
    • monster_truck2 hours ago
      Naive monte carlo on a phone from 10 years ago is likely enough unless you&#x27;re quite good at chess
  • abricq2 hours ago
    For those curious to see actual games played by top-level engines, the most famous French chess-commentator has a youtube plalist where he and french GM Matthieu Cornette analyzes some of these games.<p><a href="https:&#x2F;&#x2F;youtube.com&#x2F;playlist?list=PLiZ56cRXeIu3-zr-S7_XND3M3KDsMylDx&amp;si=AXOw9Hr6l4wRnDZJ" rel="nofollow">https:&#x2F;&#x2F;youtube.com&#x2F;playlist?list=PLiZ56cRXeIu3-zr-S7_XND3M3...</a><p>GM Mathieu Cornette is an excellent chess analyist, might not be the best at banalazing, but he does find some amazing computer games. Engine games are often boring, so it&#x27;s nice that they pick the good ones.
  • zkmon1 hour ago
    Game engines, AI, robots and machines in general are establising a &quot;goal horizon&quot; for humans. This is unnecessary and counter productive way of using tools. Tools are supposed to work for us, not set goals or direction for us.
  • piker5 hours ago
    Question: does Stockfish beat more generic systems like AlphaZero?
    • gwd5 hours ago
      My understanding is that AlphaZero only really existed for a year or two; there&#x27;s no objective way to compare it at the moment.<p>Leela Zero tried to open-source that work, but Stockfish incorporated a number of improvements from AlphaZero, including a neural network and a different search method, and consistently beats Leela Zero.<p>I have a book, &quot;Game Changer&quot;, in which a chess expert calls out several instances where AlphaZero made moves surprising at the time; situations where all chess engines rated things one way and AlphaZero rated them differently. When I enter them into Stockfish now, it usually rates things more similarly to the way AlphaZero did, and often chooses the move chosen by AlphaZero.<p>The only real test of course would be to dig up AlphaZero and run it again; but I think based on the evidence we have, Stockfish of 2026 would probably trounce AlphaZero of 2018 with equivalent compute available.
      • VulgarExigency2 hours ago
        Leela Chess Zero did surpass Stockfish for a while, until Stockfish switched its eval to NNUE. Modern Stockfish would annihilate AlphaZero.
      • Isofarro1 hour ago
        &gt; My understanding is that AlphaZero only really existed for a year or two;<p>It still exists, but it&#x27;s private &#x2F; internal, and sometimes used for a few different things.<p>It was used by Kramnik to test the hypothesis whether no-castling chess was viable (basically chess, but disallowing castling). That was a year after DeepMind published the match they ran of AlphaZero versus Stockfish.<p>It was still in use last year, I remember seeing some Grandmasters with interests in chess studies were invited by DeepMind to judge the beauty of chess problems composed by AlphaZero (or whatever form the thing that used to be AlphaZero is now).<p>So it&#x27;s still kicking around in the background.
        • Aachen1 hour ago
          &gt; It was used by Kramnik to test the hypothesis whether no-castling chess was viable (basically chess, but disallowing castling).<p>Viable in what way? That it&#x27;s advantageous to never castle if an engine learns to play with that directive? Or that it still makes for a fun game with that new rule?
      • dllu3 hours ago
        The Stockfish NNUE is completely unrelated to AlphaZero.
        • gwd2 hours ago
          It&#x27;s a neural network rather than a bunch of hard-coded rules. That turns out to make a big difference.<p>Actually, there&#x27;s this interesting snippet from the release page:<p>&gt; These techniques have been applied to hundreds of billions of training positions, all of which have been consistently rescored using a strong Leela net.<p>So Stockfish&#x27;s neural network evaluator is actually trained using Leela Zero.
      • kzrdude3 hours ago
        Isn&#x27;t one problem that it&#x27;s hard to determine what equivalent compute is, for CPU search vs a neural net based engine like AZ or Leela?
        • zarzavat2 hours ago
          It&#x27;s more fundamental than that. AlphaZero is a shallower search with a heavier evaluation function. Stockfish is a deeper search with a lighter evaluation function.<p>In chess, depth usually wins because of how narrow the search tree is compared e.g. to Go.
        • gwd3 hours ago
          One way would be to calculate a cost per game, factoring in both electricity and an amortized cost of the hardware, maybe having a penalty too for extra time run (e.g., if focusing only on hardware depreciation and electricity, 1 minute of TPU would translate to 2 weeks of CPU, that 2 weeks of waiting still costs you something). Obviously this isn&#x27;t stable, as relative prices of GPUs and memory shift over time, and it&#x27;s somewhat sensitive to setup; but done right it&#x27;s probably more &quot;what a user actually wants to know&quot;, in terms of what it would take to get equivalent performance.
      • sinuhe694 hours ago
        I guess someone can twit Hassabis and ask him :D He certainly has access.
        • NooneAtAll34 hours ago
          who is Hassabis?
          • xenocratus4 hours ago
            Demis Hassabis [1], co-founder of DeepMind<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Demis_Hassabis" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Demis_Hassabis</a>
    • tumdum_5 hours ago
      I think so, see the tournament results: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Top_Chess_Engine_Championship#Tournament_results" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Top_Chess_Engine_Championship#...</a>
    • sapiogram4 hours ago
      Technically nobody knows, because AlphaZero was never made public. In practice, we know Stockfish 19 would destroy it, because it destroys open-source reimplementations of AlphaZero.
    • NitpickLawyer4 hours ago
      On average, yes. Stockfish is the strongest engine and beats AZ-like implementations like Lc0 and the like. But on a game to game basis Lc0 can still win some games, depending on the starting position. It&#x27;s rare that Lc0 can win both black and white starting from the same position, tho.<p>There are a few yt content creators that cover great engine games, if you&#x27;re curious.
    • Sopel3 hours ago
      AlphaZero does not exist, as far as modern computer chess is concerned
      • VulgarExigency2 hours ago
        Leela proved that the ideas worked, regardless of the conditions that the AlphaZero vs Stockfish matches were run in.<p>What&#x27;s funny is that if computer chess had paid more attention to computer shogi, Stockfish could have already been using NNUE by that time, and not lost to AlphaZero. But perhaps that would have stifled Leela&#x27;s development, and would have led to worse training data for Stockfish in that parallel universe&#x27;s present day, making it weaker overall.
    • noir_lord4 hours ago
      &gt; like AlphaZero?<p>Unknown, it was only around for a little while however there is Lila which is based on the same ideas as AlphaZero (and also a fantastic project generally) they generally trade blows with Stockfish coming out <i>very slightly ahead</i>.<p>That said Stockfish also uses an NN (NNUE) these days so the line is getting more blurry.
    • mattr035 hours ago
      yes and it has for a very long time. Stockfish took the neural net approach after AlphaZero showed it was a good idea as all modern chess engines have
      • lynx974 hours ago
        They basically replaced the static position evaluation function with a NN approach and kept the rest of the tree search mostly intact.<p>I ran fishtest on an old cluster for a while. Was nice to watch the stockfish team methodically improving things. Basically, every commit has to show it can beat the main branch before it gets merged.
      • Sopel3 hours ago
        [dead]
    • eklitzke3 hours ago
      It&#x27;s widely believed so because Stockfish finds all of the right (or better moves) in the games from the original paper.
    • kqp4 hours ago
      Like a red headed stepchild.
  • msavara3 hours ago
    This is good also <a href="https:&#x2F;&#x2F;chessdox.com" rel="nofollow">https:&#x2F;&#x2F;chessdox.com</a>
    • Aachen58 minutes ago
      Is this an ad? How&#x27;s this relevant, does it run the new Stockfish or a competing engine or something?
  • alex11383 hours ago
    People perhaps won&#x27;t remember the long history of computer chess at least how it played out in the 90s<p>There was a succession of interesting engines (I think The King used to win a number of computer tournaments, this is the one Chessmaster used, that wonderful audio-visual program, like Encarta but chess related) and then the big three of Fritz (match against Kramnik), Junior (match against Kasparov) and Shredder. And also HIARCS and later, Rybka (and Crafty, as well, touted as the open source chess engine)<p>Stockfish has been top dog (fish?) for a while now but there was a notable exception when AlphaZero (which later became Leela? I&#x27;m not sure) beat it, but these days of course Stockfish is far and away the best engine (I guess. I don&#x27;t know how far behind Leela is)<p>And, yes, human vs computer chess has stopped being interesting for a while. There were some centaur chess (human <i>and</i> computer; humans using computers to analyze) competitions in the 2000s and some interesting things but nowadays of course your phone can handedly beat Magnus Carlsen and others without problems, reliably
    • strenholme40 minutes ago
      Alpha Zero Chess never made their code or models public. Leela is based on the same ideas as Alpha Zero Chess, but its model and code are public and uses crowd sourcing to generate and refine the model.<p>Stockfish uses a combination of classic Alpha-Beta pruning along with a type of AI called NNUE to evaluate positions.
    • kadoban1 hour ago
      &gt; AlphaZero (which later became Leela? I&#x27;m not sure)<p>Pretty much. DeepMind never released their code or models, just the main ideas of their techniques and training.<p>Leela, which came out of the go-ai world, implemented the paper(s) and became the de-facto version everyone used for a while until other projects improved over it on both go (mainly katago) and chess (mainly stockfish).
    • tsoj41 minutes ago
      The next closest is probably Torch currently
  • thinkingtoilet2 hours ago
    This may be a dumb question, but how do these engines get better when they&#x27;re already amazing? Is it simply that they look further down the tree of possibilities?
    • Aachen56 minutes ago
      How do you get better when you&#x27;re already amazing?<p>When you&#x27;re amazing, you understand what you&#x27;re doing and where to improve. For very complex systems, the improvements will be in confined areas (not rewriting everything but noticing a bug or reading about another project which found that some other hyperparameter works better). Or even if you have no idea, the simplest way would be making random tweaks and seeing which ones are advantageous
    • ajkjk1 hour ago
      Presumably a lot of it is in a better evaluation function. That is, when searching the tree, a better analysis of whether a specific position is beneficial and by how much. After all most of the tree searches do not end in checkmate, just in minute improvements which accumulate over many moves.
    • kadoban1 hour ago
      Yes. The ways to improve are: faster search (which lets you search more deeply) or better evaluation of a position or better heuristics.
  • timbaboon3 hours ago
    But does it use AI?
    • gus_massa2 hours ago
      As a joke project, it would be nice to add a LLM module that adds a commentary bullshiting an explanation of why it is destroying the human player.
      • tsoj39 minutes ago
        It&#x27;s not really what you&#x27;re looking for, but I made this lichess BOT that makes stupid (but relevant) comments on your moves from time to time: <a href="https:&#x2F;&#x2F;lichess.org&#x2F;@&#x2F;Annie_Archy&#x2F;all" rel="nofollow">https:&#x2F;&#x2F;lichess.org&#x2F;@&#x2F;Annie_Archy&#x2F;all</a>
      • gregdeon59 minutes ago
        This is a very rough approximation of what the strong bots on chess.com do.
      • noir_lord1 hour ago
        It&#x27;s been tried, they feed the evaluation into the LLM and get it to commentate.<p>The results are absolute garbage (as you would expect) since the LLM&#x27;s really <i>don&#x27;t</i> understand chess or how to play it, someone posted a benchmark of the current SOTA ones playing Chess and the best was estimated at 1480.
    • Sopel2 hours ago
      yes