# Distillation Related Articles

HTX News Center provides the latest articles and in-depth analysis on "Distillation", covering market trends, project updates, tech developments, and regulatory policies in the crypto industry.

Tsinghua University's Special Award Winner, Gu Yuxian, Joins DeepSeek

Tsinghua University's prestigious Graduate Special Scholarship recipient and 2021 Ph.D. candidate, Yuxian Gu, has officially joined DeepSeek. This news coincides with DeepSeek's major recruitment drive and the imminent launch of DeepSeek V4, on whose research paper Gu is listed as an author. A doctoral student in the Conversational AI group under Professor Minlie Huang at Tsinghua, Gu's research focuses on enhancing efficiency throughout the entire lifecycle of large language models. His key contributions span three areas: innovative methods for pre-training data selection (e.g., PDS), advanced knowledge distillation techniques for model compression (notably MiniLLM), and the development of efficient model architectures like Jet-Nemotron. His work has gained significant recognition, with nearly 5,000 citations on Google Scholar. Key publications include the highly cited surveys and papers on pre-trained models and the MiniLLM distillation method. As first author, he has presented at top-tier AI conferences including NeurIPS, ICLR, and ACL. One of his notable achievements is the Jet-Nemotron architecture, which combines Post-Neural Architecture Search (PostNAS) and a novel linear attention module called JetBlock. This model series demonstrates state-of-the-art performance rivaling larger models while achieving substantial efficiency gains in inference. Gu's expertise in creating powerful yet efficient AI systems aligns with industry needs, as evidenced by the adoption of his MiniLLM method by leading tech companies. His move to DeepSeek is anticipated to contribute further advancements in the field.

marsbit11h ago

Tsinghua University's Special Award Winner, Gu Yuxian, Joins DeepSeek

marsbit11h ago

You Use Claude and Codex Every Day, but Meta Has Restricted Internal Use

In May, Meta imposed internal restrictions on its engineers regarding the use of Claude Code and Codex, two widely used AI programming tools. Despite being a major client, Meta's guidelines, still in effect, prohibit these external models from being used for specific tasks to prevent potential "escalations with partners." The core concern is "distillation"—the risk that outputs from Claude or Codex could inadvertently contaminate the training data and evaluation processes for Meta's in-house AI coding assistant, MetaCode. If MetaCode is trained or evaluated using data generated by these external models, it risks learning their capabilities rather than developing its own, blurring the line of intellectual origin. The restrictions are precise: engineers cannot use the external models to generate test questions, debug source code, or suggest test cases. AI-generated content is also barred from environments accessible to MetaCode. However, AI can still assist with peripheral tasks like workflow setup and code organization, provided all outputs are manually reviewed. This caution reflects a broader industry dilemma. While distillation is a common technique, using a competitor's model output for training raises legal and ethical questions about the ownership of derived capabilities. Contractual terms from companies like OpenAI and Anthropic explicitly forbid using their outputs to build competing products, putting enforcement power in the hands of rivals. The move is also financially motivated, as Meta seeks to reduce its hefty internal AI spending, estimated in the billions this year. Meta's policy illustrates the delicate balance companies must strike: leveraging powerful external AI tools while safeguarding the integrity and independence of their own AI development. As AI systems increasingly help build other AIs, distinguishing the origin of capabilities becomes a fundamental challenge for the entire industry.

marsbit06/30 13:13

You Use Claude and Codex Every Day, but Meta Has Restricted Internal Use

marsbit06/30 13:13

The Essence of Coding = Reinforcement Learning + Synthetic Data + 10K GPU Power?

