My Experiments with AI

I’ve been experimenting with AI In a scattershot manner. i’m learning not to try to use AI to create a new project from scratch. Instead, I like to bootstrap my new code from working notes, scripts, and projects. Then I use AI to help me add new features to an existing project.

AI can’t tell whether it has chosen code that really works or which is just easily found on the web. Nor does it alaways do a good job of sorting out node.js projects from plain javascript from C# or from Python projects. I imagine these things will improve over time.

I have lots of scripts and starter projects that provide the framework on which to build a complex project. With those pieces in place, AI becomes useful.

It doesn’t matter whether I use Bing Chat, Google Bard, or GitHub Copilot. They are all good at looking at existing code that works and using that code to help me generate new features. But GitHub CoPilot has the edge because it has the best view of my code. It really helps me get a lot of work done fast.

Copilot

GitHub Copilot is built on top of the OpenAI Codex and provides enhanced autocompletion inside Visual Studio code. You can trigger it either by starting to write code, or writing comments for the code that you want to create. It excels at certain tasks such as helping you write unit tests. Find more information on by visiting pages like this one by LadyKerr entitled Getting Started with GitHub Copilot Chat in VSCode

GitHub copilot is free for teachers and students. If you are not already in the program go to the GitHub Global Campus site and apply.

Others can go to the Copilot website on GitHub and sign up for a free trial. After the trial, copilot is $10 a month or $100 a year. To learn the status of your account, sign into GitHub and visit the following pages:

To install GitHub copilot in Visual Studio Code, go to the Extensions Marketplace in VS Code (Ctrl-Shift-X) and search on GitHub Copilot.

A good way to get started would be to build a simple project that you know how to complete and use the copilot suggestions to expedite the process. For instance, a teacher could take a simple Getting Started project and show how Copilot makes it easy to create.

GPT-PILOT

OpenAI is the company that created the GPT-3 language model. They have a new model called Codex that is the basis for GitHub Copilot. You can try it out at GPT-PILOT.

** Use Firefox when logging into openai.com.

openai keys

Bill openai

References