Comment by pjmlp
16 hours ago
Yeah, but then just let the agent generate proper C++ code, contrary to an human it doesn't forget about best practices, or how ownership is supposed to be handled.
16 hours ago
Yeah, but then just let the agent generate proper C++ code, contrary to an human it doesn't forget about best practices, or how ownership is supposed to be handled.
Except the llm forgets about that in rust too, then the agent looks at the ownership errors from the previous iteration and fixes them.