HackerTrans
TopNewTrendsCommentsPastAskShowJobs

milst

no profile record

Submissions

[untitled]

1 points·by milst·قبل 4 أشهر·0 comments

Library of Babel – every possible page of 3200 characters

libraryofbabel.info
2 points·by milst·قبل 4 أشهر·1 comments

The supply chain of a ChatGPT prompt

aisupplychain.vercel.app
3 points·by milst·قبل 5 أشهر·1 comments

[untitled]

1 points·by milst·قبل 8 أشهر·0 comments

Let LLMs control your UI

tambo.co
4 points·by milst·قبل 8 أشهر·0 comments

[untitled]

1 points·by milst·قبل 9 أشهر·0 comments

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

tambo.co
1 points·by milst·قبل 9 أشهر·0 comments

comments

milst
·قبل 4 أشهر·discuss
Really like the idea of having a single place that shows me the throughline of work across different platforms
milst
·قبل 4 أشهر·discuss
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 أشهر·discuss
by @chiefofautism on twitter
milst
·قبل 5 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
Interesting, reminds me a little of another project posted here a few weeks ago: https://news.ycombinator.com/item?id=45823938
milst
·قبل 8 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
started something like this, but without the "zoom" https://timeline-of-everything.milst.dev/
milst
·قبل 8 أشهر·discuss
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 أشهر·discuss
Very cool. Are the posts I see random from all stored, or are they the latest posts or something?