Ask HN: 如何让 LLM 为我的任务编写长代码?

1作者: DenisDolya7 个月前
每次我给大型语言模型(LLM)布置一个大任务时,它就会变得很“懒”,只写一小段代码,不愿意完整地完成所有工作。举个例子:最近我用 Python 写了一个程序,需要把它翻译成 C++,但 AI 却很“懒”,只生成了代码框架。
查看原文
Every time I give LLM a big task, he gets lazy and writes a very small amount of code, and doesn't want to do everything in full, here's an example: recently I wrote a program in Python, I needed to translate it C++ but the AI was lazy and only made stubs.