본문으로 건너뛰기
X (Twitter)조회 2

Astra 에이전트 실행, 문체 개인화, 추론 메모리 최적화와 Physical AI 데이터 병목

Astra의 컴퓨터 작업 확장과 추론·에이전트 인프라 최적화

이 요약은 AI가 원문을 분석해 생성했습니다. 정확한 내용은 원문 기준으로 확인하세요.

TL;DR

이번 기간에는 GPT-6 Astra의 창작·3D 상호작용·컴퓨터 작업 사례와 에이전트 오케스트레이션을 둘러싼 평가가 한 축을 이뤘습니다. ChatGPT Work는 Gmail, Google Drive, Slack, SharePoint의 자료에서 사용자의 문체를 학습해 이후 작성물에 적용하는 기능을 내놓았습니다. 인프라 측면에서는 PagedAttention이 KV cache를 블록 단위로 배분해 메모리 낭비를 60~80%에서 4% 미만으로 줄이고 처리량을 2~4배 높이는 구조가 소개됐습니다. 에이전트 메모리의 모델 교체 내구성, Physical AI의 데이터·하드웨어 병목, 작업별 모델 자동 배정도 함께 부상했습니다.

𝕏 실시간 트렌드 토픽

🔥 GPT-6 Astra의 창작·컴퓨터 작업 확장과 오케스트레이션 논쟁포스트 10

GPT-6 Astra를 Framer 디자인, 3D 상호작용, 수학 애니메이션, CAPTCHA 게임에 활용한 사례가 이어졌고, 여러 harness와 subagent를 연결하는 능력을 두고 평가가 갈렸습니다.

세부 내용 보기
  • GPT-6 Astra 관련 게시물은 컴퓨터에서 수행하는 작업 전반을 처리한다는 OpenAI의 문구를 바탕으로 디자인과 교육용 결과물을 제시했습니다. Framer에서는 creative components와 layouts를 만들고, 다른 사례에서는 3D sticker 상호작용과 수학 애니메이션을 한 번에 생성했으며, “I’m Not a Robot” CAPTCHA 게임의 48개 레벨을 모두 풀었다는 기록도 나왔습니다.
  • Astra를 둘러싼 쟁점은 단일 작업의 결과보다 여러 도구와 에이전트를 연결하는 실행 구조에 모였습니다. 일부 게시물은 harness를 가리지 않고 작동하는 모델을 선호했지만, 다른 게시물은 subagent가 서로 대화하지 못하고 orchestrator가 전달한 최신 context와 skill refs에만 의존한다고 지적해 오케스트레이션 범위가 평가 기준으로 떠올랐습니다.
  • GPT-6 Astra의 활용 사례는 이전 모델과 비교해 개인화 학습과 인터랙티브 제작을 쉽게 만든다는 반응으로 이어졌지만, 게시물들은 독립적인 벤치마크 수치보다 개별 작업 사례와 harness 호환성에 근거했습니다.
찬성다수

Astra가 디자인, 3D 상호작용, 수학 애니메이션, CAPTCHA 게임처럼 서로 다른 컴퓨터 작업을 수행한 사례가 기능 확장의 근거로 제시됐습니다.

반대소수

한 가지 오케스트레이션 흐름이나 특정 harness에만 의존한다면 AGI에 가까워졌다는 평가를 뒷받침하기 어렵다는 지적이 나왔습니다.

중립분열

성능 평가는 단일 데모보다 여러 harness에서 subagent 간 context 전달과 작업 분담이 실제로 작동하는지까지 확인해야 한다는 관점입니다.

원문 트윗 2개 보기

📈 ChatGPT Work의 Gmail·Drive·Slack 연동 문체 개인화포스트 2

ChatGPT Work가 사용자의 표현 습관과 서명, 대소문자 사용을 읽어 이후 작성물에 반영하는 기능을 공개했습니다.

