From 0786205f5200e86e7261e67c14033bb2fce56997 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 2 Jul 2024 18:54:48 -0300 Subject: [PATCH] copy --- website/_posts/2024-07-01-sonnet-not-lazy.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/website/_posts/2024-07-01-sonnet-not-lazy.md b/website/_posts/2024-07-01-sonnet-not-lazy.md index 04d56ce05..27a93e441 100644 --- a/website/_posts/2024-07-01-sonnet-not-lazy.md +++ b/website/_posts/2024-07-01-sonnet-not-lazy.md @@ -17,15 +17,16 @@ Claude 3.5 Sonnet represents a step change in AI coding. It is incredibly industrious, diligent and hard working. Unexpectedly, -this initially presented a few challenges -that prevented aider from taking maximum advantage of -Sonnet's capabilities. -It was often hitting the 4k output token limit, +this presented a challenge: +Sonnet +was often writing so much code that +it was hitting the 4k output token limit, truncating its coding in mid-stream. -It's been worth the effort to adapt aider to work -around this 4k limit, -and the result is surprisingly powerful. +Aider now works +around this 4k limit and allows Sonnet to produce +as much code as it wants. +The result is surprisingly powerful. Sonnet's score on [aider's refactoring benchmark](https://aider.chat/docs/leaderboards/#code-refactoring-leaderboard) jumped from 55.1% up to 64.0%.