Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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/



What I wonder is: are current LLMs even good for the type of work he does: novel, low-level, extremely performant


As a professional C programmer, the answer seems to be no; they are not good enough.


They are absolutely good at reviewing C code. To catch stupid bugs and such. Great for pair programming type use.


I'm writing C for microcontrollers and ChatGPT is very good at it. I don't let it write any code (because that's the fun part, why would I), but I discuss with it a lot, asking questions, asking to review my code and he does good. I also love to use it to explain assembly.


It's also the best way to use llms in my opinion, for idea generation and snippets, and then do the thing "manually". Much better mastery of the code, no endless loop of "this creates that bug, fix it", and it comes up with plenty of feedback and gotchas when used this way.


This is how I used LLMs to learn and at the same time build an application using Tkinter.


This is a funny one because on the one hand the answer is obviously no, it's very fiddly stuff that requires a lot of umming and ahhing, but then weirdly they can be absurdly good in these kinds of highly technical domains precisely because they are often simple enough to pose to the LLM that any help it can give is actually applicable immediately whereas in a comparatively boring/trivial enterprise application there is a vast amount of external context to grapple with.


If Fabrice explained what he wanted, I expect the LLM would respond in kind.


If Fabrice explained what he wanted the LLM would say it's not possible.

When the coding assistant LLMs load for a while it's because they are sending Fabrice an email and he corrects it and replies synchronously.


From my experience, it's just good enough to give you a code overview of a codebase you don't know and give you enough implementation suggests to work from there.


No


I doubt it, although LLMs seem to do well on low-level (ASM level instructions).


I think it's the opposite: llms ask Fabrice Bellard instead


Congrats, the Chuck Norris meme has finally made its way onto HN.


Fabrice Bellard is far more deserving of the honor that ol’ Chucky.


Tough choice: Knuth, Bellard, Norvig...


They're trained on his code for sure. Every time I ask about ffmpeg internals, I know it's Fabrice's training data.


He has in fact written one: https://bellard.org/ts_server/


Yeah I've seen that, but it looks like the inference-side only?

Maybe that is a hint that he does use off-the-shelf models as a coding aid?

There may be no need to train your own, on your own code, but it's fun to think about


Are you saying a LFM could be a good idea? A Large Fabrice Model?


Why every single post in HN has to come down to talk about AI sloop...


> Without being glib, I honestly wonder if Fabrice Bellard has started using any LLM coding tools

I doubt it. I follow him and look at the code he writes and it's well thought out and organized. It's the exact opposite of AI slop I see everywhere.

> 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,

C I think he memorized a long time ago. It's more like he keeps the whole structure and setup of the program (the context) in his head and is able to "see it" all and operate on it. He is so good that people are insinuating he is actually "multiple people" or he uses an LLM and so on. I imagine he is quite amused reading those comments.


Still, humans can only type so quickly. It's not hard to imagine how even a flawless coder could benefit from an llm.


> humans can only type so quickly

Real programming is 0.1% typing. Typing speed is not a limiting factor for any serious development.


You're conflating typing with programming. Typing is in fact the limiting factor to serious development.


typing would not make top-100 list of “limiting factors” for serious development.


Most coding is better done with agents than with your hands. Coding is the main financial impediment to development. Yes, actually articulating what you want is the hard problem. Yes, there are technical problems that demand real analytical insight and real motivation. But refusing to use agents because you think you can type faster is mistaking typing for your actual skill: reasoning and interpretation.


It is if for AI users who can't type code.


I am a heavy AI user and have been typing code for 3 decades :)


Ok, if you have such insight into development, why not leverage agents to type for you? What sort of problems have you faced that you are able to code against faster than you can articulate to an agent?

I have of course found some problems like this myself. But it's such a tiny portion of coding I really question why you can't leverage LLMs to make yourself more productive


Do you feel called out?


not at all, can’t feel called out by people who don’t have a clue what they are talking about :)


Why you waste your time with people who don't have a clue what they talk about and rush to reply them?

You replied 2 min after my comment... I am sorry you are that lonely on christmas day


thanks, bored at the airport :)


Keep in mind even if someone writes their own code LLM is great to accelerate: tests, makefiles, docs, etc.

Or it can review for any subtle bugs too. :)


Some talented people (mitsuhiko, Evan you) seem to leverage LLM their own way. Probably as legwork mostly.


Is Fabrice like the Chuck Norris of programming?


Hopefully without the politics…


In Soviet Russia, politics find you.


In 2025, there is no shame in using an LLM. For example, he might use it to get help debugging, or ask if a block of code can be written more clearly or efficiently.


> I honestly wonder if Fabrice Bellard has started using any LLM coding tools. If he could be even more productive, that would be scary!

That’s kind of a weird speculation to make about creative people and their processes.

If Caravaggio had had a computer with Photoshop, if Eintein had had a computer with Matlab, would they have been more productive? Is it a question that even makes sense?


> Is it a question that even makes sense?

Absolutely. It's a very intriguing thought invoking the opposite of the point you're trying to make.


Maybe today Bellard uses LLMs though


Matlab has been proven to be a indispensable tool in many fields.

AI is the same, for example creating slop or virtual girlfriends.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: