AI News AI资讯 1d ago Updated 1d ago 更新于 1天前 50

Death of Params: Z.ai CEO Jie Tang on GLM 5.3 and the new Post-training Scaling Law 参数之死:Z.ai CEO唐杰谈GLM 5.3与新的后训练扩展定律

Prof Jie Tang argues parameter count alone is insufficient for scaling; four additional knobs matter: data volume, compute allocation, deployment conditions, and MoE sparsity (XA-YB notation) GLM-5.3's major improvements stem from RL on long-horizon, production-realistic environments where models take end-to-end ownership of multi-day engineering tasks A synthetic environment pipeline uses research agents to collect real work patterns, judge agents to verify solvability, and verifiers trained wi 唐杰教授提出模型缩放需综合考量参数、数据量、计算预算、运行条件五要素,参数规模不再是唯一指标 GLM-5.3通过长程强化学习在真实工作流环境中训练,实现推理能力的显著提升 Ornith-1.5开源模型家族支持端到端自改进,在编程和智能体任务上表现强劲 模型压缩技术持续突破,1-bit量化可在8GB内存下保留77%的BF16精度

72
Hot 热度
75
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Prof Jie Tang argues parameter count alone is insufficient for scaling; four additional knobs matter: data volume, compute allocation, deployment conditions, and MoE sparsity (XA-YB notation)
  • GLM-5.3's major improvements stem from RL on long-horizon, production-realistic environments where models take end-to-end ownership of multi-day engineering tasks
  • A synthetic environment pipeline uses research agents to collect real work patterns, judge agents to verify solvability, and verifiers trained without reference solutions to produce reliable binary rewards
  • Ornith-1.5 emerges as a significant open-weight family (9B dense, 35B MoE, 397B MoE) under MIT license, claiming end-to-end self-improvement with strong agentic/coding evals
  • Quantization advances reach 1-bit with ~77% BF16 accuracy retention on 8GB RAM, while Dynamic V3 compression claims 10% accuracy gains at equal size

Why It Matters

The shift from parameter-count-centric scaling to multi-knob optimization fundamentally changes how practitioners should think about model development and deployment. The emergence of synthetic, self-improving training environments signals that post-training scaling may soon be limited by environment quality rather than model architecture, opening new pathways for open-weight models to close gaps with closed systems.

Technical Details

  • GLM-5.3 training uses long-horizon RL environments mirroring real production workflows, including ML infrastructure tasks where models diagnose bottlenecks, implement optimizations, and deliver measurable speedups across compute clusters, storage, and codebases
  • The synthetic environment pipeline operates fully autonomously: research agents extract task patterns from real work into runnable multi-step environments with hidden state; judge agents verify solvability; verifiers pass oracle, no-op, and unsolved-state checks without access to reference solutions
  • Ornith-1.5 is released in three variants (9B dense, 35B MoE, 397B MoE) under MIT license with FP8, GGUF, MLX, and NVFP4 quantization support, achieving Terminal-Bench 2.1: 86.1, SWE-Bench Verified: 86, DeepSWE: 56, HLE: 44.6, Tool Decathlon: 71.2
  • Unsloth AI's Dynamic V3 compression on Qwen3.8-27B GGUF claims ~10% accuracy improvement at equal size, while their 1-bit quantization retains ~77% of BF16 accuracy running on 8GB RAM, evaluated via the new Divergence-300 metric
  • Prof Jie Tang's XA-YB notation formalizes MoE sparsity as a scaling knob alongside data, compute, and deployment conditions, challenging Chinchilla-era assumptions of fixed token-per-parameter ratios

Industry Insight

The industry is moving toward environment-driven scaling where synthetic task generation and verification become the bottleneck rather than model size, creating opportunities for organizations that can build high-quality long-horizon training environments. Open-weight models are rapidly closing the capability gap through self-improvement loops and aggressive quantization, suggesting that deployment efficiency and customization will become key differentiators over raw parameter counts. Practitioners should prioritize evaluating models on long-chain reasoning benchmarks and agentic workloads rather than relying on traditional metric shorthand.

TL;DR

  • 唐杰教授提出模型缩放需综合考量参数、数据量、计算预算、运行条件五要素,参数规模不再是唯一指标
  • GLM-5.3通过长程强化学习在真实工作流环境中训练,实现推理能力的显著提升
  • Ornith-1.5开源模型家族支持端到端自改进,在编程和智能体任务上表现强劲
  • 模型压缩技术持续突破,1-bit量化可在8GB内存下保留77%的BF16精度

为什么值得看

本文系统阐述了大模型评估范式从参数规模向多维缩放因子的转变,为从业者提供了更全面的模型能力评估框架。同时展示了开源模型在自改进和压缩技术上的最新进展,对模型部署和迭代策略具有直接指导意义。

技术解析

  • 五维缩放框架:唐杰教授提出参数规模需结合数据量、计算预算、运行条件和目标用户共同评估,指出高级技能(如漏洞挖掘)依赖长因果链推理能力而非单纯记忆,需要20+推理步骤的连贯性
  • GLM-5.3长程RL训练:通过合成环境实现端到端自改进,研究智能体从真实工作收集任务模式,裁判智能体验证可解性,验证器通过oracle/no-op/未解决状态检查生成可靠二元奖励信号
  • Ornith-1.5开源生态:提供9B密集、35B MoE、397B MoE三种变体,支持FP8/GGUF/MLX/NVFP4量化格式,在Terminal-Bench 2.1(86.1)、SWE-Bench Verified(86)等基准上表现优异
  • 压缩技术突破:UnslothAI的Dynamic V3技术实现同等规模下10%精度提升,1-bit量化在8GB内存下保留77% BF16精度,Divergence-300指标扩展了长文本生成的评估维度

行业启示

  • 模型评估应从单一参数规模转向综合能力考量,后训练环境和强化学习质量将成为差异化竞争关键
  • 开源模型自改进闭环的成熟将加速技术民主化,推动边缘设备和资源受限场景的AI应用落地
  • 压缩技术与模型能力的协同进步为大规模部署提供了可行路径,建议关注1-bit量化等前沿技术的实际工程应用

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Open Source 开源 Training 训练 Research 科学研究 Evaluation 评测