| Without being glib, I honestly wonder if Fabrice Bellard has started using any LLM coding tools. If he could be even more productive, that would be scary! I doubt he is ideologically opposed to them, given his work on LLM compression [1] He codes mostly in C, which I'm sure is mostly "memorized". i.e. if you have been programming in C for a few decades, you almost certainly have a deep bench of your own code that you routinely go back to / copy and modify In most cases, I don't see an LLM helping there. It could be "out of distribution", similar to what Karpathy said about writing his end-to-end pedagogical LLM chatbot --- Now that I think of it, Bellard would probably train his own LLM on his own code! The rest of the world's code might not help that much :-) He has all the knowledge to do that ... I could see that becoming a paid closed-source project, like some of his other ones [2] [1] e.g. https://bellard.org/ts_zip/ [2] https://bellard.org/lte/ |