Home

Evaluating my predictions of AI progress from 2023

Back in 2023 I wrote a document titled "The Future of Engineering". Let's have a read through and see how it stacks up today

The Future Of Engineering.odt

What to do in the future with AI

Before my career ends, I expect to see the use of AI systems become the predomenant methodology for developing computer software. Since my current career is based on being a good software engineer, this is bad. There are two options:

What are the near-term capabilities of AI systems

I expect to see the following development order:

  1. (starts today (Feb 2023)) AI’s used to write code on a daily basis
  2. (starts 2-3 years) Software developers become predomonantly problem-describers-and-code-reviewers
  3. (starts 4-5 years) The emergence of closed loop testing and model verification converts all software developers into problem-describers as now the solution can be tested to an arbitrary degree of certainty without human input. The “software developer” only ever specifies what
  4. (starts 6-7 years) The intermediatary of human-readable-code is abstracted away and the AI directly spits out machine code. The code is unreviewable by humans, but who cares!

At level 3, it starts influencing other industries massively. No more do people have to be experts in a particular software package. A user can literally ask a computer to do things – probably via voice. Initially you need a lot of skill in asking the right question, but the level of technical expertiese and domain knowledge drops over time.

At about point 3 or 4, Robotics becomes fairly easy as the computer can design complex control systems we can’t. This starts increasing investment in actually useful robots. They start taking the place of (initially) simple roles, and later more and more complex ones.

By level 4, even embedded systems are predomonantly “AI” built systems.

The types of Engineering

Things that will not change:

What is the problem with software engineering?

It operates in a problem space that is purely virtual. It exists as an intermediatary between human problems and the real world. As the field gets more established it will likely get smaller. It doesn’t directly interact with the world.

My take today

Seems on track. The prediction was that in 2025-2026 software developers would become preominantly problem describers and code reviewers. At work we're using Cursor and Claude Code to do a bunch of the small tickets nearly completely autonomously - our Account Managers describe what they want, we copy paste it into the AI, and then review the output. I'm currently fiddling with a way where we can integrate claude code directly with Slack so we can just review the change requests as code change requests.

And of course, AI isn't going to get worse.