问HN:大型语言模型(LLMs)在现有网页应用中实现功能是否有效?
我有一个典型的中型Rails代码库,但其中有大量代码并不是简单的CRUD操作。例如,它与第三方API进行交互,处理用户身份验证,使用Postgres全文搜索等功能。
最近我对这个项目感到有些厌倦,我在考虑是否可以利用大型语言模型(LLM)为它实现新功能。
目前是否有任何模型可以做到这一点?我想它需要有较大的上下文,以便能够读取所有的视图、控制器和模型。
如果可以的话,你会使用哪个工具?像Codex或Claude Code这样的工具吗?
查看原文
So I have a typical medium-sized Rails codebase, but with significant code that's not the dead simple CRUD stuff. For example, it talks with third-party APIs, does user authentication, uses Postgres FTS plus some other things.<p>I'm bored to work on it lately, and I was thinking whether using an LLM I could implement new features for it.<p>Are any of the current models at this point yet? I guess it should need to have a big context so that it reads all the views/controllers/models.<p>If so, which tool would you use? Something like Codex or Claude Code?