Since you’re here...

We hope you will consider supporting us today. We need your support to continue to exist, because good entries are more and more work time. Every reader contribution, however big or small, is so valuable. Support "Chess Engines Diary" even a small amount– and it only takes a minute. Thank you.
============================== My email: jotes@go2.pl



Coda 0.1.0.1 - new version chess engine


Coda is a rewrite of GoChess in Rust, 100% vibe-coded with Claude Code. The initial implememntation - board representation, search, NNUE evaluation, SIMD, and UCI protocol — was written from scratch in a single session - building on top of the work done in gochess.
Author: Adam Twiss

Features
NNUE evaluation — HalfKA network, with threats, with lazy accumulator and Finny table caching
AVX2 / NEON / AVX-512 SIMD — runtime auto-detected for NNUE inference
Full search — alpha-beta with 20+ pruning features (NMP, LMR, RFP, singular extensions, etc.)
Lazy SMP — multi-threaded search with shared transposition table
Syzygy tablebases — endgame tablebase probing
Polyglot opening book — weighted random selection from .bin book files
Magic bitboards — with PEXT runtime detection on BMI2 hardware
Training data generation — multi-threaded self-play datagen in SF binpack format


Comments