Add skill to debug VAI jobs#600
Draft
kmontemayor2-sc wants to merge 1 commit intomainfrom
Draft
Conversation
svij-sc
reviewed
May 1, 2026
| is fine, just create the first one. If an existing script already covers what you need, reuse it. Only create a new | ||
| script when no existing one fits. | ||
|
|
||
| ______________________________________________________________________ |
Collaborator
There was a problem hiding this comment.
There is a lot of front matter here that will pollute the context.
Can we iterate on this?
|
|
||
| **Prefer creating well-named, reusable scripts in `tools/ai/<descriptive-name>.py` over per-job throwaways.** Examples | ||
| of good names: `tools/ai/filter_vai_logs_by_replica.py`, `tools/ai/summarize_vai_log_errors.py`, | ||
| `tools/ai/extract_first_last_log_per_rank.py`. |
Collaborator
There was a problem hiding this comment.
why dont we just persist these?
Specifically the tools to read/filter logs.
It would save a lot of prompting and cycles.
(I think? we should have doe to fetch logs already)
Collaborator
Author
There was a problem hiding this comment.
idk if we should be including a lot of slop scripts here, they're cheap /easy to generate here (and the robots generate the scripts themselves anyways there's no real prompting on my end.)
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.
Scope of work done
Where is the documentation for this feature?: N/A
Did you add automated tests or write a test plan?
Updated Changelog.md? NO
Ready for code review?: NO