aider

aider

TLDR: Aider is an AI pair programming tool that works in your terminal and edits code in local git repositories. It works best with GPT-4o and Claude 3.5 Sonnet and can connect to almost any LLM. It offers features like automatic git commits, works with multiple languages, and can edit multiple files at once. It has top tier performance on SWE Bench and received kind words from users.

2023-05-09 Github

llama.cpp

llama.cpp

TLDR: The llama.cpp project enables inference of Meta's LLaMA model and others in pure C/C++. It offers minimal setup, state-of-the-art performance on a wide range of hardware, including various backends and supports multiple models. It comes with tools like llama-cli, llama-server, llama-perplexity, llama-bench, and more.

ggml llama C++
2023-03-10 Github