mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
copy
This commit is contained in:
parent
9de32c88c3
commit
c0700161bc
18 changed files with 68 additions and 4 deletions
|
@ -4,6 +4,10 @@ excerpt: Claude 3 Opus outperforms all of OpenAI's models on Aider's code editin
|
|||
highlight_image: /assets/2024-03-07-claude-3.jpg
|
||||
nav_exclude: true
|
||||
---
|
||||
{% if page.date %}
|
||||
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
|
||||
{% endif %}
|
||||
|
||||
# Claude 3 beats GPT-4 on Aider's code editing benchmark
|
||||
|
||||
[](https://aider.chat/assets/2024-03-07-claude-3.svg)
|
||||
|
|
|
@ -4,6 +4,10 @@ excerpt: OpenAI's GPT-4 Turbo with Vision model scores worse on aider's code edi
|
|||
highlight_image: /assets/2024-04-09-gpt-4-turbo-laziness.jpg
|
||||
nav_exclude: true
|
||||
---
|
||||
{% if page.date %}
|
||||
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
|
||||
{% endif %}
|
||||
|
||||
# GPT-4 Turbo with Vision is a step backwards for coding
|
||||
|
||||
[OpenAI just released GPT-4 Turbo with Vision](https://twitter.com/OpenAIDevs/status/1777769463258988634)
|
||||
|
|
|
@ -4,6 +4,10 @@ excerpt: Aider has an experimental browser UI, allowing you to collaborate with
|
|||
highlight_image: /assets/browser.jpg
|
||||
nav_order: 800
|
||||
---
|
||||
{% if page.date %}
|
||||
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
|
||||
{% endif %}
|
||||
|
||||
# Aider in your browser
|
||||
|
||||
<div class="video-container">
|
||||
|
|
|
@ -4,6 +4,9 @@ excerpt: Use GPT-4o to draw graphs with matplotlib, including adjusting styles a
|
|||
highlight_image: /assets/models-over-time.png
|
||||
nav_exclude: true
|
||||
---
|
||||
{% if page.date %}
|
||||
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
|
||||
{% endif %}
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -5,6 +5,9 @@ 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 %}
|
||||
|
||||
# A draft post
|
||||
|
||||
|
|
|
@ -4,6 +4,9 @@ excerpt: Aider now lints code after every LLM edit and automatically fixes error
|
|||
highlight_image: /assets/linting.jpg
|
||||
nav_exclude: true
|
||||
---
|
||||
{% if page.date %}
|
||||
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
|
||||
{% endif %}
|
||||
|
||||
[](https://aider.chat/assets/linting.jpg)
|
||||
|
||||
|
|
|
@ -4,6 +4,9 @@ excerpt: Aider achieved this result mainly through its existing features that fo
|
|||
highlight_image: /assets/swe_bench_lite.jpg
|
||||
nav_exclude: true
|
||||
---
|
||||
{% if page.date %}
|
||||
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
|
||||
{% endif %}
|
||||
|
||||
# How aider scored SOTA 26.3% on SWE Bench Lite
|
||||
|
||||
|
|
|
@ -4,6 +4,9 @@ excerpt: Aider has written 7% of its own code, via 600+ commits that inserted 4.
|
|||
highlight_image: /assets/self-assembly.jpg
|
||||
nav_exclude: true
|
||||
---
|
||||
{% if page.date %}
|
||||
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
|
||||
{% endif %}
|
||||
|
||||
# Aider has written 7% of its own code
|
||||
|
||||
|
|
|
@ -4,6 +4,9 @@ excerpt: Aider sets SOTA for the main SWE Bench, after recently setting SOTA for
|
|||
highlight_image: /assets/swe_bench.jpg
|
||||
nav_exclude: true
|
||||
---
|
||||
{% if page.date %}
|
||||
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
|
||||
{% endif %}
|
||||
|
||||
# Aider is SOTA for both SWE Bench and SWE Bench Lite
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue