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

milst

no profile record

投稿

[untitled]

1 ポイント·投稿者 milst·4 か月前·0 コメント

Library of Babel – every possible page of 3200 characters

libraryofbabel.info
2 ポイント·投稿者 milst·4 か月前·1 コメント

The supply chain of a ChatGPT prompt

aisupplychain.vercel.app
3 ポイント·投稿者 milst·5 か月前·1 コメント

[untitled]

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

Let LLMs control your UI

tambo.co
4 ポイント·投稿者 milst·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 milst·9 か月前·0 コメント

All React apps using Tambo for natural language control now support MCP Sampling

tambo.co
1 ポイント·投稿者 milst·9 か月前·0 コメント

コメント

milst
·4 か月前·議論
Really like the idea of having a single place that shows me the throughline of work across different platforms
milst
·4 か月前·議論
The Library of Babel contains every possible page of 3200 characters that could ever be written. Every book, every sentence, every truth and every lie, all already exist somewhere in the library. Your life story is somewhere in there.

You can search for occurrences of specific strings, which I did to find this page (ctrl+f "hackernews"): https://libraryofbabel.info/bookmark.cgi?omrcw_befyz107
milst
·5 か月前·議論
by @chiefofautism on twitter
milst
·5 か月前·議論
It's that plus the hosted service which interacts with the LLM, stores threads, handles auth, gives observability of interactions in your app, etc.
milst
·5 か月前·議論
With this you build your own React components and register them with the AI. The AI chooses which to use and what props to pass into them, so it's not generating UI from scratch, if that's what you mean - other Michael from the Tambo team
milst
·7 か月前·議論
Interesting, reminds me a little of another project posted here a few weeks ago: https://news.ycombinator.com/item?id=45823938
milst
·8 か月前·議論
under the hood messages are sent to Tambo which knows how to use the timeline component (sort of like an LLM tool) and can fill the component's props with whatever data it decides. The actual data at this point is completely generated by the LLM (which seems to be ok for historical data on popular topics.) I should add a tool to allow tambo to fetch data from wikipedia before trying to generate timeline data.

Comparing timelines is an awesome idea, understanding when certain events happened in relation to others is really interesting. Maybe even overlaid in different colors or something instead of separate timelines.

Here's the repo btw: https://github.com/MichaelMilstead/timeline-of-everything
milst
·8 か月前·議論
Very interested in the idea of an AI being able to interact with my filesystem.

we experimented with something like this: https://local-note-taker.vercel.app/chat

repo in case you'd rather run it locally: https://github.com/tambo-ai/local-note-taker

Curious to compare how our two ideas are built differently, feel free to reach out (email in my profile)
milst
·8 か月前·議論
started something like this, but without the "zoom" https://timeline-of-everything.milst.dev/
milst
·8 か月前·議論
very cool. Made something with a similar idea, but using timelines instead of maps. I wonder if the two could be combined in some way https://timeline-of-everything.milst.dev/
milst
·8 か月前·議論
Very cool. Are the posts I see random from all stored, or are they the latest posts or something?