Hacker News new | ask | show | jobs
by anotherpaulg 633 days ago
The article describes experiments with aider that show the benefits of using a pair of LLMs to make changes in an existing code base:

  - An Architect model solves the coding task.
  - An Editor model edits the source code.
This approach set a new SOTA on the aider code editing benchmark, using o1-preview as the Architect and either DeepSeek V2.5 or o1-mini as the Editor.