From bfe91ae191b2dea14579826e62071512f30986ad Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 23 May 2024 12:11:12 -0700 Subject: [PATCH] copy --- _posts/2024-05-22-swe-bench-lite.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_posts/2024-05-22-swe-bench-lite.md b/_posts/2024-05-22-swe-bench-lite.md index fda353038..f762224fb 100644 --- a/_posts/2024-05-22-swe-bench-lite.md +++ b/_posts/2024-05-22-swe-bench-lite.md @@ -243,10 +243,12 @@ or other fatal errors. after every LLM edit and offers to automatically fix any problems. +Aider ships with built-in linters based on tree-sitter +which work with most popular programming languages. Aider shows linting errors to the LLM in a novel format, using the abstract syntax tree to display relevant code context for each error. -This context increases the ability of the LLM to understand the problem and +This context helps LLMs understand the problem and make the correct changes to resolve it.