/* ---- Google Analytics Code Below */

Monday, April 10, 2023

AI Replacing Coding

 The more examples I see the more I think so.

Will AI Replace Computer Programmers?

By Logan Kugler, Commissioned by CACM Staff, March 30, 2023

Not only do programmers work faster with AI assistance, it also frees them up to focus on more complex (and usually more rewarding and higher-value) tasks.

Since ChatGPT took the world by storm late last year, white-collar professionals have been forced to reckon with the fact that artificial intelligence (AI) might soon do parts of their jobs better than they do.

So far, an explosion of so-called "generative AI" tools—machines that generate text and imagery—has writers and designers equal parts excited and apprehensive.

On one hand, these tools give some creative types unprecedented abilities to tell compelling new stories, create outstanding content, and produce innovative art at scale.

On the other, they have some looking over their shoulders as they see AI increasingly invade an area of knowledge work typically reserved for human beings—threatening their skillsets and livelihoods in the process.

Soon, computer programmers could be equally divided with the release of a clutch of increasingly powerful generative AI tools that produce code automatically.

AI-powered coding assistants like OpenAI's Codex model, GitHub Copilot, and Replit Ghostwriter are changing how computer programmers do their jobs. That's because, thanks to advancements in the large language models that power them, these tools can now, in some instances, automatically generate reliable code.

In the process, they are having a significant impact on programmer productivity and causing some to ask bigger questions about how AI coding copilots will affect coding work and jobs.

But just how good are AI tools that can code? And what do they mean for the industry at large?

If you rated today's AI coding tools on a 10-point scale, they're at a three, says Shanea Leven, founder and CEO of CodeSee, which builds solutions that help companies understand their codebases. There's no question they can speed up basic coding tasks, Leven says.

They're also useful for generating ideas and boilerplate code, according to Ilkka Turunen, Field CTO at Sonatype, a software supply chain management company.

As a result, these tools are having an immediate impact on novice and expert programmers alike. For novices, models like Codex can help them immediately solve basic problems, says Paul Denny, associate professor of computer science at The University of Auckland, New Zealand.

"For professional developers, already some good evidence is emerging for improvements in productivity," Denny says. A recent study by Github found that 88% of programmers said they were more productive when using Copilot. That was thanks to benefits like less time spent searching for code, getting stuck on or bored with repetitive tasks, and staying in flow longer.

Not only do programmers do their work faster with AI assistance, but they also free themselves up to focus on more complex (and usually more rewarding and higher-value) tasks.

However, AI coding copilots today still have serious limitations. Active codebases are highly customized, says Leven; that gives AI tools very little usable data to learn from quickly, making their usefulness limited. Even with enough data, today's tools are unable to handle the levels of complexity that serious programming challenges require.

"Many times when a project is complex, AI also needs to consider the needs of the business when making decisions and tradeoffs, something it just can't do today," Leven says.

Not to mention there's no guarantee the outputs of these tools are correct. Large language models are good at "hallucinating" or confidently producing inaccurate outputs, so you still need to have an extremely knowledgeable user overseeing these tools, says Turunen.

As a result, don't expect an entry-level programmer to suddenly become a software development superhero just because they use AI. And, given the limitations of today's tools, coding jobs aren't going away any time soon. .... '

No comments: