Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Recursive Language Model with Nix and wasm
Explore replacing Python REPLs with Nix for code execution and a WASM sandbox for running generated code over input data in this talk.
My weekend project was to see if I could replace the python notebook REPL implementation with nix. Turns out it only made sense for the explorer to use predefined nix-shell functions. So that the model could still freely write code I later added a wasm sandbox to run generated code over the input data.