frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: nanoAlphaZero – Train a grandmaster-level chess model in 24h with TPUs

https://github.com/wtedw/nanoAlphaZero
2•tdoubleu•38m ago
Hello HN,

I built a complete, game-agnostic implementation of AlphaZero in JAX.

repo: https://github.com/wtedw/nanoAlphaZero

demo (NN + MCTS run locally in your browser): https://nanoalphazero.wtedw.com

It uses no human data, can train grandmaster-level chess models, and supports a variety of games: Chess, Go 3x3 - 9x9, Hex 4x4 - 9x9, Connect Four

You can also use this repo to train AlphaZero on any custom 2-player, perfect-information game.

How does it work?

At a high level, the entire AlphaZero algorithm gets compiled into a single jitted run_fn that repeatedly performs self-play and model updates:

  state = make_alphazero()

  def run_fn(state):
      games = selfplay(state)  # using Gumbel MuZero

      # Move active games into the self-play buffer
      # Move completed games into the replay buffer

      state = train(state, replay_buffer.sample())

      return state

  while True:
      state = run_fn(state)
There are no threads, queues, or distributed workers to manage. It is just one large JAX function.

The repo is primarily focused on making large-scale AlphaZero experimentation fast and easy to run. Training strong models is secondary and mostly serves as a sanity check that the underlying logic is sound.

Documentation on training custom / complex games is sparse, so if you have any questions feel free to message me.

SQLite for Everything

https://joecode.com/2026-08-19-sqlite3/
1•yomismoaqui•1m ago•0 comments

Blood Boy for All – Young blood is a human right

https://www.onethousandmeans.com/p/blood-boy-for-all
1•alexeigannon•3m ago•0 comments

From DOS Binary to Playdate

https://bstar.github.io/lemmings-playdate/blog/decompiling-lemmings/
2•bstar77•3m ago•1 comments

The Download: AI's self-improvement problem, and what's driving the heat

https://www.technologyreview.com/2026/08/19/1140195/the-download-ai-recursive-self-improvement-pr...
2•joozio•4m ago•0 comments

Etched AI valuation doubles to $21B in a month

https://techcrunch.com/2026/08/18/etcheds-valuation-doubles-to-21b-in-a-month/
2•bookofjoe•4m ago•0 comments

Study links long-term Cialis use and blindness

https://gizmodo.com/scientists-uncover-worrying-link-between-this-popular-erection-drug-and-blind...
1•giuliomagnifico•4m ago•0 comments

A Society That Runs on Stimulants Is Badly Broken

https://www.currentaffairs.org/news/a-society-that-runs-on-stimulants-is-badly-broken
1•florisuga•6m ago•0 comments

How the Internet Works

https://curiositas.alanjego.com/en/internet
1•Alannnn•7m ago•0 comments

Show HN: CrewCode – Open-source Mission Control for AI coding agents

https://github.com/OnPoint-Dev-Tools/crewcode
1•CjLogix•8m ago•0 comments

Evaluating digital cognitive tests for clinical use in Alzheimer's disease

https://alz-journals.onlinelibrary.wiley.com/doi/epdf/10.1002/alz.71559
1•debo_•9m ago•0 comments

Show HN: Intelix – AI agent that investigates and resolves production incidents

https://intelix.dev
1•ved_p05•9m ago•0 comments

Columbia House is shutting down after 71 years

https://www.nbclosangeles.com/news/business/columbia-house-shutting-down-after-71-years/3931211/
2•pudgywalsh•10m ago•0 comments

Zuckerberg lied about concern for child safety

https://www.theguardian.com/technology/2026/aug/19/meta-safety-trial-whistleblower-testimony
3•jamarna•10m ago•0 comments

Thunder Compute raises $13M Series A to squeeze more work out of idle GPUs

https://siliconangle.com/2026/08/19/thunder-compute-raises-13m-squeeze-work-idle-gpus/
1•cpeterson42•11m ago•0 comments

Cerebras chips rival Nvidia GPUs for AI [video]

https://www.youtube.com/watch?v=qC_lCFTOJU0
2•binyu•13m ago•1 comments

How I Use AI to Help Me Write

https://tombedor.dev/how-i-use-ai-to-help-me-write/
1•jjfoooo4•14m ago•0 comments

OpenAI halts frontier RL training after Astra crosses Critical cyber threshold

https://www.forbes.com/sites/ashishbhatia/2026/08/19/openai-paused-ai-training-for-two-weeks-here...
1•DarenWatson•15m ago•1 comments

A Constitution for One: 7 months governing a personal AI agent fleet

https://github.com/Chong169/a-constitution-for-one
1•sucong178899•15m ago•0 comments

The Zarfian Cruelty Scale, Revisited

https://eblong.com/zarf/essays/cruelty-revisited.html
1•JoshTriplett•16m ago•0 comments

Show HN: RelArena-α – open-source releases for Relational Learning

https://github.com/PriorLabs/relarena
2•onasta•16m ago•0 comments

People vs. the AI Overlords

https://anarc.at/blog/2026-08-18-people-vs-ai-overlords/
1•meetpateltech•17m ago•0 comments

ZKP's Aren't Age Verification Silver Bullets

https://www.eff.org/deeplinks/2026/08/zkps-arent-age-verification-silver-bullets
3•speckx•21m ago•0 comments

FTC Warns Retailers on Using Private Consumer Data to Raise Prices

https://www.wsj.com/business/ftc-warns-retailers-on-using-private-consumer-data-to-raise-prices-4...
4•impish9208•21m ago•1 comments

A Million and One Random Digits by Douglas Crockford

https://www.amazon.com/Million-Random-Digits-Millionplex-Library/dp/1949815048
1•gregsadetsky•21m ago•0 comments

Thoughts on dance music today informed by the Instagram perspective

http://energyflashbysimonreynolds.blogspot.com/2026/06/had-instagram-for-ages-but-never-got.html
2•mosiuerbarso•23m ago•0 comments

Eraser Diagrams: An open-source headless diagramming framework

https://github.com/eraserlabs/eraser-diagrams
7•jtadmor•24m ago•1 comments

Can you tell which AI-generated text is watermarked?

https://watermark-quiz.krishmatta.net/
3•nathan-barry•27m ago•0 comments

Meteoric origins of Egypt's first ironwork

https://blogs.ucl.ac.uk/museums/2013/09/01/23856/
1•Bluestein•28m ago•0 comments

WTF Are You Loading?

https://x-x.codes/posts/wtf-are-you-loading
1•abnercoimbre•29m ago•0 comments

Send a SAFE

https://www.ycombinator.com/safe
2•Finbarr•29m ago•0 comments