|
| 1 | +<p align="center"> |
| 2 | + <img src="assets/aris_logo.svg" alt="ARIS — Auto Research in Sleep" width="640"> |
| 3 | +</p> |
| 4 | + |
| 5 | +# ARIS in 秋招 (AI Offer Tutorials) |
| 6 | + |
| 7 | +> Hoping to make your **秋招 (qiūzhāo, Chinese AI campus recruiting season)** a little easier 🌱 |
| 8 | +> |
| 9 | +> 📖 **中文版**: [README.md](README.md) |
| 10 | +
|
| 11 | +A curated collection of Chinese ML / LLM / Multimodal / Generative-Model interview cheat sheets, auto-generated by the **[ARIS — Auto Research in Sleep](https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep)** `/render-html` workflow. |
| 12 | + |
| 13 | +Each cheat sheet is a long-form Chinese tutorial with: formula derivations · from-scratch PyTorch code · 25 high-frequency interview questions (L1 essentials · L2 advanced · L3 top-tier lab). |
| 14 | + |
| 15 | +### 📱 HTML reads cleanly everywhere |
| 16 | + |
| 17 | +Phone on the subway, iPad at a café, laptop in the library — same HTML link opens equally well: |
| 18 | + |
| 19 | +- 🧮 **MathJax** renders all LaTeX formulas (**not screenshots** — scalable, copyable, selectable) |
| 20 | +- 💻 **highlight.js** colors all PyTorch code blocks |
| 21 | +- 📐 **Responsive layout** adapts to any window width — no overflow, no blur |
| 22 | +- 📑 **Sticky TOC** for jumping around long documents |
| 23 | +- 💾 **Single-file HTML** — download once, read offline, no backend required |
| 24 | + |
| 25 | +--- |
| 26 | + |
| 27 | +## 🌟 What is ARIS — A Quick Pitch |
| 28 | + |
| 29 | +[**ARIS — Auto Research in Sleep**](https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep) is one of the most-watched AI research agent skill platforms of 2025-2026. The `/interview-cheatsheet` + `/render-html` skills that produced this repo are 2 out of ARIS's 74+ skills. |
| 30 | + |
| 31 | +[](https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/stargazers) · [](https://huggingface.co/papers/2605.03042) · [](https://huggingface.co/papers/2605.03042) · [](https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep) · [](https://github.com/VoltAgent/awesome-agent-skills) · [](https://aidigitalcrew.com) |
| 32 | + |
| 33 | +- ⭐ **~10k GitHub stars** — top-trending AI agent repo |
| 34 | +- 🥇 **HuggingFace Daily Papers #1** — top of the day, paper [arXiv:2605.03042](https://huggingface.co/papers/2605.03042) |
| 35 | +- 🏆 **AI Digital Crew · Project of the Day** (2026.03.14) |
| 36 | +- 📰 **Featured on PaperWeekly** + **VoltAgent/awesome-agent-skills** |
| 37 | +- 🛠️ **74+ research skills** — full lifecycle from idea exploration → experiments → papers → rebuttals → talk slides |
| 38 | +- 🌐 **7+ platforms supported** — Claude Code · Codex CLI · Cursor · Trae · Antigravity · GitHub Copilot CLI · OpenClaw |
| 39 | +- 🔧 **ARIS-Code standalone CLI** — multi-provider runtime, no Claude Code dependency required |
| 40 | + |
| 41 | +Core methodology: **cross-model adversarial review** — executor and reviewer must come from different model families (Claude × GPT-5.5 xhigh × Gemini), so no LLM ever judges its own output. This protocol carries directly into interview cheat sheet generation: every formula, code block, and citation in every tutorial passes an independent audit (see each `.review.json` audit trail). |
| 42 | + |
| 43 | +👉 **ARIS main repo**: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep |
| 44 | + |
| 45 | +--- |
| 46 | + |
| 47 | +## 📚 Tutorial Index |
| 48 | + |
| 49 | +### 🧠 General / Foundations |
| 50 | + |
| 51 | +| Topic | HTML (recommended) | Source MD | |
| 52 | +|---|---|---| |
| 53 | +| **Attention Interview Cheat Sheet** | [📄 HTML](https://wanshuiyin.github.io/ARIS-in-AI-Offer/tutorials/attention_tutorial.html) | [MD](docs/tutorials/attention_tutorial.md) | |
| 54 | + |
| 55 | +### 🎯 Post-Training & Reasoning |
| 56 | + |
| 57 | +| Topic | HTML | MD | |
| 58 | +|---|---|---| |
| 59 | +| RLHF / DPO / GRPO / PPO | 🚧 | — | |
| 60 | +| Reasoning Models (o1 / R1 / Test-Time Compute / PRM) | 🚧 | — | |
| 61 | + |
| 62 | +### 🏛️ LLM Architecture & Systems |
| 63 | + |
| 64 | +| Topic | HTML | MD | |
| 65 | +|---|---|---| |
| 66 | +| MoE (DeepSeek-V3 / Mixtral / Llama 4) | 🚧 | — | |
| 67 | +| Long Context (RoPE / YaRN / NTK / MLA / StreamingLLM) | 🚧 | — | |
| 68 | +| KV Cache + Speculative Decoding (Medusa / EAGLE / MLA) | 🚧 | — | |
| 69 | +| Quantization (GPTQ / AWQ / FP8 / NVFP4 / SmoothQuant) | 🚧 | — | |
| 70 | +| Distributed Training (DDP / FSDP2 / ZeRO / TP / PP / EP / SP) | 🚧 | — | |
| 71 | + |
| 72 | +### 🌊 Generative Models — Theory & Tokenizers |
| 73 | + |
| 74 | +| Topic | HTML | MD | |
| 75 | +|---|---|---| |
| 76 | +| **Flow Matching Quick Reference** | [📄 HTML](https://wanshuiyin.github.io/ARIS-in-AI-Offer/tutorials/flow_matching_tutorial.html) | [MD](docs/tutorials/flow_matching_tutorial.md) | |
| 77 | +| Diffusion Foundations (DDPM / Score / DDIM / EDM / CFG) | 🚧 | — | |
| 78 | +| VAE / VQ-VAE / VQ-GAN / FSQ | 🚧 | — | |
| 79 | + |
| 80 | +### 🎨 Generation Systems — Image / Video / 3D |
| 81 | + |
| 82 | +| Topic | HTML | MD | |
| 83 | +|---|---|---| |
| 84 | +| Image Gen Systems (LDM / SD / SDXL / SD3 / FLUX / ControlNet) | 🚧 | — | |
| 85 | +| Video Gen (Sora / Hunyuan-Video / Kling / Wan / Movie Gen) | 🚧 | — | |
| 86 | +| 3D Gen (NeRF / Instant-NGP / 3DGS / SDS / Trellis) | 🚧 | — | |
| 87 | + |
| 88 | +### 👁️ Multimodal |
| 89 | + |
| 90 | +| Topic | HTML | MD | |
| 91 | +|---|---|---| |
| 92 | +| VLM (CLIP / LLaVA / Qwen-VL / DeepSeek-VL) | 🚧 | — | |
| 93 | + |
| 94 | +> 🚧 = in flight. Several background agents are writing these now; rows fill in as they finish. |
| 95 | +
|
| 96 | +--- |
| 97 | + |
| 98 | +## 🤖 How These Are Generated |
| 99 | + |
| 100 | +Every tutorial uses ARIS's `/interview-cheatsheet` skill: |
| 101 | + |
| 102 | +1. **Plan** — 12-14 sections (TL;DR · Intuition · Formulas · Code · Variants · Complexity · 25 Q&A) |
| 103 | +2. **Draft** — 600-1000 lines of Chinese tutorial + runnable from-scratch PyTorch |
| 104 | +3. **Cross-model review** — fresh-thread codex GPT-5.5 xhigh audit on 10 properties (formula correctness · code runnability · citation accuracy · table-pipe escapes · callout style · personal-info leak · ...) |
| 105 | +4. **Fix loop ≤ 3 rounds** |
| 106 | +5. **`/render-html`** — single-file HTML render + 13-property render audit (information fidelity · TOC · math · code highlight · safety · privacy · ...) |
| 107 | +6. **`.review.json`** — full audit trail saved next to each tutorial |
| 108 | + |
| 109 | +Cross-model adversarial review (executor ≠ reviewer family) is ARIS's core invariant: an LLM auditing its own output is no audit. |
| 110 | + |
| 111 | +--- |
| 112 | + |
| 113 | +## License |
| 114 | + |
| 115 | +[MIT](LICENSE) — use, modify, share, fork freely. Hope this helps your job search. 💪 |
| 116 | + |
| 117 | +PRs welcome if you write new cheat sheets and want to contribute them. |
0 commit comments