Cover image

When Tools Think Before Tokens: What TxAgent Teaches Us About Safe Agentic AI

When Tools Think Before Tokens: What TxAgent Teaches Us About Safe Agentic AI Tools are supposed to make AI safer. That is the sales pitch, anyway. Give the model access to curated biomedical databases, let it call APIs instead of hallucinating from memory, and clinical reasoning suddenly becomes more grounded. Less improvisation, more evidence. Less theatrical confidence, more traceable work. ...

December 15, 2025 · 13 min · Zelina
Cover image

Suzume-chan, or: When RAG Learns to Sit in Your Hand

A visitor walks into a research demo, a museum gallery, a hospital information corner, or a corporate training booth. The expert is busy. The brochure is dry. The QR code leads to a page nobody wants to read while standing up. The chatbot is available, technically, but it lives behind a screen and feels like another form to be tolerated. ...

December 13, 2025 · 18 min · Zelina
Cover image

When LLMs Stop Guessing and Start Arguing: A Two‑Stage Cure for Health Misinformation

A clinic does not convene a committee every time a thermometer reads 37°C. It checks the reading, compares it with context, and escalates only when the situation becomes ambiguous. That simple operating habit is often missing from AI systems. Give a language model a health claim, and many modern pipelines immediately reach for the big machinery: web search, retrieval, reasoning chains, multiple agents, judge models, and a small theatre production in prompt form. ...

December 13, 2025 · 13 min · Zelina
Cover image

Trees That Think Faster: Adaptive Compression for the Long-Context Era

Long context is a lovely product promise until the invoice arrives. Every enterprise AI demo eventually wants the same magic trick: read the whole contract archive, remember every customer interaction, inspect every ticket, keep all meeting notes alive, and answer as if the model has a tidy brain instead of a very expensive attention matrix. The sales slide says “128K context.” The infrastructure team hears “latency, memory, and GPU burn.” Both are correct. One is merely dressed better. ...

December 7, 2025 · 17 min · Zelina
Cover image

Memory, Multiplied: Why LLM Agents Need More Than Bigger Brains

Memory, Multiplied: Why LLM Agents Need More Than Bigger Brains Memory is where many AI demos go to die. The demo looks fluent. The agent remembers the last three messages, calls a tool, summarizes a PDF, maybe even smiles politely while destroying your calendar. Then you return tomorrow and ask it to continue a project involving a client, two documents, three images, and a corrected assumption from last week. Suddenly the “agent” becomes a very expensive intern with amnesia. ...

December 4, 2025 · 18 min · Zelina
Cover image

When Research Becomes a Tree: Why Static-DRA Matters in an Agentic World

A research agent enters a company budget meeting. That sounds like the beginning of a bad consulting joke, but it is exactly where “deep research” systems are heading. The first generation of excitement was about capability: can an AI agent search, plan, decompose, synthesize, and write a report that feels less like a chatbot answer and more like an analyst memo? Fine. The next question is less glamorous and far more operational: can the company control how much research the agent performs before the invoice becomes a small weather event? ...

December 4, 2025 · 15 min · Zelina
Cover image

From Building Blocks to Breakthroughs: Why RL Finally Teaches Models to Think

Training an AI model is often sold like a kitchen renovation: add more data, add reinforcement learning, install the shiny reasoning countertop, and suddenly the whole thing looks expensive enough to be intelligent. This paper is useful because it ruins that brochure. The authors of Atomic Skills are the Prerequisite: When Reinforcement Learning Synthesizes Compositional Reasoning, and When It Only Amplifies ask a deceptively simple question: does reinforcement learning create new reasoning ability, or does it only increase the probability of behaviors the model could already produce?1 Their answer is not the clean slogan either camp wants. RL can synthesize new compositional reasoning, but only when the model has already learned the right underlying atomic skills. Without that foundation, RL mostly polishes whatever behavior already exists. Sometimes that is reasoning. Sometimes it is just a better-trained shortcut wearing a lab coat. ...

December 2, 2025 · 18 min · Zelina
Cover image

RL, Recall, and the Rise of Agentic Memory: What Memory-R1 Means for AI Systems

A customer-support agent that remembers the wrong thing is often worse than one that remembers nothing. Nothing can be checked. Wrong memory arrives wearing the little hat of confidence. This is the uncomfortable problem behind long-term AI agents. Businesses want systems that remember customer preferences, project history, unresolved tickets, contractual context, previous exceptions, and the fact that the user did not, in fact, ask to restart the whole workflow from scratch. The usual engineering answer is to bolt on memory: save notes, retrieve similar snippets, stuff them into context, and hope the model behaves like a diligent assistant rather than a distracted intern with a filing cabinet. ...

November 21, 2025 · 15 min · Zelina
Cover image

Graph Medicine: When RAG Stops Guessing and Starts Diagnosing

Hospitals do not suffer from a shortage of medical text. They suffer from a shortage of medical text that machines can use without becoming dangerously imaginative. Clinical guidelines are full of thresholds, exceptions, disease associations, diagnostic pathways, and terminology that looks tidy only until someone tries to automate it. A guideline may say one thing about a biomarker in the context of cardiovascular risk, another in renal disease, and something subtly different when age, sex, postoperative status, or treatment history enters the room. This is exactly the sort of nuance that makes large language models useful—and also exactly the sort of nuance that makes them risky. ...

November 18, 2025 · 15 min · Zelina
Cover image

Forget Me Not: How RAG Turns Unlearning Into Precision Forgetting

A user asks to be forgotten. The recommender team opens the dashboard, sighs quietly, and faces the usual menu of unpleasant options. Retrain the model from scratch, which is clean in theory and expensive in practice. Partition the data so only part of the system needs rebuilding, which sounds elegant until collaborative signals leak across groups like gossip at a small wedding. Or approximate the user’s influence with gradients and influence functions, which is efficient until similar users get nudged around because the model learned their tastes together. ...

November 17, 2025 · 14 min · Zelina