The AI-Native Software Engineer

Bookmark
Rate this content

The role of the software engineer is undergoing a fundamental shift. As AI becomes deeply integrated into our workflows, a new paradigm is emerging: the AI-Native Software Engineer. This isn't about being replaced; it's about amplification. This talk presents a practical playbook for developers to transition to AI being a versatile partner across the entire software development lifecycle.We'll explore the crucial mindset shift required to see AI as a productivity multiplier, not a threat. You will learn how to effectively orchestrate AI agents and tools - including the new Chrome DevTools MCP - to delegate routine tasks and free yourself to focus on high-level problem-solving, architecture, and innovation. We will move beyond basic code generation and discuss applying AI to system design, testing, debugging, and operations, transforming your role from a code writer to a systems thinker. Join me to discover how to "trust, but verify," maintain ultimate ownership and quality, and become an indispensable AI-native engineer who is shaping the future of software.

This talk has been presented at JSNation US 2025, check out the latest edition of this JavaScript Conference.

FAQ

Software engineering is undergoing a major shift with AI and VIBE coding reshaping the landscape. Engineers are transitioning from traditional coding to AI-native developer experiences, where AI is integrated from the start.

AI is transforming software engineers from pure implementers to orchestrators of agents. Engineers are increasingly using AI to enhance productivity by asking how AI can help them perform tasks faster and better.

Some AI tools mentioned include Cursor's background agent, Cloud Code for the web, Jules from Google Labs, GitHub's Copilot agent, and Conductor for Map. These tools assist in task management, coding, and development.

VIBE coding is a fast and exploratory approach that prioritizes speed and experimentation over deep review and engineering rigor. It emphasizes rapid prototyping and exploration.

AI can assist in various stages, including design, coding, testing, building, and deploying. It helps with faster code generation, automating tasks, catching errors, and enhancing productivity.

AI faces challenges in handling high-context, novel problems where deep context is required. It struggles with managing complex architectural decisions and informal business logic without extensive human input.

AI may reduce the hiring of junior engineers by commoditizing easy tasks. It shifts the focus to more meaningful work, and companies may need to rethink talent development to ensure juniors grow into senior roles.

AI can complete about 70% of a coding task, but the last 30%, which involves addressing edge cases and achieving production readiness, often requires human expertise and is more challenging.

AI-augmented coding requires evolving code review processes to focus on learning and comprehension. AI-generated code often requires more thorough review to ensure understanding and functionality.

The future of AI in software engineering involves AI-native experiences where engineers collaborate with AI to enhance productivity, focusing on building better software rather than just writing code faster.

Addy Osmani
Addy Osmani
35 min
17 Nov, 2025

Comments

Sign in or register to post your comment.
Video Summary and Transcription
Software engineering is evolving with AI and VIBE coding reshaping work, emphasizing collaboration and embracing AI. The future roadmap includes transitioning from augmented to AI-first and eventually AI-native developer experiences. AI integration in coding practices shapes a collaborative future, with tools evolving for startups and enterprises. AI tools aid in design, coding, and testing, offering varied assistance. Context relevance, spec-driven development, human review, and AI implementation challenges are key focus areas. AI boosts productivity but faces verification challenges, necessitating human oversight. The impact of AI on code reviews, talent development, and problem-solving evolution in coding practices is significant.

1. Evolution of Software Engineering with AI

Short description:

Software engineering is evolving with AI and VIBE coding reshaping work, emphasizing collaboration and embracing AI. The future roadmap includes transitioning from augmented to AI-first and eventually AI-native developer experiences. Engineers may evolve into orchestrators of agents, guiding AI towards desired outcomes with available solutions like background agents and copilot tools.

So, we are going through a pretty big change in software engineering at the moment. AI and VIBE coding are fundamentally reshaping our work, and there is a lot of hype to sift through. Today I'm going to share some battle-tested insights from the trenches for making that transition successfully with some fun learnings along the way.

But before we get started, I do have something I have to share. We've all been replaced by AI. We can finally retire to the woods before they're cut down for more data centers. As you can guess, this hasn't really happened just yet, but the future could look a little bit different.

