Live data from Hacker News

College instructor turns to typewriters to curb AI-written work

sentinelcolorado.com

181–190 of 451 posts

Re: College instructor turns to typewriters to curb AI-written work

#181
post #144

Earlier quoted context omitted.

Syntax seems like a stupid thing to test in university level courses. That's trade school stuff. And I don't mean that as a criticism of trade schools, they just have a different focus.

Knowledge is built on foundations. Knowing syntax in one language is necessary to be able to do anything practical, which interacts with theory. You build valuable schema of the world by iterative theory and practice.

Nah. Syntax is trivial and irrelevant for teaching CS theory.

Re: College instructor turns to typewriters to curb AI-written work

#182
post #181

Earlier quoted context omitted.

Knowledge is built on foundations. Knowing syntax in one language is necessary to be able to do anything practical, which interacts with theory. You build valuable schema of the world by iterative theory and practice.

Nah. Syntax is trivial and irrelevant for teaching CS theory.

Lambda calculus?!

Re: College instructor turns to typewriters to curb AI-written work

#183
post #153
post #55

Earlier quoted context omitted.

I personally dislike placing a heavy emphasis on exams. Assignments/projects have been consistently the most enjoyable and rewarding parts of the courses I've taken so far in university. It's a shame that they are also way more susceptible to cheating with AI.

The problem with exams is that everyone has a bad experience with a poorly written one. Well-written exams will have questions that test students at different levels of understanding across the whole curriculum. So a student who only understands the basics should be able to answer most of the easy questions and students who have a deeper understanding can answer the harder ones. Well-written exams should feel pretty…

Exams almost filtered me out of this industry before I even got started. I later went on to be a lead developer! I went to a rural high school with a poor math curriculum. I understood the concepts, but I was slow. When I got to undergrad, my first calc professor gave us a 60 question test with 50 minutes of allotted time. He told us if we couldn't do the problems fast enough we weren't cut out for the work and it would be better if we quit now. I've never felt more inadequate in my life. It's one of my only Ws.

Re: College instructor turns to typewriters to curb AI-written work

#184
post #144

Earlier quoted context omitted.

Syntax seems like a stupid thing to test in university level courses. That's trade school stuff. And I don't mean that as a criticism of trade schools, they just have a different focus.

Syntax is not the focus of your testing, but it’s often a pre-requisite to be clearly and accurately speaking the same language. Think not of taking off points for missing a semicolon but instead understanding the difference between the syntax for a method call and a property access. The different syntax conveys different meaning and so we should expect some basic level of accuracy to the language in question. At lea…

Marking at scale is hard to maintain that consistency though. It’s not whether the exam writer sees it that way, it’s whether the markers understand intent and objective over pedantic nuance

Re: College instructor turns to typewriters to curb AI-written work

#185
post #183
post #153

Earlier quoted context omitted.

The problem with exams is that everyone has a bad experience with a poorly written one. Well-written exams will have questions that test students at different levels of understanding across the whole curriculum. So a student who only understands the basics should be able to answer most of the easy questions and students who have a deeper understanding can answer the harder ones. Well-written exams should feel pretty…

Exams almost filtered me out of this industry before I even got started. I later went on to be a lead developer! I went to a rural high school with a poor math curriculum. I understood the concepts, but I was slow. When I got to undergrad, my first calc professor gave us a 60 question test with 50 minutes of allotted time. He told us if we couldn't do the problems fast enough we weren't cut out for the work and it wo…

What does W mean? Withdraw?

Re: College instructor turns to typewriters to curb AI-written work

#186
When I was a kid we were told no calculators because when you grow up and are in the real world it's not like you will have a calculator with you at all times. Fast forward to today and we all have a calculator on our phones.

I think AI should be treated the same. Who cares if it assists in a lot of the work that is a good thing. BUT as we all know AI has been incorrect on many things so I think what would be a much better learning practice would be to forget if AI wrote the paper and focus heavily on students backing up their claims with sources. So if your paper says ABC is true and AI writes it up in a perfect paragraph you would still need to confirm the facts as true and find a reputable source that shows it to be true.

Re: College instructor turns to typewriters to curb AI-written work

#187
post #170

Earlier quoted context omitted.

I'm really not seeing how you can do PhD level work as an undergrad. You wouldn't have the foundational knowledge necessary to do PhD level work, and you have no idea how much of what you're learning is accurate.

Without going into too much detail, when I said “Ph.D level” I’m meaning active research that adds a meaningful contribution to a field. I’ll probably be posting on here in a couple months about it but I’ve been doing thousands of tests with beefy GPUs on a certain theory we have about small 9b LLMs under certain external constraints. Am I saying I’m as knowledgeable or capable as a Ph.D right now? Absolutely not. Th…

For what it is worth, no graduate student would say they are doing 'Ph.D level' research. It is called 'graduate level research' or just, you know, 'research'

Sounds like a fun project, I wish you the best. I ran a similar program (independent study that encouraged freshman/sophomore undergraduates to explore using microprocessors, at the time the EE curriculum was completely focused on analog circuit theory and ended at boolean logic) and it went well enough that it eventually became part of the official undergraduate curriculum.

Re: College instructor turns to typewriters to curb AI-written work

#188

When I did my Computer Science degree the vast majority of courses were 50% final, 30% midterm - even programming exams were hand written, proctored by TAs in class or in the gymnasium - assignments/labs/projects were a small part of your grade but if you didn’t do them the likelihood you’d pass the term exams was pretty darn low. We already had AI proof education.

Yeah exactly, I remember having to write Java and C++ by hand in college in the early 2000s. It was also a good test how well you knew the syntax.

College exam tests C++ syntax and people frame it as a good thing. Interesting. It sounds almost indefensible for me. If it were Scheme perhaps it would be okay, but C++ and Java...

Re: College instructor turns to typewriters to curb AI-written work

#189
For programming, the way I would build a curriculum is to force students to actually learn how to program and code first. This is simple by requiring them to write code inside the classroom by hand for all exams.

I would make this the focus for 90% of the first 2 years of their degree.

I would then have them spend 75% of their last 2 years learning how to use and program with AI. Aside from knowing how things actually work, there's no more important skill now than mastering AI.

Re: College instructor turns to typewriters to curb AI-written work

#190
post #5

When I was in college, your grade fully depended on the oral exam/debate with the professor. Everything else was but the entry ticket. Not sure anyone even attempted to cheat in that scenario. And the conversations were usually great, although very stressful for us cramming types

I think the oral exam is probably a great way to ascertain a student's ability, but let's be real, undergraduate class sizes numbers in the hundreds, for almost every first year class. I don't think it's possible to administer that. I think I would have loved to see that in my later years at university though, we still just did things by written exam + course work.
Post reply on HN