Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Revealing the details of how OpenAI agents hacked Hugging Face (swarmtraces.org)
    259comments
  2. A single function Jev-like wrapper for LLMs, including vision models (allanrbo.blogspot.com)
    4comments
  3. Plan mode is dead (aymannadeem.com)
    245comments
  4. Ollaya – Ollama for open-source, Jev-style decision models (ollaya.dev)
    114comments
  5. Show HN: Jev Plays Pokémon Red (jev-pokemon.vercel.app)
    80comments
  6. What even is an OS now? (sockpuppet.org)
    264comments
  7. The Murky History of Soviet-Born Tetris (mitpress.mit.edu)
    8comments
  8. Postgres SELECT DISTINCT Does Not Scale (dbos.dev)
    20comments
  9. A new world airport and its baggage (computer.rip)
    1comments
  10. Jury finds Facebook liable for deceiving users in Cambridge Analytica case (cbsnews.com)
    38comments
  11. How I changed teaching after AI managed to do all my homework assignments (thelastsoftwareengineer.substack.com)
    13comments
  12. We're gonna need a lot more mathematicians (terrytao.wordpress.com)
    86comments
  13. Gravity seems holographic. What does that mean for reality? (quantamagazine.org)
    159comments
  14. Show HN: Hacker Atlas - A map of what Hacker News talks about (hackeratlas.com)
    13comments
  15. Two and a half years without a gallbladder (tracydurnell.com)
    19comments
  16. One Piece of Flock Camera Data Put This Innocent Woman in Jail for 13 Days (jezebel.com)
    57comments
  17. Excel now supports multiple values in a single cell (techcommunity.microsoft.com)
    117comments
  18. Lab on a Contact Lens Can Measure Stress Through Serotonin (ieee.org)
    6comments
  19. Fourier Analysis: Drawing Llamas with Circles (adekau.github.io)
    2comments
  20. Scientists build most accurate atomic clock (phys.org)
    2comments
  21. First Principles Thinking (sunilsadasivan.com)
    107comments
  22. I wrote a ray tracer in Brainfuck (epestr.com)
    15comments
  23. HomelabFest will be in St. Louis in September 2027 (homelabfest.org)
    11comments
  24. U.S. appeals court upholds designation of Anthropic as supply chain risk (cnbc.com)
    754comments
  25. Remembering Johannes Doerfert (llvm.org)
    2comments
  26. Microsoft abandons personal AI chatbot race with Copilot reboot (bloomberg.com)
    107comments
  27. How video games inspire great UX (2019) (jenson.org)
    17comments
  28. How we learned to stop worrying and love campus surveillance (fnl.mit.edu)
    109comments
  29. What happens when you analyze your favorite college football team like the CIA? (cultivatelabs.com)
    31comments
  30. Show HN: Make math automatic with Mathy (gmays.com)
    25comments

How I changed teaching after AI managed to do all my homework assignments

45 pointsby 1d agothelastsoftwareengineer.substack.com
13 comments
1h agoHN ↗

Just grade the process, not the result. It's literally that simple.

AI can talk the talk, but it can't walk the walk.

A simple "explain why this is the best solution" will make it shit the bed 10 out 10 times.

40m agoHN ↗

Thanks for sharing. Interesting to see how teachers are adapting to LLMs. I agree that trying to ban AI use is futile.

40m agoHN ↗

I have a fairly long experience of both teaching and grading, even though I stopped a couple of years ago. After a couple of years of trial-and-error, I think I found the "right" way:

* Alternate between theory and practice in the course of a single 2-hours slot. Theory is necessary, but the attention span of people is very limited. * Grade either a homework assignment in the form of a real project with specifications. You give the assignment half-semester, so that students who start early can ask questions. Otherwise, grade a in-session exam, with every resource available, including the course and the whole Internet. However, you don't assess the knowledge, but if the student is able to apply their knowledge to the different tasks at hand.

These approaches are now completely moot in the age of AI.

I was surprised the first time a colleague asked me to do an oral exam. I thought it was a burden on people with poor social interaction skills. It went surprisingly well: you could see in a couple of minutes if the student had integrated the concepts of the course, even if they were shy. Now I wonder if it's the way to go. There's one caveat, though: it doesn't scale.

