this post was submitted on 16 May 2026
335 points (98.0% liked)
Programming
26981 readers
290 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I still can't get over how the only fine tuning you can do for an LLM is yell at it with markdown files. We should be able to retrain local models so they can develop an actual experience without prefilling the context.
It isn't.
Great news, you can do exactly that.
Not GPT5.1 though lol
Yeah. It's proprietary. And you can't modify the Windows 11 source code, either.
But Microsoft can modify the Windows 11 source code. Or at least they used to be able to, before AI.
OpenAI should be able to re-train its poorly trained model. But of course it can't, that would take months, maybe years of datacenter time.
Now OpenAI since can't even re-train their own models, they resort to chastising it in its own system prompt.
This is the problem. If you're trying to imply this is normal and expected, it shouldn't be. It needs not to be. We cannot accept this as the normal way of doing things going forward. It is awful, and painfully stupid.
Why speak on subjects that you clearly have no knowledge or experience with?
Training is checkpointed and can be continued without retraining. Finetuning a model that has already been trained is a different process from training, and does not take months or years of datacenter time.
Huh? It takes way more time and effort to develop new features and changes for software like Windows.
Not with that attitude!
Windows 11 isn't running in the cloud yet though. Unless it checks to make sure it hasn't been tampered with too much you should just be able to modify some of its binaries (the source code obviously isn't available). With the cloud based llms that is not possible.
If you have a model on your computer you can retrain it, which is like changing a binary just far less precise. The option of having a source code equivalent just isn't there beyond having the same dataset and seeds for the training program.
So I'd say it is worse than your average run of the mill proprietary software.
How many extra tokens get burned with all this pre filled context I wonder.
Nope, it does the same thing:
You can. Just not frontier models. Check out unsloth
I've been using gguf models from unsloth but I haven't seen anything from them on retraining. Especially with consumer hardware.
lol how do you think LLMs are trained in the first place?
I think he (or she) is talking about the user of the LLM, not the creator.
but you can, as long as it's open weight. Fine tuning and training are pretty much the same process
That still falls into the category "creator" to me, if you need to rebuild. I was making the distinction to an end user, comparable to applications that you download and use and configure. Instead of rebuilding the source code with your modifications.
Do I misunderstand here something? Or is this a communication issue caused by different interpretations?
If you define "user" to be a set that excludes anyone capable of modifying the weights, then by definition, no user can modify the weights.
Any criticism about users being unable to modify weights becomes vacuous, so it's not an interpretation that makes sense.
I wasn't criticizing at all. Just tried to define what I mean by creator and user. You was takling about "how do you think LLMs are trained" and I told you that the user was probably not thinking of who trains the LLMs, or fine tune them as you said. And yes, fine tuning the open weight falls into creation process, as they are rebuild. That is not the same as an end user who downloads the final usable product. And yes, it makes sense.
the original comment says "We should be able to retrain local models so they can develop an actual experience without prefilling the context." - it turns out we can. Not sure why you're trying to attach labels of user vs creator, when the premise already mentions retraining.