Cover image

The Receipt Is in the Pixels: Model Attribution After the Watermark Fantasy

TL;DR for operators Generated images may carry a more durable signature than most teams assume. Not a cute watermark. Not a metadata tag. Not a visible logo hiding in the corner like a nervous intern. A model-level statistical signature. The paper Guess the Unified Model: How Much Can We Recover from Generated Images? studies whether images produced by unified multimodal models can be attributed back to the model that generated them.1 The authors train a ConvNeXT classifier to identify the generating model from images produced by five open-source unified models, then extend part of the analysis to include two closed-source systems. The core result is blunt: attribution works surprisingly well. With 100 training images per model, accuracy is already 36% in a five-way task where chance is 20%. With 3K images per model, it reaches 93.9%. With 25K images per model, it reaches 99.9%. ...

June 20, 2026 · 18 min · Zelina
Cover image

Graph Work, Not Graph Worship: RAGA Turns RAG Into an Auditable Knowledge Operation

TL;DR for operators RAGA is not another “add a graph and accuracy goes up” paper. That would be too convenient, and therefore suspicious. The useful idea is more operational: treat retrieval-augmented generation as a knowledge management process, not a pile of embeddings with a polite chatbot on top. The paper proposes RAGA, short for Reading-And-Graph-building-Agent, an autonomous system that reads documents, searches existing graph knowledge, verifies whether new entities or relations should be added, and then constructs or updates a knowledge graph with source-linked provenance.1 Its core loop is Read–Search–Verify–Construct, implemented as a ReAct-style tool-calling agent rather than a one-shot extraction pipeline. ...

June 16, 2026 · 20 min · Zelina
Cover image

When RAG Needs Provenance, Not Just Recall: Traceable Answers Across Fragmented Knowledge

RAG has a public-relations problem. It promises grounded answers, then quietly assumes that “grounded” means “retrieved from somewhere nearby.” That assumption is convenient. It is also the kind of convenience that creates compliance incidents, medical confusion, and internal knowledge assistants that cite the wrong document with absolute confidence. A retrieval-augmented system can answer from evidence and still choose the wrong evidence. It can cite something real and still fail provenance. ...

February 7, 2026 · 11 min · Zelina
Cover image

Cloud Without Borders: When AI Finally Learns to Share

Cloud sharing sounds easy until the people sharing it are not one company, not one data center, not one legal jurisdiction, and not even one scientific discipline. Inside a single enterprise, “AI platform” usually means a controlled environment: one cloud vendor, one identity system, one billing model, one preferred deployment stack, and one procurement department quietly pretending this is all strategic. In scientific research, the picture is messier. A climate group may have data in one national infrastructure, compute in another, collaborators across several countries, and privacy restrictions that prevent raw data from moving at all. A bioimaging team may want to publish a model, let others inspect its lineage, deploy it on external infrastructure, and still retain enough metadata for the next researcher to reproduce the result rather than merely admire the abstract. ...

December 21, 2025 · 18 min · Zelina