세부 내용 보기
  • ChatGPT Work는 Gmail, Google Drive, Slack, SharePoint를 연결해 이메일·메시지·파일에서 사용자의 자주 쓰는 표현, 고유한 sign-off, 대소문자 습관을 가져옵니다. 수집한 문체 정보는 이후 작성 요청의 결과에 반영되는 입력 맥락으로 쓰입니다.
  • 웹과 모바일에서 Writing style 설정을 적용할 수 있고, 웹에서는 ChatGPT Work 접근 권한이 있는 모든 유료 요금제에 제공된다고 게시물이 밝혔습니다. 기능의 핵심은 별도 스타일 지시를 매번 입력하는 대신 연결된 업무 자료에서 문체 특징을 추출해 작성 과정에 주입하는 방식입니다.
원문 트윗 2개 보기

PagedAttention의 블록 단위 KV cache 할당포스트 1

vLLM의 PagedAttention이 요청별 대형 연속 메모리 예약을 고정 크기 블록 할당으로 바꿔 GPU 메모리 활용률과 동시 처리량을 높이는 원리가 공유됐습니다.

세부 내용 보기
  • 기존 serving engine은 최대 생성 길이에 맞춰 요청마다 하나의 연속 KV cache 영역을 예약하므로, 4,096토큰을 예약한 요청이 40토큰에서 끝나도 남은 슬롯을 다른 요청이 쓰지 못합니다. 게시물은 기존 시스템에서 이런 방식으로 KV cache 메모리의 60 to 80%가 낭비됐다고 적었습니다.
  • PagedAttention은 GPU 메모리를 16토큰 단위의 고정 크기 physical block pool로 나누고, 요청의 logical block이 채워질 때마다 빈 physical block을 연결합니다. decode 단계에서는 block table을 읽어 흩어진 블록의 Key·Value를 모으므로 토큰이 메모리에서 연속될 필요가 없고, 요청 종료 후 블록을 즉시 pool로 돌려보냅니다.
  • 남는 공간이 마지막 미완성 16토큰 블록으로 제한돼 낭비가 under 4%로 내려가고, 회수된 메모리로 같은 GPU에서 더 큰 batch를 구성해 2 to 4x throughput gain을 얻는 구조입니다. 모델의 attention 방식 자체는 바꾸지 않고 serving engine의 메모리 배분만 바꾼다는 점이 핵심입니다.
원문 트윗 1개 보기

Akshay 🚀

@akshay_pachaar

12시간 전

PagedAttention, clearly explained. (how vLLM manages KV cache like an operating system) every request a serving engine handles needs GPU memory for its KV cache, the key and value vectors stored per token so later tokens can attend over the prompt without recomputing it. the engine has no way to know how many tokens the request will generate. the simple approach is to reserve one contiguous slab per request based sized for the maximum allowed length (max_token_size). for example, a request with max_token_size = 4,096 tokens gets 4,096 slots the moment it arrives and holds them until it finishes, even if it stops at 40. the left side of the graphic below shows what that does to memory. → a large part of every slab is reserved but unused. those slots belong to one request until it finishes, and most of them never get written. → the grey pieces between slabs are fragmentation gaps. as requests of different sizes come and go, the free memory breaks into fragments that are each too small for a new slab, even when the total free space would fit several requests. a new request needs a contiguous slab, none of the gaps fit one, and the reserved slots cannot be taken back, so it waits while the GPU holds mostly empty space. the vLLM team measured 60 to 80% of KV cache memory wasted this way in existing serving systems. they introduced PagedAttention which is inspired from how operating system uses RAM. instead of one slab per request, the KV cache is handed out in blocks. a block is a fixed-size chunk of GPU memory that holds the keys and values for a fixed number of consecutive tokens, in vLLM the default value is 16. inside it sits the full KV state for those 16 tokens across every layer and every KV head. at startup the engine measures the GPU memory left after loading the weights and carves all of it into a pool of numbered physical blocks. that pool is the grid in the graphic below, and it is the only KV memory that will ever exist. the bottom row shows how a request uses that pool. → a request arrives and its sequence is split into logical blocks, L1 for tokens 1 to 16, L2 for 17 to 32, and so on. a logical block is only an index into the sequence, it holds nothing itself. → each logical block is assigned a physical block from the pool and the pairing is recorded in the request's block table. the assignment happens only when the previous block fills, so no request holds memory it has not written yet. → at each decode step the attention kernel reads the block table and gathers keys and values from whichever physical blocks they landed in. a request's tokens no longer need to be next to each other in memory, which is why consecutive logical blocks can sit at scattered grid positions. every physical block is the same size, so any free one serves any request and fragmentation gaps stop forming. when a request finishes, its block numbers go straight back to the pool for the next request to take. waste can never be more than the unfilled tail of a single 16-token block, which is how it drops under 4%. the reclaimed memory becomes batch size, meaning more requests generating at the same time on one GPU. that is where the 2 to 4x throughput gain comes from. each generation step is limited by how fast the model weights can be read from memory, and a bigger batch spreads that read across more tokens. the model itself is untouched. whatever attention variant it was trained with runs the same way under PagedAttention, because the change lives entirely in how the serving engine hands out memory. i wrote the full breakdown of every attention mechanism, from multi-head attention through FlashAttention and sparse attention, up to PagedAttention and RadixAttention. the article is quoted below.

