AI Engineer World's Fair 2026
Agents Need Receipts, Not More Tool Calls
About this talk
Armanas Povilionis of Alithea Bio argues that scientific and commercial AI-agent workflows require coordination across organizational boundaries, budgets, and verifiable records rather than merely additional local tools. He introduces Froglet, an open agent-to-agent protocol for service discovery, signed deals, execution, and receipts, and demonstrates node interaction, Docker deployment, provider-consumer roles, and integrations with MCP, Claude, OpenClaw, and NemoClaw. Potential applications include paid database access, GPU compute, and auditable scientific automation.
Chapters
- 0:01Alithea Bio and the limits of local agent tools
- 3:23Agent budgets, distributed coordination, and Froglet receipts
- 9:31Node plugins, MCP integrations, and deal receipts
- 13:44Docker deployment, node identities, and Claude MCP
- 17:33Database services, GPU marketplaces, and scientific automation
Talk transcript
- 0:01
Hello, everybody. I'm Armanas. I work at Alithea Bio where we focus on life sciences topics. More specifically, we work on immuno-oncology and immunopeptidomics.
- 0:13
While we work on science topics, we use ourselves and provide to our clients, uh, agentic automation or agentic AI solutions.
- 0:24
However, we found a certain gap which we would like to discuss today, and we have a solution which we're working on, which we would like to share. It's called Froglet.
- 0:37
But to start with, I would like to ask, what do you think is most valuable work that agentic automation can do?
- 0:50
My guess, uh, scientific research automation would be quite high up that list.
- 0:56
However, from my experience, adding more tools to agents will not suffice.
- 1:03
Because science, and especially lives-- and especially in life sciences, is, uh, inherently collaborative process.
- 1:14
And in order to enable agents to collaborate, we need a way to have a verifiable chain of receipts. What do I mean? We need a solution which can provide these receipts, proving every step, ensuring that every result can be trusted, and enabling repeatability as well as collaboration at scale.
- 1:41
Having this thesis in mind, let's go to the next step. So
- 1:47
stepping back, um, we imagine agents as cooks in the kitchen.
- 1:54
Giving them more tools or better tools, uh, improves kitchen's efficiency.
- 2:03
Better knives, more pans, more ovens definitely boost the speed and quality,
- 2:10
but it only enhances the local work. On another hand, scientific work is not cooking alone in your own kitchen.
- 2:21
It is closer to running a Michelin star restaurant.
- 2:26
To overcome this, uh, to, to-- The outcome depends on providers and quality of their produce,
- 2:36
high-level services, as well as an, an ability to consistently deliver the same quality dish again and again and again.
- 2:46
You cannot bring everything into one kitchen. The challenge isn't local. It's not local tools. The challenge is aligning the entire supply chain that it's repeatable and consistent.
- 3:02
Today, we have already agents with plenty of tools and increasing in volume, number, and quality. And we also have on another hand data, uh, and specialized analytics algorithms and compute which are distributed ac-across different organizations
- 3:23
and siloed. So our vision is that whenever AI agent workflow automation matures, organizations will give to the agents not only tools, they will give them budgets.
- 3:43
We're already kind of doing this in a primitive form by pr-- allocating tokens for-- token budgets for a specific task. But what I'm talking is a bit broader. It's allowing agents to manage their own budgets to achieve their own goals, whether it's to discover services, request data, negotiate execution terms, or
- 4:08
pay for work, uh, across organizational boundaries. At that point, an agent is no longer just a cook with a better knife. It starts to act like a chef,
- 4:24
uh, like a executive chef, uh, finding suppliers, ordering ingredients, coordinating work at, at the kitchen, and finally keeping the record of what has happened.
- 4:38
That is why we are building Froglet, an open source protocol for agents to discover, transact with, and receive verifiable receipt
- 4:49
from external datas-- uh, data and service providers.
- 4:56
For more detailed information, obviously go to our page, froglet.dev, uh, where you will find, um, general descriptions on how it works, what it integrates with. It-- Froglet is designed to be in between the moving parts.
- 5:14
It's not designed to replace. It's designed to integrate. It integrates with different payment rails. It integrates with different agent harnesses, execution environments, and even transport protocols.
- 5:27
And it doesn't require that every node in the network uses the same software stack. That's the beauty. We are not forcing everyone to use the same-- uh, to, to work the same way.
- 5:38
We're just asking everybody to use the same interface.
- 5:44
In the webpage, you will find how to run Froglet, uh, with just-- how to install it locally just with one command, or even how to run it remotely just with one prompt.
- 6:00
So in essence, um, what we're saying is closed source scientific collaboration often turns into a bespoke project, enterprise project that can take years and cost millions before any reusable workflow exists.
- 6:18
On the other hand, Froglet's mission is to make transaction layer much lighter.
- 6:24
Once an organization decides that the, mm, data or resource or service is deemed shareable,
- 6:35
uh, and it's exposed in Froglet, an agent can discover it, understand the terms, request the work, and re-receive a verifiable, uh, receipt.
- 6:46
That setup costs a few thousand tokens and takes minutes.
- 6:55
Now, if I may, uh, let me open our website for a quick second.
- 7:03
So if you land our... Uh, if you go and land our, uh, homepage, uh, you will see, uh, a couple of things. First, a lot of helper information which allows, uh, you or your agent to read through and understand how it works.
- 7:18
And most of our webpage is focused on, uh, agent use. But also we have some helpful documentation for you. Let me go through a couple of steps in the demo.
- 7:32
So first of all, we find that a Froglet node by itself is not different implementations at each site. It is actually exactly the same node. It just plays different roles, whether it's a provider, requester, or marketplace.
- 7:50
Marketplace itself is just a Froglet node which is reque-- uh, providing certain services.
- 7:59
And what does it help to do? It, it helps to find, to trust, to pay, and to prove that work has happened.
- 8:09
That is it. We're not trying to replace any core functionalities of other tools or protocols.
- 8:18
Whenever you are generating a or creating a new node, it generates a key pair for identity and signing the artifacts.
- 8:27
And during the execution, everything is being signed with that signature, meaning everything is being signed in a chain, and the chain is only valid if, uh, all data points are not tampered with.
- 8:45
And in, in terms of discovery request, uh, providers are publishing what services they, uh, they, uh, they are providing to, to the marketplace using the same protocol. And requester requests a known marketplace just to provide lists of services that are available on that marketplace.
- 9:08
From there-- that moment on, once the requester identifies the service that they want to work with, their communication is direct. There is no, uh, third party. And everything from quote to deal to execution and receipt happens in one interaction.
- 9:31
Let me jump forward a bit. So, so far what I showed you is just a node talking to a node. Where agent comes in, uh, are the plugins that we placed inside the Froglet core.
- 9:47
It integrates with different execution environments and different harnesses, whether it's OpenClaw, NemoClaw, it's, uh, acts as m-MCP server or plugin, and it's primarily designed that it is used by an, an agent.
- 10:08
The primary interface for humans should be an LLM. An LLM should drive usage of Froglet, whether you are a provider or a requester.
- 10:24
So now maybe let's jump to a terminal, and I will show you a couple of things.
- 10:44
First of all, I will show you how to, uh, how you can use, uh, Froglet remotely, meaning that there is a Froglet node, uh, running in a remote server where you can access and get a fifteen minutes, um, trial, uh, identity which you can play with.
- 10:59
Second, how to run a Froglet locally on my machine here on Docker. And third, uh, how I will ask my Claude to interact with local installation and actually configure a service and try it out.
- 11:15
So first of all, what we-- or what I would like to do is to run a command to check whether Froglet, uh, try.froglet.com.dev actually exists, and it works. That's fine.
- 11:29
So now what I can do is to create myself a token,
- 11:35
and this, uh, this creates a temporary token for fifteen minutes. Uh, and you can see it here created.
- 11:47
And then what I can do also in exactly same manner, I can have access to the specific, um, provider token, and this is a specific provider, uh, which adds two numbers.
- 12:01
It's very simple example, uh, service provider. As you see that, uh, the tokens are different. That means the, the Froglet nodes are different.
- 12:12
Now in order to execute, uh, this, uh, service, uh, what I need, I need to create a payload.
- 12:22
So I create a payload which includes, um, many things, including schema, what kind of, uh, service I'm targeting, also, uh, which provider, and finally, uh, what input I'm providing it, uh, to.
- 12:37
So I'm providing it, um, seven and five. Seven plus five.
- 12:44
Now what I need is to pro-provide this payload to my remote, um, r-remote Froglet.
- 12:54
And as this executes, I need to get a deal ID and this is where I have a receipt of actually deal happening. Now deal, uh, has an ID already, but, uh, it might have happened that it takes some time to slow execute, so I take a four command-- for loop to actually, uh, wait for it.
- 13:17
But it depends on the load on that temporary small node that, uh, that runs on, on the cloud. And here we have an answer. It's 12. Fantastic. We have a correct answer.
- 13:30
Um, so we have a entire loop, uh, finalized. Now, in order to run it locally,
- 13:38
um, what I need is to install it here. So first of all,
- 13:44
I will clear everything. As you see, the, uh, the re... uh, the directory is empty and what I do is I-- what I run is HTTPS Froglet dev agent, and what it will do, it will download and install agent on a Docker.
- 14:04
Let's wait a second. It's actually already there, so it just confirms that it doesn't need to download anything and it's working and it's running.
- 14:15
And now I can see that, uh, there are two Froglets running. Um, but if I look at,
- 14:24
at the actually not IP addresses and ports, but I actually look at the node ID, I see that this is one and the same ID. And that means that each, each Froglet can assume different roles and the same time can assume multiple roles.
- 14:40
And we have here two roles as a provider and consumer at the same time. And just to prove that I'm running it on a Docker, uh, here it is running on the same port, same IP address as my local ins-installations.
- 14:57
So now Claude. If I open my Claude, first of all, what I need to do, uh, is to see whether Froglet MCP is enabled, and it is. That's fantastic.
- 15:13
And what I will ask it to do is, first of all, I will change the permissions that it doesn't bug me.
- 15:24
And what I will ask it is, uh, use Frog-Froglet
- 15:32
MCP only. Do not install anything. And, um,
- 15:44
just let's be very specific. And let's see if it understands the constraints.
- 15:52
And I have here prepared a couple of steps. Um, I won't do it-- them one by one.
- 16:00
I'll actually ask you to do it all at once
- 16:07
in steps and provide a specific output. Great. It even goes ahead and, um, uh, checks what is running.
- 16:21
And what I'm asking it to do is, first of all, to see whether the status is live, which already did above. Uh, then if provider and runtime is healthy, then I want it to publish an artifact from a template, which is exactly the same template, add two numbers.
- 16:42
Then, uh, what I want it, uh, that it actually finds and, uh, calls that service and invokes it locally, uh, asking it to add again five and seven.
- 16:56
And it can wait a bit because, uh, it's an asynchronous call. And then show the output on what it got.
- 17:06
So if, if we go, mm, if we go down here, here is what we see that it actually executes all commands.
- 17:19
And what we see that it's actually, um, done exactly as we asked. We-- it has a result, sum 12, and it, it can create anything that you want. It can, uh, connect to...
- 17:33
You can ask Claude to connect to your database and provide row by row access for, for, uh, for a payment, or you can have a just your GPU running in the background and, mm, welcome the request for computa- any kind of computation.
- 17:51
In essence, it's a very simple way how to use it, but it packages a lot of, um, underlying protocols and underlying tools, where now you're not shoving everything into a, a LLM context.
- 18:06
It just has a, a services that it needs to interact. And underneath there is a receipt, there is a payment, there is a execution environment, and there is a negotiation and marketplace hidden, and it's, uh, doesn't stuff your LLM with context.
- 18:26
So going back to the slides. Some reason it scrolled down.
- 18:34
Going back to the slides, um, so what we, what do we have on, uh, on our hands? Uh, we have an open protocol called Froglet, which, um, has multiple things.
- 18:47
First of all, uh, it, uh, provides a way, uh, to, to find resources outside the organizational boundaries. Then it allows your agents to actually execute, uh, remote, uh, commands.
- 19:06
And third, uh, what it allows, it allows to have a verifiable rec- chain of, uh, receipts of what has happened. And I think that actually enables a collaborative science.
- 19:19
That enables a progress of, uh, perpetual science automation.
- 19:26
So please join us, uh, either via Froglet or Alithea Bio, and please join us on GitHub, and thank you for listening.