Cover image

Edge Control: Why Synthetic Graphs Need a Repair Pass

TL;DR for operators Synthetic graph data is easy to make look plausible and hard to make structurally right. A graph can have the right number of nodes, a sensible average edge count, and a respectable generative model behind it, while still getting the relational geometry wrong. In graph domains, that is not a cosmetic flaw. The edges are the thing. ...

June 18, 2026 · 19 min · Zelina
Cover image

Bond Before Brain: What Actually Drives Molecular MPNNs

TL;DR for operators Molecular GNN selection is often sold as a choice among branded architectures: DMPNN, AttentiveFP, Graphormer, and the rest of the respectable parade. This paper asks a more useful question: before buying the whole architecture, which part of the message-passing pipeline is actually carrying the performance signal? The answer, within this study’s controlled 2D setting, is message construction. The authors benchmark 84 molecular MPNN configurations across ten MoleculeNet tasks by varying three operator families: message-seed initialization, node-edge fusion, and node update. They hold sum aggregation, sum readout, featurization, scaffold splits, tuning protocol, and statistical analysis fixed. That makes the benchmark less glamorous than a new model launch, and substantially more useful. ...

June 15, 2026 · 16 min · Zelina
Cover image

When Buffers Bite Back: Teaching AI to Respect Pallets in Flexible Job Shops

Factories rarely fail because a machine cannot work. They fail because the machine, the operator, the part, the fixture, the pallet, and the next free square meter of floor space refuse to arrive in the same universe at the same time. That is why a scheduling paper about pallets is more interesting than it sounds. ...

March 2, 2026 · 16 min · Zelina
Cover image

When the Brain Refuses to Tick: Continuous-Time AI for Seizure Forecasting

The brain is not a metronome A hospital monitor has a clock. A machine-learning pipeline has windows. A spreadsheet has rows. The brain, inconveniently, has none of these manners. Electroencephalography, or EEG, records electrical activity as a continuous stream across multiple scalp channels. Clinical AI systems then often chop that stream into fixed segments, transform each segment into features, and ask a classifier a familiar question: seizure or not seizure, abnormal or normal, risk or no risk. ...

February 27, 2026 · 16 min · Zelina
Cover image

Diffusing the Periodic Table: How Hierarchy Fixes Molecular AI

A molecule can fail for a very small reason. Not a grand theoretical reason. Not because the model lacks a cinematic vision of drug discovery. Sometimes the failure is an aromatic nitrogen that should carry hydrogen but does not. Sometimes it is a formal charge that disappears because the token vocabulary decided that “nitrogen” was enough detail. Chemistry, unfortunately, does not reward this sort of minimalism. ...

February 20, 2026 · 15 min · Zelina
Cover image

One-Hot Walls, LLaMA Doors: Teaching AI the Language of Buildings

A wall is rarely just a wall. In a building information model, “core wall,” “perimeter wall,” “loadbearing retaining wall,” “roof parapet,” and “balcony parapet wall” are not interchangeable administrative labels. They sit inside a professional language shaped by structure, function, construction sequence, cost responsibility, design intent, and downstream operational meaning. But many supervised AI models still learn these categories through one-hot encoding. Forty-two subtypes become forty-two orthogonal switches. One cell is turned on; forty-one are turned off. Congratulations: “core wall” is now mathematically as unrelated to “perimeter wall” as it is to “haunch.” Somewhere, a structural engineer silently closes the laptop. ...

February 18, 2026 · 6 min · Zelina
Cover image

Don’t Just Fuse It — Align It: When Multimodal Recommendation Grows a Spine

A product page has a photo. A description. A category. A few user clicks. Maybe a rating, if the platform is lucky. The ordinary recommender-system reflex is to pour all of that into the model and call it “multimodal.” Image embedding here, text embedding there, concatenate, pool, sum, ship. Then, when performance disappoints, add another feature extractor, another graph layer, another auxiliary objective, and hope the leaderboard blushes. ...

January 20, 2026 · 19 min · Zelina
Cover image

When Pipes Speak in Probabilities: Teaching Graphs to Explain Their Leaks

A pipe rarely announces failure politely. It does not send a memo saying, “Junction 14 is leaking, please dispatch a crew before lunch.” It changes pressure. It disturbs flow. It leaves small traces across a network where every junction and pipe is connected to everything else by physics, topology, and the usual municipal habit of maintaining critical infrastructure with budget constraints that appear to have been designed by a medieval ascetic. ...

January 7, 2026 · 16 min · Zelina
Cover image

When Riders Become Nodes: Mapping Fraud in Ride-Hailing with Graph Neural Networks

A ride can look perfectly normal. The driver accepts a request, reaches the pickup point, and ends the trip shortly afterward. Nothing in that single transaction necessarily screams fraud. But place it beside the driver’s repeated early completions, the passengers who frequently disappear from the platform after pickup, and the same locations where similar cancellations occur, and the pattern changes. ...

January 4, 2026 · 17 min · Zelina
Cover image

When Graphs Stop Guessing: Teaching Models to Rewrite Their Own Meaning

Customer networks are messy. Product graphs are messy. Fraud rings are messy. Supply-chain graphs are messy. The usual engineering reflex is also messy: when the graph model disappoints, add another architecture, another positional encoding, another “graph-aware” module, another clever acronym to the pile. The paper Semantic Refinement with LLMs for Graph Representations suggests a quieter alternative: before changing the model, change what the model is asked to read.1 ...

December 26, 2025 · 16 min · Zelina