Rather than banning AI, I'm showing students how to use it effectively as a personalized TA. I'm giving them this AGENTS.md file:
https://gist.github.com/1cg/a6c6f2276a1fe5ee172282580a44a7ac
And showing them how to use AI to summarize the slides into a quiz review sheet, generate example questions with answer walk throughs, etc.
Of course I can't ensure they aren't just having AI do the projects, but I tell them that if they do that they are cheating themselves: the projects are designed to draw them into the art of programming and give them decent, real-world coding experience that they will need, even if they end up working at a higher level in the future.
AI can be a very effective tool for education if used properly. I have used it to create a ton of extremely useful visualizations (e.g. how twos complement works) that I wouldn't have otherwise. But it is obviously extremely dangerous as well.
"It is impossible to design a system so perfect that no one needs to be good."
Would like to give them some guidance on how to get AI to help prepare them for their interviews next year, will definitely take a look at your AGENTS.md approach.
What's your student feedback on it been like?
This is amazing and wish professors had done this back when I did CS in the late 1990s.
my feedback has been pretty good on the in-person quizzes, we just had our first set
Was there something fundamentally different from those who used "AI" a "lot" vs those who didn't?
Did they mention the issue of hallucination and how they addressed it?
Of course I can't ensure they aren't just having AI do the projects, but I tell them that if they do that they are cheating themselves
This is the right thing to say, but even the ones who want to listen can get into bad habits in response to intense schedules. When push comes to shove and Multivariate Calculus exam prep needs to happen but you’re stuck debugging frustrating pointer issues for your Data Structures project late into the night… well, I certainly would’ve caved far too much for my own good.IMO the natural fix is to expand your trusting, “this is for you” approach to the broader undergrad experience, but I can’t imagine how frustrating it is to be trying to adapt while admin & senior professors refuse to reconsider the race for a “””prestigious””” place in a meta-rat race…
For now, I guess I’d just recommend you try to think of ways to relax things and separate project completion from diligence/time management — in terms of vibes if not a 100% mark. Some unsolicited advice from a rando who thinks you’re doing great already :)
This is why I'm going to in-person written quizzes to differentiate between the students who know the material and those who are just using AI to get through it.
I do seven quizzes during the semester so each one is on relatively recent material and they aren't weighted too heavily. I do some spaced-repetition questions of important topics and give students a study sheet of what to know for the quiz. I hated the high-pressure midterms/finals of my undergrad, so I'm trying to remove that for them.
Millions of students prior to the last few years figured out how to manage conflicting class requirements.
Competing with LLM software users, 'honest' students would seem strongly incentivized to use LLMs themeselves. Even if you don't grade on a curve, honest students will get worse grades which will look worse to graduate schools, grant and scholarship committees, etc., in addition to the strong emotional component that everyone feels seeing an A or C. You could give deserving 'honest' work an A but then all LLM users will get A's with ease. It seems like you need two scales, and how do you know who to put on which scale?
And how do students collaborate on group projects? Again, it seems you have two different tracks of education, and they can't really work together. Edit: How do class discussions play out with these two tracks?
Also, manually doing things that machines do much better has value but also takes valuable time from learning more advanced skills that machines can't handle, and from learning how to use the machines as tools. I can see learning manual statistics calculations, to understand them fundamentally, but at a certain point it's much better to learn R and use a stats package. Are the 'honest' students being shortchanged?
I feel like this is still underappreciated. Awesome meaningful diagrams with animations that I would take me days to make in a basic form can now be generated in under an hour with all the styling bells and whistles. It's amazing in practice because those things can deliver lots of value, but still weren't worth the effort before. Now you just tell the LLM to use anime.js and it will do a decent job.
I once got "implement a BCD decoder" with about a 1"x4" space to do it.
I'm concerned about handwriting, which is a lost skill, and how hard that will be on the TAs who are grading the exams. I have stressed to students that they should write larger, slower and more carefully than normal. I have also given them examples of good answers: terse and to the point, using bulleted lists effectively, what good pseudo-code looks like, etc.
It is an experiment in progress: I have rediscovered the joys of printing & the logistics moving large amounts of paper again. The printer decided half way through one run to start folding papers slightly at the corner, which screwed up stapling.
I suppose this is why we are paid the big bucks.
Thanks for taking the time for your students. Your students will thank you, too, but that will be years from now.
If a lecturer prepared slides with basically an x86 assembly to show how to loop, what is so bad about an AI regurgitating that and possibly even annotating it with the inner workings.
I guess it depends quite a bit on what the answers to these questions look like but in college nothing frustrated me more than being asked to write a C program on paper. Even back then IDE autocomplete was something I depending on heavily and I felt forcing me to memorize arcane syntax was a complete waste of everyone's time. It's not at all representative of work in the real world nor does memorizing exact syntax IMHO.
Now, if you are being asked to write pseudo code or just answer questions it's a bit different but I really hate writing, my handwriting has never been great but why should I care? I've been typing on a computer since elementary school. Being asked to use paper/pencil in a computer class always rubbed me wrong.
I hear the concerns on AI/LLMs/cheating but I can't help but feel like there must be a better solution.
I find, as a parent, when I talk about it at the high school level I get very negative reactions from other parents. Specifically I want high schoolers to be skilled in the use of AI, and particular critical thinking skills around the tools, while simultaneously having skills assuming no AI. I don’t want the school to be blindly “anti AI” as I’m aware it will be a part of the economy our kids are brought into.
There are some head in the sands, very emotional attitudes about this stuff. (And obviously idiotically uncritical pro AI stances, but I doubt educators risk having those stances)
Our university is slowly stumbling towards "AI Literacy" being a skill we teach, but, frankly, most faculty here don't have the expertise and students often understand the tools better than teachers.
I think there will be a painful adjustment period, I am trying to make it as painless as possible for my students (and sharing my approach and experience with my department) but I am just a lowly instructor.
This is my exact experience as well and I find it frustrating.
If current technology is creating an issue for teachers - it's the teachers that need to pivot, not block current technology so they can continue what they are comfortable with.
Society typically cares about work getting done and not much about how it got done - for some reason, teachers are so deep into the weeds of the "how", that they seem to forget that if the way to mend roads since 1926 have been to learn how to measure out, mix and lay asphalt patches by hand, in 2026 when there are robots that do that perfectly every-time, they should be teaching humans to complement those robots or do something else entirely.
It's possible in the past, that learning how to use an abacus was a critical lesson but once calculators were invented, do we continue with two semesters of abacus? Do we allow calculators into the abacus course? Should the abacus course be scrapped? Will it be a net positive on society to replace the abacus course with something else?
"AI" is changing society fundamentally forever and education needs to change fundamentally with it. I am personally betting that humans in the future, outside extreme niches, are generalists and are augmented by specialist agents.
That said I agree with all your points too: some version of this argument will apply to most white collar jobs now. I just think this is less clear to the general population and it’s much more of a touchy emotional subject, in certain circles. Although I suppose there may be a point to be made about being more slightly cautious about introducing AI at the high school level, versus college.
So how do you handle kids who can‘t write well? The same way we‘ve been handling them all along — have them get an assessment and determine exactly where they need support and what kind of support will be most helpful to that particular kid. AI might or might not be a part of that, but it‘s a huge mistake to assume that it has to be a part of that. People who assume that AI can just be thrown at disability support betray how little they actually know about disability support.
It's embarrassing to see this question downvoted on here. It's a valid question, there's a valid answer, and accessibility helps everyone.
This is the key part. I'm doing a part-time graduate degree at a major university right now, and it's fascinating to watch the week-to-week pressure AI is putting on the education establishment. When your job as a student is to read case studies and think about them, but Google Drive says "here's an automatic summary of the key points" before you even open the file, it takes a very determined student to ignore that and actually read the material. And if no one reads the original material, the class discussion is a complete waste of time, with everyone bringing up the same trite points, and the whole exercise becomes a facade.
Schools are struggling to figure out how to let students use AI tools to be more productive while still learning how to think. The students (especially undergrads) are incredibly good at doing as little work as possible. And until you get to the end-of-PhD level, there's basically nothing you encounter in your learning journey that ChatGPT can't perfectly summarize and analyze in 1 second, removing the requirement for you to do anything.
This isn't even about AI being "good" or "bad". We still teach children how to add numbers before we give them calculators because it's a useful skill. But now these AI thinking-calculators are injecting themselves into every text box and screen, making them impossible to avoid. If the answer pops up in the sidebar before you even ask the question, what kind of masochist is going to bother learning how to read and think?
Those summaries always existed, in the past you could buy them as little books for most of the classic literature we read. Thing is they were always the same trite points even back then.
Our teacher would see right through any BS, but never call it out directly. Instead there would be 1 precise and nicely asked follow-on question or even just asking their opinion on a talking point. Not details, but a regular discussion question.
If someone hadn't read the book they'd stutter and grasp at straws at that point and everyone knew they hadn't actually read it.
On the other hand if you had read the book the answer was usually pretty easy, and often not what the common summaries contained as talking points.
So cheating not only didn't work, the few regular cheaters we had in our class (everybody knew who those were) actually suffered badly.
Only in hindsight did I realize that this is not the normal experience. Most other literature classes in fact do just focus on or repeat the same trite points, is what I've heard from many others.
It takes a great teacher to make cheating not "work" while making the class easy, intellectually stimulating and refreshing at the same time.
My experience was the exact opposite. I loved reading as a child. But I learned very fast in school that my "own opinion" on books results in bad grades, while reading and reiterating the "official summary" results in OK or even good grades. Like you say, the summaries existed long before AI. It is what the teacher and students make of the class.
In my first year of college my calculus teacher said something that stuck with me "you learn calculus getting cramps on your wrists", yeah, AI can help remember things and accelerate learning, but if you don't put the work to understand things you'll always be behind people that know at least with a bird eye view what's happening.
Depends. You might end up going quite far without even opening up the hood of a car even when you drive the car everyday and depend on it for your livelihood.
If you're the kind that likes to argue for a good laugh, you might say "well, I don't need to know how my car works as long as the engineer who designed it does or the mechanic who fixes it does" - and this is accurate but it's also accurate not everyone ended up being either the engineer or the mechanic. It's also untrue that if it turned out it would be extremely valuable to you to actually learn how the car worked, you wouldn't put in the effort to do so and be very successful at it.
All this talk about "you should learn something deeply so you can bank on it when you will need it" seems to be a bit of a hoarding disorder.
Given the right materials, support and direction, most smart and motivated people can learn how to get competent at something that they had no clue about in the past.
When it comes to smart and motivated people, the best drop out of education because they find it unproductive and pedantic.
If reading an AI summary of readings is all it takes to make an exercise a facade, then the exercise was bad to begin with.
AI is certainly putting pressure on professors to develop better curricula and evaluations, and they don’t get enough support for this, imho.
That said, good instruction and evaluation techniques are not some dark art — they can be developed, implemented, and maintained with a modest amount of effort.
If the sole purpose of college is to rank students, and funnel them to high prestige jobs that have no use for what they actually learn in college then what the students are doing is rational.
If however the student is actually there to learn, he knows that using ChatGPT accomplishes nothing. In fact all this proves is that most students in most colleges are not there to learn. Which begs the question why are they even going to college? Maybe this institution is outdated. Surely there is a cheaper and more time efficient way to ranking students for companies.
The world you occupy at that age makes it seem like being good at school is the formula to looking impressive meanwhile once you leave the bubble and enter adult world you realize that making an angsty punk band with your friends and playing at shitty dives sounds way more impressive than got an A in chemistry.
College for the "consumer" student isn't worth much in comparison.
https://college.harvard.edu/resources/faq/what-harvards-grad...
It's for jobs, period. Because a) as the world grows more complex, more and more jobs genuinely require higher education, and at the same time b) with the near-total disappearance of training by employers, they expect job seekers to come into every job with all the skills needed, and with the decline in labor power (as compared to the late 20th century), there's very little meaningful resistance to that.
I think this is mostly accurate. Schools have been able to say "We will test your memory on 3 specific Shakespeares, samples from Houghton Mifflin Harcourt, etc" - the students who were able to perform on these with some creative dance, violin, piano or cello thrown in had very good chances at a scholarship from an elite college.
This has been working extremely well except now you have AI agents that can do the same at a fraction of the cost.
There will be a lot of arguments, handwringing and excuse making as students go through the flywheel already in motion with the current approach.
However, my bet is it's going to be apparent that this approach no longer works for a large population. It never really did but there were inefficiencies in the market that kept this game going for a while. For one, college has become extremely expensive. Second, globalization has made it pretty hard for someone paying tuition in the U.S. to compete against someone getting a similar education in Asia when they get paid the same salary. Big companies have been able to enjoy this arbitrage for a long time.
> Maybe this institution is outdated. Surely there is a cheaper and more time efficient way to ranking students for companies
Now that everyone has access to labor cheaper than the cheapest English speaking country in the world, humanity will be forced to adapt, forcing us to rethink what has seemed to work in the past
This topic comes up all the time. Every method conceivable to rank job candidates gets eviscerated here as being counterproductive.
And yet, if you have five candidates for one job, you're going to have to rank them somehow.
I do not. This is your problem, companies. Now, I am aware that I have to give out grades and so I walk through the motions of doing this to the extent expected. But my goal is to instruct and teach all students to the best of my abilities to try to get them all to be as educated/useful to society as possible. Sure, you can have my little assessment at the end if you like, but I work for the students, not for the companies.
My strategy was to print out copies of an unassigned shorter poem by an author covered in lecture. Then I’d hand it out at the beginning of class, and we’d spend the whole time walking through a close reading of that poem.
It kept students engaged, since it was a collaborative process of building up an interpretation on the basis of observation, and anyone is capable of noticing patterns and features that can be fed into an interpretation. They all had something to contribute, and they’d help me to notice things I’d never registered before. It was great fun, honestly. (At least for me, but also, I think, for some of them.) I’d also like to think it helped in some small way to cultivate practices of attention, at least for a couple of hours a week.
Unfortunately, you can’t perform the same exercise with a longer work that necessitates reading beforehand, but you can at least break out sections for the same purpose.
That's just weird. Why would you bother. These are young adults paying to be taught. But teaching is only half of it, learning is the other. If they can't be bothered to learn the surely they will just fail the course and you can kick them out to make way for someone who actually wants to learn.
Perhaps it's just a difference between UK (and other European unis) and US unis. When I studied applied physics in the UK (half a century ago) attendance at lectures was not even compulsory. You were expected to behave like a student, that is one who studies, and if you wanted help all you had to do was ask. Those who didn't work simply failed the end of year exams and the finals.
If someone was entirely unwilling to be present and engaged or couldn’t go fifty minutes without access to a screen, that student could just be absent from class (with the consequent negative grade impacts).
I didn't get it. How can printing avoid AI? And more importantly is this AI-resistance sustainable?
Does this literally work? It adds slightly more friction, but you can still ask the robot to summarize pretty much anything that would appear on the syllabus. What it likely does it set expectations.
This doesn't strike me as being anti-AI or "resistance" at all. But if you don't train your own brain to read and make thoughts, you won't have one.
Hell, in Italy we used to have an editor called Bignami make summaries of every school topic.
In any case, I don't know what to think about all of this.
School is for learning, if you skip the hard part you not gonna learn, your lost.
When tokens were expensive I actually had a python script that stuck my text into an image for chatgpt to process lol.
Every online service in the university has an AI summarization tool in it. This includes library services.
>And more importantly is this AI-resistance sustainable?
It can get in line. Engl academics have been talking about sustainability for decades. Nobody cared before, professors aren't going to care now.
At this point auto AI summaries are so prevalent that it is the passive default. By shifting it to require an active choice, you’ve make it more likely for students to choose to do the work.
Indeed the token cost of image inputs are lower because you have more fine grained control of the latent token space
"TYCO Print is a printing service where professors can upload course files for TYCO to print out for students as they order. Shorter packets can cost around $20, while longer packets can cost upwards of $150 when ordered with the cheapest binding option."
And later in OA it states that the cost to a student is $0.12 per double sided sheet of printing.
In all of my teaching career here in the UK, the provision of handouts has been a central cost. Latterly I'd send a pdf file with instructions and the resulting 200+ packs of 180 sides would be delivered on a trolley printed, stapled with covers. The cost was rounding error compared to the cost of providing an hour of teaching in a classroom (wage costs, support staff costs, building costs including amortisation &c).
How is this happening?
Public universities are always underfunded.
Universities can get more money by putting the cost on the students and then they cover it with gov grants and loans.
>Shorter packets can cost around $20, while longer packets can cost upwards of $150 when ordered with the cheapest binding option
Does a student need to print out multiple TYCO Packets ? If so, only the very rich could afford this. I think educations should go back to printed books and submitting you work to the Prof. on paper.
But submitting printed pages back to the Prof. for homework will avoid the school saying "Submit only Word Documents". That way a student can use the method they prefer, avoiding buying expensive software. One can then use just a simple free text editor if they want. Or even a typewriter :)
> They don't care about students or education, they care about wasting resources and making a lot of money in the process.
I concur completely with Fadiman's comment as that has been my experience despite that I have been using computer screens and computers for many decades and that I am totally at ease with them for reading and composing documentation.
Books and printed materials have physical presence and tactility about them that are missing from display screens. It is hard to explain but handling the physical object, pointing to paragraphs on printed pages, underlining text with a pencil and sticking postit notes into page margins adds an ergonomic factor that is more conducive to learning and understanding than when one interacts with screens (including those where one can write directly to the screen with a stylus).
I have no doubt about this, as I've noticed over the years if I write down what I'm thinking with my hand onto paper I am more likely to understand and remember it better than when I'm typing it.
It's as if typing doesn't provide as tighter coupling with my brain as does writing by hand. There is something about handwriting and the motional feedback from my fingers that makes me have a closer and more intimate relationship with the text.
That's not to say I don't use screens—I do but generally to write summaries after I've first worked out ideas on paper (this is especially relevant when mathematics is involved—I'm more cognitively involved when using pencil and paper).
We continue to teach children (at least in the EU) to write by hand, to do calculations manually throughout their entire schooling, when in real life, aside from the occasional scrap note, all writing is done on computers and calculations are done by machine as well. And, of course, no one teaches these latter skills.
The result on a large scale is that we have an increasingly incompetent population on average, with teaching staff competing to see who can revert the most to the past and refusing to see that the more they do this, the worse the incompetent graduates they produce.
The computer, desktop, FLOSS, is the quintessential epistemological tool of the present, just as paper was in the past. The world changes, and those who fall behind are selected out by history; come to terms with that. Not only, those who lag behind ensure that few push forward an evolution for their own interest, which typically conflicts with that of the majority.
It feels to me like teaching has always been bandwidth constrained and providing 1:1 feedback to students have always been a bottleneck. I believe that AI agents are the true gateway to fixing that limitation and education should be embracing AI agents to increase bandwidth of 1:1 teacher student interaction.
I worry that everytime I talk to a teacher about how they're adapting to AI, it's almost as if they are trying to figure out how they can continue to use the same teaching techniques that they had seen their teachers practice decades ago.
Printed books are expensive and they should be. We already have paper equivalents that allow highlighting, rewriting, annotating, sharing notes - recyclable materials in all ways superior to paper that can be reused by multiple students - these are things we should be embracing instead of going back to one time use printed materials that are heavy to carry around, take up space in a room and will need to be disposed of soon.
If current technology is creating an issue for teachers - teachers need to pivot, not block current technology.
Society typically cares about work getting done and not much about how it got done - for some reason, teachers are so deep into the weeds of the "how", that they seem to forget that if the way to mend roads since 1926 have been to learn how to measure out, mix and lay asphalt patches by hand, in 2026 when there are robots that do that perfectly everytime, they should be teaching humans to complement those robots or do something else entirely.
> We continue to teach children (at least in the EU) to write by hand, to do calculations manually throughout their entire schooling, when in real life, aside from the occasional scrap note, all writing is done on computers and calculations are done by machine as well. And, of course, no one teaches these latter skills
Is your intuition that the EU will continue down it's path of technical irrevelance? If so, what are the top 5 reasons this is happening?
I imagine more of a school (not just university) where the frontal lecture has disappeared, replaced by lessons like FLOSS movies projects: the teacher writes the plot, there are narrators, visual content as needed, updated and refined over time. This implies:
- Learners go at their own pace; the brightest will finish sooner and use the time to learn other things, instead of chafing at the bit during class; the less brilliant but still capable ones can succeed with more time instead of wasting time following lectures they don't understand because they lack previous elements they can't acquire in time, lesson by lesson.
- Unfortunately, also less plurality of information, but this is compensated by the fact that the lesson is not by the assigned teacher, but by third parties, a separate FLOSS project indeed, so it is the individual teacher available 1:1 / 1:few in the time freed from frontal lectures who provides plurality.
- Sociality among students remains in a different form: one studies for oneself, tests what has been learned among peers and teachers themselves in lessons that are "presentations" by individual learners to a "class" of learners and teachers, and interaction in this setting reveals gaps and consolidates, shares, and inspires knowledge because this is the only resource that grows with use and is lost otherwise.
This obviously implies substantial digitalization that brings efficiency, documentary culture, the learning organization, and the measurement of learning/results far superior to the measurement of in-person conformity that we know well even at work, where the manager wants conformity, not talent, praises conformity not substantial innovation, creating many imitators cf. https://fs.blog/experts-vs-imitators/
Of course, it is a school where the teacher does research and substantial work instead of repeating the same old stuff every year, and many don't like this. After all, most people don't like to innovate. Improving what exists, yes, but venturing into unknown lands is something most oppose, both the common people who fear change and the ruling class who fear losing their acquired status. In the past, ruling classes sent their many children to explore, and if it went wrong, there were others. Today there is practically no more substantial innovation. People want to deny it, but it has always happened in history, the more it is denied, the more it happens through the interested hands of a few against the interest of the many, and the result is a changing of the guard among those in charge and consequent wars to create a new common people. We should have understood and solved this long ago, but it seems not...
1. Instead of putting up all sorts of barriers between students and ChatGPT, have students explicitly use ChatGPT to complete the homework
2. Then compare the diversity in the ChatGPT output
3. If the ChatGPT output is extremely similar, then the game is to critique that ChatGPT output, find out gaps in ChatGPT's work, insights it missed and what it could have done better
4.If the ChatGPT output is diverse, how do we figure out which is better? What caused the diversity? Are all the outputs accurate or are there errors in some?
Similarly, when it comes to coding, instead of worrying that ChatGPT can zero shot quicksort and memcpy perfectly, why not game it:
1. Write some test cases that could make that specific implementation of `quicksort` or `memcpy` fail
2. Could we design the input data such that quicksort hits its worst case runtime?
3. Is there an algorithm that would sort faster than quicksort for that specific input?
4. Could there be architectures where the assumptions that make quicksort "quick", fail to hold true? Instead, something simpler and worse on paper like a "cache aware sort" actually work faster in practice than quicksort?
I have multiple paragraphs more of thought on this topic but will leave it at this for now to calibrate if my thoughts are in the minority
Students have always looked for ways to minimize the work load, and often the response has been to increase the load. In some cases it has effectively become a way to tech you to get away with cheating (a lesson this even has some real-world utility).
Keeping students from wasting their tuition is an age-old, Sisyphean task for parents. School is wasted on the young. Unfortunately youth is also when your brain is most receptive to it.
Sure, you could get an education for cheap from a community college, or free from various online sources, or for the best education possible, get paid to learn on the job. If you attend a university though, you're getting prestige by showing how much of your money, or someone else's money, you can burn through.
It's not like anyone's taking undergraduate classes at Harvard or Stanford because the teaching assistants actually instructing are going to provide above-average instruction. They aren't even concerned with tenured professors teaching performance; they put publishing metrics first.
This obv isn’t a push by parents because I can’t imagine parents I know want their kids in front of a screen all day. At best they’re indifferent. My only guess is the teachers unions that don’t want teachers grading and creating lesson plans and all the other work they used to do.
And since this trend kid scores or performance has not gotten better, so what gives?
Can anyone comment if it’s as bad as this and what’s behind it.
The older one has a chromebook and uses it for research and production of larger written projects and presents—the kind of things you’d expect. The younger one doesn’t have any school-supplied device yet.
Both kids have math exercises, language worksheets, short writing exercises, etc., all done on paper. This is the majority of homework.
I’m fine with this system. I wish they’d spend a little more time teaching computer basics (I did a lot of touch typing exercises in the 90’s; my older one doesn’t seem to have those kind of lessons). But in general, there’s not too much homework, there’s good emphasis on reading, and I appreciate that the older one is learning how to plan, research, and create projects using the tool he’ll use to do so in future schooling.
* People needed to be taught digital skills that were in growing demand in the workplace.
* The kids researching things online and word-processing their homework were doing well in class (because only upper-middle-class types could afford home PCs)
* Some trials of digital learning produced good results. Teaching by the world's greatest teachers, exactly the pace every student needs, with continuous feedback and infinite patience.
* Blocking distractions? How hard can that be?
Writing with a word processor that just helps you type, format, and check spelling is great. Blocking distractions on a general-purpose computer (like a phone or a tablet) is as hard as handing locked-down devices set up for the purpose, and banning personal devices.
This made sense a couple of decades ago. Today, it's just bizarre to be spending $150 on a phonebook-sized packet of reading materials. So much paper and toner.
This is what iPads and Kindles are for.
To make it more palpable for an IT worker: "It's just bizarre to give a developer a room with a door, so much sheetrock and wood! Working with computers is what open-plan offices are for."
Also, the university isn't covering the cost here. The students are. And buying the Kindle would be cheaper than the printing cost of the packet itself.
So I stand by my point. If you don't want distraction, get Kindles.
And even iPads are pretty good. They tend to sit flat so you're not "hiding" your screen the way you can with a laptop or phone, and people often aren't using messaging or social apps on them so there are no incoming distractions.
>This semester, Newton has removed the option to bring iPads to class, except for accessibility needs, as a part of the general movement in the “Reading and Writing the Modern Essay” seminars to “swim against the tide of AI use,” reduce “the infiltration of tech,” and “go back to pen and paper,” she said.
Is this about teaching efficiency or managing the teacher's feelings? If "the infiltration of tech" allowed for better learning, would this teacher even be open to it?
And the line
> Regarding the printing cost, Newton and Shirkhani both emphasized that Yale has programs to help students who need financial assistance paying for printing.
Does not solve the issue. Not every school has programs like that, they aren't always easy to take advantage of, and often have extra hoops to jump through.
It's really hard to not see this through the same lense as the scam of textbooks and other required (paid) readings for classes. Even more so when the professor wrote the book and/or gets a kickback. See also: new editions every year that are required so you can buy used or an online key that is one-time-use and costs as much as the book.
First, extremely cumbersome and error-prone to type compared to swipe-typing on a soft keyboard. Even highlighting a few sentences can be problematic when spanning across a page boundary.
Second, navigation is also painful compared to a physical book. When reading non-fiction, it’s vital to be able to jump around quickly, backtrack, and cross-reference material. Amazon has done some good work on the UX for this, but nothing is as simple as flipping through a physical book.
Android e-readers are better insofar as open to third-party software, but still have the same hardware shortcomings.
My compromise has been to settle on medium-sized (~Kindle or iPad Mini size) tablets and treat them just as an e-reader. (Similar to the “kale phone” concept ie minimal software installed on it … no distractions.) They are much more responsive, hence fairly easy to navigate and type on.
That said, I always thought exams should be the moment of truth.
I had teachers that spoke broken english, but I'd do the homework and read the textbook in class. I learned many topics without the use of a teacher.
A mix of enforcement, laws and good old market capture.
20 years ago I could bring a suitcase full of brand new books - fiction or not, from India, no questions asked. These are functionally the same as those that cost 50x more in the U.S. - just that they are black and white, paperback and use cheaper recycled paper that will yellow in 20 years and become brittle in 30. I cannot bring them with me anymore. The books clearly say they are not for export especially in the U.S., the print for this uses some kind of ink that shows up on XRays clearly and TSA enforces it.
Similarly, used books in the U.S. are repurchased by bookstores to be sold at a profit.
From what I see students doing - they sell or exchange books over FB Marketplace or school lists or in person.
what i was referring to though was generic american bestsellers, nothing black/gray market. used books feel very expensive to buy online. my guess is market capture though
That's outrageous.
This isn't my article nor do I know this Educator but I like her approach and actions taken:
https://www.npr.org/2026/01/28/nx-s1-5631779/ai-schools-teac...
Then see how it affects the kids' learning speed and retention of the various subjects. Then they need to compare notes with the other teachers to learn what they did differently and what did or didn't work for them.
Ideally they'd also assess how this worked for different types of students, those with good vs bad reading skills, with good vs bad grades, esp those who are underperforming their potential.
We know what increases retention, it's active recall and (spaced) repetition. These are basic principles of cognitive science have been empirically proven many times. Please try to implement that before demanding that teachers do A/B tests over what font to write the homework assignments in.
> TYCO Print is a printing service where professors can upload course files for TYCO to print out for students as they order. Shorter packets can cost around $20, while longer packets can cost upwards of $150 when ordered with the cheapest binding option.
Lol $150 for reading packets? Not even textbooks? Seriously the whole system can fuck off.
What could it mean for an "option" to be "required"?
You see a policy, and your clever brains come up with a way to get around it, "proving" that the new methodology is not perfect and therefore not valuable.
So wrong. Come on people, think about it -- to an extent ALL WE DO is "friction." Any shift towards difficulty can be gained, but also nearly all of the time it provides a valuable differentiator in terms of motivation, etc.