I watched fortunes bloom and wither in real-time. But the most consequential fortune in this story is not a token chart. It is a legal claim to a piece of architecture. A court filing crossed my terminal late last quarter, and I stopped scrolling. Runlayer, an enterprise MCP gateway startup, had filed what appears to be the first trade-secret lawsuit in the Model Context Protocol ecosystem. The defendant is Rippling, the HR, IT, and payroll platform, which had evaluated Runlayer's gateway under a trial engagement and an NDA. Now Runlayer says Rippling took a near-1:1 copy of its architecture and built its own gateway instead of signing the license.
Do not let the dense legal language fool you. This is more than a dispute between two companies. It is the opening shot in a war over where value is allowed to live when the protocol underneath is open. The verdict will shape the incentive structure for every startup building on MCP for the next three to five years. The complaint is deliberately vague, the market is suddenly crowded with cloud giants, and the technology is moving faster than the legal system can absorb. This is the story I am going to unpack in detail.
Code was the law, and I was its restless guardian. I have spent eleven years watching protocols create and destroy value. I have audited smart contracts, tracked NFT markets, and watched DAO treasuries collapse under governance failures. I built scraper bots during the 2021 NFT mania to spot rug pulls before they hit the front page. I coordinated with other student developers during DeFi Summer to verify a reentrancy vulnerability before a lending pool lost millions. I know what it feels like to see a piece of code become a vessel for trust. And I know what it feels like when trust is extracted by someone with more leverage.
The MCP ecosystem is at a fragile stage. It has the momentum of a de facto standard but lacks the governance maturity of older open-source communities. A single trade-secret case can define the culture for the next half-decade. That is why I am watching this litigation as closely as I have ever watched a liquidity drain.
The Gateway Is the New Mainframe
To understand why Runlayer is suing, you have to understand what an enterprise MCP gateway actually does. MCP stands for Model Context Protocol. It was designed to solve a simple problem: how does an AI model discover and call tools from external systems? Published by Anthropic, MCP quickly became a lingua franca for agentic workflows. Rather than building a dozen point-to-point integrations, a developer can stand up one MCP server and expose a company's internal APIs, databases, and knowledge bases to an assistant.
But the protocol is deliberately thin. It defines how messages are structured and how tools are discovered. It does not define how you authenticate those messages in a corporate environment. It does not define how you do role-based access control. It does not define how you log every prompt and tool call for audit. It does not define how you handle secrets, rate limits, permissions caching, or data lineage. That entire discipline is the gateway.
Runlayer's product sits in the middle of that stack. It is the control plane between the model and the enterprise. In modern AI architecture, this is the new mainframe. It is where compliance is enforced, where security policy is executed, and where the most sensitive data travels. It is not a thin proxy. It is a sovereign territory.
Here is the structural detail that matters. The MCP specification recently moved toward a stateless model. Stateless servers are easier to deploy and scale, because each request is self-contained and can be routed anywhere. But state does not disappear. It is pushed upward. Session state, conversation context, audit provenance, and tool-call authorization are all migrating into the gateway layer.
In other words, the very act of making MCP stateless made the gateway more stateful, more powerful, and more valuable. That is not an accident. It is structural. I have seen this pattern before in DeFi. Liquidity mining APY is essentially a project subsidizing its own TVL numbers; stop the incentives, and the users vanish. Similarly, an open protocol can subsidize the existence of a proprietary control plane by leaving state management ambiguous. The protocol creates the vacuum, and the gateway fills it. The lawsuit is about who gets to own that filled space.
The Stateless Spec and the Stateful Vacuum
Let me go deeper into the technical detail, because this is the part of the case that most coverage has missed. The finalized stateless MCP spec is, on its face, a clean engineering achievement. It removes the burden of persistent sessions from servers. It allows horizontal scaling. It makes it easier for a model to talk to a tool without holding a long-lived connection. On paper, that is a win.
But in enterprise deployments, state never dies. It is merely relocated. When you make the server stateless, you must move session state somewhere. You also need to remember which user authorized which set of tools, under which conditions, for how long. You need to know which resource a tool call actually touched. You need to be able to audit that trail after the fact. You need to handle the case where a user revokes access while an agent is still mid-task. These are not trivial problems.
The gateway is the natural home for all of that. It is the stateful interpreter of an otherwise stateless world. It decides whether to accept a large language model's request, whether to route it to an internal HR system, whether to redact sensitive fields, whether to cache a permission decision, and whether to write a forensic audit log. The protocol does not tell you how to do any of this. It simply says that the model and the tool can exchange messages. Everything above that exchange is gray area.
This gray area is where Runlayer claims it built something valuable and protectable. It is also where Rippling says it independently built a similar gateway. The tension is not going to be resolved by reading the MCP spec. It will be resolved by reading the two architectures side by side.
What Trade Secret Law Requires
Trade secret law is not patent law. It does not require novelty in the global sense. It protects information that derives independent economic value from not being generally known, as long as the owner takes reasonable measures to keep it secret. A trade secret can be a formula, a pattern, a compilation, a program, a device, a method, or a process. It can also be a combination of known elements that, assembled in a particular way, creates a competitive advantage.
The second part matters enormously for Runlayer. A gateway is built from well-known components: an HTTP server, an authenticator, a policy engine, an audit log, a router, a cache. Individually, those components are not secret. The secret, if there is one, is the architecture. The specific way the components are arranged, the data structures that flow between them, the decision order that governs access, the failure modes that were considered, and the deployment topology that makes the whole thing work at enterprise scale. That is a protectable compilation.
The complaint describes Runlayer's secret as a 'specific gateway deployment architecture.' That phrase sounds vague. But it is strategically precise. It invites the court to compare the overall structure of the two systems, not just isolated lines of code. In trade-secret cases, architectural similarity can be evidence of misappropriation even when the literal code was rewritten. This is especially true in the age of AI, where an engineer can read someone else's architecture and generate fresh code that looks nothing like the original but behaves the same way.
I have sat through audits where the exploit was not in the code that was copied. It was in the sequence of decisions that led to the code. The same is true for trade-secret infringement. The most damning evidence is often the order of the modules, the naming of the internal states, the way the policy engine evaluates a request, and the data structures chosen for audit logs. If those elements match too closely, a court can infer that the defendant did not create a clean-room design.
The Commercial Story Underneath
There is a second layer to this case that the complaint only hints at. Runlayer's business model was straightforward. It followed the classic enterprise infrastructure playbook: trial engagement, NDA, price negotiations, and a long-term commercial license. That is the path every serious infrastructure startup takes. But the complaint indicates that the commercial negotiations broke down and Runlayer suspended service. Then Rippling went in-house.
In a healthy startup world, a customer deciding to build rather than buy is a legitimate outcome. Customers are allowed to have second thoughts. But the context matters. When a customer first spends weeks inside the vendor's architecture, observing its authentication patterns, policy engine, audit trail, and deployment topology, the line between inspiration and appropriation becomes blurry.
Rippling is not a small company. It is a platform-level business with access to enormous amounts of employee, payroll, and IT data. A gateway for Rippling is not just an IT purchase. It is a strategic control point. If Rippling controls the gateway between AI agents and its customer data, it can build a moat that no third-party middleware provider can match.
That is the real commercial subtext. The negotiation did not fail simply over price. It failed because Rippling realized that the gateway was not a tool. It was a capability. And a platform company of that scale does not prefer to pay perpetually for a capability it can absorb into its own product architecture.
Runlayer likely sensed this. When a customer starts asking for access to internal systems, detailed deployment diagrams, and performance benchmarks, a vendor must decide how much to reveal. In a healthy procurement process, transparency is rewarded. In a strategic partnership with a potential future competitor, transparency is a trap.
I have heard Rippling's side described as 'commercial failure.' That framing is designed to make Runlayer look like a bitter vendor that lost a deal. But the framing misses the structural point. If a platform company decides to build a gateway after evaluating a vendor's gateway, the vendor loses more than a contract. It loses the chance to be the long-term middleware layer for that platform. The 'commercial failure' is not just a failed sale. It is the early stage of platform absorption.
The Platform Absorption Playbook
This is the playbook that large platforms use, and it usually works quietly. First, they invite a startup demo. Then they request access to the startup's documentation under NDA. Then they ask for a proof of concept. Then they ask for architectural details to meet their own security review. Then they say the price is too high. Then they say they will build internally. Then, nine months later, they launch a feature that looks suspiciously familiar.
The startup is left with a difficult choice. It can write a blog post that sounds like whining. It can file a lawsuit that costs millions. Or it can absorb the loss and move on. Most startups choose to move on because litigation is a distraction and the platform has deeper pockets. Runlayer chose to fight. That alone makes this case important.
But the fight is asymmetric. Rippling can afford to litigate for years. Runlayer must balance legal costs with its ability to grow. Trade-secret cases are notoriously expensive because they require forensic experts, e-discovery, and technical document review. A deeper pocket can drag the case out until the startup runs out of money. That dynamic is real. Runlayer may be fighting more than Rippling's lawyers; it may be fighting Rippling's balance sheet.
The Market Is Already Crowded
Runlayer's litigation problem is compounded by a market problem. The gateway space is suddenly crowded with players who do not need to make a profit from the gateway itself. Snowflake has introduced a gateway. AWS has introduced a gateway. Both are bundled into much larger cloud and data platforms. For those companies, the gateway is a loss leader that drives consumption of their underlying databases, model services, and enterprise agreements. They can afford to give away or deeply discount the control plane in exchange for being the plane on which all the agents fly.
An independent gateway startup cannot win a pure price war. Its only defense is depth: tighter security, richer compliance, more specialized deployment models, and the ability to run across clouds and protocols. The trade-secret case against Rippling is, in a sense, an attempt to enforce a boundary around that depth. But the market pressure is real. Every quarter, the cloud providers add another feature that used to be a startup's differentiation. They move upstream. They do it slowly, with enterprise packaging, and they smile at the startup's developer relations team in the meantime.
The complaint's timing is also telling. It arrives just as MCP's stateless spec has provided a moment of normative clarity. Protocol-level decisions are settling. And as the protocol settles, the private layers above it become more valuable. A startup that does not secure its proprietary architecture before this settling occurs will be reduced to a thin wrapper around someone else's cloud. Speed is survival, but empathy is the signal. In this case, speed means filing before the trail grows cold and before the reference implementation becomes public knowledge.
The Contrarian Angle Everyone Is Missing
Here is the part that most coverage has missed. The trade-secret case might actually be the best thing that could happen to the MCP ecosystem, not because Runlayer will win, but because the litigation will force the community to define boundaries that were previously hazy.
Open protocol advocates like to say that code is law. But code was never law. It is a set of instructions. Law is what happens when those instructions create economic conflict. MCP is an open protocol, but an open protocol is not a license to replicate every proprietary implementation that sits on top of it. The protocol defines the transport and the message format. It does not define the enterprise control plane. The absence of a clear legal boundary has made enterprise adoption of MCP gateways riskier than necessary.
A well-litigated case can establish that boundary. The counter-intuitive outcome is that even if Runlayer loses, the ecosystem wins. If the court says the gateway details are not trade secrets because they are too obvious or too tied to the spec, then every future vendor knows not to waste money building a moat on generic gateway features. They will move further up the stack into specialized compliance modules, vertical workflows, on-prem identity integration, or data provenance. That is a healthier market.
If Runlayer wins, on the other hand, it will send a clear signal: an open protocol does not void the rights of those who build proprietary control planes. That may sound like a chilling effect on open standards, but it is actually the escape hatch that lets serious companies invest in MCP gateways without fearing a commodity death spiral.
The code didn't leak; the architecture did. And architecture, unlike code, is extremely difficult to prove. It lives in the decisions, the trade-offs, the failure cases, and the undocumented ordering of modules. In the age of large language models, where a model can generate code that resembles any known pattern, architecture is the only remaining frontier of human secrecy. That is why Runlayer's complaint mentions deployment architecture rather than line-by-line source code copying. The more resilient secret in the age of AI is not the syntax. It is the decision tree that leads to the syntax.
Stability isn't a static snapshot; it is a set of procedures under stress. The procedure under stress right now is discovery. And discovery will be brutal.
What Discovery Will Reveal
Let me tell you what I will be watching during the discovery phase.
First, repository history. Rippling will produce its gateway repository. Runlayer's experts will look for structural fingerprints: file organization, naming conventions, modular boundaries, configuration templates, and commit ordering. A near-1:1 architecture often leaves traces beyond literal copy-paste. The order in which modules were developed tends to follow the vendor's onboarding docs if an engineer was transposing them.
Second, access logs and document downloads. Runlayer will ask for evidence of what Rippling's engineers accessed during the trial. Did they download deployment diagrams? Did they export policy schemas? Did they view audit log formats? Even if the code was never copied, the access pattern can reveal whether the team was studying the gateway as a product to buy or as a blueprint to clone. In DeFi audits, the same principle applies: the exploit is not always the story; the unauthorized read is. A single read access to a privileged function is enough to drain a protocol. In trade-secret law, the equivalent is a single access to a protected document under NDA.
Third, the timing of Rippling's build. If Rippling started building its gateway only after the evaluation window, the timeline becomes suspicious. If it had a pre-existing gateway project, the defense becomes stronger. The order of internal tickets, job postings, and design docs will tell a story. Did Rippling hire gateway engineers before or after the Runlayer evaluation? Did internal memo writers reference Runlayer's architecture by name? These details are gold.
Fourth, the reference implementation problem. MCP is an open protocol with a reference implementation. Rippling will argue that any competent engineer could build a compliant gateway by following the public spec and reference code. Runlayer will respond that the spec stops exactly where the enterprise control plane begins. The court's ability to distinguish protocol-required behavior from protocol-independent creativity is the heart of the case. If the court takes judicial notice that the protocol itself requires certain gateway behaviors, it will shrink Runlayer's secret. If it treats the protocol as merely a transport standard, Runlayer's secret expands.
Fifth, engineering chatter. In our industry, engineers talk. They write ADRs, RFCs, and Slack messages. They paste code snippets into issue trackers. They mention which open-source projects they borrowed from. If any of that chatter references Runlayer's documentation or architecture in a substantive way, the trade-secret claim gets a jolt. The most fragile evidence in any trade-secret case is the ordinary conversation of busy engineers who do not realize they are leaving a forensic trail.
The Missing Reference Implementation
The biggest structural gap in this ecosystem is not a legal gap. It is an engineering gap. There is no neutral, publicly accepted reference architecture for an enterprise MCP gateway. The MCP protocol has reference code for servers and clients, but it does not have a clean-room reference design for authentication, authorization, policy enforcement, audit logging, and data lineage at enterprise scale.
That absence is why Runlayer and Rippling can both claim to be right. One side says the enterprise control plane is proprietary. The other side says it is just the obvious way to implement the protocol. Without a neutral baseline, the court is being asked to be the judge of software architecture. That is a dangerous situation.
The right solution is for the MCP working group or a neutral industry body to publish a clean-room reference architecture for enterprise gateways. That would define what is common and openly available, leaving proprietary differentiation to the edges. It would create a safe harbor for startups and platforms alike. Without such a reference, every future trade-secret case will have to reinvent the line.
I am not asking for a corporate standards bureaucracy. I am asking for a technical contribution similar to what RetroPGF did for public goods funding in the crypto world: it created a transparent, evidence-based mechanism for rewarding genuinely useful infrastructure rather than relying on committee vibes. The MCP ecosystem needs something similar. It needs a shared definition of what an open gateway looks like so that proprietary gateways can be measured against it.
Based on my audit experience, I would suggest the MCP community adopt a two-layer licensing model. The protocol-level code should remain under a permissive license. The control-plane best practices should be described in functional terms, not in implementation-specific terms. What must a gateway do? It must authenticate the agent. It must enforce policy. It must produce an audit trail. It must support secrets management. It must handle permission revocation mid-stream. Those are requirements. The specific algorithms and data structures used to meet those requirements should be left to each vendor. That preserves interoperability while allowing competitive implementation.
This may sound too rational for the legal battlefield. But the alternative is years of expensive litigation every time a startup accuses a platform of copying its gateway. The industry needs a map before someone else draws it.
The Ethics of Open Standards and Proprietary Layers
There is an ethical dimension hiding inside this technical dispute. The MCP ecosystem has organized itself around sharing, open-source contributions, and interoperability. A lawsuit accusing a major platform of trade secret theft feels like a betrayal of that culture.
But I would push back. The open-source movement never promised that everyone would share the proprietary systems on top of open protocols. Linux is open. Red Hat is not. HTTP is open. Netflix's delivery algorithm is not. The same stratification was always inevitable in AI infrastructure. The ethical challenge is not whether Runlayer has a right to protect its secrets. It does. The real challenge is whether the legal system can distinguish between secrets that are genuinely part of the open protocol and secrets that were always proprietary.
If courts cannot make that distinction, innovation on top of open standards will shift to the largest incumbents, who can afford to litigate, and away from startups. A future in which every MCP gateway startup faces the same cost and risk of proving its differentiation is a future with less competition. A future in which large platforms can absorb every independent control plane under the cover of 'we used the public protocol' is a future with less transparency.
That is why I keep coming back to the human layer. This lawsuit is not about code alone. It is about people who built something, trusted an NDA, and then watched a much larger company walk into the same room and close the door. I watched fortunes bloom and wither in real-time during the NFT era. Creators lost royalty income when marketplaces abandoned on-chain fees. The OpenSea royalty surrender was the moment PFP NFTs' creator economy started to die. There was no sustainable business model left on-chain for creators. A similar dynamic could happen here if the law fails to protect small infrastructure companies from platform absorption.
Transparency is not the same as surrender. In my DeFi years, I learned that transparency and collective action are more powerful than solitary discovery. Publishing a vulnerability warning before an exploit saved an estimated two million dollars in user funds. That experience taught me that a healthy community protects its builders. But transparency must be paired with boundaries. You can be transparent about the protocol while keeping the architecture proprietary. You can publish standards while protecting the specific way you implemented those standards. The law should respect that boundary.
Investment and Valuation Shock
For investors, this case is a new risk factor that did not appear in any AI infrastructure term sheet a year ago. The value of an MCP gateway startup now depends on the enforceability of its trade secrets. That is frightening. Trade secrets are harder to value than patents. They have no definite term, no registered title, and no public claims. They are only as strong as the vigilance of the company that asserts them.
Runlayer is asserting its secrets in the most visible way possible. That will make its valuation a function of the litigation outcome. If it wins a preliminary injunction or a strong discovery order, its bargaining power will rise. If the court grants Rippling's motion to dismiss or summary judgment, Runlayer will have to explain to investors why a trade-secret asset had no legal teeth.
The deeper lesson for the market is that independent gateway providers need a portfolio of protection. Trade secrets matter, but so do patents, design patterns, and, most importantly, defensible product depth. The units of differentiation must be visible to customers, not just to inside lawyers. A gateway that is too secret to explain to customers is a gateway that is too secret to sell.
I also think this case will change how NDAs are written for AI infrastructure. Future gateway vendors will include explicit restriction clauses about architectural extraction. They will separate evaluation environments from sensitive modules. They will require records of which engineering staff accessed which documents. They will monitor for strategic pivots by customers who are also potential competitors. This is not paranoia. It is the new normal.
The Infrastructure Impact and the Competition Landscape
Let me step back and look at the infrastructure impact. MCP was born as a protocol for connecting models to tools. It has survived the initial hype and is moving into the enterprise procurement cycle. Every company that adopts MCP will eventually need a gateway. The question is who builds and controls that gateway.
The Runlayer v. Rippling case will influence that decision. Enterprise buyers will ask two questions: Is the gateway provider legally safe? And can the provider protect itself from cloud incumbents? The uncertainty created by the lawsuit may slow down some procurement. But it will also accelerate the emergence of architectural standards for gateways.
We are likely to see a wave of clean-room implementations. Large platforms will instruct engineering teams to avoid reading Runlayer's public filing too closely. They will build their own gateways from the MCP spec, document the design process carefully, and produce independent architecture decisions. In the long run, this is healthy. It is the same process that allowed GNU/Linux to flourish in the shadow of proprietary Unix.
But there is a risk. If the court decides that every detail of an enterprise gateway is a trade secret, the protocol itself will become less useful. Developers will hesitate to build on MCP because they will not know where the protocol ends and someone's secret begins. The ambiguity could create a chilling effect. Exactly the opposite of what the open-source community wants.
The competition landscape beyond Runlayer and Rippling is also shifting. Snowflake and AWS have already validated the gateway category. Their entries mean that the enterprise MCP gateway is no longer a niche. It is a choke point. Whoever controls the gateway controls the data that flows through it. And data is the only sustainable moat in AI.
Rippling is part of a larger class of platform companies that have embedded themselves in enterprise workflows. These companies see AI agents as a new interface to their data. If they control the gateway, they can charge for every tool call. If they lose the gateway to a third party, they become a commodity backend that another company's gateway can replace at will.
This dynamic explains why Rippling chose to build rather than buy. It was not about saving software licensing fees. It was about owning the relationship between AI models and the information inside Rippling. The same dynamic will play out across every SaaS category. CRM platforms, ERP systems, HR suites, and cloud databases will all want their own gateways. Some will buy. Some will build. Some will copy, or at least be accused of copying.
Runlayer v. Rippling is therefore a test case for the entire SaaS-plus-AI ecosystem. The legal boundary established here will become a template for hundreds of future disputes. It is the first strike, and it will set the labor law for data control in the agentic era.
The Missing Facts and What to Watch Next
The next twelve months will be determined by a handful of missing facts.
First, what exactly did Runlayer provide to Rippling during the evaluation? The more Runlayer showed, the stronger the trade-secret claim. But the more it showed, the more it risked. Trade-secret plaintiffs are often caught in the paradox of transparency: they must demonstrate that they took reasonable measures to protect the secret, which means they controlled access strictly. If Runlayer gave Rippling deep architectural access because a large deal required it, that control is still reasonable, but it will be scrutinized.
Second, did Rippling have an independent gateway project before the Runlayer evaluation? If yes, Rippling can argue the timeline is natural. If no, a sudden project launch after the evaluation is damning. I will be looking at the earliest internal pitch decks and architecture memos from Rippling's engineering team.
Third, have any Runlayer employees joined Rippling? Employee mobility is the most common vector for trade-secret misappropriation. The complaint does not need to plead that, but discovery will reveal recruiting records and hiring emails. If a key Runlayer engineer moved to Rippling during the negotiation window, the temperature of this case will rise immediately.
Fourth, is there any evidence of copied code artifacts such as exported JSON schemas, authentication policy files, audit log templates, or deployment scripts? Those are the fingerprints that survive even without a line-copy.
Fifth, what will the court do with the public MCP specification? This is the legal crux. The judge will have to decide whether the protocol defines enough of the gateway behavior that Rippling's implementation was just the obvious way to be compliant. If so, Runlayer will struggle. If not, the judge will allow the jury to compare the two architectures and draw conclusions.
The smart money is not on a quick resolution. This case will go through discovery, technical expert reports, and likely summary judgment. There is also a chance of settlement. In trade-secret cases, the discovery burden is heavy, and the client with deeper pockets can sometimes prolong the litigation until the startup runs out of cash. That dynamic is real.
A Practical Founder's Guide to Not Getting Sued
If you are building an AI infrastructure startup, this case is a warning. Let me give you a practical checklist based on my own experience in protocol-level security work.
First, assume that every enterprise customer is a potential competitor. That does not mean you should be paranoid. It means you should design your evaluation process with the same care as your code. Separate the demo environment from the deep-dive environment. Gate access to architectural documentation behind a two-factor request and a named-individual NDA. Log who downloads what, when, and why.
Second, keep a continuous record of independent innovation. Every architecture decision should be documented in an engineering design record. When you decide to use a particular caching strategy or a particular policy evaluation order, write down why you chose it. This record will be your best attack and defense in any trade-secret dispute. It establishes that your design is the result of deliberation, not imitation.
Third, consider using code watermarking. Embed unique, non-obvious identifiers in configuration templates, schema comments, or internal audit log field names. These watermarks are difficult for a reviewer to detect but easy for an expert to identify later. If a former customer's product contains your watermark, your trade-secret case just got significantly stronger.
Fourth, do not let a large platform turn your trial into an exercise in architectural extraction. Set a clear boundary between functional validation and a full security review. A customer may need to know that your gateway is secure, but they do not need to know every implementation detail to verify that. There are certification frameworks and third-party audits that can provide assurance without exposing your crown jewels.
Fifth, retain a specialist early. Trade-secret litigation is not the same as a patent dispute. You need an attorney who understands both software architecture and the discovery process. If you wait until after you lose the deal, you will be reconstructing events from memory. By then, the evidence is already gone.
The Emotional Layer of the Fight
I have spent a lot of time in this article on technical and commercial analysis. But I want to pause and acknowledge the emotional layer. The people at Runlayer built something. They believed in it. They created a system that could make AI agents safe in the enterprise. Then a potential customer, a giant platform, spent weeks inside their creation under the promise of an NDA. And then the deal collapsed, and a near-identical architecture appeared in the customer's own product.
That feeling is not just anger. It is a deep violation of the implicit contract that makes innovation possible. We share a bit of our architecture to prove it works, and we expect the counterparty to respect the boundary. Trade-secret law exists to enforce that boundary. But the emotional cost cannot be restored by a damages award. It is the loss of trust in the very idea of collaboration.
In my Code and Coffee sessions during the 2022 bear market, I watched founders struggle not with the price charts but with the feeling that the community had failed them. The same feeling is present here. The MCP community is supposed to be a community of builders who share the protocol but respect each other's proprietary work. This lawsuit is a test of whether that community has any teeth.
I am not saying Runlayer will win. I am saying the ecosystem needs this test. We need to know whether a startup can build on an open protocol without being eaten by a platform company. We need to know whether NDAs mean anything in the AI age. We need to know whether the law can see the difference between code and architecture.
The Takeaway: The Next Watch
Do not watch the token charts for the next signal. Watch the docket. If the court grants a preliminary injunction that blocks Rippling from using the allegedly stolen architecture, expect the entire gateway startup segment to experience a wave of enablement. If the court dismisses the case or signals skepticism, expect platform companies to accelerate their absorption of gateway functionality.
Either way, the MCP industry will never be the same. The era of innocent interoperability is over. The era of governed interoperability has begun. I will be watching for one specific event: the production of Rippling's gateway repository under a discovery order. That moment, when the code enters a neutral forensic lab, will tell us more about the future of AI infrastructure than any earnings call.
Speed is survival, but empathy is the signal. In this case, empathy means remembering that behind the corporate espionage accusations are engineers who believed they were building a better AI stack. And behind the trade-secret claim are engineers who watched their work become someone else's platform. We need rules. We need boundaries. And we need to remember that an open protocol is not a free ticket to privatize someone else's architectural work.
The code didn't leak; the architecture did. The architecture matters because it is the part of the system that encodes judgment. In a world of increasingly autonomous agents, judgment will be more valuable than any individual line of code. And judgment will be exactly what the court must evaluate.
The next few quarters will reveal whether the law can handle a world where the most valuable secret is not a string of characters but a structure of decisions. I have watched fortunes bloom and wither in real-time. This case is the first fortune I have seen bloom on a legal docket. Let us hope it does not wither in the shadow of a platform.

