Live data from Hacker News

Viewing profile — projectyang

projectyang

HN member
Joined
Wed, Mar 17, 2021, 4:55 PM UTC
HN karma
67
Public activity
11 items

About projectyang

No profile information was provided.

Recent public activity

  1. comment
    Comment #46580174

    Yep, I used claude code to help build this.

  2. comment
    Comment #46580150

    Each hand is stateless

  3. comment
    Comment #46580086

    Yes, the prompt tries to get them to play GTO. I do think their preflop play is the closest to mirroring this compared to postflop behavior.

  4. comment
    Comment #46573812

    On mobile I had to squeeze the names, but on a wider view you'll see that it's Claude (Opus 4.5) and Claude (Sonnet 4.5).

  5. comment
    Comment #46573810

    Nope, no external poker libraries. Just a basic nodejs and socket.io server with game logic.

  6. comment
    Comment #46573795

    While others have commented about solvers, I'd also like to bring up AI poker bots such as Pluribus ( https://en.wikipedia.org/wiki/Pluribus_(poker_bot) ). This also wouldn't even …

  7. comment
    Comment #46573757

    For my implementation, I'm passing in the current hand's action history (e.g. Player 1 raises to $X preflop, Player 2 calls, Player 3 calls. Flop is A B C, Player 2 checks, etc) wh…

  8. comment
    Comment #46573728

    Good question! The player rooms have a rate limit per day. And as for the main table, it's actually a replay of hands I recorded the LLMs playing against each other over an extende…

  9. comment
    Comment #46573699

    I'm actually surprised at how well they play pre-flop (mostly). Did some initial analysis on VPIP/PFR across positions, and somewhat decent. Post-flop on the other hand is all over…

  10. story
    Show HN: Play poker with LLMs, or watch them play against each other

    I was curious to see how some of the latest models behaved and played no limit texas holdem. I built this website which allows you to: Spectate: Watch different models play against…

  11. comment
    Comment #34539778

    The bot you're playing is outdated compared to modern ones. Within the last few years, there's been a lot of research done similar to what we saw with AlphaGo: https://en.wikipedia…