问HN:你们有哪些工具、技能和知识可以替代大型语言模型(LLMs)?

1作者: christofosho大约 2 个月前原帖
很多人正在提升自己在如何有效使用大型语言模型(LLMs)方面的技能,以便用于软件开发、规划、写作等任务。在进行这些学习的同时,我认为对比大型语言模型的输出与我们在没有它们的情况下能完成的工作是很重要的。你觉得有什么让你惊讶的事情是人们使用大型语言模型来完成,而不是通过其他方式来实现的呢? 我看到的一个例子是,在文件中进行查找和替换,而不是使用内置的编辑工具,或者像sed这样的工具,可能还结合正则表达式。 你有什么想法?
查看原文
A lot of folks are upskilling themselves on how to effectively use LLMs for tasks such as software development, planning, writing, and more. Along with doing this, I think it&#x27;s important to contrast the output of LLMs to what we can accomplish without them. What surprises you that people use LLMs to do instead of doing it by other means?<p>An example I&#x27;ve seen is find and replace in a file, instead of using the built-in editor tool, or a tool such as sed, possibly combined with regular expressions.<p>What are your thoughts?