AI Assistance Reduces Persistence and Hurts Independent Performance

56 points by krig


technomancy

The rapid rise of AI chatbots promises immediate and effective help with reasoning-intensive tasks such as studying, writing, coding, and brainstorming.
[...]
They were then presented with a series of 12 fraction problems with an AI assistant (GPT-5) available in a sidebar. The AI assistant was pre-prompted with each problem and its solution, allowing participants to receive immediate, accurate answers with minimal effort.

I like how it starts out with "we know this is super effective" and then the methodology shows that the "effective" help was ... they pre-seeded the answers into the AI because they didn't trust it to solve basic fraction problems.

Yet these findings need not be cause for pessimism. Rather, they point toward a clear design imperative: AI systems should optimize for long-term human capability and autonomy, a goal that cannot be achieved by surface-level interventions.

How naive do you have to be to believe that OpenAI or Anthropic would care about this? It's in their direct interest to ensure that users become reliant on their systems; why would they do anything to prevent that? Never mind that they don't even hint at how this could possibly be achieved with LLM technology even assuming the vendors were inclined to do so.

ironick

Imagine stretching out the cognitive difference from the study across a longer timespan. Current use of AI assistance in programming may not be representative of its long term use because the current cohort of engineers know how to code, and are more able to spot flaws in LLM generated softwares, and guide it towards their desired outcomes. The new wave of "engineers" who have never gone through the mental gymnastics will show the true power of LLMs as a coding tool.

At the same time, good engineers who use LLMs to offload all of their mental tasks will not be able to keep pace, since they're no longer using their coding muscles

Think of a great piano player who realizes that hitting play on a Spotify playlist sounds pretty close to playing the piano, does it for 10 years and then wants to play something specific but can't remember how

alexjurkiewicz

If you give people a mentor who tells them the answer, people will rely on the mentor.

This is absolutely true, and programmers will soon have to battle the same dynamic other industries like commercial pilots do. How to you keep your skills sharp when a computer is better at your job 99% of the time, but the remaining 1% is extremely difficult problem solving you need great skills for?