Friday, April 28, 2023
Inside OpenAI with Ilya Sutskever
Ilya Sutskever is the co-founder and chief scientist of OpenAI, which aims to build artificial general intelligence that benefits all of humanity. He leads research at OpenAI and is one of the architects behind the GPT models. In this conversation with Stanford adjunct lecturer Ravi Belani, Sutskever explains his approach to making complex decisions at OpenAI and for AI companies in general, and makes predictions about the future of deep learning.
JS chess engine + React UI
no dependencies! MIT
Simple JavaScript chess engine without dependencies written in NodeJs. It can be used on both, server or client (web browser) and do not need persistent storage - handy for serverless solutions like AWS Lambda. This engine also includes configurable basic AI computer logic.
examples
js-chess-engine-app - React application example with js-chess-engine REST API backend (without persistent storage) - GitHub or LIVE DEMO
Simple Fastify server
Console
PC vs PC match
josefjadrny/js-chess-engine-app: Single-page React app example for js-chess engine backend @GitHub
single-page React app example for js-chess-engine backend.
some alternatives:
Build a Simple Chess AI in JavaScript - DEV Community
Chess AI (https://zeyu2001.github.io/chess-ai/)
zeyu2001/chess-ai: Simple chess AI in JavaScript. Uses the chess.js and chessboard.js libraries. @GitHub
A step-by-step guide to building a simple chess AI @ freecodecamp
lhartikk/simple-chess-ai: A simple chess AI @GitHub
raydog/deno-chess: A Typescript Chess engine. @GitHub
Deno-Chess is a speedy pure-Typescript chess engine. It is packaged for Deno, as well as for the browser (TypeScript, MIT)
jbkunst/chessboardjs-themes: A try to make chessboardjs pieces and color themes