Cover image

Green Lights, Smarter Cities: How Multi‑Agent Reinforcement Learning Is Rewiring Urban Traffic

Traffic lights are not stupid. They are obedient. That is the problem. A fixed-time signal does exactly what it was told to do: hold this green for this long, clear the junction, move to the next phase, repeat. It does not care that one lane is empty, another is spilling backward, and a third has just received a platoon of vehicles from the previous intersection. It is not being malicious. It is merely following a plan designed for a world that stopped changing five minutes ago. ...

March 14, 2026 · 17 min · Zelina
Cover image

Crash Test Intelligence: How Agentic AI Is Reinventing Autonomous Vehicle Safety

Test lab. That phrase still sounds reassuring: white floors, controlled equipment, engineers with clipboards, a vehicle behaving badly in exactly the way the test protocol expected. Very scientific. Very orderly. Very unlike the road. Autonomous vehicles do not fail only inside tidy scenarios. They fail in combinations: glare plus wet pavement, partial occlusion plus a distracted pedestrian, sensor ambiguity plus a planner that is technically following its objective but not the spirit of survival. The industry’s safety problem is therefore not merely “we need more tests.” It is more awkward than that. We need better ways to search for the tests humans did not think to write. ...

March 7, 2026 · 16 min · Zelina
Cover image

When Robots Disagree: Taming Gradient Conflicts in Cross-Embodiment Offline RL

A robot fleet looks efficient on a spreadsheet. One warehouse robot logs a few million movements. Another quadruped logs a few million more. A bipedal platform contributes its own dataset. The obvious managerial instinct is to pour everything into one large training pool and let scale do its polite little miracle. This is where robots become less cooperative than cloud software. ...

February 23, 2026 · 16 min · Zelina
Cover image

From Pixels to Patterns: Teaching LLMs to Read Physics

Logs are useful until they become a landfill. Every serious automation system eventually produces the same awkward artifact: a long trace of what happened. A machine moved here. A sensor changed there. An object collided, rolled, paused, reversed, bounced, touched something else, and then the system reached—or failed to reach—the desired state. In principle, this trace contains the answer. In practice, it is the kind of answer that makes a language model stare at 5,000 tokens of coordinates and politely hallucinate a story. ...

February 11, 2026 · 18 min · Zelina
Cover image

When VR Shooters Meet Discrete Events: Training Security Policies Without Endless Human Trials

Training a security policy sounds simple until the training data involves people role-playing traumatic emergencies inside a virtual school. That is the uncomfortable starting point of this paper. Virtual reality can help researchers study rare and dangerous events under controlled conditions, but it does not solve the scaling problem. Every new intervention, policy variation, or robot behavior still needs another human-subject experiment. That is slow, expensive, ethically constrained, and not exactly a cheerful afternoon in the lab. ...

February 6, 2026 · 17 min · Zelina
Cover image

Trust Issues at 35,000 Feet: Assuring AI Digital Twins Before They Fly

Trust Issues at 35,000 Feet: Assuring AI Digital Twins Before They Fly Airspace is a bad place to discover that your simulation was “mostly right.” That sentence is obvious enough to sound useless, but it points to the real issue. For an AI-enabled digital twin of air traffic control, being “accurate” is not one property. It is a stack of claims. The data must be representative. The software representation must preserve the right details. The trajectory predictor must handle uncertainty rather than pretending aircraft behave like obedient geometry. The AI agents using the twin must receive, act on, and explain information without corrupting the control problem on the way. ...

January 7, 2026 · 21 min · Zelina
Cover image

When Sketches Start Running: Generative Digital Twins Come Alive

Factory sketches are usually where industrial simulation begins, not where it runs. An engineer draws the line, marks the queue, places a processor, adds a conveyor, then disappears into the less glamorous work: configuring objects, assigning arrival distributions, wiring routes, and writing platform-specific logic. The sketch is the easy part. The executable twin is the expensive part. ...

December 24, 2025 · 18 min · Zelina
Cover image

When Rewards Learn to See: Teaching Humanoids What the Ground Looks Like

Robots do not fall because the word “walk” is ambiguous. They fall because the ground has opinions. A flat floor, a gap, a pile of blocks, and a staircase may all ask for “locomotion,” but they do not ask for the same behavior. One asks for velocity tracking. Another asks for foot placement. Another punishes careless exploration. A staircase, because it has a flair for drama, asks the robot to negotiate gravity one step at a time. ...

December 21, 2025 · 14 min · Zelina
Cover image

Let There Be Light (and Agents): Automating Quantum Experiments

Let There Be Light (and Agents): Automating Quantum Experiments A lab notebook is not just a diary. It is an institutional memory system with bad handwriting, missing parameter values, and occasional coffee damage. That is not a joke, unfortunately. In experimental science, much of the valuable knowledge sits between formal theory and physical execution: which crystal goes with which pump, how the beams should be routed, which detector timing window is plausible, which old setup can be reused, and which beautiful simulation is quietly lying through its teeth. ...

December 20, 2025 · 16 min · Zelina
Cover image

Path of Least Resistance: Why Realistic Constraints Break MAPF Optimism

Robots do not move through warehouses as clean little dots on a grid. They rotate. They accelerate. They wait behind other robots. They lose time in corners. They obey controllers, not PowerPoint arrows. This is the small operational fact that makes a large amount of path-planning optimism look slightly overdressed. Multi-Agent Path Finding, or MAPF, usually asks a neat question: given many agents, each with a start and goal location, can we find collision-free paths for all of them? In the standard version, the world is a graph, time advances in discrete steps, and each robot either moves to a neighboring vertex or waits. It is elegant, measurable, and algorithmically productive. It is also not how a differential-drive robot actually behaves when squeezed through a congested warehouse aisle. ...

December 11, 2025 · 15 min · Zelina