EllipsisEllipsis is an AI-based software development tool that serves as a virtual software engineer. It is designed to augment an engineering team's abilities by reviewing and writing code, answering queries about source code, and even implementing features or fixing bugs. The tool utilises Large Language Models to understand source code and generate code as per user requests. Ellipsis offers capabilities such as automated code reviews, where it leaves insightful summaries and easy-to-accept suggestions, and also converts requirements into working, tested code. It also provides pull requests as a service by automating bug fixes and making simple changes. Another feature is addressing pull request comments by interpreting them and writing corresponding, tested and working code. The tool puts a strong emphasis on security, stating that it does not store, train on, or commit to one's source code without explicit permission from the user. It supports a variety of languages, frameworks, and libraries, and is compatible with GitHub.
View Ellipsis
Aider ChatAider is an AI-powered command-line chat tool designed for pair programming with GPT-3.5/GPT-4. It allows developers to edit code stored in their local git repository by seamlessly switching between the aider chat and their own code editor. One notable feature of Aider is its compatibility with pre-existing, larger codebases.To get started with Aider, users can install the tool via pip and set their OpenAI API key. It allows users to request new features, bug fixes, and improvements, as well as make manual edits using their preferred code editor. Aider also has the ability to provide GPT-4 with a comprehensive map of the entire git repository, which greatly aids in understanding and modifying large codebases.Overall, Aider provides a powerful and collaborative environment for developers to work with GPT-3.5/GPT-4 in pair programming scenarios, leveraging AI to enhance code development and streamline version control processes.
View Aider Chat