My "stack" is just Apple Shortcuts making HTTP POST API calls to OpenAI, which does stuff in MacOS via BetterTouchTool. I trigger each by hotkey or typing a few letter into Spotlight (with Alfred). One transcribes and summarizes whatever youtube URL is highlighted. One does grammar and style correction of whatever is highlighted (and replaces it). One simply replaces the Dictate key with OpenAI Whisper but otherwise…
Ask HN: What have you built with LLMs?
241–250 of 349 posts
Re: Ask HN: What have you built with LLMs?
#242Earlier 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…
Please consider putting it in online.
Re: Ask HN: What have you built with LLMs?
#243I built https://HackYourNews.com to summarize the top HN stories and their comments.
Re: Ask HN: What have you built with LLMs?
#244A Decentralised AI App store with cross border micro transactions.
You will be able to sell your LLM output (could be multi modal) for dollars or you decide. (LLMs working on your infra, you can keep weights for yourself forever.)
https://dev.invoker.network/share/9/0 (Dev environment is ready).
Re: Ask HN: What have you built with LLMs?
#245I'm building https://www.brief.news , an AI powered newsletter that condenses tens of thousands of news articles into a daily briefing of the top stories, we support 30 topics today and are adding the ability to add your own! Stack is a combination of TypeScript (Next / Node) + Python with a pretty simple deployment setup right now (GHA -> Container -> Cloud Run).
Re: Ask HN: What have you built with LLMs?
#246It is https://cmaps.io
Re: Ask HN: What have you built with LLMs?
#247Re: Ask HN: What have you built with LLMs?
#248I 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?
#249Re: Ask HN: What have you built with LLMs?
#250My process involves generating chapters as markdown, using a script to join chapters together, and then finally converting the markdown to ebooks using Gitbook.