TL;DR
이번 기간에는 에이전트를 클라우드 샌드박스에서 장시간 실행하고 기업 파일과 도구를 연결하는 Agents API 계열 기능이 확장됐다. GPT-6 Astra 관련 게시물은 skills, AGENTS.md, task prompts를 구체화해 작업 실행 품질을 조정하는 방법과 CUA 기반 컴퓨터 조작 사례를 함께 끌어올렸다. GPT-Rosalind와 Apodex는 생명과학 연구 및 데이터 분석에서 증거 수집, 코드 실행, 재계획까지 이어지는 연구형 워크플로를 겨냥했다. SkySynth, AI Gateway, 위성용 Gemma 사례에서는 검증 가능한 실행 시스템, 모델 라우팅, 엣지 추론이 각각 성능·비용·전송량을 줄이는 구현 수단으로 나타났다.
𝕏 실시간 트렌드 토픽
🔥 Agents API와 도구 실행 샌드박스포스트 3
OpenAI의 Agents API를 중심으로 에이전트가 장시간 세션에서 도구와 파일을 다루는 실행 구조가 확장됐다. Box Mount와 DigitalOcean Action Gateway는 권한·버전·재시도 정책을 포함한 실제 업무 연결 지점을 겨냥했다.
세부 내용 보기
- Agents API는 Codex harness를 기반으로 오케스트레이션, 장시간 세션, 컨텍스트 관리를 맡고 개발자는 에이전트 고유 기능에 집중하는 구조다. Box Mount는 Box의 파일을 일반적인 shell 명령과 경로로 샌드박스에 연결해 별도 파일 전송 로직 없이 에이전트가 기업 콘텐츠를 읽고 결과를 다시 저장하게 한다.
- Box의 데모에서는 lead agent가 deal room의 원본 파일 5개를 읽고 specialist agent 3개를 병렬 실행한 뒤 보고서 4개를 기록했다. MSA가 수정되면 새 버전이 같은 샌드박스로 동기화되고 보고서가 자동 재평가되며, 권한·버전·감사 이력이 유지됐다.
- DigitalOcean Action Gateway는 도구마다 필요한 key, schema, retry policy를 통합하는 private preview다. 에이전트가 환불, 티켓 종료, 수정 배포처럼 여러 도구를 잇는 작업을 실행하려면 각 도구의 호출 조건과 실패 처리를 사전에 갖춰야 한다는 운영 문제가 드러났다.
원문 트윗 2개 보기

Box
@OpenAIDevs Agents API gives developers a hosted sandbox where agents run tools, coordinate work, and handle complex tasks. Box Mount brings enterprise content directly into that sandbox as files the agent can read, reason across, and produce new work from, using normal shell commands and file paths while Box Mount handles two-way sync automatically. In our demo, a lead agent mounts a deal room from Box, reads five source files, launches three specialist agents in parallel, and writes four reports back through Box Mount with an initial verdict. When a customer revises the MSA in Box, Box Mount syncs the new version into the same sandbox and the agents reassess automatically, refreshing all four reports while preserving the revised MSA as version two in Box. The result is a shared workspace where people and agents work on the same governed Box content without building custom file-transfer logic, with permissions, versions, and audit history preserved throughout. Box Mount is in private preview. Watch
Go from idea to a working agent faster with the Agents API. Build and run cloud agents with the Codex harness, fully managed by OpenAI. We handle orchestration, long-running sessions, and context management. You focus on what makes your agent unique. Available in public beta.

