crown member taking photo of speaker on stage with their phone. Speaker is blurred.

Large Language Models aren't just changing how software is written—they're changing what it means to be a software engineer. From code generation and automated testing to intelligent agents and new development patterns, AI is reshaping the entire engineering lifecycle.

Engineering AI is designed to help your team stay ahead of these shifts—not just by learning how to use AI tools, but by understanding how to lead, architect, and collaborate in an AI-shaped world.

  • Software Engineers
  • Engineering Leaders
  • Technical Architects
  • AI & ML Practitioners
  • CTOs & Heads of Engineering
  • Product Developers

Our 2025 Events

Here's what we're bringing you in person (and streaming) in 2025. With more online at Conffab.

ux australia logo unconferences logo code logo leaders logo engineering AI logo dev summit logo next logo enqueue logo

the evolution of software engineering

Large Language Models are transforming the tools, processes, and very nature of software engineering. From AI-assisted coding to autonomous agents and model-driven development, what it means to build software—and to be a software engineer—is being reimagined in real time.

At Engineering AI, we’ll explore this rapidly shifting landscape. What practices still hold? What assumptions no longer serve us? What new skills are becoming essential? And what are the emerging roles, responsibilities, and risks in an AI-shaped engineering discipline?

Join us as we examine how LLMs are reshaping not just the products we build, but software engineering itself.

our 2025 lineup

10 expert talks covering the impact of AI on the practice of Software Engineering.

Dave Berner

Dave Berner Co-founder & VP Eng Kinde

Co-pilot, not auto-pilot

Everyone assumes engineers are the first to adopt new tech. But when AI hype exploded, I dragged my feet.

I wasn’t sure if it was another overhyped wave or something quietly rewriting how we work. Would it make me more effective or obsolete? What would I even use it for?

This talk shares my journey from healthy skepticism to thoughtful adoption, and the real-world use cases we’ve found valuable inside a fast-moving product company. From engineering to marketing to product, I’ll walk through where AI has genuinely helped us build faster, make better decisions and where we’ve deliberately chosen not to use it.

More importantly, I’ll talk about how we stay human in the process. That includes avoiding the AI feedback loop (e.g AI writing LinkedIn posts for other AIs to comment on), designing AI-assisted experiences that feel useful, and helping teams use AI as a tool, not a crutch.

It’s a candid, practical talk for engineers and leaders figuring out where AI fits into real work not just job descriptions.

  • software engineering
  • AI
Apurva Misra

Apurva Misra AI Consultant Sentick

How Generative Tools Are Re-Architecting the Software Engineer’s Role

Large-language models now write boilerplate, propose tests, and even suggest architecture but those wins also introduce new failure modes, governance hurdles, and skill gaps. This session maps the concrete ways AI is upending each stage of the software-development life cycle and what it means for individual engineers and team leads. We will:

  • Dissect the new workflow—treating prompts, context windows, and synthetic tests as first-class artefacts under version control.
  • Show real-world patterns for validating, securing, and observably integrating AI-generated code into CI/CD without slowing delivery.
  • Highlight emerging roles and competencies—from model-ops and AI governance to domain-centric “toolsmiths”—and the career paths they enable.

Attendees will leave with a practical toolkit for evolving their own processes—and their skill sets—from human-only coding to AI-augmented engineering while safeguarding quality, security, and ethical standards.

  • software engineering
  • AI
  • CI/CD
Blair Woods

Blair Woods CTO SupaHuman AI

Code, Culture, Context: What Changes When AI Joins the Team

When AI joins the engineering team, it does more than write code , it transforms how we collaborate and build. This talk explores how engineering culture evolves as AI tools contribute to the codebase, and why context and new ways of working matter more than ever

  • software engineering
  • AI
  • engineering leadership
  • engineering culture
  • agentic coding
Mic Neale

Mic Neale Principal Engineering - Applied AI Block

With ambient AI, you don't prompt AI agents, AI Agents prompt you

