From 574e3b9d32b5ba6178cdecfedfec8c7958532b01 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Thu, 30 Nov 2023 16:35:44 +0200 Subject: [PATCH 1/2] Update IMPROVE.md --- docs/IMPROVE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/IMPROVE.md b/docs/IMPROVE.md index 81be15e5..0d3a0501 100644 --- a/docs/IMPROVE.md +++ b/docs/IMPROVE.md @@ -44,7 +44,9 @@ For example: -#### A note on code suggestions quality +___ + +### A note on code suggestions quality - With the current level of AI for code (GPT-4), mistakes can happen. Not all the suggestions will be perfect, and a user should not accept all of them automatically. From 18f06cc670546af22d591e0b7805a8a77ba180a0 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Thu, 30 Nov 2023 17:13:47 +0200 Subject: [PATCH 2/2] Update IMPROVE.md --- docs/IMPROVE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/IMPROVE.md b/docs/IMPROVE.md index 0d3a0501..8204b47b 100644 --- a/docs/IMPROVE.md +++ b/docs/IMPROVE.md @@ -48,7 +48,7 @@ ___ ### A note on code suggestions quality -- With the current level of AI for code (GPT-4), mistakes can happen. Not all the suggestions will be perfect, and a user should not accept all of them automatically. +- While the current AI for code is getting better and better (GPT-4), it's not flawless. Not all the suggestions will be perfect, and a user should not accept all of them automatically. - Suggestions are not meant to be [simplistic](./../pr_agent/settings/pr_code_suggestions_prompts.toml#L34). Instead, they aim to give deep feedback and raise questions, ideas and thoughts to the user, who can then use his judgment, experience, and understanding of the code base.