One negative effect of #LLM s on learning/teaching I have observed multiple times so far:
The LLM sirens leads students towards wrong solutions and I have to be constantly vigilant and guide them back to safety.
Most recent instance:
A group of master's students had a problem with serial communication between #ESP8266 modules. They asked #ChatGPT for help.
The wise LLM argued that serial communication can only run at 9600 bps (very wrong) which would be too slow for their use case. ChatGPT then suggested that the students should switch to I2C instead - which would have cost them a lot of time and would not have worked well for their use case.