Source Authorship Forensics
A source read of sophiathedev/askaig, contrasted with Stockfish.
Askaig says so itself: its README states the engine is “maintained by @sophiathedev and Claude Fable 5.” The output is genuinely advanced — the commit log is full of the moves a strong engine author makes: correction-dispersion-guided pruning, SPSA-tunable search constants, SIMD accumulator fusing, even a ThreadSanitizer race fix.
The tell is the pace and polish: ~114 commits in about two-and-a-half weeks, all elite-grade. That is the signature of a human working intensively with an AI, not one writing it all by hand — and the author is candid about exactly that. Move generation is honestly credited to nkarve/surge (MIT); the NNUE, search, TT and SIMD are built on top.
Confidence: High on the AI-assisted verdict — it is disclosed in the README.
| # | Signal | What it shows | Weight |
|---|---|---|---|
| 1 | README: “maintained by @sophiathedev and Claude Fable 5” | Self-disclosed AI co-development | Nuance |
| 2 | ~114 elite commits (SPSA, SIMD, TSan) in ~2.5 weeks | Volume + polish beyond solo hand-coding — AI-accelerated | Nuance |
| 3 | Real testing discipline: SPSA-tunable constants, TSan race hunting | A human directing and verifying the work | Strong |
| 4 | Movegen ported from surge (MIT, credited); no AI-residue markers in code | Honest attribution; competent integration | Support |
| Where it resembles Stockfish |
|---|
| NNUE evaluation with SIMD-accelerated accumulators |
| Heavily-pruned alpha-beta; Lazy SMP; transposition table |
| SPSA-style parameter tuning |
| Modern engineering discipline (sanitizers, CI) |
| Where it differs |
|---|
| C++26; ~6.4k LoC; a brand-new solo+AI project |
| Move generation ported from surge, not Stockfish |
| Own NNUE and search built on top |
| No Stockfish code — independent, SF-technique-shaped |
Askaig is an AI-assisted engine, and refreshingly open about it — the README co-credits Claude Fable 5. A capable human directs and tests the work (SPSA, sanitizers), while the AI accelerates an unusually rapid, polished build. It shares Stockfish’s techniques strongly but none of its code; it sits in the same AI-assisted band as Triumviratus and Onyx, toward the more actively AI-collaborative end.