Serverless Training quickstart: train a support agent with Serverless RL#2879
Serverless Training quickstart: train a support agent with Serverless RL#2879dbrian57 wants to merge 2 commits into
Conversation
…t with Serverless RL Adds an in-house quickstart that trains a LoRA for a customer support agent using Serverless RL, RULER scoring, and the OpenPipe ART framework, with a companion Colab notebook. Replaces external-only pointers to the ART 2048 quickstart with the new page in the overview, prerequisites, and Serverless RL usage pages, and adds the page to navigation. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
HiveMind Sessions1 session · 43m · $19
View all sessions in HiveMind → Run |
Sources and decision logSources for factual claims
Key decisions
Intentionally omitted
Needs SME verification
Suggested reviewers: David Corbitt (technical accuracy), John Mulhausen (docs IA/editorial). Resume prompt
{
"skill": "docs",
"version": "unknown",
"depends_on": "unknown",
"note": "versions.json not present in the installed skill directory (cw-claude-code-plugins/docs/1.0.0/skills/docs); versions not guessed.",
"model": "claude-fable-5"
} |
Descriptive headings without step numbering, bracket-style API key placeholders, and a complete-sentence list introduction, per the style-guide pass files. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Style-guide pass complete (commit 5bfa166): descriptive headings without step numbering, bracket-style placeholders, complete-sentence list intros. Remaining before marking ready: end-to-end Colab run (Dan) and the SME checklist above. |
📚 Mintlify Preview Links✨ Added (1 total)📄 Pages (1)
📝 Changed (4 total)📄 Pages (3)
⚙️ Other (1)
🤖 Generated automatically when Mintlify deployment succeeds |
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Checked against: https://wb-21fd5541-dbrian-docs-serverless-training-quickstart.mintlify.app |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
What this adds
The Serverless Training section previously had no in-house getting-started content — the "How to use" pages linked out to OpenPipe ART's external quickstart, whose example task (the 2048 game) is academic. This PR adds a self-contained quickstart built around one of the product's officially supported use cases: customer support.
serverless-training/quickstart.mdx— trains a LoRA for a customer support agent (fictional smart thermostat) with Serverless RL: registerOpenPipe/Qwen3-14B-Instructwith ART'sServerlessBackend→ tool-calling rollout over an inline 10-article knowledge base → RULER scoring (no labeled data or hand-written reward function) → 6-step training loop → inference against the trained LoRA via thewandb-artifact:///endpoint.