I've been coding with AI for a few years, and I think the direction we're going in is sort of an AI native engineer. Instead of thinking, you know, AI might replace me, an AI native engineer might ask for every task. AI might help me do this faster, better, or differently in some way. And I think that the future really belongs to engineers who can embrace that collaborative mindset.

Now, if you zoom all the way out, this chart is really the roadmap for the next few years. On one side, you have the classic developer journeys where most of our value came from purely human effort. And then we hit this AI augmented phase where many of us are in right now. And as we continue shifting, we go from augmented to AI first and eventually AI native developer experiences. AI first journeys ask a different question. They ask that, how would this journey look if AI were assumed from the start and not sprinkled at the end? And then AI native DX is where the unit of work itself ends up shifting to agentic workflows.

Now in the future, some say that every engineer is going to evolve from a pure implementer to an orchestrator of agents. Maybe we'll all be managers where human judgment and critical thinking is going to help guide AI towards fixing code towards the right outcomes. Some people are very much already doing this, and maybe we're going to move from how do I code this to how do I get the right code built. There are a lot of solutions already available for this. There's cursors background agent, which can hand tasks off to the background, can be used by engineers, PMs. You can monitor progress on multiple tasks in real time. You can be notified if the agent needs input. There's cloud code for the web. I've been enjoying orchestrating multiple tasks using Jules from Google Labs. There's also GitHub's copilot agent. I use this both on desktop and on mobile. Like if I'm on a hike, I love being able to pull out my phone and just spin up a bunch of tasks on side projects. It's kind of cool.

2. AI Integration and Coding Practices

Short description:

Startups and evergreen code bases explore orchestration ideas. Enterprise faces skepticism but tools are evolving. Coding with AI shapes a collaborative future. Surveys show AI integration as standard in software development. AI isn't just about speed but about building better software. Vibe coding and AI-assisted engineering represent different spectrums of AI integration.

There's also Conductor for Map, which supports multiple agents. But I do have to ground ourselves in reality. It's sort of unsurprising that startups or people with evergreen code bases are already starting to play with some of these ideas like orchestration. Enterprise is a little bit different. What I hear when I talk to enterprise companies is a lot of skepticism around the readiness of these patterns for large decade old code bases. And I'm excited there are folks poking at these problems. I think eventually the tooling will get to a good place. But just to talk about these pattern changes a little bit more, today most of us act as conductors. We are effectively guiding one agent through a single task. And tomorrow we might be those orchestrators directing a fleet of agents working in harmony towards a shared goal. If you think of an orchestra, maybe you picture something like this. Maybe you picture yourself leading an orchestra of agents. And it looks a little bit like this. But in reality, whoever is very different. Things are evolving fast, but best practices for teams and organizations are still in flux. So we're going to talk just a little bit about that today.

Now multiple developer surveys including Dora and Stack Overflow showed that a majority of us are using AI for coding at work. And what this data tells us is that it's no longer a novelty or an edge case, but it's rapidly become just a standard part of the software development toolkit. What I'd like to say is, you know, there's one thing you need to remember. AI is really not about writing more code faster. It's about building better software at the end of the day. So throughout this talk we're going to explore what better could potentially mean. Now coding with AI is a little bit of a spectrum. Vibe coding is fast and exploratory. It prioritizes speed and experimentation over deep review and engineering rigor. And then we have AI-assisted engineering. It's at the opposite end of that spectrum. And this is sort of the methodical integration of AI into a mature development lifecycle. So that human engineer, us, we stay very much in control and we use AI as a collaborator to augment a more structured process. And the challenge for us as builders is really just skillfully navigating the spectrum.

QnA

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

