This commit is contained in:
Paul Gauthier 2024-02-19 14:56:35 -08:00
parent 799ab3d63e
commit f2c62fcbc4
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
--- ---
title: Improving GPT-4's codebase understanding with ctags title: Improving GPT-4's codebase understanding with ctags
excerpt: Using ctags to build a "repository map" to increase GPT-4's ability to understand a large code base. excerpt: Using ctags to build a "repository map" to increase GPT-4's ability to understand a large code base.
highlight_image: /assets/robot-flowchart.png
--- ---
# Improving GPT-4's codebase understanding with ctags # Improving GPT-4's codebase understanding with ctags

View file

@ -1,6 +1,7 @@
--- ---
title: Unified diffs make GPT-4 Turbo less lazy title: Unified diffs make GPT-4 Turbo less lazy
excerpt: GPT-4 Turbo has a problem with lazy coding, which can be signiciantly improved by asking for code changes formatted as unified diffs. excerpt: GPT-4 Turbo has a problem with lazy coding, which can be signiciantly improved by asking for code changes formatted as unified diffs.
highlight_image: /assets/benchmarks-udiff.svg
--- ---
# Unified diffs make GPT-4 Turbo less lazy # Unified diffs make GPT-4 Turbo less lazy