💬 4 1 9👁 2048

📈 모델 교체를 견디는 에이전트 메모리 저장 방식포스트 1

에이전트의 동일한 기록을 네 가지 형식으로 저장한 연구에서 고정 스키마 지식 그래프가 모델 교체에 가장 안정적이었고, 노트와 검색 인덱스는 손실 원인이 달랐습니다.

세부 내용 보기
  • 연구는 같은 agent history를 원문 그대로의 long-context, 검색용 chunk, 모델이 작성한 notes, 고정 schema knowledge graph로 저장한 뒤 읽는 모델을 교체했습니다. 고정 schema knowledge graph는 writer swap 뒤 accuracy change가 0.0004에 그쳤지만, model-written notes는 이동 방향에 따라 +9.91 또는 -13.28 points 변화를 보였습니다.
  • 검색 메모리는 50/50 mixed index가 full re-embedding의 11.90 points 중 4.96만 확보했습니다. notes 성능 저하의 80%는 작성 단계에서 정보가 사라진 데서 생겼고, retrieval 성능 저하의 81%는 올바른 chunk를 찾지 못한 데서 생겼습니다.
  • 원문을 보존하지 않은 notes의 store-only repair는 48개 테스트 전부에서 90% recovery에 도달하지 못했지만, source history를 유지한 방식은 48개 중 34개를 회복했습니다. 모델을 교체하거나 여러 provider 사이에서 에이전트를 이동하려면 압축 결과만 저장하지 않는 구조가 필요하다는 수치입니다.
원문 트윗 1개 보기

DAIR.AI

@dair_ai

10시간 전

Brilliant paper from LinkedIn. (bookmark it) I have been saying that memory is one of the most challenging things to get right when building agents. It's an are you want to invest time in optimizing. This paper focuses on whether memory is portable, which is crucial given that more users are using agents across models, agents, and providers. If you have ever upgraded the model behind an agent and watched it start forgetting things it used to know, this one is for you. In this work, the same agent history is stored four ways, kept verbatim for long context reading, chunked for retrieval, compressed into model-written notes, and normalized into a fixed-schema knowledge graph. Then the model reading it gets swapped. Fixed-schema knowledge graphs barely move, 0.0004 accuracy change across a writer swap. Model-written notes move by +9.91 or -13.28 points depending on which direction you migrate, so the same pair of models gives you opposite results based on which one wrote the memory. Partial embedding migration is also expensive. A 50/50 mixed index captures only 4.96 of the 11.90 points that full re-embedding gives you. The two failure modes have different causes. 80% of the notes deficit comes from information lost when the note was written. 81% of the retrieval deficit comes from retrieval missing the right chunk. Repair needs the raw history. Store-only repair of notes failed to reach 90% recovery in all 48 test cases, while keeping the source history recovered 34 of 48. Paper: https:// academy.dair.ai/papers/does-yo ur-agents-memory-survive-a-model-upgrade-a-controlled-study-of-memory-por-2609.05339 …

💬 1 1 4👁 660

📈 Physical AI의 실제 데이터·하드웨어·주행 모델 확장포스트 4

