by wanshuiyin
Bilingual (中文+EN) ML / LLM / diffusion / agent interview cheat sheets for AI 秋招 — generated by ARIS /interview-cheatsheet, rendered by /render-html into single-file HTML, reads anywhere — plus a CV→DBLP-fact-checked academic homepage generator and hand-authored long-form blogs 🌱
# Add to your Claude Code skills
git clone https://github.com/wanshuiyin/ARIS-in-AI-OfferGuides for using ai agents skills like ARIS-in-AI-Offer.
Last scanned: 6/12/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-12T08:25:47.855Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}ARIS-in-AI-Offer is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by wanshuiyin. Bilingual (中文+EN) ML / LLM / diffusion / agent interview cheat sheets for AI 秋招 — generated by ARIS /interview-cheatsheet, rendered by /render-html into single-file HTML, reads anywhere — plus a CV→DBLP-fact-checked academic homepage generator and hand-authored long-form blogs 🌱. It has 287 GitHub stars.
Yes. ARIS-in-AI-Offer passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/wanshuiyin/ARIS-in-AI-Offer" and add it to your Claude Code skills directory (see the Installation section above).
ARIS-in-AI-Offer is primarily written in Python. It is open-source under wanshuiyin on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ARIS-in-AI-Offer against similar tools.
No comments yet. Be the first to share your thoughts!
Hoping to make your 秋招 (qiūzhāo, Chinese AI campus recruiting season) a little easier 🌱
📖 中文版 (Chinese version): README_CN.md
📚 Jump to a topic — 29 first-party cheat sheets across 7 categories + 1 community-contributed category:
🧠 General / Foundations · 🎯 Post-Training & Reasoning · 🏛️ LLM Architecture & Systems · 🌊 Generative Models — Theory & Tokenizers · 🎨 Generation Systems (Image / Video / 3D / Diffusion Post-Training) · 👁️ Multimodal · 🤖 Agents · 🦾 Embodied AI / 具身智能
Or browse the full 📚 Tutorial Index ↓ · jump to 🌐 ARIS-Homepage ↓.
🏆 Built on a battle-tested foundation — the ARIS main repo has ~10k GitHub stars, was HuggingFace Daily Papers #1, won AI Digital Crew Project of the Day, and ships 74+ research skills across 7+ platforms. This isn't a vaporware preview — every cheat sheet here is the production output of the same
/interview-cheatsheet+/render-htmlworkflow used in academic-research production.
A curated, bilingual (中文 + English) collection of ML / LLM / multimodal / diffusion / agent / generative-model interview cheat sheets, auto-generated by the ARIS — Auto Research in Sleep /render-html workflow.
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).
📖 Preview (above): one snapshot per pillar, taken from the Diffusion Foundations cheat sheet — ① Foundations (formula derivations + intuition + TL;DR), ② Interview Q&A (25 high-frequency questions stratified L1/L2/L3), ③ From-Scratch Code (runnable PyTorch, including CFG training + DDIM sampling). Every cheat sheet in this collection follows the same three-pillar structure.
Same /render-html workflow turning a CV into a fact-checked academic homepage. Live demo at wanshuiyin.github.io. Details + pipeline diagram in the ARIS-Homepage section ↓.
A standalone hand-authored long-form technical survey. A Survey on Continuous DLM (2026 H1, 6 papers) — Chinese-language survey by Ruofeng Yang (SJTU), written end-to-end via cross-model discussion (Claude Opus 4.7 + Codex GPT-5.5 xhigh + Gemini auto-gemini-3). 📖 Read full blog ↗.
Phone on the subway, iPad at a café, laptop in the library — same HTML link opens equally well:
Ġ vs ▁) · the five vocab quantities (mergeable · special · len(tokenizer) · max-ID+1 · embedding rows — cl100k has ID holes, Qwen pads by checkpoint size) · fertility / BPB metrics · vocab extension (lexical vs control paths) · production traps (prefix instability / token healing · special-token injection · glitch tokens · offset mapping) · tokenizer-free (ByT5 / MegaByte / BLT). Bilingual (中文 + EN), with a runnable script (code/tokenization.py — exact GPT-2 bytes_to_unicode, frozen-rank BPE encoding, both Unigram DPs (forward 0.22350625 hand-checked), vocab-extension regression; pure stdlib, verified on a real box) and 25 高频题. First tutorial with cross-model review moved UP to the design stage (81 GPT-5.6-sol guardrails before drafting + 5 review batches + 1 dispute round + an ultra final SHIP — corrections flowed both ways: the reviewer caught 6 hard errors, the orchestrator overturned the reviewer's Qwen vocab claim). tokenization_tutorial.html.code/optimizer_lr_schedule.py — SGD/Adam/AdamW from-scratch vs torch.optim, the executable AdamW≠Adam+L2 proof, the bias-correction direction, cosine-warmup, verified on a real box) and 25 高频题. optimizer_lr_schedule_tutorial.html.