Live data from Hacker News

Ask HN: What have you built with LLMs?

news.ycombinator.com

11–20 of 79 posts

Re: Ask HN: What have you built with LLMs?

#12
I'm building a simulated fantasy town backed by an LLM. Visitors to the website can vote on what the hero does next, and everyone in the town will react naturally to all of the heroes actions.

Unlike previous efforts in this space, the technique I am using consumes very little context, and I'm hoping to get it running on consumer GPUs.

Re: Ask HN: What have you built with LLMs?

#13
- tool to analyze and explore unity3d build size reports

- tool to manage examples dataset for another ai application

- macos transcribe app that allows me to hotkey to speak to notion page, with a little status bar menu to select pages

All relatively trivial but I'd never bother to create them manually

Re: Ask HN: What have you built with LLMs?

#18
post #15

https://interviewsolver.com Interview Copilot for helping you ace your live coding interviews. Desktop app + companion web mode so it's truly undetectable by interview platforms, controlled by global hotkeys.

Wow, isn’t this just cheating with AI for a price right ?

Re: Ask HN: What have you built with LLMs?

#19
I've built an LLM powered Anki clone - https://vocabuo.com. In my language learning journey, I've found that adding each word manually, with audio, image and a sentence example was just too tedious, so in Vocabuo, I add a word and LLMs + dalle + google tts generate the rest.

Currently it supports English, German and Spanish, but I plan to add more languages in the future.

As a bonus you can also add words from yt videos and websites.

Re: Ask HN: What have you built with LLMs?

#20
I built an error correction model for people with significant disabilities who can’t speak and poor finger control to write out their message. https://willwa.de/2024/01/12/rapid-development-in.html app: look for dragtospeak on AppStore and model https://huggingface.co/willwade/t5-small-spoken-typo
Post reply on HN