[Edu-sig] Re: ChatGPT for py teaching

2023-03-24 Thread Wes Turner
Khanmigo is a new (2023-03-14) Khan Academy tutoring AI: https://blog.khanacademy.org/harnessing-ai-so-that-all-students-benefit-a-nonprofit-approach-for-equal-access/ : """ Participants in our limited pilot can use Khanmigo to: - Get help with math - Write a story together through

[Edu-sig] Re: ChatGPT for py teaching

2023-03-23 Thread Jurgis Pralgauskis
I suspect some nice things are comming - see examples of "Socratic tutor" :) https://openai.com/research/gpt-4 2023-01-06, pn 19:03, Wes Turner rašė: > > > On Wed, Jan 4, 2023 at 4:34 PM Wes Turner wrote: > >> What are the expected limitations of [ChatGPT]? >> >> What is "Prompt Engineering"?

[Edu-sig] Re: ChatGPT for py teaching

2023-01-06 Thread Wes Turner
On Wed, Jan 4, 2023 at 4:34 PM Wes Turner wrote: > What are the expected limitations of [ChatGPT]? > > What is "Prompt Engineering"? > [Prompt engineering - Wikipedia]( > https://en.wikipedia.org/wiki/Prompt_engineering ) > > What lessons about technology reliance could you teach, in regards to

[Edu-sig] Re: ChatGPT for py teaching

2023-01-05 Thread Miguela Fernandes
Hi, Some students used with HTML/ CSS and they were really happy with answers. Also with explanation given by the chatgpt. Miguela Fernandes Agrupamento de Escolas da Batalha Portugal “All things are difficult before they are easy.” Thomas Fuller I live in http://web20t11.blogspot.com/ On

[Edu-sig] Re: ChatGPT for py teaching

2023-01-04 Thread Wes Turner
> Explainable AI (XAI), or Interpretable AI, or Explainable Machine Learning (XML),[1] is artificial intelligence (AI) in which humans can understand the decisions or predictions made by the AI.[2] It contrasts with the "black box" concept in machine learning where even its designers cannot

[Edu-sig] Re: ChatGPT for py teaching

2023-01-04 Thread Wes Turner
Should we expect the output of [ChatGPT] to be stable or deterministic given the same prompt? - Does [ChatGPT] "converge" on the same solutions, given the same inputs? Where is there additional entropy in the algorithm or implementation? - random seed(s) - Hash randomization - distributed

[Edu-sig] Re: ChatGPT for py teaching

2023-01-04 Thread Wes Turner
What are the expected limitations of [ChatGPT]? What is "Prompt Engineering"? [Prompt engineering - Wikipedia]( https://en.wikipedia.org/wiki/Prompt_engineering ) What lessons about technology reliance could you teach, in regards to Clippy? - "What is ChatGPT? Wrong answers only" - Human_n:

[Edu-sig] Re: ChatGPT for py teaching

2023-01-04 Thread Christian Mascher
Hi, a student of mine was aware of this chatbot and asked it about a class-assignment of his own accord. We program in Java with some extra homemade library class used by some schools in our region. The bot came up with a "solution" which was flawed in several respects: 1. It used some other