CoPilot is a Sales Automation platform from the makers of Autopilot. Features include the the capabilities to engage and nurture prospects with personalized email drip campaigns, automate follow up emails to reduce time spent prospecting, measure performance in real-time, and interface with Salesforce.
$29
per month
GitHub Copilot
Score 8.9 out of 10
N/A
GitHub Copilot is presented as an AI pair programmer, that plugs into the user's editor. It then turns natural language prompts into code, offers multi-line function suggestions, speeds up test generation, filters out common vulnerable coding patterns, and blocks suggestions matching public code.
I used it recently to go over a syllabus. It caught errors in grading where there were overlaps in the grading scale. It also caught a section that was deemed to be problematic as it could have created a conflict in grading based on the subjectiveness of the score and how it was determined
Copilit is fantastic at the following: 1. Solving simple, well-defined problems, such as implementing an algorithm, manipulating a data structure, or string manipulation and regex. 2. Implementing simple APIs that are mainly CRUD in nature, with moderate business logic inside them, which may involve some processing or passing the data through an algorithm. 3. Implementation of well-defined activities, such as implementing a connection to an Oracle DB using Hibernate or JDBC, or implementing boilerplate code for a backend service to listen to Kafka events. It is not that great when it comes to understanding and implementing code in a proprietary DSL. It struggles when implementing a major feature across a complex codebase. I believe developers should also adopt the trust-but-verify paradigm when expecting highly secure or regulated code from GitHub Copilot.
I feel that GitHub Copilot's overall usability is good due to its tight integration with Visual Studio and the workspace. However, developers expect greater ease of use, as there is a learning curve to realize productivity gains with the tool fully. I think there is room for improvement in GitHub Copilot's UI integration within Visual Studio.
The primary reason is the integration into Office 360. Having the AI tool built into all of the office apps was a game changer in my opinion. Being able to use it in Word to help rewrite a sentence or look up a reference. In Excel, I have used to to build formulas or write simple code.
It is useful that copilot integrates so well with vscode, which is a very common IDE. I used Tabnine for a little while but it was not that intuitive, and did not seem as helpful as GitHub copilot was. I have enjoyed GitHub copilot a lot, especially the ease of hitting the tab key and seeing quick progress in my tasks.