Sebastian Raschka · ML 연구자, 저자 (Python ML, LLM From Scratch) · 2026.05.24 ~ 06.07 큐레이션
컨슈머 하드웨어에서 돌아가는 오픈웨이트 LLM(공개 가중치 대형 언어 모델) 생태계가 빠르게 성숙하고 있어요. Sebastian Raschka는 최근 MiniMax M2 기술 보고서를 직접 정리하고, Nemotron 3 Ultra 출시 소식도 소개하며 오픈소스 LLM 설계의 핵심 논쟁 지점들을 짚었어요.
효율적인 어텐션은 왜 실제 배포에서 발목을 잡나
They found that linear and sparse attention are attractive on paper because they reduce the cost of long-context attention, but they are harder to make work well in a production agent system. In particular, they found that these efficient attention variants may be more fragile when KV-like state or intermediate memory is stored in lower precision. Also, they have worse prefix caching support, which matters a lot when using coding agents (which reuse a lot of the context).
슬라이딩 윈도우 어텐션이나 선형 어텐션은 이론상 긴 컨텍스트 처리 비용을 낮춰줘요. 하지만 MiniMax M2 팀은 실제 에이전트 시스템에서 이 방식이 생각보다 까다롭다는 걸 발견했어요. 낮은 정밀도로 중간 상태를 저장할 때 불안정해지고, 코딩 에이전트처럼 컨텍스트를 많이 재사용하는 환경에서는 프리픽스 캐싱 지원도 부족하다는 점이 결정적인 약점이었어요.
더 잘게 쪼갠 전문가 모델이 성능을 끌어올린다
Concretely, they compare a baseline with 32 experts and top-2 routing against a fine-grained setup with 128 experts and top-8 routing. The fine-grained setup improves MATH from 19.6 to 24.1 and HumanEval from 29.7 to 32.5. That’s clearly a win for more fine-grained experts (confirming what the DeepSeek MoE paper reported ~2 years ago).
MoE(혼합 전문가 모델) 설계에서 전문가 수를 32개에서 128개로 늘리자 수학과 코딩 벤치마크 모두에서 눈에 띄는 성능 향상이 나타났어요. Raschka는 이게 약 2년 전 DeepSeek MoE 논문의 결론을 다시 한번 확인해주는 결과라고 짚었어요. 더불어 Nemotron 3 Ultra 역시 Mamba-2 어텐션 하이브리드 구조와 LatentMoE를 앞세워 뛰어난 성능 대비 효율비를 달성했다고 소개했어요. [2]
오픈웨이트 LLM 설계에서 ‘효율’과 ‘안정성’은 여전히 팽팽한 긴장 관계에 있어요. Raschka의 정리는 논문의 결론보다 실제 배포 현장의 트레이드오프를 직시하는 것이 더 중요하다는 점을 일깨워줘요.
📚 출처 (Sources)
- [1]@rasbt on 𝕏 · 2026-05-27 — “The MiniMax M2 series was one of the most widely used open-weight LLM series earlier this …”
- [2]@rasbt on 𝕏 · 2026-06-04 — “And another open-weight release. Nemotron 3 Ultra has an ultra impressive capability:effic…”
본 글은 Sebastian Raschka(@rasbt)이(가) 지난 14일간 X(트위터)에 올린 게시물 중 2건을 인용해
Claude(Anthropic)가 한국어로 큐레이션·해설한 것입니다. 원문 저작권은 작성자에게 있으며,
출처 목록의 [n] 번호 또는 본문 내 [n] 표시를 누르면 원문 트윗으로 이동합니다.
AI·로봇 뉴스레터
매주 월·목, 한국어 AI·로봇 핵심 소식을 이메일로 받아보세요.