← Latest papers
🤖 AI

Liquid Interfaces: A Dynamic Ontology for the Interoperability of Autonomous Systems

This paper introduces "Liquid Interfaces," a dynamic coordination paradigm and associated protocol that replaces static, deterministic system connections with ephemeral, runtime-negotiated relational events to enable adaptive interoperability among autonomous agents operating under semantic uncertainty.

Original authors: Dhiogo de Sá, Carlos Schmiedel, Carlos Pereira Lopes

Published 2026-01-30
📖 5 min read🧠 Deep dive

Original authors: Dhiogo de Sá, Carlos Schmiedel, Carlos Pereira Lopes

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to get a group of strangers to build a house together.

The Old Way (Solid Interfaces):
In the traditional world of software, this is like requiring every builder to bring a pre-fabricated wall that fits exactly into a specific hole in the foundation. Before anyone starts, you need a massive blueprint (a contract) that says, "The wall from Builder A must be 10 feet wide, 8 feet tall, and have a window on the left." If Builder B shows up with a wall that is 10.1 feet wide or has the window on the right, the whole project stops. Nothing gets built. This works great if you know exactly who is building what, but it falls apart if you have a team of AI agents that are creative, change their minds, or speak different "languages."

The New Way (Liquid Interfaces):
This paper introduces a concept called Liquid Interfaces. Instead of pre-made walls, imagine the builders meeting in the middle of the construction site and saying, "I need to cover this gap."

They don't check a blueprint. Instead, they talk it out.

  • The Intent: One agent says, "I need to get this package to a city 200 miles away, but the main road is closed."
  • The Negotiation: Another agent (a trucking AI) says, "I can't take the highway, but I can take a dirt road." A third agent (a warehouse AI) says, "I can store it overnight."
  • The Liquid Moment: They instantly agree on a plan. They shake hands (digitally), do the work, and then... poof. The agreement disappears.

The Core Metaphor: Water vs. Ice
The authors use the metaphor of Ice (Solid Interfaces) and Water (Liquid Interfaces).

  • Ice (Old Way): Rigid, permanent, and brittle. If the temperature changes (the situation changes), the ice cracks. You have to melt it down and refreeze it (rewrite code) to change the shape.
  • Water (New Way): Fluid and adaptable. It takes the shape of whatever container it is in right now. Once the task is done, the water evaporates. It leaves no puddle behind.

How It Works (The "Liquid Interface Protocol"):
The paper proposes a set of rules (a protocol) for how these digital agents talk to each other without needing a pre-written contract:

  1. Intent First: You don't ask "What is your function?" You say "What is your goal?" (e.g., "Reduce costs").
  2. Semantic Negotiation: The agents use advanced AI (like Large Language Models) to understand each other's messy, natural language goals. They figure out how to fit together on the fly, like puzzle pieces that reshape themselves to fit.
  3. Ephemeral (Temporary): This is the most important part. The "interface" (the agreement) only exists for the time it takes to do the job. Once the job is done, the agreement is deleted. There is no "technical debt" left over. It's like a handshake that vanishes the moment you let go.

Why Do We Need This?
The paper argues that we are moving into an era where AI agents are everywhere. These agents are smart but unpredictable. They might interpret a request differently than expected.

  • The Problem: If you try to force these flexible, creative AI agents into rigid, "ice-like" contracts, they get stuck. They can't adapt.
  • The Solution: Liquid Interfaces let them flow around obstacles. If a port closes, the agent doesn't get an error message; it negotiates a new route with a different agent instantly.

The Rules of the Game:
To make sure this doesn't turn into chaos, the paper sets three main rules:

  1. Intent is King: The interaction is only valid if it actually helps achieve the goal. If the conversation goes in circles, it stops.
  2. No Ghosts: Once the task is finished, the connection must be broken. No lingering agreements.
  3. No Hidden Ties: Agents shouldn't remember how they talked to each other last time in a way that forces them to talk the same way next time. Every interaction starts fresh.

Governance and Safety:
The paper also explains how to keep this safe. Instead of checking a list of "allowed actions" (like a bouncer checking a guest list), the system checks the intent.

  • Old way: "Can you access the database?" (Yes/No).
  • Liquid way: "Are you trying to do something that violates our safety rules?" (If the answer is yes, the negotiation stops before it starts).
  • It also keeps a "semantic log," meaning it records why the agents agreed to do something, not just what they did. This makes it easier to understand what happened later.

The Limitations:
The authors are honest: This isn't a magic wand for everything.

  • If you need something to happen in a split second (like stopping a car to avoid a crash), this "talk it out" method is too slow.
  • If you are in a very stable environment where nothing ever changes, the old "ice" method is still faster and cheaper.
  • Liquid Interfaces are specifically for when things are messy, changing, and full of uncertainty.

In Summary:
This paper suggests we stop building software like a rigid factory assembly line and start building it like a fluid conversation. Instead of forcing AI agents to fit into pre-made boxes, we let them negotiate a temporary, custom fit for the job at hand, and then let that fit dissolve, leaving no mess behind. It's a shift from static contracts to dynamic relationships.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →