Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Breaking Up with Google Play: Why Conversations Is Now Free (gultsch.de)
    181comments
  2. PipePipe: NewPipe hard fork implementing SponsorBlock (github.com/infinityloop1308)
    40comments
  3. Fifteen years later, the Apple Cards origin story (lexontech.org)
    38comments
  4. Show HN: A Claude Code skill to analyze your chess games (github.com/brumar)
    15comments
  5. The Lost Atomic Update on Loongson CPU (jia.je)
    —discuss
  6. Modern Object Pascal Introduction for Programmers – Castle Game Engine (castle-engine.io)
    28comments
  7. Revealing the details of how OpenAI agents hacked Hugging Face (swarmtraces.org)
    397comments
  8. Reflections on 1,000 Days of Math (gmays.com)
    7comments
  9. Automattic has a new board after failed attempt to put CEO on leave (techcrunch.com)
    34comments
  10. Analyzing Frontier Model Progress with My Favourite Game: Prince of Persia (blog.priyan.in)
    18comments
  11. We're gonna need a lot more mathematicians (terrytao.wordpress.com)
    367comments
  12. I'm the Mom in That Viral Giants Clip. Let Me Tell You About My Husband (themomoftheyear.substack.com)
    6comments
  13. Make Claude your assistant in excalidraw (tangled.org)
    1comments
  14. Plan mode is dead (aymannadeem.com)
    426comments
  15. Floci: Locally emulating any cloud service (floci.io)
    22comments
  16. Ollaya – Ollama for open-source, Jev-style decision models (ollaya.dev)
    133comments
  17. Banks and Credit Unions to Team Up Against Apple Pay Fees (macrumors.com)
    —discuss
  18. Is your Postgres migration safe or not safe? (safenotsafe.dev)
    30comments
  19. New Satellite Engine Could Use Earth's Atmosphere to Stay in Orbit Indefinitely (scitechdaily.com)
    2comments
  20. Plunging test scores are a slow-moving catastrophe (economist.com)
    109comments
  21. 16GB iPod Nano 3G Upgrade (tuckerosman.com)
    12comments
  22. Show HN: Jev Plays Pokémon Red (jev-pokemon.vercel.app)
    94comments
  23. Parsing Expression Grammar vs. Regexes: Building Org Parser in Lisp, Export HTML (jointhefreeworld.org)
    13comments
  24. A single function Jev-like wrapper for LLMs, including vision models (allanrbo.blogspot.com)
    36comments
  25. What even is an OS now? (sockpuppet.org)
    380comments
  26. Calculating atmospheric drag on satellites for a Cubesat [pdf] (osti.gov)
    7comments
  27. Ask HN: Who's still keeping a DOS machine up because the business depends on it?
    208comments
  28. Gravity seems holographic. What does that mean for reality? (quantamagazine.org)
    195comments
  29. The Murky History of Soviet-Born Tetris (mitpress.mit.edu)
    18comments
  30. Scientists build most accurate atomic clock (phys.org)
    22comments

Show HN: A Claude Code skill to analyze your chess games

22 pointsby 1h agogithub.com
15 comments
Hello HN,

It started as an experiment: can Claude play chess properly if it uses vision instead of PGN notation? Somehow it can.

The next experiment was to see whether Claude + Stockfish could explain a game. Somehow it can too.

A few sessions later, I had a system that takes my live audio notes (or text, for that matter) and a vague instruction like "analyze my last lichess game", and gives me a commented video of the game. The result is not perfect and it takes time to deliver (an hour or so), but for me it is a much more pleasant and memorable experience than clicking around Stockfish branches. It burns tokens, so make sure you have enough quota. From the session logs, the last analyzed game would have cost around $15 at API prices.

The fact that it reflects on my own thinking during the game makes it interesting from a teaching point of view, so I thought it was worth sharing.

1h agoHN ↗

I am very interested in this, but it looks like the video link gives 404

59m agoHN ↗

Weird, the video is supposed to be embedded. On my chrome desktop it displays properly. EDIT: fixed

46m agoHN ↗

"The result is not perfect" as LLMs are

"The fact that it reflects on my own thinking during the game makes it interesting from a teaching point of view, so I thought it was worth sharing." As AI the premium sycophantic scammer does

"but for me it is a much more pleasant and memorable experience than clicking around Stockfish branches"

And SO much less effective than doing the harder, more tedious feeling work

19m agoHN ↗

The jury is out for the effectiveness, it's hard to debate this subject. From my cognitive background I know very well how important the generative effect is for learning. Maybe I'll add features that leverage generative/testing effect one day. Anyway, clicking on stockfish branches can be quite a passive activity too if done badly. I don't know how to do that well to be honest. My goal is often to just to understand what I missed, full stop.

For the sycophancy, I can say I did not feel that at all. When stockfish says your move suck, claude would have a hard time saying the opposite (no "you are absolutely right" when I am not).

10m agoHN ↗

Generative AI is really good at making you feel like you understand a lot without actually making you understand anything in-depth

Because lengthy difficult cognitively intensive labor is required for the brain to actually change its structure and connections

45m agoHN ↗

Just a note that this is not novel. Automatic analysis of chess games built on traditional engines has existed for a long time. Without using stockfish as a sidekick, this wouldn’t be interesting because of the poor play of LLMs, however having an LLM enhance the commentary is interesting and I suspect has already been done by chess.com for years.

31m agoHN ↗

This what I think too. I also think there are much more refined approaches than the one I tried here. From a cursory look, I saw there are both scientific litterature on the subject of mixing llms and tools like stockfish and some dedicated closed platforms that put that into action.

Let's make clear that I did not spend much time on this project. Ideally I would have tried to put other models into the mix, like maybe Maia to better see the game from a "real player" eyes and pinpoint where expected move and stockfish moves differ.

Anyway, to me, it's good enough to be usable and shared.

44m agoHN ↗

How does it work? Does it just use stockfish under the hood? I just remember the times when I tried to use an AI model to play chess and half of the time it either hung a piece or made an illegal move.

41m agoHN ↗

Was a bit to overzealous... Just read the readme. Looks pretty cool. Maybe I'll give it a try and see how it compares to the chess.com analysis (although I have to say that I never really use it).

43m agoHN ↗

The elo of opus 5 models is 1300 or so. I wouldn't take chess lessons from a 1300.

37m agoHN ↗

That was exactly my estimation when I played "raw" against Opus. But Opus with stockfish as a tool and much time available can, from what I experienced, generate good comments.

22m agoHN ↗

Looks really cool, would love to try it but I'm on Mac so would appreciate Mac version.

14m agoHN ↗

Thanks for sharing! So you gave stockfish to Claude too? Did you try other techniques?

15m agoHN ↗

Very cool work!

Did you write the skills (text, and code) all by hand, or are those prompt outputs?