Cover image

No CIG, Still Checking: When Medical Guidelines Become Executable

TL;DR for operators Most organizations do not have a compliance problem because nobody wrote the rules down. They have a compliance problem because the rules exist in prose, the operational evidence exists in messy records, and the bridge between the two is usually a small group of overworked experts quietly aging in a meeting room. ...

June 29, 2026 · 24 min · Zelina
Cover image

The Cost of Thinking Twice: Why Agentic AI Needs a CFO

Budget. That is the word agentic AI usually discovers after the demo is over. During the demo, the agent searches again. It verifies again. It calls another tool, adds another reasoning step, and produces an answer that feels satisfyingly deliberate. In production, the same behavior becomes less charming. Tokens accumulate, latency stretches, logs become harder to inspect, and nobody is entirely sure whether the last two tool calls were useful or just the machine equivalent of pacing around the room with a clipboard. ...

March 23, 2026 · 17 min · Zelina
Cover image

Routing the Brain: Why Smarter LLM Orchestration Beats Bigger Models

Budget is where many agentic AI demos go to become enterprise software. A prototype looks magical when every agent is powered by the strongest available model. The planner plans, the coder codes, the reviewer reviews, the analyst generates charts, and nobody asks why the “simple CSV preview” cost the same kind of model call as a concurrency audit. Then the workflow is run at scale. Suddenly the demo is not an assistant. It is a very polite furnace. ...

February 2, 2026 · 16 min · Zelina
Cover image

Sequential Beats Parallel: When Deep Research Agents Learn to Reflect

A research request usually begins with a deceptively harmless sentence: “Can you give me the full picture?” Then comes the usual enterprise ritual. Someone breaks the topic into pieces. One person checks competitors. Another checks regulation. Another reads technical reports. Another searches recent news. Everyone works quickly. Everyone returns with fragments. Then one unlucky analyst stitches the fragments into a report and pretends the seams are a design choice. ...

January 31, 2026 · 14 min · Zelina
Cover image

Attention Is All the Agents Need

Meetings are useful only when people listen. Anyone who has sat through a badly run management meeting knows the opposite version too: five smart people speak, nobody resolves contradictions, the loudest answer survives, and the final memo becomes a polished blend of everyone’s confusion. Congratulations. You have built an expensive consensus machine. ...

January 26, 2026 · 19 min · Zelina
Cover image

One-Shot Brains, Fewer Mouths: When Multi-Agent Systems Learn to Stop Talking

Meetings are expensive because people talk. Multi-agent AI systems have discovered the same problem, only with tokens instead of coffee. The standard promise sounds attractive: let several LLM agents play different roles, exchange views, debate mistakes, critique each other, and produce a better answer than one lonely model staring into the void. Sometimes this works. It also creates a very modern failure mode: a small committee of agents turns into a transcript factory. Every extra round adds context. Every context window invites more repetition. Every repetition costs money, latency, and occasionally correctness. Artificial intelligence, it turns out, can also suffer from over-management. ...

January 18, 2026 · 16 min · Zelina
Cover image

Doctor, Interrupted: How Multi-Agent AI Revives the Lost Art of Pre‑Consultation

TL;DR for operators This paper is best read as a workflow paper, not a miracle-doctor paper. It shows that pre-consultation AI becomes more useful when it stops behaving like a polite symptom box and starts behaving like an intake coordinator with a checklist, memory, and a sense of unfinished business. The system decomposes pre-consultation into triage, history of present illness, past history, and chief complaint generation. A Controller agent decides what still needs to be asked. A Monitor agent checks whether subtasks are complete. A Prompter and Inquirer convert those gaps into the next clinical question. This is less theatrical than “AI doctor,” which is precisely why it matters. ...

November 6, 2025 · 13 min · Zelina
Cover image

Right Tool, Right Thought: Difficulty-Aware Orchestration for Agentic LLMs

Tickets are not equal. Some user requests are glorified form-filling. Some are ambiguous investigations with missing context, tool calls, intermediate checks, and enough failure modes to keep a compliance officer quietly blinking at the ceiling. Yet many agentic systems still behave as if every query deserves the same ritual: summon the agents, run the workflow, pass outputs around, maybe add a debate round for theatrical effect, and hope the bill does not look too much like modern art. ...

September 20, 2025 · 15 min · Zelina
Cover image

Mind the Gap: How OSC Turns Agent Chatter into Compound Intelligence

Teams fail quietly before they fail visibly. The procurement analyst missed a constraint. The legal reviewer assumed a definition. The finance model used a different baseline. Everyone produced competent work. The final report still wobbled because the collaboration layer never asked the obvious question: who knows what, who misunderstands what, and which disagreement is worth resolving before the answer is assembled? ...

September 11, 2025 · 16 min · Zelina
Cover image

Edge of Reason: Orchestrating LLMs Without a Conductor

TL;DR for operators Symphony is not just another “let several agents chat until something sensible happens” framework. The paper’s real contribution is more specific: it proposes a decentralised orchestration pattern where agents advertise capabilities, subtasks are routed to the best-matching available worker, and final answers are selected through weighted voting across multiple reasoning paths.1 ...

August 30, 2025 · 16 min · Zelina