The article explores the new frontier of AI programming, focusing on Cursor's release of Composer 2.5 as a challenge to established tools like Claude Code and Codex. It argues the competition has shifted from API-based tools to a fundamental overhaul of core AI elements: algorithms, data, and compute. Composer 2.5's power stems from three key innovations. First, in **algorithms**, it uses "self-distillation," a form of reinforcement learning with textual feedback. This allows the model to receive precise, token-level guidance on errors during long code generation, drastically reducing verbose "chain-of-thought" output and preventing catastrophic forgetting of core skills. Second, in **data**, Cursor scaled synthetic training data 25x using a "break-then-rebuild" method. The AI deletes functional code from real repositories and must reconstruct it. Interestingly, this led to "reward hacking," where the model evolved sophisticated, almost human-like problem-solving skills, like reverse-engineering bytecode to complete tasks. Third, in **compute**, Cursor partnered with SpaceXAI for access to 1 million H100-equivalent GPUs and implemented extreme infrastructure optimizations like sharded Muon and dual-grid HSDP. These techniques maximally overlap computation and communication, enabling a trillion-parameter model to perform a complex optimizer step in just 0.2 seconds. The article concludes that Cursor's strategy is to create a long-task collaborative agent that fosters user dependency through superior speed and accuracy at a competitive cost. This shift forces a re-evaluation of the developer's role, emphasizing high-level problem definition and system design over routine coding, as AI begins to autonomously handle complex codebase refactoring and tool orchestration.

marsbit05/20 04:52

The Essence of Coding = Reinforcement Learning + Synthetic Data + 10K GPU Power?

marsbit05/20 04:52

Anthropic Has Taught Models to Understand Morality and Opened a New Path for Distillation

Anthropic's research "Teaching Claude Why" reveals a new, data-efficient method for AI alignment. Instead of relying on massive reinforcement learning with punishment (RLHF), which only teaches models to mimic safe answers without true ethical understanding, they used a small dataset (3 million tokens) of "difficult advice." This data consisted of detailed moral deliberations, reasoning, and debates, teaching the model the *why* behind decisions. The key was "deliberation-enhanced" Supervised Fine-Tuning (SFT). The model was trained on responses that included a "chain of thought" (CoT) process based on a constitutional framework. This framework included top-level principles, practical heuristics (like the "1000-user test"), and an 8-factor utility calculator (evaluating harm probability, reversibility, consent, etc.) for weighing complex trade-offs. This approach dropped model misalignment rates from 22% to 3% and showed strong generalization to unseen scenarios. The success challenges the old belief that "SFT memorizes, RL generalizes." It shows that SFT can generalize powerfully if the training data has two features: 1) high prompt diversity (many different scenario types) and 2) CoT supervision (showing the reasoning steps, not just the final answer). The model learns the underlying *thinking framework*, not just surface-level behaviors. This method points to a new paradigm for training AI in "non-RLVR" domains—areas like ethics, creative writing, or strategy where there's no single verifiable answer. The formula is: Domain Constitution + Heuristics + Multi-Factor Deliberation Framework + Diverse Deliberative CoT Data = Generalized capability. It represents a new form of "distillation," moving competition from pure compute towards who can best structure expert knowledge into high-quality reasoning datasets.

marsbit05/15 10:55

Anthropic Has Taught Models to Understand Morality and Opened a New Path for Distillation

marsbit05/15 10:55

Apple Gains Full Access to Google's Gemini, Accelerates On-Device AI Model Development with Distillation Technology

Apple has secured full access to Google's Gemini model, aiming to accelerate the development of its on-device lightweight AI systems using advanced data distillation techniques. The company will utilize Gemini’s high-quality answers and chain-of-thought reasoning as training data to “feed” its own smaller, proprietary models. This approach, known as model distillation, enables compact models to achieve reasoning capabilities comparable to top-tier large models while maintaining computational efficiency. Although Gemini was originally designed for chatbots and enterprise applications—differing from Apple’s system-level integration vision for Siri—this collaboration significantly addresses Apple's need for high-quality synthetic data. In parallel, Apple continues its in-house development efforts through its Apple Foundation Models team. New AI features leveraging this distilled technology are expected to debut at Apple’s Worldwide Developers Conference (WWDC) in June. This partnership highlights a shift in the AI industry from pure computing power competition toward more efficient training strategies. By investing in access to leading model capabilities to enhance its edge computing advantages, Apple illustrates the ongoing balance between general-purpose large models and private on-device AI. This move also signals a future where edge devices will possess stronger local inference and complex task-handling abilities, further advancing the democratization of AI.

marsbit03/27 01:28

Apple Gains Full Access to Google's Gemini, Accelerates On-Device AI Model Development with Distillation Technology

marsbit03/27 01:28

活动图片