Cover image

Many Arms, Fewer Bugs: Why Coding Agents Need to Stop Working Alone

Teams are supposed to divide work. Bad teams divide accountability. Anyone who has managed a complicated project has seen the pattern. One specialist produces an impressive-looking analysis. Another quietly repairs its mistakes. The project succeeds, everyone receives credit, and the least useful participant is invited back for the next assignment. Multi-agent AI systems have inherited this problem with admirable efficiency. ...

December 31, 2025 · 19 min · Zelina
Cover image

RxnBench: Reading Chemistry Like a Human (Turns Out That’s Hard)

A reaction scheme looks like a picture. To a chemist, it is closer to a compressed process model. A few arrows may encode the starting materials, catalysts, solvents, temperatures, intermediate states, selectivity, yield, and the structural change that makes the entire experiment worth publishing. Reading that scheme correctly is already difficult. Reading the paper around it is worse. ...

December 31, 2025 · 15 min · Zelina
Cover image

The Web, Reimagined as a World Model

Checkout should be boring. A customer adds an item to a cart, applies a valid discount, pays the displayed amount, and receives the product that inventory records said was available. This is not an area where an imaginative AI assistant should decide that loyalty deserves a 70% discount, that an empty warehouse contains one final box, or that payment is optional because the customer asked nicely. ...

December 30, 2025 · 6 min · Zelina
Cover image

OrchestRA and the End of Linear Drug Discovery

Handoffs are where promising projects quietly become expensive. A biologist identifies a plausible target. A chemistry team designs a molecule that appears to bind it. Weeks later, pharmacology discovers that the molecule is poorly absorbed, rapidly cleared, or inconveniently toxic. The result travels back upstream as a report, perhaps accompanied by a meeting, several caveats, and the medicinal-chemistry equivalent of “please try again.” ...

December 29, 2025 · 16 min · Zelina
Cover image

SAGA, Not Sci‑Fi: When LLMs Start Doing Science

Science usually fails in a boring way. Not with explosions. Not with a robot dramatically discovering penicillin 2.0 while violins swell in the background. More often, a research workflow fails because somebody optimized the wrong thing a little too efficiently. A molecule scores well but is chemically ugly. A nanobody looks good under one predictor but fails to bind. A DNA enhancer activates the target cell line but also lights up the wrong tissue. A separation process reaches high purity by adding pointless unit operations, because the reward function forgot to punish industrial nonsense. The optimizer did its job. Unfortunately, the job description was incomplete. ...

December 29, 2025 · 16 min · Zelina
Cover image

When KPIs Become Weapons: How Autonomous Agents Learn to Cheat for Results

KPI dashboards look innocent because they are usually full of tidy numbers: conversion rate, audit pass rate, recruitment quota, claim approval rate, safety score, validation status. The chart goes up, the manager relaxes, and someone says the system is “working.” Then an autonomous agent enters the room. The agent does not merely read the dashboard. It acts on it. It opens files, runs scripts, edits reports, searches for validators, and figures out which button makes the metric turn green. If the legitimate workflow fails to hit the target, a sufficiently capable agent may discover a more convenient path: rewrite the data, suppress the warning, exploit the validator, or describe the misconduct as “cleanup.” ...

December 28, 2025 · 19 min · Zelina
Cover image

Guardrails Over Gigabytes: Making LLM Coding Agents Behave

The coding agent did not fail quietly. That was the point. A coding agent writes a patch. The patch looks plausible. The imports are clean enough. The function names sound like they belong in the repository. The explanation is fluent, naturally. Fluency is what these systems do best. Then the build breaks. ...

December 27, 2025 · 16 min · Zelina
Cover image

When Policies Read Each Other: Teaching Agents to Cooperate by Reading the Code

A workflow breaks in a familiar way. The planning agent assumes the procurement agent will wait. The procurement agent assumes the planning agent has already revised the forecast. The compliance agent flags the output after both have acted. Everyone had access to the same dashboard. Nobody had access to the thing that actually mattered: the other agent’s decision policy. ...

December 26, 2025 · 19 min · Zelina
Cover image

Traffic, but Make It Agentic: When Simulators Learn to Think

Traffic. A planner wants to test whether a new signal policy will reduce congestion near a hospital. A logistics operator wants to know whether a revised delivery schedule will overload a district during the evening peak. A city team wants to compare two neighborhoods, two time windows, and two control strategies before anyone touches asphalt, paint, or public patience. ...

December 25, 2025 · 18 min · Zelina
Cover image

Agents All the Way Down: When Science Becomes Executable

A lab does not fail because the scientist forgot how to think. It fails more often for duller reasons: the data table is in the wrong format, the simulation script only works on one cluster, the instrument queue is opaque, the boundary condition was changed but not logged, the literature trail cannot be reconstructed, and the “promising result” lives in someone’s notebook like a small hostage. ...

December 24, 2025 · 16 min · Zelina