Michael Neale, creator of codename goose, an on-machine, open source AI agent built to automate your tasks explores the emerging landscape of ambient AI—agents that don't just respond to commands, but actively observe, learn, and work alongside you throughout your day. Drawing from his experience at the intersection of developer tooling and AI, Michael examines three critical shifts happening right now:

  • Ambient Agent Adoption: The radical trust required when AI agents have access to everything—your code, communications, calendar, and creative process. It's not just about project-specific AI anymore; it's about agents that understand your entire digital life and can act on your behalf.
  • The New Economics of Intelligence: When AI token costs can represent up to a third of a creative professional's salary, we're not just buying software, we're accessing a new kin economy, much like when we got internet access in the 90s. Michael breaks down why this economics makes sense, even at twice the price, and what it means for the future of creative work.
  • Universal Agent Architecture: Why the most powerful general-purpose agents aren't dumbed-down consumer apps, but sophisticated tools originally built for developers. Computers are for computation, and the future belongs to agents that embrace this complexity rather than hide from it.

This isn't a distant future—it's happening now. Come learn how to live productively with AI that knows you better than you know yourself.

  • software engineering
  • AI
  • agents
  • agentic coding
  • architecture
Jason O'Neil

Jason O'Neil Developer Experience Culture Amp

Give it the boring jobs

Some of the most important work in the software development lifecycle can also be some of the most boring! Keeping a codebase healthy requires a bunch of small repetitive tasks like keeping up with the breaking changes in dependency updates, or switching from an old architectural pattern to a new one in the hundreds of places that followed the old way.

Large Language Models work best with clear instructions, examples to follow, and just the right amount of context. With a bit of context engineering they can be remarkably effective in these kinds of repetitive and tedious changes - allowing you to make sweeping tech health improvements across either your gigantic monoliths or sprawling micro-services (or both if you’re really lucky). AI might be coming for our jobs, but it’s still not quite there yet, so let’s have fun giving it the boring jobs.

  • software engineering
  • AI
  • SDLC
  • maintenance
  • context engineering
Inga Pflaumer

Inga Pflaumer Head of Engineering Relevance AI

how not to make yourself redundant with AI

If you've ever wished there were three of you (or maybe just a quieter version who gets stuff done), this talk is for you. As Head of Engineering at Relevance AI, I’ve been quietly offloading parts of my job to agents - and somehow still kept my job.

In this session, I’ll share how I use AI to automate the boring parts, delegate without a team, and build agents that make decisions so I don’t have to. You'll get real examples, battle scars, and a practical playbook for working smarter - or at least pretending you are.

  • software engineering
  • AI
Ben Taylor

Ben Taylor Product Engineering Team Lead Stile Education

Building MCP Servers That Actually Work

Think MCP servers are complex enterprise-grade infrastructure? Think again. Ben Tayor breaks down the surprisingly straightforward process of building Model Context Protocol servers that extend AI capabilities in meaningful ways—demonstrated through a real code sandbox implementation that lets LLMs safely execute code.

You'll see exactly how Ben built an MCP server that connects AI assistants to a secure WebAssembly-based code execution environment, transforming conversational AI from a text generator into a fully capable programming partner. This isn't theoretical—you'll watch real examples of Claude solving LeetCode problems and calculating prime numbers by writing and running actual code.

Ben will cover

  • The MCP Mental Model — Understand how the Model Context Protocol creates a standardized bridge between AI assistants and external tools, and why this matters more than just building another API.
  • From Concept to Code — Follow the actual development process of a production MCP server, including the key architectural decisions, WebAssembly integration patterns, and security considerations for sandboxed execution.
  • Real-World Integration — See live demos of AI assistants using the code execution server, including debugging sessions, algorithm implementation, and the kind of collaborative coding that feels like magic but is actually just good engineering.
  • The Bigger Picture — Discover how MCP servers are reshaping AI workflows, enabling everything from database connections to specialized tool integrations, and why building your own might be easier than you think.
  • software engineering
  • AI
  • agents
  • MCP
  • architecture
Jakub Riedl

Jakub Riedl Principal AI Engineer, Co-Founder Culture Amp, Appear API

Is your tech stack AI ready?

Integrating AI capabilities into existing software systems fundamentally changes how we approach software engineering. This talk explores the engineering practices, architectural considerations, and operational challenges that development teams face when their tech stacks need to support AI-powered features.

Drawing from real-world experiences at CultureAmp and Appear, this session will cover the practical engineering challenges of preparing existing systems for AI integration:

Engineering Practice Evolution:

  • How Model Context Protocols (MCPs) change service integration patterns - their security models, access scoping, API design for LLM consumption, and documentation requirements
  • Adapting traditional software engineering practices for non-deterministic systems
  • New testing and evaluation frameworks needed for AI-integrated applications
  • Code review processes when dealing with prompt engineering and model interactions

