When Not to Send Data to a Public LLM

How to decide when a business workflow should avoid public LLM endpoints, based on data sensitivity, contractual exposure, and safer design alternatives.

March 16, 2026 · 7 min · Michelle

Anonymize Customer Data with AI

How to use AI to redact, mask, or pseudonymize customer data safely, and where automated anonymization can fail in practice.

March 16, 2026 · 7 min · Michelle

Deploy Your Own Private LLM

What a private LLM deployment means in practice, when it makes sense, and how to compare managed private inference, self-hosting, and hybrid architectures.

March 16, 2026 · 6 min · Michelle

AI Access Control, Logging, and Retention Policies

How to design access controls, prompt/output logging, and retention rules for AI systems so governance remains practical, auditable, and proportional to risk.

March 16, 2026 · 7 min · Michelle

AI Vendor Risk Assessment and Procurement Checklist

How to evaluate AI vendors before rollout, using a practical checklist for data handling, governance, contract risk, security posture, and operational fit.

March 16, 2026 · 7 min · Michelle
Cover image

The Task Is Larger Than the Prompt: What Agents Miss Before They Act

TL;DR for operators A tool-using agent can complete the action a user requested and still produce the wrong operational outcome. The missing requirement may be recoverable from current device state, a temporary preference, an accessibility setting, a privacy boundary, or the reversibility of the requested change. Implicit Intelligence – Evaluating Agents on What Users Don’t Say1 tests this problem directly. Across 205 deliberately challenging scenarios, the strongest evaluated model, GPT-5.2-pro, achieves a 48.3% Scenario Pass Rate: fewer than half of scenarios satisfy every required criterion. Its mean Normalized Scenario Score is higher, at 72.7%, showing that agents often complete substantial parts of the task while still missing at least one consequential requirement. ...

September 8, 2026 · 8 min · Zelina
Cover image

Privacy Starts Before the First Gradient

TL;DR for operators Federated fine-tuning keeps raw examples on the client, but that does not mean the client begins from a neutral model state. A malicious coordinating server can send an adapter deliberately structured so that private examples produce recoverable traces during training. Privacy risk can therefore enter through what the client downloads, not only through what it later uploads. ...

August 28, 2026 · 6 min · Zelina
Cover image

Hide the Worker, Keep the Geometry: What SynthSite Changes About Privacy-Aware Safety Video

TL;DR for operators A safety team may need to conceal workers before video leaves a trusted environment, yet hiding appearance can also remove the geometry needed to detect whether someone is beneath a suspended load. SynthSite tests that conflict directly.1 Across 55 synthetic clips, cartooning produced the highest F2 against human safe/unsafe labels at 0.767, while Canny-edge produced the highest F2 for reproducing the raw-video pipeline at 0.964. ...

August 18, 2026 · 7 min · Zelina
Cover image

The Policy Has to Work Somewhere: RL for Scale, Trust, and Other Inconveniences

Deployment is where elegant AI systems go to meet bandwidth caps, slow devices, noisy user preferences, and privacy policies written by committees with very strong coffee. That is the useful lens for reading Guangchen Lan’s dissertation, Reinforcement Learning for Scalable and Trustworthy Intelligent Systems.1 It is tempting to describe the work as a collection of four reinforcement-learning methods: one for synchronous federated RL, one for asynchronous federated RL, one for preference optimization, and one for contextual privacy. Technically, that is true. Editorially, it is the least interesting way to read it. ...

June 8, 2026 · 21 min · Zelina
Cover image

Agents Without Borders: When AI Stops Asking and Starts Acting

Agents are not just chatbots with better manners Workflow automation used to be a polite arrangement. A human clicked a button, software followed instructions, logs were produced, and everyone pretended governance was mostly a documentation problem. Then AI agents arrived and made the arrangement less polite. An agent does not merely answer a question. It may search a database, call an API, write to a CRM, summarize private context, email a supplier, open a ticket, query a payment system, and decide which step comes next. That is the point. It is also the problem. ...

March 22, 2026 · 16 min · Zelina