article thumbnail

AI-native software engineering may be closer than developers think

CIO

Developers unimpressed by the early returns of generative AI for coding take note: Software development is headed toward a new era, when most code will be written by AI agents and reviewed by experienced developers, Gartner predicts. That’s what we call an AI software engineering agent.

article thumbnail

AI coding agents come with legal risk

CIO

AI coding agents are poised to take over a large chunk of software development in coming years, but the change will come with intellectual property legal risk, some lawyers say. AI-powered coding agents will be a step forward from the AI-based coding assistants, or copilots, used now by many programmers to write snippets of code.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

TDD or Test-Last? One Thing at a Time

Xebia

Managing the Many Concerns in Programming Programming is a challenging activity. At some point, I almost accepted this – apparently, this is what it means to be programming. Disentangling Programming Concerns At first glance, all the activities I mentioned seem inseparable, like a big blob of spaghetti code.

article thumbnail

On Code Reviews

Henrik Warne

There seems to be an established truth in programming that code reviews find a lot of bugs. An example is chapter 18 (Modern Code Review ) in the book Making Software. This is however not my experience – I rarely find outright bugs when reviewing changes. Why code review?

article thumbnail

Improve Onboarding with User-Centered Design

Speaker: Dr. Kate Wolin, Founder, Circea

In the age of social distancing, digital onboarding is becoming essential to any program. She will also review how a patient-centered design strategy can be used to evaluate and refine onboarding processes. This is especially true for medical practices, where the threat of the pandemic is the most real.

article thumbnail

AI coding assistants wave goodbye to junior developers

CIO

Despite mixed early returns , the outcome appears evident: Generative AI coding assistants will remake how software development teams are assembled, with QA and junior developer jobs at risk. AI will handle the rest of the software development roles, including security and compliance reviews, he predicts. “At

article thumbnail

TDD saved the day

Xebia

Sometimes, the coding task in front of you can be overwhelmingly complex. To tackle each operation, I started with a small test, following the principles of Test-Driven Development (TDD). Then, you implement a portion of the code that fulfills the test’s requirements. Clean up the code, and repeat.