· 10 min read tooling case-study
Teaching an LLM a Language It Has Never Seen
Fine-tuning a 4B parameter model to write valid Hew code, using the compiler as the test suite and a 780M iGPU as the training rig.
5 posts
Fine-tuning a 4B parameter model to write valid Hew code, using the compiler as the test suite and a 780M iGPU as the training rig.
The LSP, the tree-sitter grammar, the TextMate regex soup, and the six-repo pipeline I have to remember to run every time a keyword changes.
I didn't want "cool language, no libraries" to be anyone's first impression, so I built a package manager, a registry, and six libraries before v0.1.0.
Ripping out FlatBuffers, splitting the standard library namespace, adding a package manager, and building an export macro system.
Building a TextMate grammar, replacing LLVM IR with typed Hew dialect ops, and debugging a Tailwind naming collision.