Robotaxi의 우천 주행, 휴머노이드 데이터 수집, Qwen-Drive-1.0의 3D 주행 계획이 현실 세계 AI의 입력 데이터와 하드웨어·모델 결합 문제를 한 흐름으로 묶었습니다.

세부 내용 보기
  • Tesla Robotaxi가 Tampa의 heavy rain에서 작동했다는 사용자 사례와 Slovenia에서 FSD Supervised 승인이 시작된다는 소식이 자율주행 배포 범위를 보여줬습니다. 각각은 실제 도로 환경에서의 주행과 지역별 규제 승인이라는 서로 다른 단계의 사례입니다.
  • 휴머노이드 분야에서는 하드웨어의 deep engineering과 적절한 AI recipe를 자금만으로 살 수 없는 영역으로 구분하면서, Figure가 data와 compute를 통한 intelligence scaling 단계에 들어갔다는 평가가 나왔습니다. 인용된 게시물은 100+ countries의 가정·직장 작업 영상을 초당 대략 half an hour씩 모으는 creator network를 실제 작업 데이터의 원천으로 제시했습니다.
  • Qwen-Drive-1.0은 pretrained VLM 위에 BEV perception head와 flow-based Planning Expert를 붙여 3D perception, driving VQA, trajectory planning을 결합합니다. 장면을 말로 묘사하는 데 그치지 않고 3D geometry와 motion planning을 하나의 모델 흐름에 넣는 구현이 핵심입니다.
원문 트윗 2개 보기

Agent-programmable computing과 Linux 중심 실행 환경포스트 2

AI agent가 개인·업무용 컴퓨팅을 cloud sandbox에서 조율할수록 Linux와 open source가 개인화·학습 데이터·보안 측면에서 유리하다는 관점이 제기됐습니다.

세부 내용 보기
  • 한 게시물은 AI가 만들 수 있는 소프트웨어의 한계를 낮추면서 개인화된 computing experience에 대한 수요가 커졌다고 봤고, 다른 게시물은 agent가 작업을 조율하는 cloud sandbox의 기반으로 Linux를 지목했습니다. 두 글 모두 사람이 직접 앱을 만드는 환경보다 agent가 프로그램을 만들고 실행하는 환경을 전제로 삼습니다.
  • 근거로는 Linux의 desktop·mobile·server·IoT·robots·embedded 확장성, Blender 같은 open source training data, cloud sandbox와 local 환경 사이의 연속성이 제시됐습니다. Linux는 여러 주체가 보안에 투자할 수 있다는 점도 함께 거론됐지만, 구체적인 시장 점유율이나 성능 수치는 제시되지 않았습니다.
찬성소수

agent가 프로그램을 만들고 cloud sandbox에서 실행하는 비중이 커지면 Linux의 개방성과 확장성이 개인화 computing의 기반이 될 수 있다는 관점입니다.

중립소수

Linux의 장점으로 open source, sandbox, 보안 투자가 제시됐지만 실제 전환 규모를 입증하는 수치는 게시물에 없습니다.

원문 트윗 2개 보기

Guillermo Rauch

@rauchg

10시간 전

The case for *total* Linux victory (desktop, mobile, server, iot, robots, embedded…): 1) Most agent-programmable People will want fully personalized computing experiences. macOS makes it hard to even ship a tiny app to your menubar. 2) Open source training data Blender beats all its competitors because it's optimal in the most important dimension: agents can train on it and use it efficiently. OSS wins. 3) Design being democratized macOS has historically had a 'monopoly' on beautiful OS design. The global design community is now huge, they're motivated, they have tokens. 4) Computing moving to cloud sandboxes More and more of our personal and professional computing experiences will come from agents that orchestrate work in the cloud, using sandboxes. Those sandboxes will be Linux. Bonus: seamless continuum between local & remote 5) Security Every piece of software is now at major risk, Linux included. But Linux has the collective investment of everyone on the planet throwing tokens at it.

💬 4 3 21👁 1555

Guillermo Rauch

@rauchg

10시간 전

"Where do you want to go today?" In 1994 Microsoft launched an ad campaign under this motto. I think it represented the potential of computing very well, but it was quite aspirational. The internet & www was in its infancy, software was hard to obtain (CDs and long downloads), programming your own computer was tricky. In fact, it was so tricky I switched to Linux in order to teach myself how to code and get true 'root' on my PC 😁 Now, I look at what AI is enabling, the limits on what you can ship vanishing, and the new worlds being created, and I realize that question is perfect for 2026.

