tabby VS aider

Compare tabby vs aider and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
tabby aider
24 61
17,192 9,450
6.2% -
9.9 9.9
4 days ago 3 days ago
Rust Python
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tabby

Posts with mentions or reviews of tabby. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-09.

aider

Posts with mentions or reviews of aider. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-10.
  • Aider: AI pair programming in your terminal
    13 projects | news.ycombinator.com | 10 Apr 2024
    Thanks for trying aider, and sorry to hear you had trouble getting the hang of it. It might be worth looking through some of the tips on the aider GitHub page [0].

    In particular, this is one of the most important tips: Large changes are best performed as a sequence of thoughtful bite sized steps, where you plan out the approach and overall design. Walk GPT through changes like you might with a junior dev. Ask for a refactor to prepare, then ask for the actual change. Spend the time to ask for code quality/structure improvements.

    Not sure if this was a factor in your attempts? I'd be happy to help you if you'd like to open an GitHub issue [1] our jump into our discord [2].

    [0] https://github.com/paul-gauthier/aider#tips

    [1] https://github.com/paul-gauthier/aider/issues/new/choose

    [2] https://discord.gg/Tv2uQnR88V

  • Ask HN: If you've used GPT-4-Turbo and Claude Opus, which do you prefer?
    1 project | news.ycombinator.com | 17 Mar 2024
    Have you tried something like Agentic’s Glide? (They announced it this week here on HN)

    They use gpt, but they might be able to configure it so it uses Claude

    Another tool to check out could be aider https://github.com/paul-gauthier/aider

  • Launch HN: Glide (YC W19) – AI-assisted technical design docs
    4 projects | news.ycombinator.com | 12 Mar 2024
    Are you aware of the work on https://github.com/paul-gauthier/aider? What's your take on generating code diffs directly instead of code editing instructions?
  • A Man in Seat 61
    1 project | news.ycombinator.com | 8 Mar 2024
    He should add AI to his site!

    Not really - the site is great as-is and there's nothing wrong with this approach. It looks like it works really well for Mr. 61.

    But I'd imagine it'd be pretty helpful to write tools to help with maintaining the site which do leverage LLM models. Do a combination of search + AI to rewrite + reviewing the individual edits (e.g. through selective git adds).

    I'm imagining a tool like https://github.com/paul-gauthier/aider (which I haven't tried yet, but it looks useful for this kind of effort).

  • Ask HN: What is the, currently, best Programming LLM (copilot) subscriptions?
    2 projects | news.ycombinator.com | 7 Mar 2024
  • Web Scraping in Python – The Complete Guide
    11 projects | news.ycombinator.com | 20 Feb 2024
    I recently used [0] Playwright for Python and [1] pypandoc to build a scraper that fetches a webpage and turns the content into sane markdown so that it can be passed into an AI coding chat [2].

    They are both very gentle dependencies to add to a project. Both packages contain built in or scriptable methods to install their underlying platform-specific binary dependencies. This means you don't need to ask end users to use some complex, platform-specific package manager to install playwright and pandoc.

    Playwright let's you scrape pages that rely on js. Pandoc is great at turning HTML into sensible markdown. Below is an excerpt of the openai pricing docs [3] that have been scraped to markdown [4] in this manner.

    [0] https://playwright.dev/python/docs/intro

    [1] https://github.com/JessicaTegner/pypandoc

    [2] https://github.com/paul-gauthier/aider

    [3] https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turb...

    [4] https://gist.githubusercontent.com/paul-gauthier/95a1434a28d...

      ## GPT-4 and GPT-4 Turbo
  • DeepSeek Coder: Let the Code Write Itself
    3 projects | news.ycombinator.com | 31 Jan 2024
    Thanks for trying aider, and sorry to hear you had trouble getting the hang of it. It might be worth looking through some of the tips on the aider github page:

    https://github.com/paul-gauthier/aider#tips

    In particular, this is one of the most important tips: Large changes are best performed as a sequence of thoughtful bite sized steps, where you plan out the approach and overall design. Walk GPT through changes like you might with a junior dev. Ask for a refactor to prepare, then ask for the actual change. Spend the time to ask for code quality/structure improvements.

    Not sure if this was a factor in your attempts? But it's best not to ask for a big sweeping change all at once. It's hard to unambiguously and completely specify what you want, and it's also harder for GPT to succeed at bigger changes in one bite.

  • Voxos.ai – An Open-Source Desktop Voice Assistant
    7 projects | news.ycombinator.com | 19 Jan 2024
    How does Voxos help avoid copying & pasting code into your IDE? I had a look around the code base and don't see any indication that it allows GPT to directly edit your source files. But maybe I am missing it?

    I'm asking because this is a major focus of my open source AI coding project aider [0]. I always like to see how other projects approach the challenge of letting GPT edit existing code. Most recently aider adopted unified diffs as the GPT 4 Turbo code editing format [1].

    [0] https://github.com/paul-gauthier/aider

    [1] https://aider.chat/docs/unified-diffs.html

  • LLMs and Programming in the first days of 2024
    8 projects | news.ycombinator.com | 2 Jan 2024
    There is a bit of learning curve to figuring out the most effective ways to collaboratively code with GPT, either through aider or other UXs. My best piece of advice is taken from aider's tips list and applies broadly to coding with LLMs:

    Large changes are best performed as a sequence of thoughtful bite sized steps, where you plan out the approach and overall design. Walk GPT through changes like you might with a junior dev. Ask for a refactor to prepare, then ask for the actual change. Spend the time to ask for code quality/structure improvements.

    https://github.com/paul-gauthier/aider#tips

  • Tell HN: My Favorite Tools
    14 projects | news.ycombinator.com | 24 Dec 2023

What are some alternatives?

When comparing tabby and aider you can also consider the following projects:

fauxpilot - FauxPilot - an open-source alternative to GitHub Copilot server

gpt-engineer - Specify what you want it to build, the AI asks for clarification, and then builds it.

turbopilot - Turbopilot is an open source large-language-model based code completion engine that runs locally on CPU

gpt-pilot - The first real AI developer

refact - WebUI for Fine-Tuning and Self-hosting of Open-Source Large Language Models for Coding

llama-cpp-python - Python bindings for llama.cpp

text-generation-webui - A Gradio web UI for Large Language Models. Supports transformers, GPTQ, AWQ, EXL2, llama.cpp (GGUF), Llama models.

ollama-ui - Simple HTML UI for Ollama

continue - ⏩ Open-source VS Code and JetBrains extensions that enable you to easily create your own modular AI software development system

autodistill - Images to inference with no labeling (use foundation models to train supervised models).

jsonformer - A Bulletproof Way to Generate Structured JSON from Language Models