TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How did LLMs change your products?

14 点作者 scoresmoke超过 1 年前
Since the LLMs and other generative models had been around for a while, many companies claimed to build products on top of them or launch new AI features based on them.<p>What happened at your company? How did these features impact your users, your product, and your management?

4 条评论

Paul-Craft超过 1 年前
I&#x27;m currently unemployed and looking for work, but I can say I have seen more than one job listing that mentions LLMs, and even one that specifically mentioned GPT-4 as part of the company&#x27;s tech stack. So, people definitely <i>are</i> integrating LLMs into their products.
评论 #37554782 未加载
crazy_marksman超过 1 年前
Made it easier to document code. You can send the function as context, and it will generate a well-formatted docstring that accomplishes 90% of the task!
wscp-dev超过 1 年前
well... My company was aiming to do codegen to fix errors. We took quite some time to figure out what to do with AI in our product. When we finally implemented something, we found apis like gpt4 to be quite expensive, though GPT4 did work well for the task. We later turned towards llama2 and codellama, which worked decently but had a higher &quot;wrong output&quot; rate.<p>And then they laid off 60% of the workforce (We were only 30 people)... I am not sure LLMs are going to affect their outlook very positively in the long term.
评论 #37554747 未加载
shortrounddev2超过 1 年前
Made it way easier to generate the hundreds of lines of boilerplate crap you have to write with typescript backends
评论 #37554765 未加载