Docs faviconDOCS우성짱의 문서
전체YouTubeArticleTagsAuthorsHub
홈/태그 찾기/#agent-routing
Tag552건YouTube 1Article 551

#agent-routing

이 태그와 연결된 문서를 한곳에서 모아보고, 함께 자주 등장하는 연관 태그까지 이어서 탐색할 수 있습니다.

연관 태그

#llm공동문서 522 · 연관도 61%#applications공동문서 464 · 연관도 59%#semiconductors공동문서 483 · 연관도 59%#workflow-automation공동문서 142 · 연관도 49%#ai-architecture공동문서 190 · 연관도 37%#agent-memory공동문서 206 · 연관도 37%#privacy-design공동문서 163 · 연관도 33%#service-design공동문서 137 · 연관도 31%#retrieval-index공동문서 107 · 연관도 28%#agent-deployment공동문서 122 · 연관도 28%
Shipping a Trillion Parameters With a Hub Bucket: Delta Weight Sync in TRL
Article2026년 5월 19일

Shipping a Trillion Parameters With a Hub Bucket: Delta Weight Sync in TRL

TRL의 델타 가중치 동기화는 연속된 강화학습 단계에서 실제로 바뀐 극소수의 bf16 원소만 희소 세이프텐서로 저장해 허깅페이스 버킷으로 전달함으로써, 대규모 모델의 반복적인 전체 체크포인트 전송 비용과 추론 중단 시간을 크게 줄이는 방식이다.

huggingface.co
#ai-architecture#agent-memory#agent-routing#context-compression
Learn the Hugging Face Kernel Hub in 5 Minutes
Article2026년 5월 18일

Learn the Hugging Face Kernel Hub in 5 Minutes

허깅페이스 커널 허브는 파이썬·파이토치·쿠다 환경에 맞는 사전 최적화 연산 커널을 허브에서 내려받아, 복잡한 로컬 빌드 없이 모델의 특정 연산에 적용하도록 돕는 체계다.

huggingface.co
#ai-architecture#agent-routing#llm#applications
OpenAI and Dell Technologies partner to bring Codex to hybrid and on-premises enterprise environments
Article2026년 5월 18일

OpenAI and Dell Technologies partner to bring Codex to hybrid and on-premises enterprise environments

OpenAI와 Dell Technologies는 Codex를 기업의 핵심 데이터와 시스템이 있는 하이브리드 및 온프레미스 환경에 더 가깝게 배포할 수 있도록 협력한다.

openai.com
#openai#privacy-design#agent-deployment#agent-routing
Project Glasswing: what Mythos showed us
Article2026년 5월 18일

Project Glasswing: what Mythos showed us

Cloudflare는 Project Glasswing에서 Mythos Preview를 자사 저장소 50여 개에 적용하며, 보안 특화 LLM이 취약점 발견을 넘어 exploit chain과 실행 가능한 증명까지 만들 수 있지만 대규모 활용에는 정교한 harness와 검증 구조가 필요하다고 설명한다.

@GrantBourzikas
#anthropic#ai-architecture#agent-memory#agent-routing
What leaders still get wrong about AI
Article2026년 5월 18일

What leaders still get wrong about AI

MIT Sloan은 기업들이 AI를 ‘도입해야 할 기술’로만 보고 명확한 사업 문제, 조직 변화, 가치 실현 경로를 함께 설계하지 않기 때문에 대규모 성과를 내지 못한다고 지적한다.

MIT Sloan
#barbara-wixom#jeanne-ross#mit-cisr#mit-sloan
Resilient AI End-to-End Tests with Stagehand and Convex
Article2026년 5월 16일

Resilient AI End-to-End Tests with Stagehand and Convex

이 글은 Stagehand의 자연어 브라우저 제어와 Convex의 실행별 임시 백엔드를 결합해, 선택자 중심 E2E 테스트의 취약성을 줄이고 실제 사용자 의도에 가까운 테스트를 구성한 경험을 정리한다.

stack.convex.dev
#agent-deployment#agent-routing#llm#semiconductors
China Thwarts Meta’s Agentic Ambition, U.S. Evaluates Upcoming Models, AI Diagnoses Mammograms
Article2026년 5월 15일

China Thwarts Meta’s Agentic Ambition, U.S. Evaluates Upcoming Models, AI Diagnoses Mammograms

