Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Space Monkey a programming language for LLMs
Exploring Space Monkey, a minimal language designed for LLMs, with shared tokenizer/lexer between model and interpreter and a live early‑stage demo.
I’ve been tinkering on a small & simple programming langue that I call Space Monkey. The idea is to build a programming language that would be the most suitable programming language for LLMs. Integrating the core parts of the language interpreter with the LLM.
The first part is tokenization/lexing. Normally, when training LLMs they are fed code in the same way as other text. But that’s not how an interpreter sees code. For Space Monkey, I’d like the LLM to “see” the code in the same way as an interpreter, a.k.a using the same tokenizer/lexer for both.
There are many additional tricks but this is still an early project. Plus there’s only so much you can demo in 5min.
This project demonstrates a Go interpreter integrating Python LLM components for AI.
Compose Email
Loading recent emails...