-
-
Notifications
You must be signed in to change notification settings - Fork 213
Adding section on Getting Help and Generative AI #550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thank you!Thank you for your pull request 😃 🤖 This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}. If you have files that automatically render output (e.g. R Markdown), then you should check for the following:
Rendered Changes🔍 Inspect the changes: https://github.com/datacarpentry/r-socialsci/compare/md-outputs..md-outputs-PR-550 The following changes were observed in the rendered markdown documents:
What does this mean?If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible. This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation. ⏱️ Updated at 2025-05-27 19:10:41 +0000 |
Auto-generated via `{sandpaper}` Source : bc70dc1 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2025-05-27 19:18:34 +0000 Message : markdown source builds Auto-generated via `{sandpaper}` Source : 093397f Branch : main Author : Juan Fung <juan.fung@nist.gov> Time : 2025-05-27 19:17:12 +0000 Message : Merge pull request #550 from josenino95/genai-help2 Adding section on Getting Help and Generative AI
|
||
However, the way this help is provided by the chatbot is different. | ||
Answers on Stack Overflow have (probably) been given by a human as a direct response to the question asked. | ||
But generative AI chatbots, which are based on advanced statistical modeld called Large Language Models (or LLMs), respond by generating the _most likely_ sequence of text that would follow the prompt they are given. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@josenino95 Typo on line 676: statistical modeld
should be statistical models
@josenino95 this is a great addition. thank you! i merged but then noticed a small typo. please submit an update with the correction. and again, thank you! i just taught the workshop and did make comments on using gen AI for coding help. |
@josenino95 no worries thank you for the quick reply! |
Please briefly summarise the changes made in the pull request, and the reason(s) for making these changes.
At the end of episode 2 (01-intro-to-r.Rmd), I included a section about using Getting Help and using Generative AI. It should be a continuation on the exercise included in "Functions and their arguments" section, so I hope the first paragraph I added is able to make the connection with that callout.
These changes are based on the discussions had in the Carpentries community about integrating AI content into core lessons. Links to these discussion are provided below.
Besides including just content about AI, I also included content about getting help. As the original PR on this type of changes, including the discussion on AI as part of a section on how to get help allows a more gentle introduction to the topic.
If any relevant discussions have taken place elsewhere, please provide links to these.
Carpentries Blog post about incorporation content about AI on lessons
Slack message about GenAI updates to Carpentries lessons
Original PR in SW Plotting and Programming in Python
Other PR on SW R Novice Inflammation where there were comments on including a getting help section, not just the AI content