Do you need a large company’s proprietary model weights to do this?
No. Students start from publicly available open base models. The specialization comes from training data generated for your task by a frontier teacher, plus your golden set. Nothing proprietary from a third party is required.
Do you need a hundred GPUs?
No. Cluster-scale numbers you may have seen describe serving a specialist to tens of millions of cloud requests a day. Training a sub-1B student fits on one small GPU or a workstation, and inference runs on the device. The teacher is rented by the token.
Is training done locally or in the cloud?
Either. At this model size a local GPU is usually enough and keeps the training data on your side. Cloud GPUs are used for bursts or when the customer prefers it. The teacher is always a cloud API call, made with the minimized, approved data the policy allows.
Which base model do you use?
An open base model with a permissive licence, under about one billion parameters, chosen per target for its runtime support and quantization behaviour. We do not tie the product to one model family; the pipeline, the golden set, and the artifact format are what stay constant.
Does the student replace the frontier model?
For the one task it was trained on, yes: it answers locally, offline, and fast. For everything outside its task card, the judge fails and the policy gate escalates to a frontier model with a logged, minimized crossing. The two are designed to work together, not to compete.
How does the device get better over time?
Through the flywheel. Misses are logged, corrected by the teacher or a reviewer, and added to the training set. The student is re-distilled, re-evaluated on the golden set, re-signed, and rolled out in stages with the previous artifact kept for rollback. The model improves at its job without growing.
Is this the bring-up work ByteHub also does?
Bring-up is the other lane: getting a customer’s board, BSP, and update path to production. Specialized models are a ByteHub product built on top of that foundation. A firmware and fleet-operations copilot is one example skill, not the only one.