|
|
|
|
|
by paulluuk
337 days ago
|
|
It really depends on the use-case. I currently work in the video streaming industry, and my team has been building production-quality code for 2 years now. Here are some things that are going really well: * Determine what is happening in a scene/video
* Translating subtitles to very specific local slang
* Summarizing scripts
* Estimating how well a new show will do with a given audience
* Filling gaps in the metadata provided by publishers, such as genres, topics, themes
* Finding the most "viral" or "interesting" moments in a video (combo of LLM and "traditional" ML) There's much more, but I think the general trend here is not "chatbots" or "fixing code", it's automating stuff that we used armies of people to do. And as we progress, we find that we can do better than humans at a fraction of the cost. |
|