jakobfrick

↗ HN profile [ 70.3 ms ] full profile
Karma
24
Created
December 14, 2022 (3y ago)
Submissions
0
CTO @ Radiant AI
  1. Run claude code in docker container that is setup with a github repository and permissions to push, so you can vibe code on the go. This is not 100% serious.

  2. A simple bash script to interact with LLMs from the command line. Inspired by Simon Willison's llm tool but trying to avoid dependencies. Only dependencies are curl and jq

  3. A chess engine implementation inspired by AlphaZero, using MLX for neural network computations and Monte Carlo Tree Search (MCTS) for move selection.