Live data from Hacker News

Ask HN: What's the coolest non standard application of LLMs you've seen?

news.ycombinator.com

61–65 of 65 posts

Re: Ask HN: What's the coolest non standard application of LLMs you've seen?

#61
post #56

I'm attempting to create a frequency list of words for language learners. (In Japanese.) Commonly, these lists are based in just what word appears in the text at "surface" level. However, words commonly have multiple "senses" or nuances of meaning in which they are used. Dictionaries list these senses, but it has been traditionally hard to disambiguate which sense the word is used in, given an usage in text. LLM's ma…

How about the highest frequency phrases and variations? As a language learner, I’ve found that high frequency word lists to not be that useful. It’s too atomic of a unit devoid of context. Memorizing word lists don’t lead to speaking a language — but learning phrases often do. Even better is to learn phrases within a context, like a restaurant or a lecture. LLMs might actually add value. Word frequencies are simply s…

Ah, yeah, totally! The whole point of this excercise is to ascend the level of "words" to get to level of "units of meaning". These commonly consist of not single words but phrases.

Also, you are absolutely correct that learning "atomic units" in isolation is not good practice. What I'm thinkin here is to get some tools to collect the data for "what". The "how" of the learning needs to happen in context.

Re: Ask HN: What's the coolest non standard application of LLMs you've seen?

#62

I'm using it to filter out the content that's displayed in my browser screen as I browse: https://karimjedda.com/llms-in-the-middle-content-aware-clie... Essentially, I wrote a small browser extension, that takes the content of LinkedIn, Twitter, YouTube posts/titles, and filters them out based on if they are clickbait, low effort, etc. It's liberating :D

A video of before and after would do wonders.

Also, if this could show stats and graphs on the topics the user has been exposed to and what has been blocked out it would be amazing.

Re: Ask HN: What's the coolest non standard application of LLMs you've seen?

#63

I've recently been experimenting with training LLMs on the personal corpus of a dear family friend who passed recently, with the intent to eventually embed the device in his tombstone up north so that people can come and commune with him. He was a well-known tarot reader, mystic and Haskeller in the northern Finnish community; without his help it's very likely I would have been deported from the country before I coul…

Can you share the size of the datasets, and some parameter used for training?

I'm trying to understand what is the minimum size of a corpus and the architecture size too.

Re: Ask HN: What's the coolest non standard application of LLMs you've seen?

#64
post #59

Earlier quoted context omitted.

I’m not sure it’s so black and white. Reading yourself (at whatever level you are capable of and can tolerate) followed by asking an LLM to highlight any areas of the terms that are non-standard, may cause concern, could be restrictive, or might cost you later could help identify subtleties you might have missed. Certainly it’d seem no worse and possibly better than just reading the terms, especially as a layperson.

And what do you do when your interpretation is correct and the LLM is incorrect, contradicting you, but you aren't sure who's correct and who isn't?

Seek better advice than the LLM, if the discrepancy remaining unresolved is problematic enough for you.

Re: Ask HN: What's the coolest non standard application of LLMs you've seen?

#65
post #6

Honeycomb is an open telemetry tool that has a complicated search UI. They also have a text box you can use to have it query your data for you, it basically just drives the filtering and group by UI. It's really cool because it just makes the UI simpler to use, worse case it might set the wrong filter.

Coming in late here, but I'm glad you like the feature! We built it exactly for the reason you describe.
Post reply on HN