mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
copy
This commit is contained in:
parent
e712b67084
commit
0786205f52
1 changed files with 8 additions and 7 deletions
|
@ -17,15 +17,16 @@ Claude 3.5 Sonnet represents a step change
|
||||||
in AI coding.
|
in AI coding.
|
||||||
It is incredibly industrious, diligent and hard working.
|
It is incredibly industrious, diligent and hard working.
|
||||||
Unexpectedly,
|
Unexpectedly,
|
||||||
this initially presented a few challenges
|
this presented a challenge:
|
||||||
that prevented aider from taking maximum advantage of
|
Sonnet
|
||||||
Sonnet's capabilities.
|
was often writing so much code that
|
||||||
It was often hitting the 4k output token limit,
|
it was hitting the 4k output token limit,
|
||||||
truncating its coding in mid-stream.
|
truncating its coding in mid-stream.
|
||||||
|
|
||||||
It's been worth the effort to adapt aider to work
|
Aider now works
|
||||||
around this 4k limit,
|
around this 4k limit and allows Sonnet to produce
|
||||||
and the result is surprisingly powerful.
|
as much code as it wants.
|
||||||
|
The result is surprisingly powerful.
|
||||||
Sonnet's score on
|
Sonnet's score on
|
||||||
[aider's refactoring benchmark](https://aider.chat/docs/leaderboards/#code-refactoring-leaderboard)
|
[aider's refactoring benchmark](https://aider.chat/docs/leaderboards/#code-refactoring-leaderboard)
|
||||||
jumped from 55.1% up to 64.0%.
|
jumped from 55.1% up to 64.0%.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue