TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Avatar – Talk to people modeled on their tweets

3 pointsby SITZalmost 2 years ago
Stumbling across an interesting person online and seeing decades of their writing history is always daunting to dig through to discover key ideas.<p>While standalone foundational models can dig through most popular writings available on open web, there is long tail that needs individual specific models to synthesize with LLMs. Starting with twitter, Avatar intends to create a digital avatar for individuals while aiming to be factually correct. Please Try ~50 interesting accounts on twitter IMO and let me know of any feedback on its utility.<p>RAG stack components: LLM (gpt-3.5-turbo), Embeddings (text-embedding-ada-002), Vector index (Chroma)<p>More details: <a href="https:&#x2F;&#x2F;twitter-avatar.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;twitter-avatar.com</a>

1 comment

cdev823almost 2 years ago
Really interesting idea! Avatar could be very useful for finding out what people have said about a certain topic in the past. Linking to the original tweets is also really helpful.<p>Can&#x27;t wait to see where you take this in the future!