Cover image

Regrets, Graphs, and the Price of Privacy: Federated Causal Discovery Grows Up

A hospital changes its treatment protocol. Another keeps the old one. A third removes an approval step that had quietly influenced several downstream decisions. Their datasets now disagree. The usual federated-learning instinct is to treat that disagreement as a problem: smooth it, average it, or design an aggregation rule robust enough to survive it. In causal discovery, however, some disagreements contain precisely the information the global model lacks. Removing a local dependency can expose a previously hidden causal pattern. A policy difference that looks like statistical inconvenience may function as an accidental experiment. ...

December 30, 2025 · 17 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
Cover image

Markets That Learn (and Behave): Inside D2M’s Decentralized Data Marketplace

Data markets usually sound simpler than they are. A buyer wants data. A seller owns data. A platform matches them. Payment moves. Everyone gives a keynote about “unlocking value.” Then the real problems arrive wearing steel-toed boots: the data is private, the seller may be low quality, the buyer wants a model rather than a spreadsheet, the compute layer may be dishonest, and nobody wants to trust a central broker unless absolutely necessary. ...

December 14, 2025 · 17 min · Zelina
Cover image

Signal, Prototype, Repeat: Why Adaptive Aggregation May Be Wi‑Fi Sensing’s Missing Link

Rooms are stubborn. A model trained in a conference room may behave confidently in a hotel room, badly in a bus, and mysteriously in a classroom. The Wi-Fi signal does not merely reflect “how many people are present.” It reflects furniture, wall geometry, transmitter placement, receiver hardware, movement patterns, and every other physical nuisance that refuses to fit neatly into a spreadsheet. ...

November 30, 2025 · 16 min · Zelina
Cover image

One-Shot, No Drama: Why Training-Free Federated VLMs Might Actually Work

Deployment is where elegant AI systems go to discover invoices, weak networks, compliance teams, and client devices with the computing dignity of a hotel lobby printer. Federated vision–language models make that problem worse. In theory, they are attractive: keep local data local, let many clients collaborate, and adapt a powerful pre-trained model to distributed visual tasks. In practice, the standard recipe usually asks every client to participate in repeated training rounds, exchange updates, survive connectivity gaps, and somehow not turn the entire project into a GPU-themed charity event. ...

November 23, 2025 · 16 min · Zelina
Cover image

Talk Less, Coordinate More: MARL Meets the Real World

A warehouse robot fleet does not fail because one robot forgot how to move. It fails because three robots each saw a slightly different world, one message arrived late, another was dropped, and the coordination policy confidently optimised against yesterday’s reality. Very modern. Very autonomous. Very expensive. That is the uncomfortable premise behind Robust and Efficient Communication in Multi-Agent Reinforcement Learning, a survey of how multi-agent reinforcement learning, or MARL, behaves when the communication layer is no longer treated as magic plumbing.1 The paper is not presenting a new benchmark champion. Its value is quieter and more useful: it organises a scattered body of work around the communication failures that actually matter in deployed multi-agent systems. ...

November 17, 2025 · 15 min · Zelina
Cover image

From Tadpole to Titan: How DEVFT Grows LLMs Like a Brain

TL;DR for operators Federated LLM fine-tuning sounds attractive until someone asks the rude operational question: who is actually paying for the compute, memory, and communication on the devices? The paper behind DevFT proposes a useful answer: do not fine-tune the full model end-to-end from the first round. Start with a compact submodel, train it federatively, transfer the learned LoRA parameters forward, then expand the model in stages until it reaches the full target size.1 The authors call this Developmental Federated Tuning, and yes, the developmental psychology metaphor is a little enthusiastic. Fortunately, the mechanism is more interesting than the metaphor. ...

August 4, 2025 · 16 min · Zelina
Cover image

When to Speak, When to Stay Qubit: How Sporadic Updates Tame Quantum Noise

TL;DR for operators SpoQFL is a proposal for making quantum federated learning less fragile by teaching noisy clients when to speak and when to stay quiet.1 In ordinary federated learning, each client trains locally and sends model updates to a server. In quantum federated learning, those clients are quantum models running under noisy intermediate-scale quantum conditions, which means their updates can be corrupted by gate errors, measurement uncertainty, decoherence, and client-to-client hardware variation. ...

July 19, 2025 · 14 min · Zelina
Cover image

The CoRAG Deal: RAG Without the Privacy Plot Twist

TL;DR for operators CoRAG is not “RAG, but with more documents.” It is a way to let multiple organizations train a shared retrieval-augmented model while keeping their labeled question-answer data local. That matters because labels are usually the expensive, sensitive, commercially revealing part. Market documents, manuals, policies, public reports, and technical references are often easier to share than the annotations that say which answer was correct, for whom, and under what business condition. Tiny distinction. Large legal bill avoided. ...

April 3, 2025 · 15 min · Zelina