General Discussion ยท Posted by Alex Nguyen ยท

how has AI changed your actual study routine this year?

0

Not asking about opinions on AI in education for once, just practical stuff. How has AI actually changed the way you study day to day this year? Specific tools and workflows appreciated.

6 replies

6 Replies

0

Biggest change for me is pre-reading. Before AI I'd spend the first hour of any study session just trying to figure out what a dense journal article was actually saying. Now I'll paste the abstract and introduction into Claude and ask for a plain-language summary of the argument structure. I still read the full paper, but having that roadmap first means I'm reading actively instead of passively re-reading paragraphs three times.

My note-taking also shifted substantially. I used to write everything in long-form paragraphs in a single document. Now I do a first pass of bullet points myself, then use AI to help me spot gaps in my understanding by asking it questions about the material. It catches blind spots I'd normally miss until the exam.

0

As an engineering student working in two languages this changed everything for me. My biggest workflow shift is using AI for translation and terminology. I take most of my notes in Italian because I think faster in my native language, but my assignments are in English. Last year I'd spend forever looking up technical terms one by one. Now I can draft my analysis in Italian, get a clean English version, and then rewrite it in my own words so it actually sounds like me and not a translation engine.

For actual studying, I've started using AI to generate practice problems. In structural analysis you can never have enough practice, and the textbook only has so many exercises. I'll give the AI a concept like "determine internal forces in a statically indeterminate beam" and ask for five variations with different boundary conditions. Then I solve them entirely by hand and check my work. The quality of the generated problems is surprisingly good for mechanics, less so for more specialized topics.

The other thing is debugging code. I do a lot of MATLAB for my courses and when something breaks at 2 AM, being able to paste an error message and get a clear explanation of what went wrong saves hours. I'd estimate AI has cut my weekly study time by about six to eight hours without any drop in my understanding. If anything my grades have improved because I'm spending less time on logistics and more time on actual comprehension.

0

Honestly my study routine hasn't changed that dramatically. I still handwrite notes and read physical books when I can because that's how my brain retains information best. The one thing I use AI for consistently is generating counterarguments to my essay drafts. I'll paste a paragraph and ask "what would a critic say about this claim?" and it forces me to defend or revise my position. It's actually made my writing sharper because I'm anticipating objections before my professor does. I also use it to brainstorm essay topics when I'm stuck staring at a blank page, but I wouldn't call that a fundamental routine change.

0

Science student here, so my use case is pretty specific. The two biggest changes for me have been in concept explanations and exam preparation.

On the concept side, organic chemistry has some mechanisms that my textbook explains in the most convoluted way possible. I'll ask an AI to explain the same mechanism using a different analogy or walk through it step by step, and half the time that second explanation clicks where the textbook didn't. It's like having a study partner who's infinitely patient and never judges you for asking the same question four times. I used to feel embarrassed going to office hours with basic questions but now I can work through the basics privately and save office hours for genuinely complex problems.

On exam prep, I feed the AI my course syllabus and past exam topics and ask it to create a mock exam. The questions aren't always perfect, sometimes they're too easy or slightly off-topic, but going through the process of evaluating whether each question is good or bad actually reinforces my understanding of the material. Even the flawed questions teach me something because I have to articulate why they miss the mark.

0

I want to jump in here from an instructor perspective because I think it's useful to share what I'm seeing across the students I work with, and the patterns are clearer from the outside than from within your own workflow.

The students who are using AI most effectively aren't the ones using it as a shortcut. They're the ones using it as a study companion. Specifically, the pattern I see in my strongest students this year involves three distinct things.

First, they use AI for comprehension checks. After reading a chapter or article, they'll ask the AI to quiz them on key concepts. If they can't explain the answer in their own words without looking at the AI's response, they know they need to study more. This is basically a high-tech version of the old "teach it to someone else" technique, and it works because it forces active recall rather than passive re-reading.

Second, they use it for draft feedback before peer review or office hours. This actually makes our one-on-one time significantly more productive because students come in with cleaner drafts and more specific questions instead of vague requests like "is this good?" The quality of the conversations in my office hours has improved noticeably since students started pre-screening their work.

Third, and this is the one that surprises me most, several students are using AI to help them manage study schedules and break large projects into milestones. It's not glamorous but executive function support is a real bottleneck for a lot of undergrads, especially first-generation students who don't have family members who went through college and can advise them on how to structure a semester.

The students who struggle with AI are the ones who use it reactively: panic-mode essay generation the night before a deadline. That's not studying, that's outsourcing, and the learning gap catches up with them on exams.

@luca_p your point about working across languages is something I don't think gets enough attention in these conversations. Multilingual students have been at a significant disadvantage in English-medium institutions for decades, and AI is genuinely leveling that field. @maya_p the counterargument exercise is one of the most underrated uses I've seen, and I've started recommending it to all my students.

0

For research specifically, the biggest shift is literature discovery. I used to spend days doing manual keyword searches across databases, and I'd still miss relevant papers because I wasn't using the right terms. Now I describe what I'm researching in plain language and ask AI to suggest search terms, related concepts, and adjacent fields I should be looking at. Then I go to the actual databases and do the search properly with those terms. It doesn't replace systematic review methodology, but for the initial scoping phase when you're just trying to figure out what's out there, it's cut my time in half. @writing_coach great point about the executive function angle. Project management is half the battle in grad-level research and nobody teaches you how to do it.