infiniV/ultra-ml-intern

3 stars · Last commit 2026-04-25

ultra-instinct ML engineering intern for Claude Code. Reads papers, audits datasets, ships SFT/DPO/LoRA runs to Hugging Face.

README preview

![ultra-ml-intern banner](https://raw.githubusercontent.com/infiniV/ultra-ml-intern/main/assets/social-preview.png)

# ultra-ml-intern: ML engineering intern for Claude Code

> ultra-instinct ML engineering intern for Claude Code. Reads papers, audits datasets, ships SFT/DPO/LoRA runs to Hugging Face.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Claude Code](https://img.shields.io/badge/Claude%20Code-Plugin-orange)](https://docs.claude.com/en/docs/claude-code/plugins)
[![Built on](https://img.shields.io/badge/built%20on-huggingface%2Fml--intern-yellow)](https://github.com/huggingface/ml-intern)

`ultra-ml-intern` is a Claude Code plugin that gives Claude the workflow of an ML engineering intern. It researches ML papers, audits Hugging Face datasets, designs fine-tuning recipes (SFT, DPO, GRPO, LoRA, QLoRA, RLHF), and submits training jobs to HF Jobs with Trackio monitoring.

The procedural knowledge comes from [huggingface/ml-intern](https://github.com/huggingface/ml-intern), HF's standalone Python harness around the Claude API. This repo wires the same intelligence into Claude Code, Anthropic's official agentic harness for Claude. Same model, a more capable loop, and you bring your own Claude (Max subscription or API key) instead of paying for a second harness on top.

Works in any Claude Code surface: terminal CLI, IDE extensions, and the web app.

## Install

```bash
# In any Claude Code session:

View full repository on GitHub →