mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
copy
This commit is contained in:
parent
51bc71446e
commit
f41b4b3833
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@ The results were quite interesting:
|
||||||
The quantitative benchmark results align with my intuitions
|
The quantitative benchmark results align with my intuitions
|
||||||
about prompting GPT for complex tasks like coding. It's beneficial to
|
about prompting GPT for complex tasks like coding. It's beneficial to
|
||||||
minimize the "cognitive overhead" of formatting the response, allowing
|
minimize the "cognitive overhead" of formatting the response, allowing
|
||||||
GPT to concentrate on the task at hand. As an analogy, asking a junior
|
GPT to concentrate on the task at hand. As an analogy, imagine asking a junior
|
||||||
developer to implement a new feature by manually typing the required
|
developer to implement a new feature by manually typing the required
|
||||||
code changes as `diff -c` formatted edits wouldn't generate a good result.
|
code changes as `diff -c` formatted edits. You wouldn't expect a good result.
|
||||||
|
|
||||||
Using more complex output formats seems to introduce two issues:
|
Using more complex output formats seems to introduce two issues:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue