Add LLM Post-Training Engineer - Engineering#740
Closed
kaining-never-stop wants to merge 1 commit into
Closed
Conversation
kaining-never-stop
force-pushed
the
add/llm-post-training-engineer
branch
from
July 22, 2026 03:59
62fb5f0 to
9440367
Compare
Owner
|
Merged! 🎉 Landed in #742. Your LLM Post-Training Engineer is impressively rigorous — the evidence-based experiment-gate and checkpoint-integrity discipline (SFT/DPO/GRPO/RLVR) is exactly the kind of specialist depth we want. Distinct from the general AI Engineer. Thanks @kaining-never-stop! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds an LLM Post-Training Engineer agent for diagnosing post-training failures and making evidence-based experiment and checkpoint-release decisions.
Agent Information
Motivation
While running post-training experiments, I needed a focused workflow that distinguishes execution success from learning-signal quality, checkpoint integrity, and held-out behavior. The existing AI Engineer has a broader ML-production scope; this agent focuses on the post-training decision boundary.
Testing
Ran:
./scripts/lint-agents.sh engineering/engineering-llm-post-training-engineer.md./scripts/check-agent-originality.sh engineering/engineering-llm-post-training-engineer.md./scripts/check-divisions.sh./scripts/check-tools.sh./scripts/check-runbooks.sh./scripts/convert.sh --tool all --out <temporary directory>Also tested the agent against real post-training incident scenarios covering SFT loss masking, DPO truncation, reward-signal degeneracy, MoE routing drift, checkpoint integrity, and managed-task liveness.
Checklist