I mean, you could have actual scientists working in the federal government. Or the report produced by MAHA that was full of AI hallucinations. Take your pick. |
My class of 23 DS is using AI do help with coding. Luckily he got into a position before |
It is a concern for us. Our DS is in his 2nd year doing CS at Perdue.
|
I'm a computer scientist/software engineer. I use AI to write my code daily. It doesn't write itself though. You have to know how to craft a prompt and check its work. It types out what I know how to do and can tell it to do in a prompt, but you have to explain to it what to do.
Software Engineers have been using copy/paste off of Stack Exchange for years. This speeds up that process and just prints out the code. Computer Science isn't going away. We still need new software engineers, maybe more. They need to learn how to craft prompts and use AI to help them program faster and more efficiently. It seems like the same people worrying about this are the people who thought all cashiers at McDonalds were going to be fired because a kiosk showed up. You either learn how to use technology to enhance and assist you in your career or you become a dinosaur. CS majors will be the ones who are learning in college what those of us in the field already are learning on the job. We aren't all going to be obsolete. |
Yes absolutely!! |
We need plumbers and auto mechanics |
By all means, have him switch to become an English major ![]() I'm sure they are teaching him AI and how to use it to create data analytics and programs in less time than it has taken in the past. Data science is increasingly more important in every field. |
As a programmer who uses AI extensively, I'm skeptical of the truthfulness of this. AI is helpful, but without oversight, the code it generates is often inefficient and prone to bugs. It will do things that are completely unacceptible. In one case I remember it modified the code to work for my test case even though the main code was completely brokne in an effort to pass. Seriously if people are really using AI to write code for critical systems we're in serious trouble. |
Thank you. A lot of unnecessary fear |
Yes, you need someone good to prompt it (basically write a spec) for small pieces that its able to do. Review what it does. Often make several sets of changes to its output and test it. I do believe it's a powerful tool, but it's not magic and without human interaction to guide and review it with an understanding, it is not reliable. Further, for anything novel or intricate that it has never seen, somewhere like StackOverflow, you definitely need human creativity. I recently encountered a fairly novel system that made a valiant effort, but overall, its approach was inferior to a more geometric solution I devised and it implemented. My point is this is helpful but isn't going to replace the human part of the equation anytime soon. It will likely continue to improve so no clue how this will play out though in 10+ years. The problem today is its really not capable of innovating just mimicry. |
And only half the references were complete fabrications! ![]() |
First PP here - I bit my tongue to keep from saying that. |
Berners Lee might argue with that. What it did was write a viable implementation based on the work of others. |
He’s old. He’ll retire before his job becomes obsolete. Kids just starting out need to be more practical. |
Writing the code is the last and easiest step. |