summaryrefslogtreecommitdiff
path: root/tutorials/module_2/ai_assisted_programming.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-04-24 23:31:17 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-04-24 23:31:17 -0600
commitc98972ced700b6250915a21af4b76459365743f3 (patch)
tree87f62caa9dbe5dbb997f12f7e167ff4ddbc91697 /tutorials/module_2/ai_assisted_programming.md
parent342b88e6002fa1eee9b020864d83ddbd79ef3ad9 (diff)
Updated markdown files to look better after converting to latex files.
Diffstat (limited to 'tutorials/module_2/ai_assisted_programming.md')
-rw-r--r--tutorials/module_2/ai_assisted_programming.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/tutorials/module_2/ai_assisted_programming.md b/tutorials/module_2/ai_assisted_programming.md
index bccedbd..86be2d7 100644
--- a/tutorials/module_2/ai_assisted_programming.md
+++ b/tutorials/module_2/ai_assisted_programming.md
@@ -2,10 +2,12 @@
## What is it?
Artificial Intelligence (AI) has been around for a long time. However, not until recently did engineers make it easy and "fun" to work with. By now you probably have a pretty good idea of what AI can do. However, you may not have used an AI assistant before. As the name suggests, an AI assistant can help you develop code, speed up your writing with code suggestions and allows you to focus on solving the problem at hand rather. AI is a technology that is constantly improving. As engineers we need to *understand* how we can use AI as a tool to achieve our goals more efficiently. This section cover good practices of how we can implement AI and lists some AI assistant tools that we can use.
+
## Good vs. Bad uses of AI
Don't try to get AI to do work *for you* but *with you*. You need to understand what you're doing. If you don't understand what the AI is doing, then you're not in control of the work. You're not going to go far until something unexpected happens.
AI is a great learning tool, research as show that students can benefit from using AI as personal tutor [more](https://hbsp.harvard.edu/inspiring-minds/ai-as-personal-tutor).
+
## Available tools
Below is a comprehensive list of tools that are available at not cost to you.
@@ -22,6 +24,7 @@ Below is a comprehensive list of tools that are available at not cost to you.
| Codeium | Free |
| aiXcoder | Free |
Many of the tools above come with similar, if not, the same features. Some of the tools come as chatbots on the web and others are extensions that can be implemented in your favorite IDE.
+
## VSCode and GitHub Copilot Integration
We will not cover how to use VSCode in this course, however it is a very versatile IDE that comes with many other extension, for example git, github and github copilot integration. There are also other extensions for other IDE's however we will only cover some basic features that the GithHub Copilot extension in VSCode can do.
@@ -34,5 +37,6 @@ Copilot Comes with the following features:
[VSCode](https://code.visualstudio.com/)
[Copilot extension](https://code.visualstudio.com/docs/copilot/setup-simplified)
-## A note on integrity
+
+## A note on intellectual property
If you have a non-disclosure-agreement (NDA) with your employer, it may not always be possible to use AI for security and integrity reasons as you may risk exposing confidential information with third party vendors. It is highly recommended to be able to be able to write program independently of an AI assistant. Always think before you share data. \ No newline at end of file