Cover image

REASON About Reasoning: Why Neuro‑Symbolic AI Finally Needs Its Own Hardware

Latency is where elegant AI architectures go to become invoices. A neuro-symbolic system looks clean on a slide: a neural model sees patterns, a symbolic module checks rules, a probabilistic module handles uncertainty, and the final system behaves more reliably than a pure neural model improvising under fluorescent lighting. Lovely. Very architectural. Very responsible. ...

January 31, 2026 · 15 min · Zelina
Cover image

When Solvers Guess Smarter: Teaching SMT to Think in Functions

When Solvers Guess Smarter: Teaching SMT to Think in Functions Timeouts are where formal verification quietly loses its glamour. A team writes a specification. A solver receives the formula. Everyone expects the machine to answer a clean question: is this system safe, satisfiable, contradictory, or not? Then the solver thinks. And thinks. And returns nothing useful before the clock runs out. ...

January 11, 2026 · 15 min · Zelina
Cover image

When LLMs Stop Guessing and Start Complying: Agentic Neuro-Symbolic Programming

The problem is not that LLMs cannot write code. It is that they write the wrong kind too confidently. A familiar scene: someone gives an LLM a task, receives a block of code that looks elegant, runs it, and discovers that it has invented an API, misunderstood the library, or solved a neighboring problem with excellent grammar. This is annoying when the target is ordinary Python. It is worse when the target is a specialized framework where the code is supposed to encode logic, constraints, and domain structure. ...

January 5, 2026 · 13 min · Zelina
Cover image

The Web, Reimagined as a World Model

Checkout should be boring. A customer adds an item to a cart, applies a valid discount, pays the displayed amount, and receives the product that inventory records said was available. This is not an area where an imaginative AI assistant should decide that loyalty deserves a 70% discount, that an empty warehouse contains one final box, or that payment is optional because the customer asked nicely. ...

December 30, 2025 · 6 min · Zelina
Cover image

Context Is King: How Ontologies Turn Agentic AI from Guesswork to Governance

A server goes down. Not a poetic metaphor. An actual server. In the paper’s SAP scenario, Server 003 is offline. At first, this sounds like a routine IT incident: check connectivity, inspect logs, restart services, escalate if necessary. The sort of answer a general LLM can produce in tidy bullet points before congratulating itself for being helpful. The problem is that the server is not just “a server.” It runs the LE-DEL module for Logistics Execution — Delivery and Returns. Its failure brings down Dispatching Bay 17. The bay handles high-value shipments. In one prompt variant, downtime can cost $2.4 million in three hours. In another, chemical product containers may pile up against regulatory limits. ...

December 6, 2025 · 15 min · Zelina
Cover image

Mind Over Matter: How a BDI Ontology Gives AI Agents an Actual Inner Life

Workflow agents are easy to admire until someone asks a rude but necessary question: why did the agent do that? Not “what prompt did we send?” Not “which tool did it call?” Not “can we replay the logs and hope the compliance team loses interest?” The real question is sharper: what did the agent believe, what did it want, what did it commit to doing, which plan did that commitment specify, and what evidence justified the transition from one step to the next? ...

November 24, 2025 · 18 min · Zelina
Cover image

Thresholds, Trade-offs, and the Art of Not Overthinking Your Robot

A robot pauses in front of a table. There is a block, a can, a box, and something that is either on top of something else or merely enjoying a close and misleading friendship. A camera sends pixels. A perception model sends predictions. A planner wants a symbolic fact: On(A, B) or not. The expensive mistake is pretending that this last step is clean. ...

November 20, 2025 · 14 min · Zelina
Cover image

Truth Machines: VeriCoT and the Next Frontier of AI Self-Verification

The machine said the right answer. Annoyingly, that is not the same thing as being right. Audit a model-generated legal memo, clinical explanation, or compliance answer and the same awkward question appears: did the system reason correctly, or did it simply land on the right sentence after a scenic tour through nonsense? ...

November 7, 2025 · 14 min · Zelina
Cover image

Two Minds in One Machine: How Agentic AI Splits—and Reunites—the Field

Agents have become the new office intern, software engineer, analyst, compliance assistant, and occasional disaster rehearsal all in one. Give one a goal, some tools, a memory store, and permission to act, and it begins to look less like a chatbot and more like a small operating unit. That is the sales pitch. The engineering reality is less tidy. ...

November 3, 2025 · 16 min · Zelina
Cover image

Prolog & Paycheck: When Tax AI Shows Its Work

TL;DR for operators Tax AI should not be judged by whether the model can produce a confident answer in fluent prose. That is how one builds a very polite liability machine. The useful pattern in this paper is architectural: let the language model translate statutory text and taxpayer facts into executable Prolog; let a symbolic solver compute the result; reject outputs that fail execution or disagree across independent attempts; then evaluate the system using an error-cost ledger, not just accuracy.1 The paper’s strongest practical message is therefore not “LLMs can do tax”. It is: high-stakes rule automation becomes more credible when the model is demoted from final authority to structured translator. ...

August 31, 2025 · 15 min · Zelina