Cover image

Follow the Heads, Not the Hype: How LLMs Route Deductive Reasoning

Policy rules are boring until a chatbot applies the wrong one. A customer asks whether they qualify for a refund. The rule says refunds require purchase within 30 days, unused condition, and no prior replacement claim. The model answers confidently. It even writes a neat step-by-step explanation. Wonderful. The explanation looks like reasoning. It may even be correct. ...

June 1, 2026 · 16 min · Zelina
Cover image

The Hidden Playbook of LLMs: How AI Quietly Thinks Like a Hacker

Security work has always had a slightly unfashionable virtue: it forces abstractions to confess. A chatbot demo can survive a vague answer. A vulnerability analyst cannot. When the task is binary analysis, the system has to move through addresses, functions, call sites, arguments, sinks, and partial evidence. It has to decide which path is worth following, which branch is noise, when to stop staring at one hypothesis, and when to crawl back to an earlier lead. In other words, it has to do the thing most AI product pages politely avoid naming: control the search. ...

March 20, 2026 · 20 min · Zelina
Cover image

The Artificial Self: When AI Starts Asking Who It Is

A chatbot does not need a soul to have an identity problem. It only needs a product manager. Give it memory. Remove memory. Let one model power thousands of sessions. Wrap the same model in a customer-support persona, a coding agent, and a research assistant. Replace the weights next quarter, preserve the brand voice, archive some prompts, discard others, and call all of this “deployment architecture.” Very tidy. Very modern. Also, accidentally, a theory of self. ...

March 15, 2026 · 20 min · Zelina
Cover image

Diversity Pays: Why AI Research Agents Need More Than One Good Idea

Budget has a way of making AI agents less magical. On a slide, an AI research agent looks like a neat loop: read the task, propose an idea, write code, run an experiment, improve, repeat. In production, it looks more like a slightly caffeinated junior researcher with terminal access: sometimes brilliant, sometimes stubborn, and occasionally determined to spend four hours failing at the same doomed approach because the first idea sounded respectable. ...

November 21, 2025 · 15 min · Zelina
Cover image

Enemy at the Gates, Friends at the Table: Why Competition Makes LLM Agents More Cooperative

TL;DR for operators Competition is usually sold as the thing that makes agents sharper, more adversarial, and perhaps a little too pleased with themselves. This paper points in a more useful direction: controlled external competition can make agent teams more cooperative internally, but only when it is paired with repeated interaction. The study places Qwen3 14B, Phi4 reasoning, and Cogito 14B agents into Iterated Prisoner’s Dilemma tournaments under three conditions: repeated interaction only, group competition only, and a combined “super-additive” setup where agents face both team structure and repeated encounters.1 For Qwen3 and Phi4, the combined setting produces the strongest cooperation. Qwen3’s mean cooperation rate rises from 0.22 in repeated interaction and 0.23 in group competition to 0.32 in the combined setting. Phi4 moves more sharply, from 0.21 and 0.13 to 0.43. ...

August 24, 2025 · 19 min · Zelina