Operational Engineering Challenges:

  • Observability patterns for agentic systems - monitoring, logging, and debugging non-deterministic behaviors
  • Durability and reliability engineering when dealing with external AI services
  • Performance engineering considerations for latency-sensitive AI integrations
  • Error handling and graceful degradation patterns

Architectural Impact:

  • How existing microservices architectures adapt to support AI workflows
  • Data pipeline engineering for model feeding and result processing
  • Security engineering practices for AI-integrated systems

This talk focuses on the engineering discipline changes rather than product development, examining how traditional software engineering practices evolve when AI becomes a core component of your technical architecture. Attendees will learn practical strategies for evolving their engineering practices and technical systems to successfully integrate AI capabilities.

  • software engineering
  • AI
  • MCP
  • architecture
  • agentic coding
Andrew Fisher

Andrew Fisher Fractional CTO Rocket Melbourne / Loypal

Scaling Coding Agents (without breaking your dev team)

The thought of many coding agents spinning up across a mature codebase fills some engineering managers with dread, worrying about how to manage all the changes, deal with potential merge conflicts, half complete PRs, and agents going into a spiral and simply building the wrong thing. However, if you suddenly onboarded twenty grads into your development team, you would see many similar problems because the underlying systems and processes don't support a sudden influx of new developers into the codebase.

Coding agents require some specific guidance, but systems and mechanisms you implement to help scale your AI development agents can also provide additional support for your human developers when they are onboarding to a new codebase or a new part of the stack - making your dev team more resilient and productive in the long run too.

In this session, we'll cover how to implement engineering systems and processes that benefit coding agents as well as humans and make the whole team more effective and productive and the codebase more sustainable.

  • software engineering
  • AI
  • agents
  • agentic coding
  • architecture
Tanya Dixit

Tanya Dixit Generative AI Solutions Architect Google

The Agentic Engineer's Playbook: From Prompting to Patterns

Stop fighting with AI tools and start architecting with them. Most engineers are stuck in prompt-and-pray mode, but the real productivity gains come from systematic workflows that turn AI from a frustrating chatbot into a strategic partner.

This talk reveals three battle-tested patterns that will fundamentally change how you build software. You'll see exactly how to compress months of learning into days, why your long ChatGPT conversations always derail (and how to fix it), and discover the "scratchpad" technique that prevents you from making the same mistakes twice.

  • The Iterative Workflow — Learn why well-formed problems beat clever prompts every time, and see the strategic framework for choosing between Cursor, Claude, and Gemini based on what you're actually trying to accomplish.
  • Context Management — Master the art of keeping AI conversations productive with "Clean Slate" resets, "Summary Carry-over" techniques, and the game-changing "Scratchpad" method that maintains institutional memory across projects.
  • The Onboarding Accelerator — Watch a real case study of mastering Google's Agent Development Kit in record time by pointing AI at codebases and asking the right architectural questions.

This isn't about productivity hacks—it's about becoming an architect of AI-augmented workflows that amplify your engineering expertise and accelerate your entire team's capability.

  • software engineering
  • AI
  • agents
  • patterns
  • context management
Geoffrey Huntley

Geoffrey Huntley AI Engineer Sourcegraph

The future belongs to people who can just do things

Software development has enjoyed a remarkably consistent foundation for over 40 years—but that era is ending. Just as we once leapt from assembly to high-level languages, we’re now entering a new phase: programming with large language models. This shift isn’t incremental; it’s a new layer of abstraction. For engineering leaders, the challenge isn’t just adopting new tools—it’s guiding teams through a fundamental change in how we build software.

In this talk, Geoff Huntleys explore why now is the moment to reassess your carefully crafted roadmaps, identify which assumptions no longer hold, and prepare your people for a different kind of work. We’ll talk about accelerating your team’s “oh-fuck” moment—the realization that things are changing faster than expected—and how to support them through the emotional and professional turbulence that follows.

  • software engineering
  • AI
  • agents

Keep up to date with Announcements

Want to keep up to date with news about Engineering AI 25? Let us know below and we'll email you as things develop.

Find the conference pass for you

Attend Engineering AI by itself, or add a Developer Summit ticket at a great price.

Engineering AI and Developer Summit

$1795before August 15th

Includes

  • Engineering AI & Dev Summit in person
  • Engineering AI & Dev Summit videos
  • early bird ends August 15th $1795
  • middle bird ends August 29th $1995
  • Full Price $2295

See below for special pricing

register

