Sam Altman (OpenAI) seeking compiler/PL designers on X

by tntpreneuron 4/13/2025, 7:54 PMwith 6 comments

by tntpreneuron 4/13/2025, 7:54 PM

Do you know what this means? Most probably, they want to build a new programing language that LLMs can develop more easily with.

by fragmedeon 4/13/2025, 8:12 PM

One thing I've thought about for coding with LLMs, is that passing in source code to be tokenized by the clip/whatever English text parser seems like it would be suboptimal compared to training on the AST that gets generated by the compiler after parsing the source.