| ▲ | gpugreg an hour ago | |
Agents usually start with ingesting the existing code base, and DeepSeek can use those code bases for pretraining. And they will have filters on top of that to throw out garbage. I am not sure how they are using the data for post-training, but there probably are ways to get signal out of it, e.g. sentiment analysis when the user begins cursing at the agent, or checking whether the user continued another session with the generated code, or started a new session with the same starting point as before, i.e. they git-stashed. Generally, you can train on data that is quite bad (e.g. the entire internet). It will still work, but take much longer compared to clean data. | ||