Building a Voice-Enabled AI Assistant With Javascript
JSNation 2023JSNation 2023
21 min
Building a Voice-Enabled AI Assistant With Javascript
Top Content
This Talk discusses building a voice-activated AI assistant using web APIs and JavaScript. It covers using the Web Speech API for speech recognition and the speech synthesis API for text to speech. The speaker demonstrates how to communicate with the Open AI API and handle the response. The Talk also explores enabling speech recognition and addressing the user. The speaker concludes by mentioning the possibility of creating a product out of the project and using Tauri for native desktop-like experiences.
The Ai-Assisted Developer Workflow: Build Faster and Smarter Today
JSNation US 2024JSNation US 2024
31 min
The Ai-Assisted Developer Workflow: Build Faster and Smarter Today
Top Content
AI is transforming software engineering by using agents to help with coding. Agents can autonomously complete tasks and make decisions based on data. Collaborative AI and automation are opening new possibilities in code generation. Bolt is a powerful tool for troubleshooting, bug fixing, and authentication. Code generation tools like Copilot and Cursor provide support for selecting models and codebase awareness. Cline is a useful extension for website inspection and testing. Guidelines for coding with agents include defining requirements, choosing the right model, and frequent testing. Clear and concise instructions are crucial in AI-generated code. Experienced engineers are still necessary in understanding architecture and problem-solving. Energy consumption insights and sustainability are discussed in the Talk.
The Rise of the AI Engineer
React Summit US 2023React Summit US 2023
30 min
The Rise of the AI Engineer
Top Content
Watch video: The Rise of the AI Engineer
The rise of AI engineers is driven by the demand for AI and the emergence of ML research and engineering organizations. Start-ups are leveraging AI through APIs, resulting in a time-to-market advantage. The future of AI engineering holds promising results, with a focus on AI UX and the role of AI agents. Equity in AI and the central problems of AI engineering require collective efforts to address. The day-to-day life of an AI engineer involves working on products or infrastructure and dealing with specialties and tools specific to the field.
AI and Web Development: Hype or Reality
JSNation 2023JSNation 2023
24 min
AI and Web Development: Hype or Reality
Top Content
This talk explores the use of AI in web development, including tools like GitHub Copilot and Fig for CLI commands. AI can generate boilerplate code, provide context-aware solutions, and generate dummy data. It can also assist with CSS selectors and regexes, and be integrated into applications. AI is used to enhance the podcast experience by transcribing episodes and providing JSON data. The talk also discusses formatting AI output, crafting requests, and analyzing embeddings for similarity.
Web Apps of the Future With Web AI
JSNation 2024JSNation 2024
32 min
Web Apps of the Future With Web AI
Web AI in JavaScript allows for running machine learning models client-side in a web browser, offering advantages such as privacy, offline capabilities, low latency, and cost savings. Various AI models can be used for tasks like background blur, text toxicity detection, 3D data extraction, face mesh recognition, hand tracking, pose detection, and body segmentation. JavaScript libraries like MediaPipe LLM inference API and Visual Blocks facilitate the use of AI models. Web AI is in its early stages but has the potential to revolutionize web experiences and improve accessibility.
Code coverage with AI
TestJS Summit 2023TestJS Summit 2023
8 min
Code coverage with AI
Premium
Codium is a generative AI assistant for software development that offers code explanation, test generation, and collaboration features. It can generate tests for a GraphQL API in VS Code, improve code coverage, and even document tests. Codium allows analyzing specific code lines, generating tests based on existing ones, and answering code-related questions. It can also provide suggestions for code improvement, help with code refactoring, and assist with writing commit messages.

Workshops on related topic