elvis
Agents API is a bigger deal than it seems. OpenAI's bet on making the Codex harness open-source could pay off big time here. This harness-as-a-service idea hasn't hit mainstream yet, but some of the most serious builders are already adopting it to unlock new types of services. Codex being open-source means that many other models (open or closed) are already extremely knowledgeable about the Codex harness. As more services adopt these new agentic architectures, you'll want the compounding effect that comes with that transparency and openness.
Today we're launching the Agents API, a brand new way to build Agents in the cloud, backed by the Codex harness. Bring along all your favorite tools and connectors, connect it to any sandbox, and let Astra cook. Can't wait to see what you whip up https:// openai.com/index/introduc ing-the-agents-api/ …
🔥 GPT-6 Astra 작업 조정과 코딩 비용 최적화포스트 4
GPT-6 Astra를 둘러싸고 skills, AGENTS.md, task prompts를 정교하게 구성하는 방법과 CUA 실행 사례가 확산됐다. Devin CLI의 Fusion은 작업을 모델별로 나눠 코딩 비용을 최대 39% 낮추는 방향을 제시했다.
세부 내용 보기
- OpenAIDevs는 skill trigger를 구체화하고 관련 guidance만 불러오며 완료 조건을 명시해야 GPT-6 Astra가 작업을 안정적으로 수행한다고 안내했다. 입력 지침을 세분화해 필요한 시점에만 로드하면 장기 작업에서 모델이 따라야 할 절차와 종료 기준을 분명히 할 수 있다.
- Astra는 cloud session에서 CUA로 Doom을 실행하는 사례가 공유됐다. 이는 텍스트 응답을 만드는 데 그치지 않고 화면과 입력을 다루는 작업 경로까지 확장된 사용 사례지만, 게시물은 이를 AGI로 규정하지 않았다.
- Devin CLI의 Fusion은 Fable 5.1과 Astra가 planning·review를 맡고 SWE-2가 exploration·implementation·tests를 맡는 분업 구조다. 게시물에 따르면 코딩 benchmark 전반에서 최대 39% 비용이 줄었고 일부 작업에서는 절감 폭이 40~46%에 이르렀다.
모델별 강점을 planning, review, implementation으로 나누면 frontier 모델의 판단력을 유지하면서 전체 token 사용량을 줄일 수 있다는 입장이다.
Astra의 성능 향상은 프롬프트와 skill 구성, CUA 실행 환경에 따라 달라지므로 비용 수치만으로 일반화하기 어렵다는 판단이다.
원문 트윗 2개 보기

OpenAI Developers
Get more out of GPT-6 Astra by revisiting your skills, AGENTS.md, and task prompts. Make skill triggers specific, load guidance when it's relevant, and define what done looks like.
Md Ismail Šojal
ChatGPT-6 Astra, Fable 5.1 Frontier coding just got 39% cheaper. Devin CLI now has Fusion: - Fable 5.1 / Astra handle planning and review - SWE-2 handles exploration, implementation, and tests, Same quality, far fewer tokens. - Up to 39% cheaper across coding benchmarks. - On some tasks, savings hit 40-46%. I’ve been using it for days and the token savings are already noticeable.
Unlike plain model routing, Fusion keeps frontier intelligence in charge. We don’t rely on one initial routing decision. The lead reviews work, flags problems, and can take control back when the sidekick is out of its depth.
📈 GPT-Rosalind와 연구형 에이전트 워크플로포스트 4
GPT-Rosalind가 생명과학 연구에서 논문과 실험 결과를 연결하고 다음 실험을 계획하는 API·Codex 기능으로 확장됐다. 같은 기간 GPT-5.6 Sol과 Codex의 양자 칩 측정 사례도 연구 설계 자동화 흐름에 합류했다.
세부 내용 보기
- GPT-Rosalind는 biological target에 관한 근거를 여러 논문과 experimental result에서 연결하고, 근거의 무게를 비교한 뒤 다음에 시험할 항목을 계획하는 모델로 소개됐다. 연구자의 질문을 자료 검색, 근거 연결, 후속 실험 계획으로 이어지는 작업 흐름에 배치하는 방식이다.
- GPT-Rosalind는 research preview를 벗어나 전 세계 eligible organization에 API, Codex, ChatGPT Enterprise 경로로 제공됐다. Codex의 Life Sciences plugins는 genomic, protein structure, translational research에서 biological evidence 수집, QC report 생성, interactive notebook 작성까지 지원한다.
- MIT EQuS group의 사례에서는 GPT-5.6 Sol과 Codex가 quantum chip의 routine measurement를 수행해 실험 설계 속도를 높이는 데 쓰였다. 게시물은 모델이 측정 업무를 맡고 연구자가 experiment design에 더 많은 시간을 쓸 수 있는 구조를 제시했다.
원문 트윗 2개 보기

