This commit is contained in:
Paul Gauthier 2023-05-22 15:57:48 -07:00
parent 006f8e4f73
commit 4f556f3192

View file

@ -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.