Cover image

Mirror, Mirror on the LLM: Teaching Models to Think About Their Thinking

Evidence is not the same as judgment. Anyone who has watched an AI assistant work through a multi-document question has seen the strange version of this failure. The model finds the relevant fact. It even says something that looks like the right answer. Then, a few paragraphs later, it invents an extra condition, follows that condition with great confidence, and lands somewhere else. ...

February 28, 2026 · 15 min · Zelina
Cover image

Attention with Doubt: Teaching Transformers When *Not* to Trust Themselves

Confidence is cheap. A classifier can always give you a probability. The awkward question is whether that probability deserves to be believed. This is not a philosophical problem when the model is recommending a movie. It becomes expensive when the model is screening documents, triaging support tickets, flagging fraud, routing legal clauses, or deciding whether a case should be escalated to a human. In those settings, “92% confident” is not decoration. It is an operating instruction. ...

February 5, 2026 · 16 min · Zelina
Cover image

When LLMs Lose the Plot: Diagnosing Reasoning Instability at Inference Time

Mistakes are easy to audit after the fact. That is why most AI evaluation still behaves like a mildly disappointed teacher: wait for the final answer, mark it right or wrong, and pretend the interesting part happened at the end. But in real LLM workflows, the damage often starts earlier. A model begins with a plausible line of reasoning, then drifts. It changes route without noticing. It over-explains a wrong intermediate step. It doubles back, patches the logic, and sometimes recovers. Other times it gracefully walks into a wall, with the confidence of a consultant holding a laser pointer. ...

February 5, 2026 · 12 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

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

Skeletons in the Proof Closet: When Lean Provers Need Hints, Not More Compute

Compute is a very convenient alibi. When an AI system fails, the modern reflex is to ask for more of it: more samples, more tokens, more search, more GPUs, more patience from whoever is paying the invoice. This habit is not always wrong. Sometimes the model really does need another attempt. Sometimes the winning answer is hiding in sample number 47. ...

January 23, 2026 · 16 min · Zelina
Cover image

ResMAS: When Multi‑Agent Systems Stop Falling Apart

Agent teams fail in a very ordinary way. One agent misreads a question. Another repeats the wrong answer with more confidence. A third receives both versions, performs a tiny ceremony of “collaboration,” and returns something that looks more polished than the original error. Management sees five agents instead of one and assumes redundancy has arrived. It has not. Sometimes it is just a committee with better stationery. ...

January 11, 2026 · 15 min · Zelina
Cover image

Judging the Judges: When AI Evaluation Becomes a Fingerprint

The evaluator is not the scale Evaluation looks boring until it changes the winner. A product team compares three candidate responses. A benchmark ranks five model releases. A content workflow asks an LLM judge to score generated SEO packs. The spreadsheet fills itself politely: five rubric dimensions, an overall score, maybe a few quoted receipts. Everyone pretends the judge is just a thermometer. ...

January 10, 2026 · 19 min · Zelina
Cover image

When Reflection Needs a Committee: Why LLMs Think Better in Groups

A review meeting has one obvious purpose: prevent one person’s mistake from becoming everyone’s plan. That sounds mundane until we remember how many LLM agent systems are currently designed like a one-person review meeting. The same model attempts the task, explains why it failed, writes advice to itself, stores that advice in memory, and then tries again. It is actor, evaluator, critic, therapist, and occasionally courtroom stenographer. Efficient, yes. Also a little suspicious. ...

December 28, 2025 · 14 min · Zelina
Cover image

Seeing Isn’t Knowing: Why Vision-Language Models Still Miss the Details

A photo arrives in a product-support workflow. The model sees the image, answers confidently, and explains the object’s features. The prose is smooth. The reasoning sounds plausible. The problem is smaller and more brutal: it named the wrong thing. That is the failure mode at the center of Towards Fine-Grained Recognition with Large Visual Language Models: Benchmark and Optimization Strategies, a paper that introduces the Fine-grained Recognition Open World benchmark, or FROW.1 The paper is not asking whether large vision-language models can talk about images. They can. We have all been sufficiently dazzled by captioning demos; please clap responsibly. ...

December 14, 2025 · 16 min · Zelina