From fa4793d69f97cf5199da0fdcca1256a9ddc108e1 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 1 Jul 2024 17:52:57 -0300 Subject: [PATCH] copy --- website/_posts/2024-07-01-sonnet-not-lazy.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/_posts/2024-07-01-sonnet-not-lazy.md b/website/_posts/2024-07-01-sonnet-not-lazy.md index 844eb9f36..23e648d3c 100644 --- a/website/_posts/2024-07-01-sonnet-not-lazy.md +++ b/website/_posts/2024-07-01-sonnet-not-lazy.md @@ -20,10 +20,12 @@ 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, +truncating its coding in mid-stream. -It's been worth the effort to adapt aider to work well -with Sonnet, -because the result is surprisingly powerful. +It's been worth the effort to adapt aider to work +around this 4k limit, +and 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%