From 4f556f319270056db37360588224a253d8c6f8d9 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 22 May 2023 15:57:48 -0700 Subject: [PATCH] copy --- docs/ctags.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ctags.md b/docs/ctags.md index 1531b2be7..1b6c95e28 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -3,6 +3,7 @@ GPT-4 is extremely useful for "self-contained" coding tasks, like generating brand new code or modifying a pure function without dependencies. + But it's difficult to use GPT-4 to modify or extend a complex pre-existing codebase, which has many dependencies between different parts of the system.