← Back to context

Comment by motorest

1 year ago

> If we train ourselves out of being able to do these tasks, won't we find it harder to recognise when the AI makes mistakes?

We are not skipping these tasks. We are using tools to help us avoid doing drudge work that can be automated away.

Code linters eliminate the need to prettify code. Do developers find it harder to recognize indentation inconsistencies? Syntax highlighters simplify picking up code constructs. Do developers find it harder to read code? Template engines simplify generating new source files with programming constructs. Do developers find it harder to read code? Heck, auto complete helps developers write whole code blocks faster. Do developers find it harder to write a function?

I think those first two are not like the third. I think it's highly likely that developers who rely on AI to write code for them find it harder to write a function themselves, yes.