Generative Artificial Intelligence

Generative Artificial Intelligence#

The launch of tools like ChatGPT, DALL-E, Claude.ai, and Ollama has brought generative AI to the public. In course work, we have seen a marked increase in the use of these tools to generate text, images, and even code. While this tool can be quite powerful, we should understand the limitations and potential risks of using these tools.

An AI Policy#

As we navigate the use of generative AI in courses, we must design a policy that focuses on the use of these tools for the purpose of learning. Our tools should deepen our understanding of the subject, extend our abilities to investigate and create, and provide a reproducible and transparent process.

It is very easy to circumvent those goals with generative AI.

However, we also note that a policy that we design for our courses must be designed in community. Otherwise, we risk creating a policy that is not useful or enforceable. We must all agree on the basic tenets of the policy and work together to enforce it. To that end, we provide the following information to inform the development of a policy.

Take 30 minutes to educate yourself on the risks and benefits of generative AI.

Below, are several resources for you to draw from. We have indicated which ones are important to review/skim.

Resources#

Readings#

Podcasts#

Videos#

Run a local LLM#

  • Still want to use AI and be safe? Run a local version. Dave’s Garage shows how to set it up. This is similar to the system I use myself.

from IPython.display import YouTubeVideo

YouTubeVideo('DYhC7nFRL5I', width=720, height=405)