Code ๐ป here on Github ๐; datasets ๐ and models (weights) ๐ on Hugging Face ๐ค
Gists are even more elegant than repos, I add instructions in the comments below the code file.
- mlx-profiler - operation-level profiler for Apple Silicon / MLX, torch.profiler equivalent for MLX
- simple-agent-harness - bare-bones AI agent harnass (like OpenClaw ๐ฆ), using a local LLM via Ollama (default
gemma4:e2b) - autoresearch-mesa - adaptation of Karpathy's autoresearch, in turn an OpenClaw ๐ฆ style AI agent (agent harness), to explore hyperparameters. Uses the python ABM framework mesa.
- autoresearch-mesa-prompt - using the autoresearch paradigm to probe ABM models using the mesa framework, using only prompts in Claude web.
eurotripdataset - ajsonldataset of conversations that are walking directions in historic city centers, e.g. for SFT use with nanochat-d34eurotripmodel - a SFT version ofnanochat-d34, which provides directions
- rrn - (2013-) native R implementations of recurrent neural network algorithms: vanilla RNN, LSTM, GRU, etc, >100k downloads from CRAN
- transformer - (2020-) native R implementation of the transformer algorithm, available on CRAN
- HomomorphicEncryption - (2021-) perform computations, functions, such as AI models on encrypted data, native R implementations of the major FHE schema: BFV, BGV, CKKS
- SwissWallet (iOS + MacOS): swift implementations of barcode, QR code, MicroQR, etc. rendering
- Big Files Tree Map (MacOS): Square multi-level pie chart to vizualize large files on disk, for saving space
- LiteText (MacOS): ObjectiveC no-dependencies flat text editor in Y2K style, include line and column indicators
- KneeBoard (MacOS): menubar quick text widget, always at hand for taking notes or copying text, just like a pilot's kneeboard