💬 14 2 50👁 3431

📈 작업 복잡도별 AI 모델 자동 배정포스트 1

Databricks의 Unity Gateway Smart Routing이 간단한 편집에는 가벼운 모델을, 복잡한 작업에는 frontier 모델을 배정해 품질을 유지하면서 비용을 낮추는 구조를 내놓았습니다.

세부 내용 보기
  • 많은 모델 중 가장 강력하고 비싼 모델을 모든 coding task에 쓰는 선택 문제를 해결하기 위해, Smart Routing은 작업 복잡도를 기준으로 모델을 자동 선택합니다. 가벼운 모델은 단순 편집에 쓰고 frontier 모델은 무거운 작업에 남겨 모델 선택을 개발자 판단에서 gateway의 라우팅 단계로 옮깁니다.
  • Unity Gateway는 Omnigent와 함께 작업에 맞는 모델과 coding harness를 연결하며, Databricks는 이 조합이 high-quality results를 유지하면서 task costs를 30%+ 낮춘다고 밝혔습니다. 게시물에는 비용 산정 조건이나 비교 기준은 포함되지 않았습니다.
원문 트윗 1개 보기

용어 해설

GPT-6 Astra
컴퓨터에서 수행하는 작업을 처리하고 창작·3D 상호작용까지 지원하는 AI 모델로 소개됐습니다. 게시물에서는 Framer의 디자인 작업, 수학 애니메이션, CAPTCHA 게임, 에이전트 오케스트레이션 사례가 함께 제시됐습니다.
PagedAttention
LLM 추론 중 토큰별 Key·Value 상태를 고정 크기 블록으로 나눠 GPU 메모리에 배치하는 방식입니다. 요청마다 큰 연속 메모리를 미리 예약하는 대신 필요한 블록만 할당해 KV cache 낭비와 메모리 단편화를 줄입니다.
KV 캐시(KV cache)
생성된 토큰의 Key·Value 벡터를 저장해 다음 토큰 생성 때 프롬프트를 다시 계산하지 않도록 하는 추론 메모리입니다. 게시물은 요청 길이를 모를 때 큰 연속 영역을 예약하면 사용하지 않는 공간과 단편화가 생긴다고 설명하지 않고 수치로 제시했습니다.
에이전트 메모리(Agent Memory)
에이전트의 과거 대화와 작업 이력을 이후 모델이 활용하도록 저장하는 구조입니다. 원문 연구에서는 원문 보존, 검색용 청크, 모델 작성 노트, 고정 스키마 지식 그래프를 모델 교체 상황에서 비교했습니다.
Smart Routing
작업 복잡도에 따라 가벼운 모델과 고성능 모델을 자동으로 배정하는 방식입니다. Databricks 게시물은 Unity Gateway와 Omnigent가 모델과 coding harness를 맞추고 작업 비용을 30% 이상 낮춘다고 밝혔습니다.
Qwen-Drive-1.0
자율주행을 위해 3D 인식, 주행 VQA, 궤적 계획을 하나로 묶은 foundation model입니다. BEV perception head와 flow-based Planning Expert를 사용해 장면 이해와 주행 계획을 연결합니다.
Physical AI
현실 세계의 환경을 인식하고 로봇이나 차량의 행동으로 연결하는 AI 분야입니다. 게시물에서는 휴머노이드의 하드웨어 설계, 실제 작업 데이터 수집, 데이터와 연산을 통한 지능 확장이 병목 요소로 제시됐습니다.
AI 분석 전체 내용 보기

AI 요약 · 북마크 · 개인 피드 설정 — 무료

출처 · 인용 안내

원문 발행 2026. 09. 08.수집 2026. 09. 08.출처 타입 TWITTER

인용 시 "요약 출처: AI Trends (aitrends.kr)"를 표기하고, 사실 확인은 원문 보기 기준으로 진행해 주세요. 자세한 기준은 운영 정책을 참고해 주세요.