jakobfrick
- Karma
- 24
- Created
- December 14, 2022 (3y ago)
- Submissions
- 0
CTO @ Radiant AI
- Run Claude Code in a Docker container (github.com)
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.
-
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
-
A chess engine implementation inspired by AlphaZero, using MLX for neural network computations and Monte Carlo Tree Search (MCTS) for move selection.