Blogs
How we think about agent infrastructure
Essays from the Nasiko team on TokenOps, context engineering, multi-agent systems, and the infrastructure underneath the agentic web. Latest first.

How We Hardened Nasiko's Software Supply Chain
The follow-up we promised on the GitHub Secure Open Source Fund: pin the pipeline, scope the token, vendor what you ship, and treat maintainer accounts as part of the supply chain.

Agents Shouldn't Pass Context. They Should Share Memory.
Every additional agent in a chain is supposed to make the system smarter. Too often, it just makes the prompt bigger. Part 1 of the memory architecture series: pass by reference, not by value.

Your Agents’ Most Expensive Habit Is Carrying Every Tool to Every Job
Every MCP server you expose can pay rent in the model's window on every call, whether the tool gets used or not. MCP made tools easy to connect; TokenOps makes them deliberate to expose.

The Best Prompt in the World Can't Answer From Information That Got Truncated
Prompt engineering tells the model what to do. Context engineering determines whether the model has what it needs to do it. In production agents, that second problem covers most of the token surface and most of the failure surface.

Bigger Windows Raise the Ceiling. TokenOps Decides What's Context-Worthy.
The next frontier for AI agents isn't holding more tokens. It's governing which tokens earn a place in the prompt. Bigger windows raise the ceiling; TokenOps is the discipline that decides what's context-worthy.

The hidden cost of unmonitored agents
Agents do not fail loudly. Silent failures, runaway costs, and shadow agents: what happens when production agents operate without observability, and why the damage is hundreds of small failures, not one big one.

Intelligent Routing: How Nasiko Picks the Right Agent
The moment a system evolves from one agent to many, a new question emerges: who should handle the task? Inside the coordination layer, where routing decisions, context sharing, and agent handoffs decide whether the work actually gets done.

Registries Turn Agents From Experiments Into Infrastructure
Every major shift in software eventually produces an operational layer, and it always arrives after the technology itself. For AI agents, that layer starts with a registry: identity, discovery, and trust.

Who's in Charge? The Control Problem in Multi-Agent Systems
The system produced the right output. The question that stayed with us was “who approved that?” A look at accountability, auditability, and control in systems that are increasingly capable and increasingly hard to explain.

The Missing Piece in Multi-Agent Systems
Building AI agents has gotten easier. Running them reliably in production has not, and the gap between those two sentences is an operational layer that doesn't exist yet.

Introducing Nasiko: The Control Plane for AI Agents
AI is moving beyond chatbots, toward agents that reason, use tools, and execute workflows autonomously. Nasiko sits underneath the ecosystem as the missing operational layer: how agents are registered, discovered, routed, secured, deployed, and monitored.
Publications
Research from the team
Papers we've published on the infrastructure underneath agentic systems: the ideas the platform is built on, in the open. Latest first.