Nanolang: A tiny experimental language designed to be targeted by coding LLMs
1–10 of 210 posts
Re: Nanolang: A tiny experimental language designed to be targeted by coding LLMs
#2I might accidentally summon a certain person from Ork.
Re: Nanolang: A tiny experimental language designed to be targeted by coding LLMs
#3I'm still skeptical of the value add having to teaching a custom language to an LLM instead of using something like lua or python and applying constraints like test requirements onto that.
Re: Nanolang: A tiny experimental language designed to be targeted by coding LLMs
#4Re: Nanolang: A tiny experimental language designed to be targeted by coding LLMs
#5Re: Nanolang: A tiny experimental language designed to be targeted by coding LLMs
#6My understanding/experience is that LLM performance in a language scales with how well the language is represented in the training data.
From that assumption, we might expect LLMs to actually do better with an existing language for which more training code is available, even if that language is more complex and seems like it should be “harder” to understand.
Re: Nanolang: A tiny experimental language designed to be targeted by coding LLMs
#7Developed by Jordan Hubbard of NVIDIA (and FreeBSD). My understanding/experience is that LLM performance in a language scales with how well the language is represented in the training data. From that assumption, we might expect LLMs to actually do better with an existing language for which more training code is available, even if that language is more complex and seems like it should be “harder” to understand.
Re: Nanolang: A tiny experimental language designed to be targeted by coding LLMs
#8Developed by Jordan Hubbard of NVIDIA (and FreeBSD). My understanding/experience is that LLM performance in a language scales with how well the language is represented in the training data. From that assumption, we might expect LLMs to actually do better with an existing language for which more training code is available, even if that language is more complex and seems like it should be “harder” to understand.
Re: Nanolang: A tiny experimental language designed to be targeted by coding LLMs
#9Re: Nanolang: A tiny experimental language designed to be targeted by coding LLMs
#10Developed by Jordan Hubbard of NVIDIA (and FreeBSD). My understanding/experience is that LLM performance in a language scales with how well the language is represented in the training data. From that assumption, we might expect LLMs to actually do better with an existing language for which more training code is available, even if that language is more complex and seems like it should be “harder” to understand.
Additionally just the ability to put an entire language into context for an LLM - a single document explaining everything - is also likely to close the gap.
I was skimming some nano files and while I can't say I loved how it looked, it did look extremely clear. Likely a benefit.