Cover image

Logs Are Not Lineage: The Accountability Layer AI Agents Are Missing

TL;DR for operators The paper argues that trustworthy AI agents need more than accurate final answers. Once an agent can retrieve documents, call APIs, write memory, modify databases, send messages, or coordinate with other agents, trust depends on whether the organisation can reconstruct how the output or action happened. The useful mechanism is: ...

June 16, 2026 · 20 min · Zelina
Cover image

Provenance, Not Providence: Why AI Answers Need Receipts

Opening — Why this matters now The current AI market has become very good at producing fluent answers and very bad at explaining where those answers came from. This is not a minor inconvenience. It is the difference between an assistant that can be trusted in an operational workflow and an assistant that merely performs confidence with attractive typography. ...

May 9, 2026 · 14 min · Zelina
Cover image

Inked in the Code: Can Watermarks Save LLMs from Deepfake Dystopia?

TL;DR for operators BiMark is a proposed watermarking method for large language models that tries to solve a practical trilemma: keep generated text quality intact, detect the watermark without access to the original model, and embed more than a yes/no signal.1 The important part is not that it “detects AI text.” That is the shallow version, beloved by procurement decks and policy panels that have never met a paraphraser. The more useful claim is that BiMark can encode provenance-like metadata—model identity, timestamp, source label, policy context—inside the token sampling process, then recover that information later using statistical evidence and the right secret key. ...

June 30, 2025 · 16 min · Zelina