From fc137135daa4c4ba417cf01c90110f58e050ffb3 Mon Sep 17 00:00:00 2001 From: Elizabeth Humphries Date: Fri, 10 Nov 2023 13:59:16 -0500 Subject: [PATCH] change video title --- 03-writing_code.Rmd | 4 ++-- 04-refactoring.Rmd | 4 ++-- 05-annotation.Rmd | 4 ++-- 06-understanding_other_ppl_code.Rmd | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/03-writing_code.Rmd b/03-writing_code.Rmd index 8bea8fcf..b3965150 100644 --- a/03-writing_code.Rmd +++ b/03-writing_code.Rmd @@ -4,7 +4,7 @@ ottrpal::set_knitr_image_path() ``` -# INTRODUCTION VIDEO Writing Code with AI +# VIDEO Introduction to Writing Code with AI This video discusses why AI is a good tool for planning, writing, and debugging code. @@ -517,7 +517,7 @@ ottrpal::include_slide("https://docs.google.com/presentation/d/1MCNeSO4aOm1iESWD -# SUMMARY VIDEO Writing Code +# VIDEO Writing Code Main Points diff --git a/04-refactoring.Rmd b/04-refactoring.Rmd index 23b34219..e1bc6cab 100644 --- a/04-refactoring.Rmd +++ b/04-refactoring.Rmd @@ -7,7 +7,7 @@ use_python("/usr/bin/python3") ottrpal::set_knitr_image_path() ``` -# INTRODUCTION VIDEO Refactoring with AI +# VIDEO Introduction to Refactoring with AI This video discusses how AI can help with refactoring your code. @@ -525,7 +525,7 @@ Because AI models are created by humans, they can be biased. This means they may When using AI to refactor code, the code itself is often sent to an external service or platform for analysis and transformation. This can raise concerns about the security of the code, especially if it contains sensitive information such as trade secrets, proprietary algorithms, or personal data. If your code is sensitive, it's important to carefully vet any third-party AI tools or services used in the refactoring process. -# SUMMARY VIDEO Refactoring Code +# VIDEO Refactoring Code Main Points diff --git a/05-annotation.Rmd b/05-annotation.Rmd index 58dfd387..c0fc6a8c 100644 --- a/05-annotation.Rmd +++ b/05-annotation.Rmd @@ -1,4 +1,4 @@ -# INTRODUCTION VIDEO Annotating Code with AI +# VIDEO Introduction to Annotating Code with AI This video discusses why AI is a good tool to help with code annotation. @@ -374,7 +374,7 @@ I hope this helps! This was a nice tool to recommend, however it still told me I should add my own annotations at the end of this. -# SUMMARY VIDEO Annotating Your Code +# VIDEO Annotating Your Code Main Points diff --git a/06-understanding_other_ppl_code.Rmd b/06-understanding_other_ppl_code.Rmd index 903e85c7..a267d3e2 100644 --- a/06-understanding_other_ppl_code.Rmd +++ b/06-understanding_other_ppl_code.Rmd @@ -1,4 +1,4 @@ -# INTRODUCTION VIDEO Understanding Unfamiliar Code with AI +# VIDEO Introduction to Understanding Unfamiliar Code with AI This video discusses how AI can be useful when understanding code written by someone else. @@ -300,7 +300,7 @@ Although we can't truly understand some of this information, it is however possi Chatbot tools are also limited in terms of how up-to-date their training data is to know about current possible issues with code. -# SUMMARY VIDEO Understanding Unfamiliar Code +# VIDEO Understanding Unfamiliar Code Main Points