OpenAI Developers
Bring stronger biological reasoning to your research with GPT-Rosalind in the API and Codex. Connect findings across papers and experimental results, weigh the evidence for a biological target, and work through an analysis to plan what to test next.
eva
check out how AI helps scientists with quantum computing research @bea_yankelevich at MIT's EQuS group used GPT-5.6 Sol with Codex to run routine measurements on quantum chips, so she could accelerate her experiment design
📈 검증 가능한 시스템과 실행형 데이터 분석포스트 2
SkySynth와 Apodex 1.1은 에이전트가 코드를 생성하는 데서 멈추지 않고 검증·테스트·실행까지 수행하는 구조를 내세웠다. 하나는 시스템 성능과 formal proof를 결합하고, 다른 하나는 데이터 분석 과정과 중간 상태를 보존한다.
세부 내용 보기
- SkySynth는 코드와 함께 formal proof와 테스트를 co-evolve해 just-in-time 시스템을 합성한다. 게시물 기준으로 KV store는 Redis보다 최대 2.3배 빠르고, FASTER 및 formally verified store는 Claude Code pass rate의 2.9배를 기록했으며, model router는 일반 router보다 최대 48% 저렴하고 specialized inference engine은 vLLM·SGLang보다 2.2배 높은 throughput을 기록했다.
- Apodex 1.1은 CSV 질문을 받으면 테이블을 점검하고 분석 단계를 정한 뒤 Python 코드로 데이터를 정제·변환하고 환경에서 실행해 최종 보고서를 만든다. 단순 요약이 아니라 입력 데이터, 통계 방법, 실행 결과를 하나의 장기 작업으로 연결하는 Environment Scaling 구조다.
- 작업 중 사용자가 개입하면 Apodex는 유효한 중간 결과를 보존하고 영향을 받은 부분만 재계획한다. 전체 작업을 처음부터 반복하지 않는 이 방식은 여러 단계가 얽힌 데이터 분석에서 실행 과정과 결과 근거를 함께 유지하는 데 의미가 있다.
원문 트윗 2개 보기
Shu Lynn Liu
Agents let us build systems for different workloads and requirements. But… can we trust what they build? We release SkySynth: an engine for synthesizing high-performance, just-in-time (JIT) systems we can trust, by co-evolving formal proofs and tests alongside the code. Results: KV stores up to 2.3× faster than Redis and FASTER + formally verified stores with 2.9× Claude Code's pass rate Model routers up to 48% cheaper than a general router Specialized inference engine with 2.2× the throughput of vLLM/SGLang
Santiago
I've been trying Codex to analyze a dataset, and honestly, I've gotten nowhere. Generating a nice-looking report about the data isn't enough. For this to be useful, Codex needs to inspect tables, clean existing data, choose the correct statistical methods, run the analysis, and support its conclusions with evidence. There are too many tasks to coordinate, and it's taking me a long time to write a skill with the complete workflow so I can keep Codex on task. The Apodex team reached out to me to show me their Apodex 1.1 model. It includes an open-source framework and an open-weight version of the model. I uploaded a CSV file and asked a question that I couldn't answer by simply summarizing the table. Apodex created an analysis plan, wrote the code, and executed it inside a single long-running task: 1. It inspected the tables 2. It determined the steps to answer the question 3. It wrote Python code to clean and transform the dataset 4. It executed the scripts in its environment 5. It generated a final report with the answer This is what Apodex calls Environment Scaling. I could intervene while a task was running, and the system preserved all intermediate results that remained valid and replanned only the affected parts instead of restarting the task. Apodex 1.1 takes reasoning out of the report and puts it into executing real tasks. Thanks to the team for collaborating with me on this post. GitHub links below:
➖ AI Gateway와 고객용 모델 라우팅포스트 3
Tailscale의 Aperture 사례를 통해 AI Gateway가 여러 모델을 연결하는 고객용 인프라 계층으로 부상했다. Zero data retention, 무료 BYOK, 응답별 비용·사용량 기록이 모델 선택과 운영 제어의 핵심 조건으로 제시됐다.
세부 내용 보기
- Tailscale의 customer-facing model router인 Aperture는 Vercel AI Gateway를 기반으로 수백 개 모델에 대한 접근을 secure tailnet 안에서 제공한다. 사용자는 모델을 직접 호출하는 대신 공통 게이트웨이를 통과하고, 운영자는 데이터 보존·비용·사용량 정책을 한 계층에서 관리한다.
- 게시물에 따르면 Aperture는 Zero data retention, zero markup, free BYOK, 모든 응답의 cost and usage data를 제공한다. 자체적으로 모델별 연결을 구현하면 brittle하거나 비용이 커질 수 있어, 공통 인프라가 연결 안정성과 운영 정보를 함께 맡는 구조다.
- Exa는 OpenAI·Anthropic의 native search와 token efficiency를 비교하는 calculator를 공개했다. 검색 호출에서 필요한 토큰량과 비용을 비교하는 도구가 모델 라우팅 논의와 함께 등장하면서, 단순 응답 품질뿐 아니라 호출 효율도 선택 기준으로 올라왔다.
원문 트윗 2개 보기
Vercel
Tailscale offers instant access to hundreds of models for any user in a secure tailnet. Their customer-facing model router, Aperture, is built on AI Gateway: • Zero data retention • Zero markup, free BYOK • Cost and usage data on every response