Engineering AI

$695 before August 15th

Includes

  • Engineering AI in person
  • Engineering AI videos
  • early bird ends August 15th $695
  • middle bird ends August 29th $795
  • Full Price $895

See below for special pricing

register

Engineering AI Streaming Pass

$295

Includes

  • Engineering AI live stream
  • Engineering AI conference videos

register

Conffab Premium

$695

Includes

  • Engineering AI live streams
  • Engineering AI conference videos
  • Plus all our live and on-demand content for 12 months

register

What's included?

In person

In-person conferences are fully catered (morning and afternoon tea and lunch) including any dietary requrements. Our conferences feature amazing coffee (and more).

Streaming

Streaming passes include access to the conference livestream on our very own platform Conffab, including live captioning and chat, access to the stream on demand after the event and to the conference videos when they become available.

Special Pricing

We know it's valuable to attend, to learn from our experts, and make connections in the industry. So, to make our events as affordable as possible, we have special pricing for a range of attendees.

Freelancers

If you're paying you're own way–contractor, freelance, consultant, independent–whatever you might call yourself use the code freelanceengai25 when you register, and pay just $495, and just $195 for a streaming pass with the code freelanceengai25streaming

Education

If you work in education–as an educator or otherwise for an educational institution, then you'll pay just $495 with the code eduengai25, and just $195 for a streaming pass with the code eduengai25streaming

Juniors

To encourage teams to send juniors to our events, we have special pricing for early career professionals. Use the code juniorengai25 and you'll pay just $495, and just $195 for a streaming pass with the code juniorengai25streaming

Not for profits

As a not for profit, register with the code nfpengai25, and pay just $495, and just $195 for a streaming pass with the code nfpengai25streaming

The conffab streaming experience.

Live Streaming

Not everyone is ready, or able to get back to in-person events. Others find online conferences provide greater accessibility, or make their training budget go further. So we'll be streaming Engineering AI, on our very own streaming platform Conffab.

Get your streaming pass for just $295

Our venue

Web Directions Engineering AI will take place in September at Aerial at UTS.

Getting there:

Right near Central Station, there are numerous public transport options, and parking available close by.

Accommodation:

If you're coming from out of town, there are many hotel and serviced apartment style accomodation options in and around the area.

Aerial

Partner with us

Keen to connect with those in the industry shaping its direction? Then Engineering AI is for you.

We work closely with our partners and their technologies to deliver world leading online conferences. Contact us to talk about how we can help you be even more awesome.

Key Partners

Upsun logo

Web Directions Conffab

Stream and download nearly 1,000 presentations from hundreds of world leading experts at 50 conferences…and counting

With free and paid levels, keep up to date with all that's happening in our industry at your own pace.

Sign up Now Learn More

Portait of John Allsopp.

John Allsopp

John Allsopp has been working on the Web for nearly 30 years. He's been responsible for innovative developer tools such as Style Master and X-Ray, and his ideas formed the foundation for Typekit, now Adobe Fonts, and the entire concept of Responsive Web Design. He's spoken at numerous conferences around the World and delivered dozens of workshops in that time as well.

His writing includes several books, including Developing With Web Standards and countless articles and tutorials in print and online publications.

His "A Dao of Web Design" published in 2000 is cited by Ethan Marcotte as a key influence in the development of Responsive Web Design, who's acclaimed article in 2010 begins by quoting John in detail, and by Jeremy Keith as "a manifesto for anyone working on the Web".

John brings his deep knowledge of and passion for the web and all things digital to every aspect of Web Directions.

About Us

Co-founded and now run by John Allsopp, Web Directions has for nearly 2 decades years brought together leading developers, engineers, visual, IxD, UX and product designers, Art and Creative Directors, product managers indeed everyone involved in producing web and digital products to learn from one another, and the World's leading experts across this vast field.

We spend our lives thinking about what comes next, keeping up with trends in technology, practices and processes, and filtering the hype, to make sure you don't miss trends that matter, and don't waste time on hype that doesn't.

We promise attending one of our events will leave you significantly better versed in the challenges you face day to day, and in solutions for addressing them.

Crowd at a conference.

Code of Conduct

For over a decade, we've worked hard to create inclusive, fun, inspring and safe events for the Web Industry.

As part of our commitment to these values, we've adopted a code of conduct for all involved: ourselves, our speakers, our partners and our audience.

If you have any concern or feedback, please don't hesitate to contact us.