请问HN:我该如何让大型语言模型为我的任务编写长代码?
每次我给大型语言模型(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.