Viewing profile — grouchy
grouchy
HN member- Joined
- Mon, May 01, 2023, 11:32 PM UTC
- HN karma
- 64
- Public activity
- 71 items
- HN profile
- View on Hacker News ↗
About grouchy
No profile information was provided.
Recent public activity
- story
-
story
Show HN: Charming – Build and share apps like Google Docs
Hi HN! I’m building Charming, a cloud for creating and sharing small apps. Agents can host, run, and share apps securely over MCP or API. I started by building tools for myself, an…
-
story
Show HN: Deploy personal apps with your agent via Buildy
Hi HN, I'm one of the creators of Buildy. More and more people seem to be building personal software, including myself. But I keep re-implementing the same things: authentication, …
- comment
- story
-
comment
Comment #47251741
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 su…
-
comment
Comment #46977557
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…
-
comment
Comment #46977524
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 link…
-
comment
Comment #46977478
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 } fr…
-
comment
Comment #46969951
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 spec…
-
comment
Comment #46969885
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 emb…
-
comment
Comment #46969839
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 s…
-
comment
Comment #46969797
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?
-
comment
Comment #46969776
Thank you. I just sent you an email. Looking forward to learning more about what you are building.
-
comment
Comment #46969761
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 th…
- comment
-
story
Tambo 1.0: Open-source toolkit for agents that render React components
Hi HN — cofounder Michael here. We've been building Tambo for about a year, and just released our 1.0. We make are making it easier to register React components with Zod schemas, a…
-
comment
Comment #46789086
This had me laugh out loud.
-
comment
Comment #46788148
I'd love to see a version of this that adds voice. Both input and telling the story.
-
comment
Comment #46787447
This is cool. I wonder what it would like today with LLMs?
-
comment
Comment #46786819
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 wri…
-
comment
Comment #46195751
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 …
-
comment
Comment #46192921
Has anyone found techniques to improve Claude's spatial/layout understanding? It seems Nano Banana Pro can understand the layout/spatial well.
-
comment
Comment #46188041
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…
-
comment
Comment #46188023
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 pe…