KavyaforPortkey Blogsportkey-llm-elo-rating.hashnode.dev·Oct 14, 2024⭐️ Ranking LLMs with Elo RatingsChoosing an LLM from 50+ models available today is hard. We explore Elo ratings as a method to objectively rank and pick the best performers for our use case. Rohit Agarwal Apr 18, 20236 min Photo by Joshua Golde / Unsplash Large language models (LL...Discussllm
TJ GokkenProtjgokken.com·Oct 3, 2024Building a Blazor Chess AI AppIntroduction I love playing chess. Although I have not been playing much lately, I love watching videos of famous games and try to learn from them. With the rise of Machine Learning and Artificial Intelligence, I thought of writing a chess app for a ...Discuss·86 readsClassic Gamesstockfish
adnan samichess.hashnode.dev·Aug 12, 2024Chess: A Timeless Game of Strategy, Skill, and IntellectChess, known as the “game of kings,” is more than just a board game. It is a timeless battle of wits, strategy, and deep thinking that has captured the imaginations of people worldwide for centuries. From its ancient origins to its modern-day relevan...Discusschess
Reyneese Leereyneese.hashnode.dev·Aug 4, 2024R#4: About Trying and RepetitionI have been thinking, if playing chess help me to focus, or strengthen memory, or would that help me to think more critically? Think about the way to improve trying to figure out a numerous way to improve the game, and possibly how I could play chess...Discusschess
AVINAV KASHYAPavinavkashyap.hashnode.dev·Jul 29, 2024Chessify:(InnovateX hackathon) Decoding the Anatomy of an Advanced UCI Chess EngineIn this blog post, we'll dive into the architecture of Chessify, an advanced chess engine that implements the Universal Chess Interface (UCI) protocol. We'll explore its main components, multithreading approach, UCI protocol handling, and the core ch...Discuss·21 likes·44 readschess
Filip Melkafilipmelka.hashnode.dev·Jul 15, 2024How I fully automated my Twitter chess videos with Remotion and AWS♟️https://x.com/_filipmelka/status/1810230746826657842 Lately, I've been playing chess regularly and wanted to do a chess-related project. While searching for inspiration, I came across the Chess API and got an idea. I've also been playing around wit...Discuss·29 readsRemotion
Kai Pereirakai-pereira.hashnode.dev·Apr 30, 2024How to make a Lichess bot in PythonChess is one of the most popular strategic games played all around the world. Chess bots now dominate even the highest level grand-masters so how do we make one? To get started all you’ll need is Python3.9 and Github installed! Outline Lichess Commun...DiscussPython
Ajeet Sinhablog.defaultcoder.com·Apr 29, 20244 Problems in writing a clean Chess Multiplayer game in JavaScript.Writing a Game can be quite challenging due to the fact that there are multiple states to manage between the client and the server. If the states are not synchronized the game may act weird or crash, if there are too many state updates than required ...DiscussGame Development
Dr Edward Vildrevil.hashnode.dev·Feb 23, 2024How to make chess.com hack with 15 lines of JavaScript.If you are willing to touch some JavaScript (or maybe you already know some coding basics) you'll be suprised how easy it is to "hack" most popular chess websites. Before we proceed, little disclaimer: this showcase is for learning purposes. We don't...Discuss·91 readsJavaScript
Akshat Agrawalakshatagrawal.hashnode.dev·Jan 25, 2024OversightChessMate: Predicting Chess Game Outcomes with Machine LearningIntroduction: In the world of chess, every move counts. Whether you're a seasoned player or just starting out, the ability to predict the outcome of a game can be a valuable skill. Imagine having a tool that could analyze your and your opponent's str...Discuss·10 likesMachine Learning