From Production Traffic to Post-Training: Building a Self-Hosted LLM That Covers the Corporate Request Mix
Abstract
A smaller self-hosted LLM trained with separate GRPO experts merged via SLERP outperforms a much larger baseline on instruction following, function-calling, and internal tasks while serving half of platform traffic at lower cost.
Data-residency constraints force enterprises to self-host LLMs, but continuous adoption of newer models without decommissioning their predecessors expands the serving fleet, fragmenting a finite GPU pool. We consolidate traffic from over 200 internal applications onto a single model by closing quality gaps identified through production error analysis along three axes: instruction following, function-calling, and internal task distribution. Quality is tracked by offline benchmarks stratified to production traffic and scored by deterministic verifiers or calibrated LLM judges. Rather than optimising all objectives jointly, which introduces cross-domain reward interference, we train a separate GRPO expert per axis and merge them via two-stage SLERP. Each expert's reward exposes a distinct failure mode, namely semantic collapse, over-calling, and verbosity hacking, each requiring a domain-specific fix. In non-reasoning mode the recipe surpasses a {sim}7times larger by total parameters baseline on the in-house Arena with 69.6 to 65.8, instruction following with 0.85 to 0.83, and function-calling with 0.79 to 0.77, while lifting general dialogue benchmarks. The model absorbs 50% of platform traffic, 116M requests per month, at a fraction of the serving cost.
Community
We consolidated traffic from 200+ internal apps onto one self-hosted model, closing the gaps production error analysis showed: instruction following, function calling, and our internal task mix. Instead of one joint objective we train a GRPO expert per axis and merge with two-stage SLERP — each axis hacks its reward differently (semantic collapse, over-calling, verbosity hacking). Non-reasoning mode beats a ~7× larger baseline on our Arena (69.6 vs 65.8) and now serves 50% of platform traffic, 116M requests/month.
Consolidating the whole corporate request mix onto one self-hosted model only pays off if the retraining loop closes the gap faster than the apps drift. In my experience the request mix shifts weekly — new tools, new prompts, new failure modes — and if your post-training cycle is a monthly batch job, you're always chasing last quarter's traffic. The number I'd want isn't coverage at snapshot time, it's the half-life of that coverage.
And I'd want to see the judge setup before trusting the quality numbers. "Calibrated LLM judges" is where these pipelines usually leak — if the judge was tuned on the same traffic you're optimizing for, you're measuring how well the model mimics the judge, not how well it serves the request. Show me the judge's disagreement rate with human raters on the hard tail, not the aggregate score.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- UpgradeBench: A Decision-Centric Benchmark for Upgrading Fine-Tuned LLM Specialists (2026)
- Tencent WorkBuddy Bench: A Multi-Domain Coding-Agent Benchmark with Contamination-Resistant Task Construction (2026)
- Similar Models Learn Differently: Final-Window Pretraining Shapes Post-Training Beyond SFT (2026)
- DynamicMCPBench: A Trace-Grounded, Effect-Scored Benchmark for LLM Agents over Live MCP Servers (2026)
- LLM Post-Training as Brownfield Maintenance: An Industrial Perspective on Dataware Engineering (2026)
- GuardianAgentBench: Where Agents Fail and How to Guard Them (2026)
- DeepSWE: Measuring Frontier Coding Agents on Original, Long-Horizon Engineering Tasks (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2609.01572 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper