← 리포트 목록
DailyEnglish5/18/2026 ~ 5/18/2026

AI Agents, World Models, and the Shift Toward System-Level Evaluation

AI Agents, World Models, and the Shift Toward System-Level Evaluation

The period of May 18, 2026, is characterized by a strategic shift in the AI industry: moving away from evaluating isolated models and toward assessing "full systems." This is evident in the launch of comprehensive agent benchmarks and the integration of specialized models into broader enterprise and developer ecosystems. There is a clear trend toward "agentic" workflows, where the model is merely the core of a larger architecture involving planning, memory, and tool use.

Simultaneously, the industry is advancing the practical deployment of these systems. From NVIDIA's focus on synthetic data generation for robotics via world models to OpenAI's partnership with Dell for on-premises enterprise deployment, the narrative is shifting from "what can the model do" to "how can this system be securely and efficiently deployed in production environments."

Major Trends

  • System-Level vs. Model-Level Evaluation: There is a growing recognition that the performance of an AI agent depends more on the "full system" (tools, planning, memory, and recovery) than on the underlying model alone [#4]. The launch of the Open Agent Leaderboard highlights that different agent architectures using the same model can produce vastly different results in both quality and cost [#4].
  • The "Retrieve-then-Rerank" Production Pattern: In search and retrieval, the industry is refining the two-step process where a fast embedding model retrieves candidates and a high-accuracy cross-encoder (reranker) re-orders them [#1]. This approach balances the computational expense of joint encoding with the need for high precision in final rankings [#1].
  • Synthetic Data for Physical AI: To overcome the high cost and slow speed of collecting real-robot trajectories, there is a trend toward using fine-tuned video world models to generate synthetic trajectories for robot learning [#2]. This allows for scalable training of robot policies in specific domains or viewpoints [#2].
  • Hybrid and On-Premises Enterprise AI: Large-scale AI adoption is moving toward hybrid environments to ensure data security and proximity. The partnership between OpenAI and Dell exemplifies this, focusing on deploying agentic tools like Codex within the Dell AI Data Platform and AI Factory to keep sensitive enterprise data on-premises [#5].
  • Backend Flexibility in Document AI: There is a push to reduce integration friction in Document AI workflows. By allowing tools like PaddleOCR to use a Transformers backend, developers can more easily plug OCR and document parsing capabilities into existing PyTorch/Hugging Face-centered RAG and agent stacks [#3].

Notable Launches & Releases

  • Ettin Reranker Family: A suite of six Sentence Transformers CrossEncoder rerankers released under the Apache 2.0 license [#1].
    • Models: ettin-reranker-17m-v1, 32m-v1, 68m-v1, 150m-v1, 400m-v1, and 1b-v1 [#1].
    • Technical Details: Built on ModernBERT encoders, supporting up to 8K tokens of context. They utilize a 4-module classification head and were trained via a distillation recipe using mixedbread-ai/mxbai-rerank-large-v2 scores [#1].
  • Open Agent Leaderboard & Exgentic: An open evaluation framework for general-purpose AI agents [#4].
    • Benchmarks Included: SWE-Bench Verified, BrowseComp+, AppWorld, tau2-Bench Airline & Retail, and tau2-Bench Telecom [#4].
    • Key Findings: General-purpose agents are becoming competitive with specialized ones; however, open-weight models (e.g., DeepSeek V3.2, Kimi K2.5) trail closed-source frontier models by 18–29 percentage points on average [#4].
  • PaddleOCR 3.5: An update introducing a flexible inference-engine interface that now supports Hugging Face Transformers as a backend, alongside Paddle static and dynamic graphs [#3].
  • NVIDIA Cosmos Predict 2.5 Fine-Tuning Guide: A release detailing the use of LoRA and DoRA to adapt the 2B-parameter world model for robot video generation [#2].
    • Training Specs: Uses a training dataset of 92 robot manipulation videos; training takes approximately 17 hours on a single H100 or 2.5 hours on 8 H100 GPUs [#2].

Industry, Policy & Funding

  • OpenAI and Dell Technologies Partnership: The two companies have partnered to integrate Codex into Dell's hybrid and on-premises infrastructure. The collaboration targets the Dell AI Data Platform (for data governance) and the Dell AI Factory (for powering AI workloads), aiming to provide a secure path for enterprises to deploy AI agents at scale [#5].
  • Codex Adoption Metrics: OpenAI reported that Codex is one of its fastest-growing enterprise products, with more than 4 million developers using it weekly [#5].

Spotlight Articles

The Open Agent Leaderboard — This piece argues that the "agent matters" as much as the model, demonstrating that the same model can yield different success rates and costs depending on the surrounding architecture. It introduces a unified protocol to standardize how agents interact with diverse benchmarks. Read more [#4]

Introducing the Ettin Reranker Family — A technical deep dive into the efficiency of cross-encoders, explaining the "retrieve-then-rerank" pipeline and providing a comprehensive benchmark of different model sizes against the MTEB(eng, v2) Retrieval suite. Read more [#1]

Fine-Tuning NVIDIA Cosmos Predict 2.5 with LoRA/DoRA — A practical guide on using parameter-efficient fine-tuning to create synthetic robot trajectories, highlighting the use of "rectified flow" to predict velocity in video generation. Read more [#2]

What to Watch Next

  1. The Gap Between Open and Closed Agents: With open-weight models trailing frontier models by nearly 30% on the Open Agent Leaderboard, watch for new releases from the open-source community attempting to close this gap [#4].
  2. Agentic Enterprise Workflows: Following the OpenAI/Dell partnership, track how "Codex-powered agents" move beyond coding into business systems like lead qualification and report preparation in on-premises environments [#5].
  3. World Model Application in Robotics: Monitor the transition from synthetic video generation (via Cosmos Predict 2.5) to actual physical robot policy deployment and the resulting impact on "Physical AI" [#2].
  4. Evolution of the "Retrieve-then-Rerank" Stack: As rerankers like the Ettin family push context windows to 8K tokens, watch for how this changes the retrieval of long-form documents in RAG pipelines [#1].

채택 기사

5
Ettin Reranker FamilySentence TransformersCrossEncoderEttinModernBERTretrieve-then-rerankcross-encoder/ettin-reranker-17m-v1cross-encoder/ettin-reranker-32m-v1
NVIDIA Cosmos Predict 2.5LoRADoRARobot Video Generationworld modelrobot manipulationsynthetic trajectoriesrobot learning
PaddleOCR 3.5OCRDocument ParsingTransformersHugging FacePP-OCRv5PaddleOCR-VL 1.5inference backend
#4English5/18/2026
The Open Agent LeaderboardAI agentsExgenticgeneral purpose AI agentsgeneral agent evaluationopen evaluation frameworkagent systemsgenerality
OpenAIDell TechnologiesCodexhybrid and on-premises enterprise environmentsDell AI Data PlatformDell AI FactoryChatGPT Enterpriseagentic AI