AI on Demand: Serverless AI
DevOps.js Conf 2024DevOps.js Conf 2024
163 min
AI on Demand: Serverless AI
Top Content
Featured WorkshopFree
Nathan Disidore
Nathan Disidore
In this workshop, we discuss the merits of serverless architecture and how it can be applied to the AI space. We'll explore options around building serverless RAG applications for a more lambda-esque approach to AI. Next, we'll get hands on and build a sample CRUD app that allows you to store information and query it using an LLM with Workers AI, Vectorize, D1, and Cloudflare Workers.
AI for React Developers
React Advanced 2024React Advanced 2024
142 min
AI for React Developers
Top Content
Featured Workshop
Eve Porcello
Eve Porcello
Knowledge of AI tooling is critical for future-proofing the careers of React developers, and the Vercel suite of AI tools is an approachable on-ramp. In this course, we’ll take a closer look at the Vercel AI SDK and how this can help React developers build streaming interfaces with JavaScript and Next.js. We’ll also incorporate additional 3rd party APIs to build and deploy a music visualization app.
Topics:- Creating a React Project with Next.js- Choosing a LLM- Customizing Streaming Interfaces- Building Routes- Creating and Generating Components - Using Hooks (useChat, useCompletion, useActions, etc)
Building Full Stack Apps With Cursor
JSNation 2025JSNation 2025
46 min
Building Full Stack Apps With Cursor
Featured Workshop
Mike Mikula
Mike Mikula
In this workshop I’ll cover a repeatable process on how to spin up full stack apps in Cursor.  Expect to understand techniques such as using GPT to create product requirements, database schemas, roadmaps and using those in notes to generate checklists to guide app development.  We will dive further in on how to fix hallucinations/ errors that occur, useful prompts to make your app look and feel modern, approaches to get every layer wired up and more!  By the end expect to be able to run your own AI generated full stack app on your machine!
Please, find the FAQ here
Vibe coding with Cline
JSNation 2025JSNation 2025
64 min
Vibe coding with Cline
Featured Workshop
Nik Pash
Nik Pash
The way we write code is fundamentally changing. Instead of getting stuck in nested loops and implementation details, imagine focusing purely on architecture and creative problem-solving while your AI pair programmer handles the execution. In this hands-on workshop, I'll show you how to leverage Cline (an autonomous coding agent that recently hit 1M VS Code downloads) to dramatically accelerate your development workflow through a practice we call "vibe coding" - where humans focus on high-level thinking and AI handles the implementation.You'll discover:The fundamental principles of "vibe coding" and how it differs from traditional developmentHow to architect solutions at a high level and have AI implement them accuratelyLive demo: Building a production-grade caching system in Go that saved us $500/weekTechniques for using AI to understand complex codebases in minutes instead of hoursBest practices for prompting AI agents to get exactly the code you wantCommon pitfalls to avoid when working with AI coding assistantsStrategies for using AI to accelerate learning and reduce dependency on senior engineersHow to effectively combine human creativity with AI implementation capabilitiesWhether you're a junior developer looking to accelerate your learning or a senior engineer wanting to optimize your workflow, you'll leave this workshop with practical experience in AI-assisted development that you can immediately apply to your projects. Through live coding demos and hands-on exercises, you'll learn how to leverage Cline to write better code faster while focusing on what matters - solving real problems.
Free webinar: Building Full Stack Apps With Cursor
Productivity Conf for Devs and Tech LeadersProductivity Conf for Devs and Tech Leaders
71 min
Free webinar: Building Full Stack Apps With Cursor
Top Content
WorkshopFree
Mike Mikula
Mike Mikula
In this webinar I’ll cover a repeatable process on how to spin up full stack apps in Cursor.  Expect to understand techniques such as using GPT to create product requirements, database schemas, roadmaps and using those in notes to generate checklists to guide app development.  We will dive further in on how to fix hallucinations/ errors that occur, useful prompts to make your app look and feel modern, approaches to get every layer wired up and more!  By the end expect to be able to run your own ai generated full stack app on your machine!
Working With OpenAI and Prompt Engineering for React Developers
React Advanced 2023React Advanced 2023
98 min
Working With OpenAI and Prompt Engineering for React Developers
Top Content
Workshop
Richard Moss
Richard Moss
In this workshop we'll take a tour of applied AI from the perspective of front end developers, zooming in on the emerging best practices when it comes to working with LLMs to build great products. This workshop is based on learnings from working with the OpenAI API from its debut last November to build out a working MVP which became PowerModeAI (A customer facing ideation and slide creation tool).
In the workshop they'll be a mix of presentation and hands on exercises to cover topics including:
- GPT fundamentals- Pitfalls of LLMs- Prompt engineering best practices and techniques- Using the playground effectively- Installing and configuring the OpenAI SDK- Approaches to working with the API and prompt management- Implementing the API to build an AI powered customer facing application- Fine tuning and embeddings- Emerging best practice on LLMOps