HackerTrans
トップ新着トレンドコメント過去質問紹介求人

grouchy

no profile record

投稿

Show HN: Deploy personal apps with your agent via Buildy

buildy.so
4 ポイント·投稿者 grouchy·先月·0 コメント

Tambo 1.0: Open-source toolkit for agents that render React components

github.com
101 ポイント·投稿者 grouchy·5 か月前·25 コメント

What Is Generative UI?

tambo.co
63 ポイント·投稿者 grouchy·7 か月前·83 コメント

[untitled]

1 ポイント·投稿者 grouchy·8 か月前·0 コメント

Show HN: CheatSheet An Open-source spreadsheet you can talk to

github.com
3 ポイント·投稿者 grouchy·9 か月前·0 コメント

Expand Your Surface Area for Luck

magan.info
2 ポイント·投稿者 grouchy·9 か月前·0 コメント

Show HN: Tambo-AI – Open-Source, Model-Agnostic Alternative to OpenAI's ChatKit

github.com
2 ポイント·投稿者 grouchy·9 か月前·0 コメント

コメント

grouchy
·4 か月前·議論
It's been fun using this in our standups. Thanks for building this.

I have to keep asking the same questions. Do you think it could remember what I typically ask and generate or suggest it?
grouchy
·5 か月前·議論
Glad you like the approach. When you give it a spin or look into the implementation please let us know what you think.

We are constantly improving tambo. It's crazy to see how much it's improved since we first started.
grouchy
·5 か月前·議論
It get's it wrong sometimes but I think the alternative is the user getting it wrong trying to navigate your site.

I like to think how much time I spend clicking different nav links, clicking different drop downs trying to find the functionality I need.

It's just a new way for the app to surface what the user needs when they need it.
grouchy
·5 か月前·議論
It does!

import { z } from "zod";

inputSchema: z.object({ query: z.string() });

or

import * as v from "valibot";

inputSchema: v.object({ query: v.string() });

or

import { type } from "arktype";

inputSchema: type({ query: "string" });
grouchy
·5 か月前·議論
I'm curious what would make you say that? Because we haven't experienced this. We are being used a fortune 1000 fintech in production.

Any specific experience you had? or more specifics of where batteries included went to far?
grouchy
·5 か月前·議論
Yeah, we've been following it closely. We already support the majority of the MCP spec and plan to add support for UI over MCP.

But our use case is a little different. MCP Apps embed interfaces into other agents. Tambo is an embedded agent that can render your UI. There's overlap for sure, but many of the developers using us don't see themselves putting their UI inside ChatGPT or Claude. That's just not how users use their apps.

That said, we're thinking about how we could make it easy to build an embedded agent and then selectively expose those UI elements over MCP Apps where it makes sense.
grouchy
·5 か月前·議論
There's overlap for sure. I'd say we've built a more drop-in solution. We actually migrated to AG-UI events under the hood, and we have plans to expand cross-compatibility across standards.

The major difference is we provide an agent. You don't need to bring your own agent or framework. A lot of our developers are using our agent, really happy with it, and we have a bunch of upcoming features to make it even better out of the box.
grouchy
·5 か月前·議論
Awesome to meet another tambonaut.

We love zod, we also support standard schema and thus most other popular typing libraries.

I'm curious how you found us?
grouchy
·5 か月前·議論
Thank you. I just sent you an email. Looking forward to learning more about what you are building.
grouchy
·5 か月前·議論
You install the React SDK, register your React components with Zod schemas, and then the agent responds to users with your UI components.

Developers are using it to build agents that actually solve user needs with their own UI elements, instead of text instructions or taking actions with minimal visibility for the user.

We're building out a generative UI library, but as of right now it doesn't generate any code (that could change).

We do have a skill you can give your agent to create new UI components:

``` npx skills add tambo-ai/tambo ```

/components
grouchy
·6 か月前·議論
This had me laugh out loud.
grouchy
·6 か月前·議論
I'd love to see a version of this that adds voice. Both input and telling the story.
grouchy
·6 か月前·議論
This is cool. I wonder what it would like today with LLMs?
grouchy
·6 か月前·議論
I'm not from the era of these games, but I remember trying them and finding them frustrating for the same reason.

But when I tried this, I literally couldn't stop. I could just write some random action.

It's actually amazing to me how many situations they were able to consider in the game, but having the LLM translate my language into the right action made the game feel way more natural.

I'd be interested in seeing how people can dress up these games with images, or more complex interactions. It could be a whole sub-genre.
grouchy
·7 か月前·議論
Interesting, I'd love to figure out how we could do something like this in tambo.

Basically, listening to the user's interactions and suggesting different interfaces or tasks they could use for the assistant.

Thanks for sharing.
grouchy
·7 か月前·議論
Has anyone found techniques to improve Claude's spatial/layout understanding?

It seems Nano Banana Pro can understand the layout/spatial well.
grouchy
·7 か月前·議論
These apps will likely require extensive documentation.

The question is: Why expose it to the user if you can use an LLM to surface only the relevant information, contextualized to what they are doing?

We use this in our app, and it reads our docs to provide context when rendering the UI. I hope that most users never actually read our docs, and eventually learn to ask our app.

It can generally show the right UI, help them configure it, and use docs to ground it.
grouchy
·7 か月前·議論
Interesting. I tried the demo and couldn't get it to work.

What are you using to modify the site for each person?

I can see how you personalize software with use, but how do you personalize a landing page before you have any user context?
grouchy
·7 か月前·議論
Why do we need documentation?
grouchy
·7 か月前·議論
I agree that the basic vs. advanced or persona A vs. persona B distinction is usually too rigid.

What makes you skeptical that AI will excel at this?