How do you turn off the AI feature in Teams for Edu

Problem description:
AI is switched on by default in Teams for Edu. AI is turned on for all students by defualt.

Expected behavior:
AI shouldn’t exist if you want students to think about code on their own. At the very least I should be able to turn it off as a global option for all repls in the course. I frankly don’t care to ever see it in any course I teach.

Actual behavior:
Student has shown me that a loop they were trying to write where I wrote good specs, predictiably wrote itself, preventing that student from learning and finding out things for themselves.

Steps to reproduce:
Start any repl with default behaviour.

Bug appears at this link:
https://replit.com/@ics3u-a-semester-1/Exc-6-The-Number-of-Roots-in-a-Quadratic-with-loops#main.py
I switched AI off in this repl, but I am unsure if that turns it off for everyone. If so, do I need to always remember to turn it off every time I start a lesson? Will my turning it off prevent students from turning it on? I don’t want students to access this feature in any way, shape or form.

Browser: Chrome
OS: WIndows 10
Device (Android, iOS, NA leave blank):
Desktop app version (Avatar menu->“Version”) or NA:
Plan (Free, Hacker, Pro Plan): Teams for Edu

18 Likes

Hi - I just noticed this as well. Cool but not cool. It just wrote the entire function for my students when I wanted them to follow the algorithm. I need this turned off too.

2 Likes

It cant bee disabled. Please see this topic for updates

2 Likes

I completely agree. And for clarity, I do understand that we can’t just stick our heads in the sand about this. AI is a useful tool and students need to be taught how to use it at some point. But beginner programmers will not find it helpful. It will just generate code that they will not understand.

4 Likes

This is an affront to the educational process. I agree that we can’t wait on it forever, but we have had no time to prepare for this or to study its effects.

2 Likes

I feel bad for any teacher that an assessment planned in the near future.
I, for one, am going to “pivot” (I hate that word) to another platform or something for my assessments on Thursday.

4 Likes

I don’t buy that anything “can’t” be disabled. It’s more like “won’t”. But if that is Replit’s position, I have to vote with my feet. I am really disappointed. There are other more promising environments out there like GitHub, and I will be looking at those kind of environments.

5 Likes

There’s no button to disable to my knolage. I hope they would add one for teams for edu

1 Like

There’s a setting in the Repl “settings” panel.

Ah. I see. Nothing stoping students from re-enabling though.

2 Likes

Exactly. I had to have a good talk with my classes about this. They did the smile and nod.

3 Likes

you can vote on the feature request for now:

3 Likes

It is currently on the roadmap

2 Likes

I am re-writing my quiz to paper and pencil. What other platforms are out there? I have spent countless hours and weeks trying to get my replit teams so that I could re-use something next year. I just can’t keep changing. It is exhausting. I have 4 different courses that I run on teams. I’m a high school teacher. These kids are newbies. I don’t want the AI for them.

3 Likes

I am with you 100%. I’m also high school (Ontario, Canada) and throughout the year I have 5 courses and a club. About half the students immediately got the red-devil eyes and jumped knee deep into the AI as soon as they saw it. I had used “Coding Rooms” in the past, but they’ve cancelled their education product.

The issue is profit. There’s very little profit in an education tool because education has no money. My budget is exactly $0. I’ve used Github in the past but the learning curve is massive for young newbies. Easiest way to scare young students away from coding is to make it complicated.

At this point I have instructed my students to turn it off but there’s no way for me to transition all my lessons and assessments to another platform right now. I’m not in the classroom tomorrow, so you just know they’re going to turn the AI back on. And the “check the history” comments - it’s not a possibility in terms of time.

The other harsh reality is that they can just open another tab and get the AI code from a personal account or some other AI tool. Cheaters are going to cheat and we’re making it increasingly easy for them. The “higher ups” would say to change the way we teach and create more open-ended, higher level work. That’s awesome but what if my creativity can’t think of that stuff? What if I feel in my heart of hearts that understanding the code and the syntax is crucial prior to taking the convenient shortcuts?

Maybe I’ll just quit, buy a shack in the woods, and watch the world burn around me. :fire:

5 Likes

100% agree. I would be glad to pay for the service if I could turn off AI team wide. Replit just basically did my students assignments for them today. Until then, I will be using a different platform starting today.

5 Likes

ok…it’s a solution. But I wish there was a setting to have it disabled by default.

2 Likes

Can I ask whether the AI will use students’ answers to exercises to train its model. This would be a particular concern, because it would mean that students indirectly copy other students’ work. It would even more concerning if the AI was using answers submitted in a team to suggest answers for students in the same team.

1 Like

If the Repl is public (especially if it’s published), I would assume so. If it’s private, no worries.

@DSuttonBrookes Unless explicitly told otherwise by the replit team, I would simply assume that it can and will use anything at all to train its model. This would include using the work of students in a class to write code for other students in the same class.

1 Like