Skip to main content

Why AI-driven development still demands human oversight

As AI coding assistants churn out ever greater amounts of code, the first – and arguably most painful – bottleneck that software teams face is code review. A company called Augment Code, which has developed an AI code assistant, yesterday announced a Code Review Agent to relieve that pressure and improve flow in the development life cycle.

The codebases software teams are working with typically are large and messy, and AI models and agents have the fundamental problem of limited insight into the context of that code. According to Guy Gur-Ari, Augment Code co-founder and chief scientist, the company “spent the first year figuring that out. So, given a question or given a piece of code, how do you find the most relevant pieces of code from a repository that might have a million files or more, and how do you do it in a very performant manner?”

Gur-Ari explained that a key differentiator from other code assistants is that the Code Review Agent works at a higher semantic level, making the agent almost a peer to the developer.

“You can talk to it at a very high level. You almost never have to point it to specific files or classes,” he said in an interview with SD Times. “You can talk about, oh, add a button that looks like this in this page, or explain the lifetime of a request through our system, and it will give you good answers, so you can stay at this level and just get better results out of it.”

Augment Code’s early focus with Code Review Agent is on the need for correctness – ensuring the “happy path” works and edge cases are handled. To build developer trust, these review critiques must be highly relevant and avoid generating the noise that causes developers to tune out. This relevance is only achievable when the agent has deep understanding of the code base and is able to review a change within the context of the entire code base, catching cascading effects that a simple line-by-line diff would miss, Gur-Ari said. “When we look at a pull request, we don’t just look at the diff, we look at the context of that diff within the whole code base to see if the change I’m making here, maybe that affects a whole different part of the system negatively. We want to catch things like that.”

Where AI models haven’t been good enough to cover other aspects of the software development life cycle (SDLC) – the so-called ‘outer loop’ of code review, incident triage, fixing CI/CD issues, improving unit testing – today’s agents can, which Gur-Ari said allows Augment Code to expand its coverage of these areas.

This combination of AI writing code and AI reviewing code leads to the question of what role will humans have in a fully automated SDLC? In this emerging model, humans evolve from coders to architects and supervisors. They manage a workflow where different agents handle design, implementation, and testing, but the human is the final check. The future of the SDLC is not about eliminating the developer, but elevating their role to focus on strategic direction, architectural integrity, and the prevention of long-term technical decay.

For now, Gur-Ari said, human intervention is critical. “Imagine you have a process where you have agents doing the design and the implementation and the testing, but at each step of the way you have a developer checking that it’s going in the right direction. I personally don’t think that the models are good enough to remove human supervision,” he said. “I don’t think we’re close to that. One big challenge right now with the agents is that they’re very good at getting to correct code, but they’re pretty bad at making correct design and architecture decisions on their own. And so if you just let them go, they will write correct code but they will accrue a lot of technical debt very quickly. And when you get to 10s of 1000s of lines of code written, if you don’t keep steering them toward correct architecture, you end up with a basically unmaintainable code base.”

According to the company announcement, “expanding into code review is a natural progression — adding the reliability and shared context needed for deeper automation. Augment is building the primitives that let teams shape automation to their unique patterns and architecture. This launch opens up more of those building blocks, with significantly more ahead.”

The post Why AI-driven development still demands human oversight appeared first on SD Times.



from SD Times https://ift.tt/UYh97Hi

Comments

Popular posts from this blog

A guide to data integration tools

CData Software is a leader in data access and connectivity solutions. It specializes in the development of data drivers and data access technologies for real-time access to online or on-premise applications, databases and web APIs. The company is focused on bringing data connectivity capabilities natively into tools organizations already use. It also features ETL/ELT solutions, enterprise connectors, and data visualization. Matillion ’s data transformation software empowers customers to extract data from a wide number of sources, load it into their chosen cloud data warehouse (CDW) and transform that data from its siloed source state, into analytics-ready insights – prepared for advanced analytics, machine learning, and artificial intelligence use cases. Only Matillion is purpose-built for Snowflake, Amazon Redshift, Google BigQuery, and Microsoft Azure, enabling businesses to achieve new levels of simplicity, speed, scale, and savings. Trusted by companies of all sizes to meet...

10 Simple Image Slider HTML CSS JavaScript Examples Neeraj Mishra The Crazy Programmer

Slider is a very important part of any website or web project. Here are some simple image slider examples that I handpicked from various sites. These are built by different developers using basic HTML, CSS, and JavaScript. Some are manual while others have auto-slide functionality. You can find the source code for each by clicking on the code button or on the image. 1. Very Simple Slider Demo + Code 2. Popout Slider Demo + Code 3. Really Simple Slider Demo + Code 4. Jquery Simple Slider Demo + Code 5. Manual Slideshow Demo + Code 6. Slideshow Indicators Demo + Code 7. Simple Responsive Fullscreen Slider Demo + Code 8. Responsive Image Slider Demo + Code 9. Simple Image Slider Demo + Code 10. Slicebox – 3D Image Slider Demo + Code I hope these simple image sliders are helpful for you. For any queries, you can ask in the comment section below. The post 10 Simple Image Slider HTML CSS JavaScript Examples appeared first on The Crazy Prog...

2022: The year of hybrid work

Remote work was once considered a luxury to many, but in 2020, it became a necessity for a large portion of the workforce, as the scary and unknown COVID-19 virus sickened and even took the lives of so many people around the world.  Some workers were able to thrive in a remote setting, while others felt isolated and struggled to keep up a balance between their work and home lives. Last year saw the availability of life-saving vaccines, so companies were able to start having the conversation about what to do next. Should they keep everyone remote? Should they go back to working in the office full time? Or should they do something in between? Enter hybrid work, which offers a mix of the two. A Fall 2021 study conducted by Google revealed that over 75% of survey respondents expect hybrid work to become a standard practice within their organization within the next three years.  Thus, two years after the world abruptly shifted to widespread adoption of remote work, we are dec...