From Claim Chaos to Review-Ready Case Files

A small insurance broker redesigned a fragmented claims-preparation workflow into a human-reviewed agentic process that turns scattered documents into completeness-checked, risk-screened, underwriter-ready files.

October 15, 2025 · 9 min · Vox
Cover image

Pipes by Prompt, DAGs by Design: Why Hybrid Beats Hero Prompts

The demo is easy. The DAG is not. Pipeline automation has a wonderfully deceptive user story. A business analyst writes: “Take this customer file, clean the locations, geocode the addresses, add weather data, then save the enriched output.” An LLM replies with a Python file. The file looks plausible. There are imports. There is an Airflow DAG. There are operators. There are dependencies. A demo audience nods approvingly. ...

October 1, 2025 · 14 min · Zelina

From School Office Overload to Reviewable Administrative Intelligence

A mid-sized private K-12 school redesigned fragmented admissions, parent communication, attendance, fee, and teacher-report workflows into an AI-agent-enabled operating layer with human checkpoints for sensitive decisions.

September 30, 2025 · 8 min · Vox
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

From Branch Chats to an AI Operating Loop: Restaurant Operations Agents for a Multi-Branch Food Business

A multi-branch restaurant group used specialized AI agents to convert scattered branch data into reviewed demand, inventory, staffing, menu, and customer-service decisions.

September 15, 2025 · 8 min · Vox
Cover image

Plan, Then Rewrite: Why Explicit Intent Wins in Agent Workflows

A user starts by asking for Italian restaurants, answers a few clarification questions, then changes their mind and asks for Mexican instead. A human hears the reversal. A planner may hear: pizza, pasta, Italian, Mexican, recommendations, and perhaps a vague invitation to overachieve. Naturally, it may then produce a plan with the confidence of a consultant who attended only half the meeting. ...

September 11, 2025 · 14 min · Zelina
Cover image

Talk, Tool, Triumph: Training Agents with Real Conversations

TL;DR for operators The paper behind this article is useful because it changes the unit of training. Instead of training an agent to emit the right function call after a tidy prompt, MUA-RL trains the agent inside a live-feeling loop: user message, agent response, tool call, database result, another user message, another decision, and so on.1 That is much closer to customer support, travel booking, retail order management, telecom troubleshooting, and internal workflow automation. In other words: the model is not just learning which button to press. It is learning when to ask, when to verify, when to act, and when not to confidently vandalise the database. Progress. ...

August 27, 2025 · 16 min · Zelina
Cover image

Paging Dr. Model: When AI Runs the Workup

TL;DR for operators DxDirector-7B is interesting because it does not behave like a normal medical chatbot. It does not wait for a doctor to gather a neat case history and then offer a polished answer. It starts with a vague chief complaint, decides what information is missing, asks for clinical operations when necessary, and stops when it believes enough evidence exists to make a diagnosis.1 ...

August 18, 2025 · 18 min · Zelina
Cover image

Skip or Split? How LLMs Can Make Old-School Planners Run Circles Around Complexity

TL;DR for operators When an AI system has to execute a multi-step operational plan, the tempting move is to ask the LLM for the plan. This paper argues for a less glamorous and more useful pattern: let the LLM help shrink the search problem, then let a classical planner verify and compose the actual action sequence.1 ...

August 18, 2025 · 16 min · Zelina

From Patient Messages to Clinician-Ready Intake: An AI Triage Agent for a Private Clinic

A private outpatient clinic redesigned its patient intake workflow from manual multi-channel coordination into a human-reviewed AI-agent workflow that improves intake completeness, routing discipline, and doctor preparation.

August 15, 2025 · 10 min · Vox