Have you cross-referenced with the other hand trackers whether the numbers add up? Alternately, could someone explain why wouldn't a LLM hallucinate with numbers in an application like this?
I played 1k hands of online poker and built a web app with Cursor AI
81–90 of 167 posts
Re: I played 1k hands of online poker and built a web app with Cursor AI
#82If you're looking for a tool that may be a bit better than Cursor for UX, you could potentially look into Lovable. If you know what you want and the proper design terminology, you can potentially make some slick looking UIs.
Thanks! Can I use Lovable to design and then bring that back and have Cursor implement it?
Just be aware that under the hood Lovable is strictly react (or at least it was the last time I checked it) so that might be a important variable to consider since I saw that you were using Laravel.
Re: I played 1k hands of online poker and built a web app with Cursor AI
#83Re: I played 1k hands of online poker and built a web app with Cursor AI
#84Earlier quoted context omitted.
Doesn't mean bots aren't widespread. It just means you're better than the breakeven player.
I'm a software engineer with 10+ years of experience. I'm also a poker player that has a very deep understanding of the game. Writing a poker bot that can beat the game is absolutely not trivial. There are "solvers" that use counterfactual regret minimization to solve a constrained version of the game for specific scenarios. These are useful for understanding the principles of the game but they are not the cheat shee…
Re: I played 1k hands of online poker and built a web app with Cursor AI
#85I have to imagine bots have made online poker unwinnable by now, right?
You can still "win" by taking money from the other human players and minimizing EV loss against bots. The major poker sites claim that they have really good (and very top secret) bot detection. I'm skeptical.
Re: I played 1k hands of online poker and built a web app with Cursor AI
#86Re: I played 1k hands of online poker and built a web app with Cursor AI
#87Earlier quoted context omitted.
I read doyle's Super System back in the day and used that as the basis for my poker strategy from high school to mid-twenties. In talking to some friends who play competitively, they say SS is just super out dated and you would get eaten alive at any cash game. I'm curious what, in your opinion, is the "standard" playing strategy that is most effective in today's poker rooms? I'm curious if that answer is different o…
The "standard" strategy is to play GTO (game theory optimal). There are solvers out there (like GTO Wizard) that show you the "optimal" play for every situation, which is used as a baseline, and then players deviate to exploit specific player tendencies. GTO trees are far too complex to fully memorize, so nobody can play perfect GTO. But you can do a lot of solver work to get reasonably close.
Re: I played 1k hands of online poker and built a web app with Cursor AI
#88Earlier quoted context omitted.
Cash games in person are pretty bad too. Casinos need to make money and they only get it off rake, so they have lately turned a blind eye to collusion. The only safe poker (except among friends) is tournaments, in person, so they randomize the tables properly.
Collusion in live poker games in casinos is not a widespread problem. There is a problem with poker where people always think they are being cheated every time they lose. If you are playing in a casino in person it is very unlikely you are being cheated. If you are playing in a regulated website online that verifies the identities of the customers it is also unlikely you are being cheated. The vast majority of people…
Played thousands of hours in casinos. Saw some asshole show down cards to someone still in the hand, stuff like that, but never anything I thought was collusion.
Plenty of other angles, though.
Re: I played 1k hands of online poker and built a web app with Cursor AI
#89Earlier quoted context omitted.
Collusion in live poker, especially at low to mid-stakes, is almost non-existent.
I see it all the time at low stakes cash games. This is how people earn a living
I've rarely met players whom I think could even act properly on the knowledge.
I've also never been in a room that wouldn't take it very, very seriously.
Re: I played 1k hands of online poker and built a web app with Cursor AI
#90Earlier quoted context omitted.
I don't know what a reg is but I would assume the first thing you do after you get your bot working is to add some imperfect play so that you don't get banned by the most trivial heuristics.
Yeah. Poker isn’t actually hard to play perfectly if you’re writing a bot. The hard part is making it look authentic and not emit any patterns or other signals that could be detected in the data.