제공된 원문은 AI Andrew의 설계 원칙과 한계, 미국 정부의 첨단 AI 모델 사전 평가 전환, OpenAI의 실시간 음성 모델 업데이트를 중심으로 AI 제품화와 안전성 검증의 긴장을 다룬다.

deeplearning.ai
#anthropic#china#meta-ai#service-design
Make your ZeroGPU Spaces go brrr with ahead-of-time compilation
Article2026년 5월 15일

Make your ZeroGPU Spaces go brrr with ahead-of-time compilation

ZeroGPU의 짧게 생성되는 GPU 프로세스에서는 실행 시점 컴파일보다 모델을 한 번 미리 컴파일하고 즉시 다시 불러오는 PyTorch 사전 컴파일이 적합하며, 생성 모델의 추론 속도를 최대 1.8배까지 높일 수 있다.

huggingface.co
#multimodal#agent-routing#ai-infrastructure#capex-cycle
How to Give AI Agents a Bash Terminal Without Docker or VMs
Article2026년 5월 14일

How to Give AI Agents a Bash Terminal Without Docker or VMs

Convex Sandbox는 Docker나 VM 없이 Convex Node action, just bash, Convex storage를 조합해 AI 에이전트에게 상태가 유지되는 bash 터미널과 가상 파일 시스템을 제공하는 경량 샌드박스입니다.

stack.convex.dev
#agent-memory#agent-routing#capex-cycle#context-compression
Unlocking asynchronicity in continuous batching
Article2026년 5월 14일

Unlocking asynchronicity in continuous batching

연속 배치의 동기식 유휴 시간을 없애기 위해 중앙처리장치의 배치 준비와 그래픽처리장치의 계산을 분리하고, 비기본 CUDA 스트림과 이벤트로 병렬 실행과 작업 순서를 함께 보장하는 방법을 설명한다.

huggingface.co
#agent-routing#llm#semiconductors#applications
Work with Codex from anywhere
Article2026년 5월 14일

Work with Codex from anywhere

OpenAI는 Codex를 ChatGPT 모바일 앱 프리뷰로 확장해, 사용자가 휴대폰에서 장기 실행 개발 작업을 확인·승인·수정하며 원격 개발 환경과 계속 협업할 수 있게 했다고 발표했다.

openai.com
#openai#privacy-design#agent-deployment#agent-routing
Introducing Langsmith Engine
Article2026년 5월 13일

Introducing Langsmith Engine

LangSmith Engine은 운영 트레이스에서 반복되는 에이전트 실패를 자동으로 묶고, 원인을 진단하며, 수정 PR과 평가 커버리지를 제안하는 LangSmith의 공개 베타 기능입니다.

langchain.com
#agent-routing#context-compression#prompt-library#semiconductors
Building a safe, effective sandbox to enable Codex on Windows
Article2026년 5월 13일

Building a safe, effective sandbox to enable Codex on Windows

OpenAI는 Windows에서 Codex가 개발자 생산성을 유지하면서도 파일 쓰기와 네트워크 접근을 안전하게 제한할 수 있도록 자체 샌드박스 설계를 모색했고, 기존 Windows 격리 도구와 첫 비상승권한 프로토타입의 한계를 분석했다.

openai.com
#openai#privacy-design#ai-architecture#agent-routing
Our response to the TanStack npm supply chain attack
Article2026년 5월 13일

Our response to the TanStack npm supply chain attack

OpenAI는 TanStack npm 관련 Mini Shai Hulud 공급망 공격으로 직원 기기 2대와 일부 내부 저장소가 영향을 받았지만 사용자 데이터·제품·지식재산 침해 증거는 없었으며, 예방 차원에서 코드 서명 인증서를 교체하고 macOS 앱 업데이트를 요구한다고 밝혔다.

openai.com
#openai#privacy-design#agent-deployment#agent-routing
How enterprises are scaling AI
Article2026년 5월 11일

How enterprises are scaling AI

OpenAI는 유럽 주요 기업 리더 인터뷰를 바탕으로, 기업 AI 확장은 기술 배포보다 신뢰·거버넌스·워크플로 설계·품질 기준을 먼저 갖추는 문제라고 정리한다.

openai.com
#openai#privacy-design#agent-routing#ai-safety
OpenAI launches the OpenAI Deployment Company to help businesses build around intelligence
Article2026년 5월 11일

OpenAI launches the OpenAI Deployment Company to help businesses build around intelligence

