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
·8个月前·讨论
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?