|
|
|
|
|
by koito17
410 days ago
|
|
> I actually like the editable format of the chat interface because it allows fixing small stuff on the fly Fully agreed. This was the killer feature of Zed (and locally-hosted LLMs). Delete all tokens after the first mistake spotted in generated code. Then correct the mistake and re-run the model. This greatly improved code generation in my experience. I am not sure if cloud-based LLMs even allow modifying assistant output (I would assume not since it becomes a trivial way to bypass safety mechanisms). |
|