Live data from Hacker News

Ask HN: What have you built with LLMs?

news.ycombinator.com

31–40 of 79 posts

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

#31
We built hoop.app which uses LLMs to detect your tasks and work priorities from your chat messages, meeting transcripts and emails.

The goal is to take all of the busy work out of task management so you can always know what your focus should be on and not waste brain power worrying about missing something important.

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

#32
post #10

I built a multiplayer chatroom where all messages are transformed by an LLM (e.g. into pirate speak or corporate jargon): https://impersona.chat/ I also built this incremental clicker game where you split words ad infinitum (like Infinite Craft but in reverse): https://lantto.github.io/hypersplit/

This is what I thought the future will be like since years ago. Everybody is going to be harmless since llms will translate and cushion, or outright censor any problematic communication.

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

#33
I built a text summarizer, key word generator for drilling reports (for co2 sequestration) to try and encapsulate expert knowledge taken when drilling into regression models that predict things like the amount of alterable rock available for co2 storage. It kind of worked.

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

#35
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.

I wonder, why would one decide to build this? Like, do the creators see any potential positive social impact of the app?

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

#36
post #10

I built a multiplayer chatroom where all messages are transformed by an LLM (e.g. into pirate speak or corporate jargon): https://impersona.chat/ I also built this incremental clicker game where you split words ad infinitum (like Infinite Craft but in reverse): https://lantto.github.io/hypersplit/

Tried the multiplayer chatroom for a while and it seems fun, great idea.

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

#38
I made an encyclopedia where every page is generated by LLM on demand, so there's no such thing as a topic that doesn't have a page. It's like a real life hitchhiker's guide to the galaxy.

https://incoherency.co.uk/encmech/

https://incoherency.co.uk/blog/stories/encyclopedia-mechanic...

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

#39

We built a candidate assessment platform. The questions and evaluation is done by LLMs! Link: https://acciomatrix.com

I really like the execution and usage of LLMs, but this is a good example what's fundemental wrong with the current enterprise ai trend.

Waisting other people's hours more efficiently.

It's fair game to: a) use any tool to automate solving this b) See it as I giant red flag for bad corporate culture

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

#40
I built Audiala [1][2][3], which is a platform that creates virtual tour guides that goes with you anywhere in the world. While the content is mostly static now, the pipeline is there to make it entirely personal for each user, once I figured out how to deal with the API costs.

The next steps are to adapt the content based on realtime user feedback or queries like "What happened on this street during the French Revolution?" or "Tell me more about this building’s history." as well as offering step by step itinerary suggestions.

I believe it's now possible to build an Augmented Reality solution, where you leave your phone in your pocket, put some airpods and you listen or converse with your personal tour guide and fully immerse yourself in history.

[1] https://audiala.com

[2] https://apps.apple.com/us/app/id6446038181?uo=4

[3] https://play.google.com/store/apps/details?id=com.audiala.au...

Post reply on HN