TL;DR
최근 트렌드는 '생성 모델의 실용적 확장'과 '추론 엔진의 저수준 최적화'로 수렴한다. Claude Opus 5는 단일 프롬프트 또는 루프형 에이전트 워크플로로 3D 게임·HTML 기반 세계·수백 개 자산을 절차적으로 생성하고, 에이전트별 병렬 작업으로 부품을 분리해 정교하게 개선하는 방식이 반복 시연됐다. vLLM v0.26은 KV-cache 그룹별 어텐션 백엔드 선택, 계층형 KV 오프로드, MoE·양자화·특수 커널 최적화 등을 더해 다양한 하드웨어와 모델 패턴에서 추론 효율을 올렸다. Sam Altman의 사례는 채팅 기록을 컨텍스트로 삼아 일정·웹앱·예약·이메일 초안까지 연속 작업을 수행하는 '프롬프트→행동' 파이프라인 가능성을 보여주었다. 연구 측면에서는 출력 크기 자체를 학습하는 Flow 기반 확장과, 이미지-대조 기반 자기 증류로 비전-언어 모델의 이미지 신뢰도를 높이는 방향이 주목받는다.
𝕏 실시간 트렌드 토픽
🔥 Claude Opus 5: 원샷 생성과 에이전트 워크플로포스트 12
Opus 5 데모는 단일 프롬프트 또는 루프형 에이전트 워크플로로 게임·3D 세계·Blender 자산을 코드로 절차적 생성하고, 여러 에이전트가 병렬로 부품을 설계해 세부를 반복 개선하는 방식이 핵심이다. 일부 사례는 '한 프롬프트로 Call of Duty 스타일 게임'이나 '한 HTML 파일로 수백만 잎사귀가 반응하는 3D 장면'처럼 초기 생성 후 에이전트 루프를 통해 품질을 높이는 흐름을 보였다.
- 한 번의 높은 수준 프롬프트로 텍스처·효과·자산을 코드로 생성하고, 반복 명령으로 품질을 보강하는 절차적 생성 흐름이 반복 시연됐다.
- 에이전트 오케스트레이션 방식에서 부품별 에이전트를 병렬로 돌려 조립·검증·세부 개선을 수행하는 사례가 관찰됐다(예: 50개 에이전트로 부품 설계).
- '루프·그래프' 기반 워크플로가 중요하다는 평가가 제기됐고, 일부는 초기 설정이 잘못되면 속도·토큰 비용 문제가 나타난다고 지적했다.
데모들은 절차적 코드 생성과 에이전트 루프를 결합해 복잡한 게임·3D 환경을 빠르게 초기 구축하고 반복 개선할 수 있음을 보여주었다.
강력한 결과가 나오려면 에이전트 설계·프롬프트 루프·검증 파이프라인이 필요하며, 초기 설정·속도·토큰 비용이 실무 적용의 제약이 될 수 있다.
원문 트윗 2개 보기
Min Choi
@minchoi
Ok Opus 5 is insane. People are already one-shotting 3D games, worlds, and Blender builds with it. 10 wild examples:
Min Choi
@minchoi
9. Claude generated this cinematic sequence in 10 minutes First try. Zero editing.
Okay, Opus 5 is freaking good at this. I went in skeptical. Less than 10 minutes later, it produced this 38-second sequence. First iteration. Zero editing. No clickbait. Full Claude Code chat included. This is kind of insane. x.com/chhddavid/stat…
📈 vLLM v0.26: KV-cache·커널·모델 패턴 최적화포스트 3
vLLM v0.26은 KV-cache 그룹별 어텐션 백엔드 선택, 슬라이딩 윈도우 백엔드 기능 명시, 계층형 KV 오프로드와 오브젝트 스토어 2차 티어 지원 등으로 긴 컨텍스트·다양한 하드웨어에서 추론 유연성을 확장했다. 또한 DeepSeek-V4용 라우팅 커널·특수 fused_topk_bias 등 커널 최적화와 Rust 프론트엔드 확장으로 멀티미디어 워크로드와 벤치 지원을 넓혔다.
- KV-cache 그룹별로 어텐션 백엔드를 선택할 수 있어 긴 컨텍스트 처리 방식의 유연성이 향상됐다.
- 계층형(KV) 오프로드와 오브젝트 스토어 2차 티어를 통해 대형 컨텍스트의 메모리 부담을 완화하는 구조가 도입됐다.
- MoE용 라우터 GEMM/GEMV, MXFP/INT2 등 양자화·특수 커널 최적화로 다양한 하드웨어에서 성능 향상이 목표로 잡혔다.
저수준 커널·KV 처리·오프로드 개선은 긴 컨텍스트·MoE·양자화가 섞인 워크로드에서 추론 효율과 하드웨어 호환성을 동시에 끌어올리는 접근이다.
업그레이드 전 의존성 변화·제거된 모델 목록(예: 특정 모델 제거) 등 호환성 검토가 필요하다.
원문 트윗 2개 보기
vLLM
@vllm_project
vLLM v0.26.0 is out! 411 commits from 212 contributors (61 new). Highlights: Attention backend selectable per KV-cache group Sliding window is now an explicit backend capability Tiered KV offloading with an object-store secondary tier DeepSeek-V4 speedups across NVIDIA, ROCm and XPU Inkling family lands with a full support stack Rust frontend adds multimodal video, audio and native vllm-bench Thread
vLLM
@vllm_project
Serving, frontend, and what to know before upgrading: Decode Context Parallel: hybrid attention support, plus DCP + Eagle for Tokenspeed MLA backends PD disaggregation: NIXL pipeline-parallel prefill in push mode, and encoder-cache connectors including CPU offloading Rust frontend: multimodal video and audio, Seed-OSS tool parser, native vllm-bench port OpenAI API: bad_words in /v1/completions, logprob_token_ids on Python endpoints, include_reasoning for non-Harmony models, plus a new endpoint plugins framework Quantization: Humming w[2-7]a[4,8] weight-only inference, nvfp4_per_token online MoE quantization, CuTe-DSL FlashInfer MXFP4, INT2 weight-only on XPU Security: diskcache replaced to remove pickle deserialization, a concurrent sparse-invariant race fixed, bounded prompt lists and a regex-compilation timeout Before you upgrade: • Dependency bumps: Transformers 5.13.0, FlashInfer 0.6.14, NIXL 1.3.1 • Models removed: TeleChat, Persimmon, Fuyu Thanks to all 212 contributors this cycle (61 first-timers). Full release notes →
📈 ChatGPT 'work' 사례: 채팅 히스토리로 연속 작업 실행포스트 2
Sam Altman이 제시한 사례는 휴대폰에서 채팅 히스토리를 컨텍스트로 삼아 장기 여행 기획·최상위 옵션 선정·참석자 조율용 웹앱 제작·합의 후 예약·이메일 초안 작성까지 연속 작업을 실행한 사례였다. 이 흐름은 대화 기반 컨텍스트 보존과 외부 행동·서비스 연동의 결합으로 실무적 자동화 파이프라인 가능성을 보여주었다.
- 채팅 히스토리를 전체 컨텍스트로 활용해 사용자의 선호를 추출하고 여행 옵션을 설계하는 과정이 핵심이다.
- 웹앱을 생성해 참여자들이 선택할 수 있게 하고, 합의 이후 예약·이메일 초안을 자동 생성하는 '프롬프트→행동' 파이프라인이 시연됐다.
대화 기록을 컨텍스트로 삼아 다단계 작업을 연결하면 개인화된 워크플로를 단일 인터페이스에서 자동화할 수 있음을 보여준다.
원문 트윗 2개 보기

