Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sourcegraph/awesome-code-ai

A list of AI coding tools (assistants, completions, refactoring, etc.)
https://github.com/sourcegraph/awesome-code-ai

List: awesome-code-ai

Last synced: 3 months ago
JSON representation

A list of AI coding tools (assistants, completions, refactoring, etc.)

Awesome Lists containing this project

README

        

# Awesome-Code-AI

[![Awesome](https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

A list of of AI coding tools (assistants, completion, refactoring, etc.).

[Open a pull request](https://github.com/sourcegraph/awesome-code-ai/pulls) to add or edit this list.

## AI code completion tools

- [GitHub Copilot](https://github.com/features/copilot)
- [CodiumAI](https://www.codium.ai/)
- [Codeium](https://www.codeium.com/)
- [Tabnine](https://www.tabnine.com/)
- [Replit Ghostwriter](https://replit.com/site/ghostwriter)
- [Refact.ai](https://refact.ai/)
- [FauxPilot](https://github.com/fauxpilot/fauxpilot)
- [CodeComplete](https://codecomplete.ai)
- [Continue](https://continue.dev/)
- [Amazon CodeWhisperer](https://aws.amazon.com/codewhisperer/)
- [GitLab Code Suggestions](https://docs.gitlab.com/ee/user/project/repository/code_suggestions.html)
- [Sourcegraph Cody](https://about.sourcegraph.com/cody)
- [Obsidian copilot auto completion](https://github.com/j0rd1smit/obsidian-copilot-auto-completion)
- [JetBrains AI](https://www.jetbrains.com/ai/)

## Code completion LLMs

- [Salesforce CodeGen](https://github.com/salesforce/CodeGen) (open-source)
- [OpenAI Codex](https://openai.com/blog/openai-codex/) (publicly available API)
- [Internal Google model](https://ai.googleblog.com/2022/07/ml-enhanced-code-completion-improves.html)

## AI code assistants/search

- [Replit Ghostwriter](https://replit.com/site/ghostwriter)
- [Cosine](https://ai.cosine.sh/)
- [Cursor](https://www.cursor.sh/) (editor)
- [Wizi](https://github.com/wizi-ai/code-search)
- [Phind](https://www.phind.com/)
- [Safurai](https://www.safurai.com/)
- [CensusGPT](https://censusgpt.com/)
- [Autodoc](https://github.com/context-labs/autodoc)
- [Sourcegraph Cody](https://about.sourcegraph.com/cody)
- [ZZZ Code AI](https://zzzcode.ai/)
- [StackSpot AI](https://ai.stackspot.com/)
- [Pixee](https://pixee.ai) - Pixeebot finds security and code quality issues in your code and creates merge-ready pull requests with recommended fixes.
- [16x Prompt](https://prompt.16x.engineer/)
- [Blinky Debugging Agent](https://github.com/seahyinghang8/blinky)
- [Plandex](https://github.com/plandex-ai/plandex)

## ChatGPT in your editor
- [autocomplete.sh](https://github.com/closedLoop-technologies/autocomplete-sh)
- [CodeGPT.nvim](https://github.com/dpayne/CodeGPT.nvim)
- [org-ai](https://github.com/rksm/org-ai)
- [Genie AI - ChatGPT - VS Code](https://github.com/ai-genie/chatgpt-vscode)

## LLM-powered natural language compilers

- [Parsel 🐍](https://github.com/ezelikman/parsel)

## Similar Lists:
- [Awesome-Ai-Analytics](https://github.com/Snowboard-Software/awesome-ai-analytics)
- [Awesome-Ai-Agents](https://github.com/e2b-dev/awesome-ai-agents)
- [Awesome-Ai-Tools](https://github.com/ikaijua/Awesome-AITools)
- [Awesome Ai DevTools](https://github.com/jamesmurdza/awesome-ai-devtools)

## TODOs

- Add other sections? (AI code refactoring tools, etc.?)