Tag
This paper audits five diversity measures for LLM ensembles, finding that their associations with majority-vote gain are heavily entangled with model capability and are unstable after controlling for capability. The only robust signal is a modest residual pairwise co-failure association.
The article discusses OpenAI's GPT-5.6 Sol preview as a sign that future AI model releases may shift from rapid, broad deployment to slower, controlled rollouts focused on safety, monitoring, and risk mitigation.
This paper introduces Tiered Language Models (TLMs), which allow a single set of open-weight model parameters to support multiple capability levels controlled by secret keys. The method enables selective exposure of private capabilities while preserving public model behavior and resisting extraction.
Agent libOS introduces a library-OS-inspired runtime substrate for LLM agents, treating agents as schedulable processes with explicit capabilities, lifecycle management, audit records, and human approval queues. The design shifts the trust boundary from tool dispatch to runtime primitives, enabling long-running agents to be scheduled, authorized, resumed, and audited safely.
A reflection on the tradeoff in AI agent design: the point at which agents become useful by having real-world capabilities is the same point at which they become risky, requiring careful boundary setting for delegated authority.