OpenAI는 기업이 핵심 업무에 신뢰 가능한 AI 시스템을 구축·운영하도록 돕는 OpenAI Deployment Company를 출범시키고, Tomoro 인수와 40억 달러 이상 초기 투자로 현장 배치 역량을 확대한다.

openai.com
#openai#privacy-design#agent-deployment#agent-routing
Staying ahead in the age of AI
Article2026년 5월 11일

Staying ahead in the age of AI

OpenAI의 「Staying ahead in the age of AI」는 기업이 AI 발전 속도에 뒤처지지 않기 위해 정렬, 활성화, 확산, 가속, 거버넌스라는 실행 원칙을 조직 운영에 통합해야 한다고 설명하는 리더십 가이드입니다.

openai.com
#agent-routing#ai-safety#llm#semiconductors
Why Convex doesn't let candidates use AI in coding interviews
Article2026년 5월 11일

Why Convex doesn't let candidates use AI in coding interviews

Convex는 AI를 부정해서가 아니라 코딩 인터뷰가 지원자의 사고·소통·판단을 읽는 제한된 장치이기 때문에 AI를 배제하고, 실제 업무에서는 산출물 품질에 책임지는 한 도구 사용을 강제도 금지도 하지 않는다.

stack.convex.dev
#ai-architecture#agent-routing#llm#semiconductors
Introducing Question and Highlights: High-Quality Answers from the Web, 100x Fewer Tokens
Article2026년 5월 8일

Introducing Question and Highlights: High-Quality Answers from the Web, 100x Fewer Tokens

Firecrawl은 /scrape에 question과 highlights 형식을 추가해, 전체 페이지를 긁어 LLM에 넣는 복잡한 과정을 한 번의 호출로 줄이고 URL 기반의 근거 있는 답변이나 원문 그대로의 발췌를 훨씬 적은 토큰으로 반환한다고 발표했다.

Eric Ciarla
#token-efficiency#agent-routing#context-compression#prompt-library
Running Codex safely at OpenAI
Article2026년 5월 8일

Running Codex safely at OpenAI

OpenAI는 Codex를 제한된 실행 환경, 승인 정책, 관리형 네트워크·인증 통제, 에이전트 친화적 텔레메트리로 운영해 개발 생산성과 보안 가시성을 함께 확보한다고 설명한다.

openai.com
#openai#privacy-design#agent-routing#context-compression
Inside Porsche Cup Brasil’s AI-powered race operations
Article2026년 5월 7일

Inside Porsche Cup Brasil’s AI-powered race operations

포르쉐 컵 브라질은 Microsoft 기반 AI 손상 분석과 실시간 텔레메트리를 활용해 사고 차량 진단, 수리 의사결정, 경기 운영을 더 빠르고 일관된 실시간 시스템으로 바꾸고 있다.

news.microsoft.com
#privacy-design#service-design#ai-architecture#agent-routing
Scaling Trusted Access for Cyber with GPT-5.5 and GPT-5.5-Cyber
Article2026년 5월 7일

Scaling Trusted Access for Cyber with GPT-5.5 and GPT-5.5-Cyber

OpenAI는 GPT‑5.5와 제한 preview인 GPT‑5.5‑Cyber를 통해 검증된 사이버 방어자에게 더 유용한 접근을 제공하되, 신원 기반 통제와 오용 방지 장치를 결합해 방어 생태계 전반의 대응 속도를 높이려 한다.

openai.com
#openai#privacy-design#service-design#agent-deployment
Simplex rethinks software development with Codex
Article2026년 5월 7일

Simplex rethinks software development with Codex

Simplex는 ChatGPT Enterprise와 Codex를 전사적으로 도입해 AI 기반 개발 방식을 검증하고, 설계·구현·테스트 전반에서 생산성 향상을 정량적으로 확인했다.

openai.com
#openai#privacy-design#agent-routing#llm
How frontier firms are pulling ahead
Article2026년 5월 6일

How frontier firms are pulling ahead

OpenAI는 B2B Signals를 통해 AI를 더 깊고 넓게, 더 위임된 워크플로에 쓰는 프런티어 기업들이 일반 기업보다 빠르게 앞서고 있으며 그 격차가 누적되기 시작했다고 설명한다.

openai.com
#openai#privacy-design#agent-routing#ai-safety
이전1…910111213…2311 / 23다음