From Fab War Room to Evidence Loop: A Semiconductor Yield-Investigation Agent

A composite 300 mm specialty fab redesigned yield-excursion investigations around six evidence-grounded agents while retaining human authority over equipment, recipes, lot disposition, corrective actions, and production release.

August 15, 2026 · 8 min · Vox
Cover image

Control in Degrees: Why Reliable AI Needs Calibrated Intervention

TL;DR for operators Reliability is often treated as a binary control problem: approve or reject an agent action, preserve or replace a learned component. The evidence here points to a second question that can matter just as much: how strongly should the system intervene, where, and under what conditions? The clearest technical example comes from continual reinforcement learning. In a 400-million-step SlipperyAnt stress test, CPR recorded zero policy collapses across all 15 seeds under the paper’s main collapse criterion, while Adam and binary-reset baselines experienced collapses. Rather than fully replacing every selected component, CPR changes it by an amount tied to measured utility—preserving more useful learned state while refreshing low-utility state more aggressively. ...

August 11, 2026 · 8 min · Zelina

From Permit Ping-Pong to Governed Case Flow

A mid-sized municipal permit office redesigns fragmented intake, regulatory search, departmental routing, clarification, inspection scheduling, and decision documentation around six specialized agents while preserving human authority over interpretation and adjudication.

July 30, 2026 · 8 min · Vox
Cover image

Slow Policy, Fast Power: Where Agentic Control Belongs in Wireless Networks

TL;DR for operators An operator can shift priorities from throughput to energy saving in a sentence. The network still has to make feasible power decisions every transmission slot. Agentic-LTPO separates those jobs: a slower agent layer interprets policy and proposes bounded settings, while a deterministic solver retains control of fast execution. In a simulated network where distributed access points jointly serve users, the complete system reports 22.8 cumulative communication utility, compared with 14.5 for static configuration—a 57.2% relative gain. The improvement does not come from letting an LLM control the physical layer directly. Proposed changes pass through structured grounding, retrieval, projection into allowed ranges, criticism, and numerical optimization before affecting the network. ...

July 25, 2026 · 9 min · Zelina
Cover image

The Agent Benchmark Without the Agent Bill

TL;DR for operators Agent evaluations are expensive for a fairly obvious reason: the agent has to do something. It must browse, edit files, call tools, manipulate repositories, survive its own mistakes, and occasionally discover that the environment has changed while nobody was looking. The paper introduces Pace, a method for predicting performance on an expensive agentic benchmark from a compact set of cheaper, non-agentic test instances.1 Across 14 frontier models and four agentic benchmarks, a 100-instance Pace proxy produces an average mean absolute error of 3.80 percentage points, a 0.81 Spearman rank correlation, and 84.37% pairwise model-ranking accuracy under leave-one-model-out validation. ...

July 16, 2026 · 16 min · Zelina

From Memory-Based Coordination to Controlled Case Orchestration

A metropolitan funeral home redesigns a fragile, coordinator-dependent case process around specialized AI agents while retaining human control over every family, legal, ceremonial, and religious decision.

July 15, 2026 · 8 min · Vox
Cover image

The Crystal Ball Was a Search Loop

TL;DR for operators Lab automation is not the story here. The story is search discipline. The paper introduces HACO, a human–AI co-discovery system that tries to develop a better crystal structure prediction algorithm by searching across generative-modeling ideas, coding candidates, training them, evaluating them, and refining the winners. The system identifies masked generative modeling, specifically MaskGIT from computer vision, as a transferable idea for crystal structure prediction. With sparse human steering, it turns that idea into MaskGXT, a masked discrete-token transformer for generating crystal structures from compositions.1 ...

July 7, 2026 · 19 min · Zelina

From Alert Queue to Governed Incident Record

A mid-sized managed security provider redesigned its analyst-heavy incident workflow around specialized agents that assemble and maintain the evidence record while humans retain authority over containment, client communication, breach declaration, and regulatory escalation.

June 30, 2026 · 8 min · Vox
Cover image

Learning Has a Supply Chain

TL;DR for operators AI learning is becoming less like “train a bigger model and hope it behaves” and more like operating a controlled capability loop. The first paper in this cluster shows a narrow but important lesson: once a multimodal model has learned useful representations, the final adaptation step should optimize the metric that actually matters, while avoiding damage to the representation underneath.1 The second paper moves the same logic into physical action: an embodied system should connect language-level intention, predicted world change, memory, and executable robot control, not merely map images to motor commands with expensive optimism.2 The third paper zooms out: when agentic AI becomes economically and militarily useful, the real bottleneck includes data centers, accelerators, electricity, water, datasets, and skilled labor.3 ...

June 27, 2026 · 14 min · Zelina
Cover image

Feedback Is the New Attack Surface

TL;DR for operators AI agents are not only vulnerable because someone can hide a bad instruction in an email, document, web page, Slack message, or tool output. They are vulnerable because attackers can now automate the search for bad instructions that work. That changes the security problem. A one-off prompt injection is annoying. An automated attack loop is strategic. It generates candidate injections, observes the agent’s response, scores partial progress, keeps the promising branches, and tries again. Very entrepreneurial, in the worst possible way. ...

June 23, 2026 · 21 min · Zelina