|
|
Log in / Subscribe / Register

Proprietary vs open source models

Proprietary vs open source models

Posted May 26, 2026 3:00 UTC (Tue) by marcH (subscriber, #57642)
In reply to: Proprietary vs open source models by gmprice
Parent article: Reviewing kernel patches with LLMs

It's good to start somewhere. Also, it sounds like what already exists is good and valuable enough to be shared and used, even if that's just for a few months.

> Feels like negative value to dump a ton of time into developing prompts that won't be any good a few months from now.

A ton of time: no. But merely sharing what already exists to get the ball rolling: yes.


to post comments

Proprietary vs open source models

Posted May 26, 2026 7:28 UTC (Tue) by Cyberax (✭ supporter ✭, #52523) [Link]

The current open models are good but still require quite a bit of hand-holding and/or expensive hardware. E.g. you need something like $80k to buy hardware to run Kimi locally with adequate performance. Qwen 3.6 runs well on a laptop but requires a lot of hand-holding and time.

But even with all that, there's really no lack of enthusiasts experimenting with open models. The whole field reminds me of the mid-2000s explosion of open source and Internet-related projects. But faster moving and with a lot more people.

It just takes some time to filter down to the level of kernel development. It's by nature very conservative.

Proprietary vs open source models

Posted May 26, 2026 12:48 UTC (Tue) by csamuel (✭ supporter ✭, #2624) [Link] (2 responses)

> It's good to start somewhere. Also, it sounds like what already exists is good and valuable enough to be shared and used, even if that's just for a few months.

Strong agree, and I think one definite advantage to getting things in now is made by Jon here:

> Kernel documentation maintainer, Jonathan Corbet, said that the prompts looked like ""a whole lot of very useful documentation on how to understand and review kernel patches"", though it is ""really sad that we couldn't write it until we were writing it for a machine"". He wondered what that kind of documentation might have enabled had it been added to the kernel long before now.

If what is written helps humans do this work, then we are benefiting the community, not (just) the machines.

All the best,
Chris

Proprietary vs open source models

Posted May 26, 2026 15:23 UTC (Tue) by kleptog (subscriber, #1183) [Link] (1 responses)

> "really sad that we couldn't write it until we were writing it for a machine"

To some extent I can understand this. Writing documentation is also a process that requires feedback. You write documentation, you want to know from users whether this helped them or not, you improve it. But the feedback process for documentation is not easy to arrange and slow.

If you write the documentation for an LLM you can get direct feedback as to whether it understands it or not, whether important things are missing. This makes it way more interesting to write. I'm not sure we could have done it earlier.

Proprietary vs open source models

Posted May 26, 2026 18:12 UTC (Tue) by iabervon (subscriber, #722) [Link]

Also, humans tend to be affected by the previous version of the documentation and your reactions to the inaccurate statements they made about your code after reading it, in a way that prevents really checking whether it will work to educate new humans yet. With LLMs, you can just start a new session, and you don't need to worry about having confused and then discarded a potential contributor last time.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds