RSS Parrot

BETA

🦜 Home | aider

@aider.chat@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

aider is AI pair programming in your terminal

Your feed and you don't want it here? Just e-mail the birb.

Site URL: aider.chat

Feed URL: aider.chat/feed.xml

Posts: 10

Followers: 1

R1+Sonnet set SOTA on aider’s polyglot benchmark

Published: January 24, 2025 00:00

R1+Sonnet has set a new SOTA on the aider polyglot benchmark. At 14X less cost compared to o1.

Using uv as an installer

Published: January 15, 2025 00:00

Reliably packaging & distributing python CLI tools is hard. Aider uses uv in novel ways to make it easy to install the aider CLI, its dependencies and python 3.12. All in an isolated env.

o1 tops aider’s new polyglot leaderboard

Published: December 21, 2024 00:00

o1 scores the top result on aider's new multi-language, more challenging coding benchmark.

QwQ is a code architect, not an editor

Published: December 3, 2024 00:00

QwQ is reasoning model like o1, and needs to be used as an architect with another model as editor.

Details matter with open source models

Published: November 21, 2024 00:00

Open source LLMs are becoming very powerful, but pay attention to how you (or your provider) are serving the model. It can affect code editing skill.

Separating code reasoning and editing

Published: September 26, 2024 00:00

An Architect model describes how to solve the coding problem, and an Editor model translates that into file edits. This Architect/Editor approach produces SOTA benchmark results.