Code Assistant AI Tools

GitHub Copilot
Announcement of Copilot, a new AI pair programmer that helps you write better code. GitHub blog, June 29, 2021.

OpenAI API
OpenAI's API provides access to GPT-3 and GPT-4 models, which performs a wide variety of natural language tasks, and Codex, which translates natural language to code.

OPT
Open Pretrained Transformers (OPT) by Facebook is a suite of decoder-only pre-trained transformers. [Announcement](https://ai.facebook.com/blog/democratizing-access-to-large-scale-language-models-with-opt-175b/). [OPT-175B text generation](https://opt.alpa.ai/) hosted by Alpa.

Bloom
BLOOM by Hugging Face is a model similar to GPT-3 that has been trained on 46 different languages and 13 programming languages. #opensource

Galactica
A large language model for science. Can summarize academic literature, solve math problems, generate Wiki articles, write scientific code, annotate molecules and proteins, and more. [Model API](https://github.com/paperswithcode/galai).

GitHub Copilot
GitHub Copilot uses the OpenAI Codex to suggest code and entire functions in real-time, right from your editor.

OpenAI Codex
An AI system by OpenAI that translates natural language to code.

Amazon Q
The AWS generative AI–powered assistant that helps answer questions, write code, and automate tasks.

tabnine
Code faster with whole-line & full-function code completions.

Stenography
Automatic code documentation.

Debuild
AI-powered low-code tool for web apps.

MutableAI
AI Accelerated Software Development.

TurboPilot
A self-hosted copilot clone which uses the library behind llama.cpp to run the 6 billion parameter Salesforce Codegen model in 4 GB of RAM.

GPT-Code UI
An open source implementation of OpenAI's ChatGPT Code interpreter. #opensource

Open Interpreter
OpenAI's Code Interpreter in your terminal, running locally.

Continue
Open-source AI code assistant. Connect any model and any context to create custom autocomplete and chat experiences inside the IDE. [#opensource](https://github.com/continuedev/continue)

gpt4all
A chatbot trained on a massive collection of clean assistant data including code, stories and dialogue.

Cursor
Cursor is the IDE of the future, built for pair-programming with Powerful AI.

Gitingest
Turn any Git repository into a simple text digest of its codebase so it can be fed into any LLM. [#opensource](https://github.com/cyclotruc/gitingest)

Repomix
Pack your codebase into AI-friendly formats. [#opensource](https://github.com/yamadashy/repomix)

GPT Pilot
Dev tool that writes scalable apps from scratch while the developer oversees the implementation.

Devin
An autonomous AI software engineer by Cognition Labs.

OpenDevin
An autonomous agent designed to navigate the complexities of software engineering. #opensource

Davika
An agentic AI software engineer. #opensource

DiffusionDB
A list of all public apps, developer tools, guides and plugins for Stable Diffusion. [Airtable version](https://airtable.com/shr0HlBwbw3nZ8Ht3/tblxOCylXV8ynh7ti).

VALL-E X
A cross-lingual neural codec language model for cross-lingual speech synthesis.

Mubert
A royalty-free music ecosystem for content creators, brands and developers.

AudioCraft
A single-stop code base for generative audio needs, by Meta. Includes MusicGen for music and AudioGen for sounds. #opensource