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

AI Modularity and Agentic Security Frameworks

AI Modularity and Agentic Security Frameworks

The tech landscape on May 8, 2026, is characterized by a dual focus on architectural efficiency in Large Language Models (LLMs) and the rigorous security frameworks required for autonomous AI agents. While research is pushing toward "emergent modularity" to reduce the computational overhead of massive models, industry leaders are establishing the "guardrails" necessary to integrate these powerful agents into enterprise production environments.

The dominant narrative is the transition from monolithic AI systems—both in terms of model architecture and deployment—toward composable, controllable, and auditable systems. Whether through the selective activation of "experts" in a neural network or the implementation of sandboxes and telemetry for coding agents, the goal is to maintain high performance while minimizing waste and risk.

Major Trends

  • Emergent Modularity in MoE Architectures: There is a shift away from monolithic LLMs toward Mixture-of-Experts (MoE) models that exhibit "emergent modularity." Unlike standard MoEs, where experts often specialize in low-level syntactic patterns (e.g., prepositions), new approaches like EMO allow experts to organize into coherent groups based on semantic domains such as health, politics, or code [#1].
  • Selective Expert Activation for Efficiency: A critical trend is the ability to use only a small subset of a model's parameters for specific tasks without significant performance loss. EMO demonstrates that using only 12.5% of its total experts can retain near full-model performance, offering a superior memory-accuracy trade-off compared to standard MoEs [#1].
  • Document-Level Routing Constraints: To achieve semantic modularity, researchers are using document boundaries as a weak supervisory signal. By restricting all tokens within a single document to a shared pool of experts, the model is forced to develop domain-specific specialization rather than surface-level pattern recognition [#1].
  • Agentic Security and "Technical Boundaries": As AI agents (specifically coding agents) gain the ability to autonomously execute commands and interact with repositories, the focus has shifted to defining strict technical boundaries. This includes the use of sandboxes to restrict file system access and network policies to block unauthorized outbound traffic [#2].
  • AI-Driven Security Auditing: The industry is moving toward "agent-native telemetry." Instead of traditional logs that only show what happened (e.g., a file was changed), new systems provide the context (the prompt and intent). These logs are then analyzed by AI-based security classification agents to distinguish between harmless mistakes and actual security escalations [#2].

Notable Launches & Releases

  • EMO (Pretraining Mixture of Experts for Emergent Modularity):
    • Specifications: A model with 1B active parameters and 14B total parameters (8 active experts, 128 total experts), trained on 1 trillion tokens [#1].
    • Key Feature: Supports selective expert use; keeping 25% of experts (32 subset) results in only a ~1% absolute performance drop, while 12.5% (16 subset) results in a ~3% drop [#1].
    • Releases: AllenAI has released the full EMO-trained model, a matched standard-MoE baseline, and the training code via GitHub and Hugging Face [#1].
    • Tooling: An interactive visualization tool is available at https://emovisualization.netlify.app/ [#1].
  • OpenAI Codex Security Framework:
    • Auto-Review Mode: A feature that uses a "sub-agent" to automatically approve low-risk requests, reducing the frequency of manual human intervention while maintaining safety [#2].
    • Integration: Supports OpenTelemetry log exports and integrates with the OpenAI Compliance Platform for Enterprise and Edu customers [#2].
    • Access Control: Utilizes CLI and MCP OAuth credentials stored in secure OS keyrings, with logins restricted to ChatGPT and tied to Enterprise workspaces [#2].

Industry, Policy & Funding

  • Enterprise Compliance: OpenAI is emphasizing the role of the ChatGPT Compliance Logs Platform, ensuring that all Codex activities are auditable and subject to the same controls as the broader Enterprise workspace [#2].
  • Managed Environments: The deployment of AI agents is increasingly relying on a combination of cloud requirements, macOS managed preferences, and local requirement files to enforce security baselines that users cannot arbitrarily change [#2].

Spotlight Articles

EMO: Pretraining mixture of experts for emergent modularity — This technical report details a breakthrough in MoE training that allows models to naturally organize into semantic modules. By changing how the router handles tokens within a document, AllenAI has created a composable architecture that significantly reduces the memory footprint required for domain-specific tasks. Read more

Running Codex safely at OpenAI — This piece outlines the comprehensive security architecture required to deploy autonomous coding agents. It highlights the necessity of combining sandboxing, human-in-the-loop approval policies, and AI-powered log analysis to maintain enterprise security without stifling developer productivity. Read more

What to Watch Next

  1. The Adoption of Composable LLMs: Whether other frontier models adopt the EMO approach to allow users to "load" only the necessary semantic modules for their specific industry.
  2. The Evolution of MCP (Model Context Protocol): How the use of MCP OAuth and server-based interactions in Codex will influence the standard for how AI agents interact with external tools.
  3. AI-on-AI Security Monitoring: The effectiveness of "security classification agents" in reducing the noise of endpoint alerts and whether this becomes the standard for SOC (Security Operations Center) workflows.
  4. Scaling MoE Modularity: Whether the 1B-active/14B-total parameter scale of EMO can be successfully scaled to trillion-parameter models while maintaining the same modularity efficiency.

채택 기사

2
mixture of expertsEMOemergent modularityMoEexpertsmodular structuredocument boundariesrouter
CodexOpenAIMCPChatGPTOpenTelemetryChatGPT Compliance Logs PlatformOpenAI Compliance PlatformCompliance API