Guillermo Rauch
Tailscale’s model router is powered by Vercel AI Gateway as its underlying infrastructure. AI Gateways are the new CDNs. You could go “direct to origin”, but it’s brittle. You could DIY, but it’s painful and costly. Proud to serve Tailscale, the networking technology company
Tailscale offers instant access to hundreds of models for any user in a secure tailnet. Their customer-facing model router, Aperture, is built on AI Gateway: • Zero data retention • Zero markup, free BYOK • Cost and usage data on every response https:// vercel.com/customers/how- tailscale-built-a-customer-facing-model-router-on-ai-gateway …
📈 위성 엣지 추론과 모델 연결 인프라포스트 2
Gemma를 위성에 직접 배치해 telemetry를 현지 처리하는 사례와 TensorRT Model Connect 출시가 엣지 환경의 전송량·전력 제약을 겨냥했다. 원격 장치에서 요약과 진단을 수행하고 필요한 정보만 전송하는 구조다.
세부 내용 보기
- Satlyt는 위성에서 Gemma를 실행해 telemetry를 분석하고 fault를 현지 진단한다. Gemma 3 1B가 raw system log를 compact summary로 바꾼 뒤 지상으로 보내면서 diagnostic data payload가 64% 넘게 줄어드는 방식이다.
- 위성은 power와 bandwidth가 제한되므로 모든 원시 로그를 지상으로 전송하지 않고 장치에서 먼저 처리하는 경로가 필요하다. 다음 launch target으로 Gemma 4 E2B와 NVIDIA Jetson Orin Nano가 언급됐으며, 추가 reasoning과 vision 기능을 엣지에서 수행하는 방향이 제시됐다.
- NVIDIAAI는 Video to Voice 흐름을 위한 TensorRT Model Connect를 공개했다. 게시물에는 세부 benchmark가 없으므로, 이번 기간에는 모델 연결을 위한 인프라 출시로만 분류된다.
원문 트윗 2개 보기

Google Gemma
Running AI in space requires strict power and bandwidth management. Satlyt is deploying Gemma directly on satellites to analyze telemetry and diagnose faults locally. Running Gemma 3 1B onboard cuts diagnostic data payloads by over 64%, turning raw system logs into compact summaries before they are sent back to Earth. Next launch target: Gemma 4 E2B on NVIDIA Jetson Orin Nano to provide further reasoning and vision capabilities at the edge… of space.

