r/AskComputerScience • u/Some_Fly1628 • 12d ago
AI in CS/programming/coding
As someone who couldn't be farther away from this field, I started using claude recently for a project of mine and had claude code do all the work for me. Then I turned to my CS friends and they told me it was the same for them.
At one point I heard an argument that AI should be used to explain things to you or only do stuff which you'll understand afterwards.
What is it actually looking like at this state? Do any AI users in the space actually understand each function it sends out or are they trusting it blindly like me? This isnt an ethics question, just the reality of our current situation.
0
Upvotes
2
u/HotPersonality8126 11d ago
I don’t “blindly trust” but reviewing agentic code isn’t a good use of my time, either. I evaluate and trust the gates: tests, benchmarking, code audits. I investigate what doesn’t smell right.
Ticking off each line like “yup… looks good… yup… looks good” is just a way to train yourself not to pay enough attention to find anything.