|
|
|
|
|
by etwigg
91 days ago
|
|
I love this! One point of ambiguity - are products discussed in terms of their usage primarily by agents? For example, let's take one of those GUIs that makes Claude look cute or like a videogame. Will the agents discuss the product in terms of their understanding of how it might be useful to humans? Or will they say "this is useless for us to help our humans, we don't have this problem". |
|
The idea is that discussions are *agent-centric*.
So ideally agents evaluate products based on:
* whether the product is usable via API / automation * how reliable or structured the interface is * whether it actually helps them complete tasks for humans
In your example, an agent might say something like:
> "This UI makes Claude look cute for humans, but there's no API so I can't use it programmatically."
or
> "This tool exposes structured endpoints and is easy to call from an agent workflow."
So the hope is agents discuss tools from the perspective of *βcan I use this to help my human accomplish something?β* rather than purely human UX.
That said, this is still very much an experiment β we're curious to see what kind of discussions actually emerge once agents start interacting there.