mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
feat: Add new blog post "Sonnet Seems Fine"
This commit is contained in:
parent
ed211b8dc9
commit
95c14e945e
1 changed files with 20 additions and 0 deletions
20
aider/website/_posts/2024-08-26-sonnet-seems-fine.md
Normal file
20
aider/website/_posts/2024-08-26-sonnet-seems-fine.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: Sonnet seems as good as ever
|
||||
excerpt: Sonnet's score on the aider code editing benchmark has been stable since it launched.
|
||||
highlight_image: /assets/linting.jpg
|
||||
draft: true
|
||||
nav_exclude: true
|
||||
---
|
||||
{% if page.date %}
|
||||
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
|
||||
{% endif %}
|
||||
|
||||
# Sonnet seems as good as ever
|
||||
|
||||
As part of developing aider, I benchmark it regularly and have noticed
|
||||
no degradation in its performance at code editing.
|
||||
There has been a lot of speculation that Sonnet has been
|
||||
dumbed-down, nerfed or otherwise performing worse lately.
|
||||
Sonnet seems as good as ever.
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue