From e65f10ce9d61abc4d6af75a472e0fdf368600221 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Fri, 30 Jun 2023 15:09:12 -0700 Subject: [PATCH] Update benchmarks.md --- docs/benchmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/benchmarks.md b/docs/benchmarks.md index dd0a5103d..3a6795fa9 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -42,7 +42,7 @@ This produced some interesting observations: These results agree with an intuition that I've been developing about how to prompt GPT for complex tasks like coding. -You want to minimize the "cognitive load" of formatting the response, so that +You want to minimize the "cognitive overhead" of formatting the response, so that GPT can focus on the task at hand. You wouldn't expect a good result if you asked a junior developer to implement a new feature by hand typing `diff -c` formatted updates to the current code.