Ask HN: What have you built with LLMs?
211–220 of 349 posts
Re: Ask HN: What have you built with LLMs?
#212Re: Ask HN: What have you built with LLMs?
#213I helped "writing" a cookbook from my grandmother's recipes. For her 100th birthday, my dad rescued more than 250+ pages of recipes that my Grandma had collected over the years. Some were written in typing machine, others written by hand by her. So, my dad scanned (pictured) all the typed recipes, and "dictated" all the handwritten. For the dictated recipes, I told him to dictate just "flat" the words and numbers. So…
Re: Ask HN: What have you built with LLMs?
#214I don't like selling. I wanted a way to practice cold calling in a realistic way. I set up a phone number you can call and talk to an AI that simulates sales calls. I ended up using it for more general purpose things because being able to have a hands-free phone call with an AI turned out to be pretty useful. It's offline now, but here's the code with all the stack and deployment info: https://github.com/kevingduck/C…
Re: Ask HN: What have you built with LLMs?
#215Re: Ask HN: What have you built with LLMs?
#216I built an Interactive Resume AI chatbot where anyone can ask questions about my experience and skills: https://www.jon-olson.com/resume_ai/ The backend is a Python FastAPI that uses ChromaDB to store my resume and Q&A pairs, OpenAI, and Airtable to log requests and responses. The UI is Sveltekit. I'm currently building a different tool and will apply some learnings to my Interactive Resume AI. Instead of Airtable, I…
Re: Ask HN: What have you built with LLMs?
#217Earlier quoted context omitted.
So the AI tries to sell to you, or you try to sell to the AI? This sounds very intriguing but I can tell by your README that you're an engineer and not a sales guy - there are no distinct value propositions. But it sounds damn creative as a project.
The AI answers the call and acts as a potential customer. They take on personas to simulate behaviors like difficult or reluctant customers. You then do your pitch, handle objections, etc. At the end you get a transcript that's 'graded' to show you where you could improve your sales approach. And you're right, I'm not a sales guy. This project is for people like me who want a risk-free place to learn the basics of sa…
Re: Ask HN: What have you built with LLMs?
#218Homeschoolmate.com
Re: Ask HN: What have you built with LLMs?
#219Re: Ask HN: What have you built with LLMs?
#220I would also in future try to make it generic so that it can crawl any website and store new contents in vector databases. Response to user query then can be returned by combining the vector search and llm