Cover image

Vision Helps, but Context Decides: What Repair Detection Reveals About Multimodal Conversational AI

TL;DR for operators A conversational system can hear the user’s words correctly and still miss that the exchange has broken down. A glance, facial change, posture shift, or gesture may signal that the other person did not understand and needs clarification. The study tests whether adding those visible behaviors to text and audio improves recognition of these breakdown signals, known as Other-Initiated Repair (OIR). It does in both evaluated corpora. On a performance measure that gives each repair class equal weight (macro-F1), adding the visual branch improves both OIR detection and repair-type classification over the text-plus-audio baseline.1 ...

August 12, 2026 · 7 min · Zelina
Cover image

Mind the Interface: Tiny Models, Big Trust, and Why AI Must Own Its Mistakes

TL;DR for operators Small models are not necessarily as incapable as their standard evaluations make them look. On bounded tasks, the wrong training and scoring interface can conceal useful capability. A correct retraction is not necessarily a successful recovery. Users may accept the correction while losing confidence in the agent that created the problem. The two papers imply a full-stack rule: train the system through the interface that matches the decision, then repair errors through the agent that owns the relationship. Backend specialization and frontend continuity are compatible. An expert model can verify the correction, but the original user-facing agent should acknowledge and communicate it. Evaluation should measure both sides of reliability: whether the system gets the decision right and what happens to user trust when it does not. The model is not the whole system AI deployment discussions still have an unfortunate habit of treating model capability as if it were a fluid stored inside a parameter tank. Larger tank, more intelligence. Smaller tank, less intelligence. Procurement can then proceed by comparing benchmark columns and invoices. ...

July 20, 2026 · 19 min · Zelina
Cover image

The Art of Interrupting AI: When Knowing Isn’t Talking

The meeting-room test AI still fails Meeting rooms are unforgiving places for intelligence. A person can know the topic, understand the slides, recognize every face around the table, and still be a terrible participant. Speak too early, and they interrupt. Speak too late, and the moment has passed. Say something factually relevant but socially tone-deaf, and the room quietly deducts points. No spreadsheet records this. Everyone notices anyway. ...

March 18, 2026 · 15 min · Zelina
Cover image

The Long Conversation Problem: How MAPO Teaches AI to Care Over Time

Customer support has a familiar failure mode: the first answer sounds polished, the second answer sounds patient, the third answer sounds as if the system has quietly forgotten what problem it is solving. The user is still there. The emotional state has changed. The unresolved issue has shifted. The model, meanwhile, keeps producing individually acceptable replies, like a waiter bringing one beautifully plated dish at a time to the wrong table. ...

March 10, 2026 · 14 min · Zelina
Cover image

Grid Chat: When Your Battery Negotiates With the Power Market

Battery. At 5 p.m., the grid wants help. The evening peak is approaching, the aggregator needs 3 kW of flexibility between 17:00 and 19:00, and one household in the portfolio looks promising. In the old demand-response world, this might become a price alert, an app notification, or a silent automated command. The household either complies, ignores it, or discovers later that the “smart” system has made a decision that feels less smart when dinner, laundry, or comfort is involved. ...

March 9, 2026 · 15 min · Zelina
Cover image

Affective Inertia: Teaching LLM Agents to Remember Who They Are

Affective Inertia: Teaching LLM Agents to Remember Who They Are A chatbot does not need to forget your name to become strange. Sometimes the stranger failure is tonal. The assistant is patient for ten turns, defensive on the eleventh, apologetic on the twelfth, and oddly cheerful on the thirteenth. Nothing in the user’s goal changed. Nothing in the product specification said “please behave like an emotionally unstable intern with excellent grammar.” Yet the agent flips. ...

January 23, 2026 · 15 min · Zelina
Cover image

Mind Reading the Conversation: When Your Brain Reviews the AI Before You Do

Voice AI has a very old interface problem wearing very expensive new clothes: it still has to guess whether the user is following. A chatbot can ask, “Was this helpful?” A voice assistant can wait for silence, hesitation, interruption, or a sigh that the microphone may or may not catch. A customer-support bot can count clicks, retries, and abandonment. But none of these signals directly tells the system what is happening inside the user while the conversation unfolds. Is the user overloaded? Bored? Confused? Privately disagreeing with the answer but too polite, tired, or irritated to say so? ...

January 14, 2026 · 18 min · Zelina
Cover image

The Memory Illusion: Why AI Still Forgets Who It Is

A customer support bot does not need a soul. Pleasantly, most airlines have not yet advertised one. But it does need to remember what role it is playing. If it gives policy advice, that advice must remain anchored to the policy. If it apologises for an error, the correction should bind future answers. If the company has told users the assistant is a support agent, the assistant cannot conveniently become a speculative travel blogger, a therapist, a lawyer, or a magic refund machine, depending on which prompt arrives next. ...

November 3, 2025 · 16 min · Zelina
Cover image

Chatbot at the Table: Rethinking Group Recommendations with GenAI

TL;DR for operators Dinner plans are where elegant recommender theory goes to be quietly embarrassed. Five people do not usually open a dedicated app, rate every restaurant, agree on a utility function, and wait for a ranked list to descend from the heavens. They argue in a chat. They change their minds. Someone forgets the budget. Someone says “anything is fine” while absolutely not meaning it. Someone else proposes a venue that is closed on Mondays. Humanity, as usual, remains a hostile runtime environment. ...

July 2, 2025 · 18 min · Zelina
Cover image

Remember Like an Elephant: Unlocking AI's Hippocampus for Long Conversations

TL;DR for operators Long-context windows are useful. They are also an expensive way to pretend that memory is just a bigger clipboard. The HEMA paper argues for a more operationally realistic design: keep a compressed summary of the conversation always visible, store detailed past exchanges outside the prompt, and retrieve only the details that matter for the current turn.1 That gives the model two different memory behaviours: continuity from Compact Memory and factual recall from Vector Memory. ...

April 25, 2025 · 18 min · Zelina