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: TweetMirror - Train a LLM on your Tweets

4 pointsby HammadBover 2 years ago
Hi HN,<p>Tweet Mirror is a toy project I made to learn about Large Language Models. With the speed that the field is advancing, I felt I&#x27;d be remiss if I didn&#x27;t learn more about it.<p>To use it, you log in with Twitter, pay the amount it costs to train the model (GPUs are expensive otherwise I&#x27;d release this for free!) and wait 15m to an hour for fine-tuning to receive tweets generated in your style.<p>Technically, I fine tune the GPT-J 6B parameter model for a heuristically determined number of epochs with early stopping. I also perform a lot of data preprocessing&#x2F;sanitization which improves results. In addition, I perform topic modeling using a pipeline similar to BERT-topic and condition some % of your tweets on common topics as well as what is more liked.<p>With this project, I wanted to engender conversation around a couple of topics that came to mind while building it. Curious for all of your thoughts and feedback at large!<p>- Economics and defensibility of building AI. I wanted to release this for free but had to charge because it costs a non-trivial amount per job. If fine-tuning models &#x2F; training models for users will be valuable in many applications, how will this shape the business models of companies that use these technologies? Is there something intrinsic about the cost structure that gives benefit to incumbents?<p>- Dangers of &quot;loose&quot; AI agents. There is nothing stopping a bad-actor from doing what I have done here and letting it loose on the internet, perhaps even with RL as feedback. Thus creating a seemingly real person that runs on its own. Countries such as Saudi Arabia have already used twitter bots for their agenda, and this technology seems much more powerful than what they used. Should we regulate AI agents being released &quot;into the wild&quot;. How do we navigate AI that has convincing agency on the internet, which feels very feasible in the near-term?<p>- There is something really spooky about the generated tweets because they often share your vernacular and sound quite similar to you. I think this raises interesting philosophical questions. What does it mean to be human in a world where your thought process can be git-forked?<p>Curious what you all think, and how your Tweet Mirror&#x27;s make you feel!

no comments

no comments