31m agoHN ↗

I was thinking that one of the great ironies of artificial intelligence is that it will make good teaching even more labour intensive. Those kids that can afford the one to one tuition required to push past our natural inclination to be lazy will learn things, while everyone else will succumb to outsourcing all their thinking.

There’s no way I’d have learnt everything I know now about software in today’s environment. So much of software development - debugging techniques, architectural decisions, structuring data etc is learned through trial and error. As the models get better is becoming easier and easier to just not look too closely at their output. I suspect it’s human nature.

26m agoHN ↗

Oral exams don't scale at the beginning with hundreds of students per course, agreed. So make them in-person written exams, German universities managed that just fine a few decades ago. Oral exams were reserved to advance from Grundstudium (basic) to Hauptstudium (main).

In my very limited experience (I have German major degrees in Informatik and Philosophy, I was a TA for Logic in Philosophy) the more advanced the topic the thinner the attendance anyway.

15m agoHN ↗

The country of Argentina, despite its crippling debt, is able to provide free university education where the majority of classes for most majors are graded with an oral exam.

They've shown that it is entirely possible to scale a system like that, as long as the society sincerely values the role of an educator.

35m agoHN ↗

Maybe the Germans were right? One in-person test, preferably an interview, at the end of the semester should be enough to motivate the smarter part of the bunch to make sure they understand the issues at hand. The rest is chaff anyway. Don't optimize for chaff.

27m agoHN ↗

This makes me think of exams — I always did well on open-book exams, but I didn't do well on exams where I couldn't look at the book. Whether it's because of ADHD or just a lack of memorization ability.

Similarly, I did well in interviews where I could use the internet, but I didn't do well in interviews where I couldn't use the internet.

Everyone has a testing format they're good at. I'm curious about how this kind of thing is evaluated, and whether there are any papers related to this.

27m agoHN ↗

I now shifted to in-person interactions with a TA. After every assignment, each student needs to schedule a 15-minute meeting with a TA to answer a couple of questions in a live conversation

Isn't the answer the 'flipped classroom' - students are assigned reading/studying to do before a class and the class becomes more interactive, answering questions/discussing topics/solving problems etc depending on subject. Of course, this is more expensive than a hall with 400 people listening to a lecture with a couple of tests/essays.

https://fltmag.com/the-flipped-classroom/

https://en.wikipedia.org/wiki/Flipped_classroom

10m agoHN ↗

This only works if you either have very intrinsically motivated students or you verify that really everyone has actually read the assigned materials before class. Otherwise, some people will turn up unprepared, you will have to explain stuff they should have gotten from the reading assignment, other students will be annoyed, students will stop preparing for class, vicious cycle.

24m agoHN ↗

We still have developers because we can't outsource responsibility to AI. If shit breaks, we still need someone to fix it. Maybe you think that can also be automated. I have a counter-example. AI will rarely use the existing state when solving a bug. It will tack on it's own event queue, it will make up it's own messaging system, it is a cancerous growth. And this observation is based on both opus5.5 and gpt5.6-astra. The results are way past magical at this point, but you still have to weigh in pretty heavily for orderly code growth where solutions are succint, focused and preserve the existing structure. They are still noobs at fixing/adding stuff.

16m agoHN ↗

I am teaching some math courses, and I see how LLMs disrupted all standard approaches, and I don't know what to do.

I rely on written exams that are open book, but forbid any use of computers and smartphones in class.

The university insists that homework can't be optional, but it lost its meaning. I've tried to explain to my students that it's in their interest to think about home assignments on their own, but the majority will obviously use gen AI, and it's such a waste of time to check and grade LLM output.

I just had an experience where all students were given "sample problems" to try at home and prepare for the written test. Many of them just dumped the document into an LLM, asked it to produce some "exam guide", and showed up with that thing printed out, asking me during the test to explain what LLM output meant.

It seems like the university also has many people pushing for AI use for everything, but I teach basic stuff where the goal is to make students think on their own and digest some fundamental ideas, LLMs can produce perfect solutions, but relying on them is pointless.

11m agoHN ↗

I've tried to explain to my students that it's in their interest

Perhaps some people do not belong at university? It is just a waste of everyone time, to insist 50% of population studies until 25 years old.