NVIDIA AI
From Video to Voice: Build Faster with TensorRT Model Connect
➖ 모델 유사성·생의학 이미지 이해 benchmark포스트 2
Arena의 30,086개 battle 분석은 모델 간 아이디어 공유율을 측정했고, MMBU Challenge는 생의학 이미지 이해 능력의 benchmark 공백을 겨냥했다. 두 사례 모두 생성 답변보다 개념적 중복과 시각적 근거 이해를 별도 평가 대상으로 삼았다.
세부 내용 보기
- Arena는 30,086개 battle에서 모델들이 평균 43%의 아이디어를 공유했다고 집계했다. 같은 lab이나 국가의 모델이 더 높은 conceptual overlap을 보일 것이라는 예상은 일관되게 뒷받침되지 않았고, Claude Fable 5의 가장 가까운 conceptual match도 Opus나 Sonnet이 아니었다.
- 이 결과는 모델의 소속이나 계열만으로 응답 유사성을 예측하기 어렵다는 점을 수치로 다룬다. 다만 게시물에는 전체 측정 방법과 모델 목록이 없으므로, 이번 기간에는 공개된 평균치와 사례만 반영한다.
- MMBU Challenge는 multimodal large language model이 인상적인 답변을 생성하더라도 이미지 안의 내용을 실제로 이해하는 능력은 별도 검증이 필요하다는 문제에서 출발했다. Stanford와 MARVL 협력 기관들은 생의학 visual understanding을 benchmark하고 개선하는 과제를 시작했다.
모델 응답의 표면적 품질만으로 생의학 이미지 이해나 개념적 독립성을 판단하기 어려워 별도 benchmark가 필요하다는 입장이다.
원문 트윗 2개 보기
Arena.ai
We analyzed how similar model responses were across 30,086 Arena battles. Models shared 43% of their ideas on average. We might expect that models from the same lab, or country, would show greater conceptual overlap. But the results don’t consistently support that. Claude Fable 5 illustrates this pattern: its closest conceptual match was neither Opus nor Sonnet. Which model came closest, along with the broader findings, may surprise you. Check out the full article from @DawidGalarowicz and @petergostev below.
Tanishq Mathew Abraham, Ph.D.
Frontier models still struggle to truly understand biomedical images... Researchers at Stanford are hosting a much-needed challenge to benchmark and improve biomedical visual understanding. Definitely check it out!
Multimodal large language models can generate impressive answers, but reliable reasoning starts with actually understanding what’s in the image. Today, we’re launching the MMBU Challenge through MARVL, alongside @AnthropicAI , @gxl_ai, @biohub , @StanfordAILab , and @na2uqi
용어 해설
- 에이전트 실행 하네스(Agent Harness)
- — 에이전트가 도구를 호출하고 장시간 작업을 이어가도록 오케스트레이션, 세션 유지, 컨텍스트 관리를 맡는 실행 계층입니다. 모델 자체보다 작업 순서와 실행 상태를 조정하는 역할이 핵심입니다.
- JIT 시스템 합성(JIT System Synthesis)
- — 요구된 작업에 맞춰 실행 시스템을 즉시 합성하고, 코드와 함께 formal proof 및 테스트를 발전시키는 방식입니다. 생성된 시스템의 성능과 신뢰성을 함께 확보하는 데 목적이 있습니다.
- 환경 확장(Environment Scaling)
- — 모델의 추론 능력을 보고서 작성에 한정하지 않고, 데이터 점검부터 코드 실행과 결과 재계획까지 실제 실행 환경 안에서 수행하게 하는 접근입니다. 중간 결과를 보존해 변경된 부분만 다시 처리합니다.
- 모델 라우터(Model Router)
- — 사용자 요청을 여러 모델로 전달하고 비용, 사용량, 보안 정책을 관리하는 계층입니다. 직접 모델을 호출하는 대신 공통 게이트웨이를 거치게 해 운영과 연결 관리를 단순화합니다.
- 형식 검증(Formal Verification)
- — 프로그램이 특정 조건을 만족하는지 수학적 증명으로 확인하는 방법입니다. SkySynth는 코드 생성 과정에서 formal proof와 테스트를 함께 발전시켜 실행 시스템의 신뢰성을 확보합니다.
AI 요약 · 북마크 · 개인 피드 설정 — 무료
출처 · 인용 안내
인용 시 "요약 출처: AI Trends (aitrends.kr)"를 표기하고, 사실 확인은 원문 보기 기준으로 진행해 주세요. 자세한 기준은 운영 정책을 참고해 주세요.