sue-update-lesson

Record durable lessons learned from SUE scale-up workflows into persistent memory files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dongzhuoyao/deepresearch --skill sue-update-lesson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sue-update-lesson
Source: https://github.com/dongzhuoyao/deepresearch/tree/main/.codex/skills/sue-update-lesson
Command: npx skills add https://github.com/dongzhuoyao/deepresearch --skill sue-update-lesson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When working on SUE scale-up ML/HPC experiments, valuable lessons learned from solved issues, sandbox quirks, or workflow fixes are often lost between runs, leading to repeated mistakes, wasted GPU hours, and inconsistent experiment outcomes.

Core Features & Use Cases

  • Intelligent Lesson Routing: Automatically classifies lessons as generic, workspace-specific, or sandbox-specific to append them to the correct persistent memory file (global SCALE_UP.md, workspace SCALE_UP.md, or backend-specific sandbox memory).
  • Duplicate Prevention: Checks existing memory files before recording to avoid redundant entries, and strengthens existing lessons if new evidence adds detail.
  • Workflow Alignment: Updates related SUE skill documentation if a lesson reveals a workflow bug, ensuring all team members use the latest corrected process.
  • Use Case: If you discover a LUMI MIOPEN cache requirement that fixes repeated fullrun failures, the skill records it in the LUMI sandbox memory file so all future LUMI experiments automatically apply the fix.

Quick Start

Use the sue-update-lesson skill to record the Snellius inode limit quirk you encountered during dataset preparation so it is applied to all future Snellius scale-up experiments.

Frequently Asked Questions about sue-update-lesson

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist lessons learned from HPC scale-up experiments to avoid repeating mistakes?

To record ML workflow lessons and prevent repeated mistakes, the skill automates appending validated solutions to persistent memory files. It routes lessons to global, workspace, or sandbox-specific memory based on their scope and relevance.

How do I record sandbox quirks for specific HPC backends like LUMI or Snellius?

Recording sandbox quirks for backends like LUMI or Snellius is handled through intelligent lesson routing. The system appends backend-specific fixes, such as LUMI MIOPEN cache requirements, directly to the corresponding sandbox memory file for future automatic application.

Can I save workflow fixes across different cloud sandbox and HPC environments?

Yes, you can save workflow fixes across different cloud sandbox and HPC environments. The system supports backends including LUMI, Snellius, RunPod, Brev, and AutoDL, routing recorded lessons to the correct memory file based on the specific environment scope.

Does recording experiment lessons check for duplicate entries in existing memory files?

Yes, recording experiment lessons checks existing memory files to prevent duplicate entries. Before appending a new lesson, the system validates against current records and strengthens existing lessons if the new evidence adds further detail rather than creating a redundant entry.

How do I ensure recorded experiment lessons align with existing SUE workflow rules?

To ensure recorded experiment lessons align with SUE workflow rules, the system enforces workspace root contract validation and runtime.yaml consistency checks. It also updates related skill documentation if a lesson reveals a workflow bug, keeping all processes synchronized.

What is the best way to manage experiment reproducibility during scale-up ML workflows?

The best way to manage experiment reproducibility during scale-up ML workflows is to persist durable lessons in structured memory files. This prevents lost knowledge between runs, saving GPU hours by ensuring solved issues and sandbox quirks are automatically applied.