Sam Altman
@sama
chatgpt work is remarkable, and "work" undersells it. from my phone i sent: "use all my chat history to figure out ideas for a long weekend trip with 8 friends, plan the best three options, make a full-stack site where the 9 of us can coordinate on what we would want to do in each place and decide where to go, and then after we get to group agreement make reservations. draft an email in my gmail i can send out to my friends when the site is ready." it...just worked.

Greg Brockman
@gdb
put chatgpt to work
chatgpt work is remarkable, and "work" undersells it. from my phone i sent: "use all my chat history to figure out ideas for a long weekend trip with 8 friends, plan the best three options, make a full-stack site where the 9 of us can coordinate on what we would want to do in
➖ 주목 논문: Expanding Flow Maps·Visual Contrastive Self Distillation 외포스트 3
최근 논문들은 생성의 '크기'나 '캔버스' 자체를 학습 가능한 상태로 두는 방향과, 이미지 신뢰도를 자체적으로 끌어올리는 증류 기법을 제안했다. Expanding Flow Maps는 출력 크기를 사전에 고정하지 않고 좌표·토큰을 확장·운반·디노이즈해 가변 길이 텍스트·그래프·3D 구조를 생성하는 방식을 제시했고, Visual Contrastive Self Distillation은 실 이미지와 가려진 이미지를 비교해 이미지에 의해 지지되는 토큰만을 추려 학생 모델에 증류했다.
- Expanding Flow Maps는 출력 크기를 학습된 상태로 확장해 고정 캔버스 제약을 제거하는 접근을 도입했다.
- Visual Contrastive Self Distillation은 이미지-블랙아웃 대비로 모델이 이미지에서만 지지되는 정보를 선별하고 이를 증류하는 방식으로 비전-언어 신뢰도를 향상시켰다.
이들 기법은 생성 대상의 다양성과 신뢰도 문제를 각각 다른 각도에서 해결하며, 실제 시스템 적용 시 확장성·추론 비용·검증 방법에 대한 추가 검토가 필요하다.
원문 트윗 2개 보기
DAIR.AI
@dair_ai
The Top AI Papers of the Week (July 20 - July 26): - GAMUT - PRO-LONG - Harness Handbook - From Memory to Skills - Progressive Disclosure - Global Workspace in LLMs - Structured Output Collapses Diversity Read on for more:
alphaXiv
@askalphaxiv
"Expanding Flow Maps" This paper propose a way to let flow models generate without a fixed canvas. Instead of choosing output size upfront, EFM learns to expand the state with new coordinates or tokens, then transport and denoise them in a few steps. This turns variable length text, graphs, and 3D molecular conformers into one flow framework where size becomes a learned part of generation.
AI 요약 · 북마크 · 개인 피드 설정 — 무료
출처 · 인용 안내
인용 시 "요약 출처: AI Trends (aitrends.kr)"를 표기하고, 사실 확인은 원문 보기 기준으로 진행해 주세요. 자세한 기준은 운영 정책을 참고해 주세요.