Continuing on from my last post, I mentioned dealing with the feeling of being left behind. Of not being able to keep up anymore. I don’t think “obsolete” was quite the right word for it — it was more like being stuck in a mental hole. The ground shifts faster than you can move, you can’t find your footing, and after a while you stop trying to climb out because you can’t even see the top anymore. A lot of that was driven by stress, burnout, and honestly just not being inspired by the work anymore. When the passion drains out, everything feels harder than it should.
No doubt others have faced this before. Technology changes, the industry moves, and if you’ve been in it long enough, there will be a moment where you look around and think “when did all of this happen?” For me, the thing that really amplified that feeling — that really deepened the hole — was AI.
The Speed of It All
It wasn’t just that AI arrived — it’s the speed at which it hit. It was changing almost weekly. Still is, honestly. Which tools are best, how to use them, what they’re capable of, what’s hype and what’s real — it was a lot to process when you’re already stretched thin with day-to-day work.
I’ll freely admit that eighteen months to two years ago, when this was really starting to take hold, I was skeptical. I didn’t find it particularly useful for what I was doing. I struggled to see where it was going to fit in. I wasn’t writing code on a daily basis anymore, so the code generation side of things didn’t click for me. And I didn’t have the bandwidth — mentally or time-wise — to properly experiment with it.
So I just… didn’t. And watching everyone else seemingly get it while I was still on the sidelines didn’t help with the whole “being left behind” thing.
Changing My Mind
But here’s where I’m at now: AI is well embedded in my workspace, my job, and my company pushes it. And I’ve been able to adapt to it and — more importantly — learn with it.
Whether or not you agree with its direction, whether you want to use it or not, I think it’s pretty clear to everyone at this point that it’s here to stay. It’s proven itself in certain use cases, and it’s getting better at a pace that’s genuinely mind boggling. This isn’t one of those tech trends that comes and goes. It feels different.
Now, I know people who are concerned about this. Colleagues, friends, people inside and outside of tech. There are real concerns — from data privacy, to the articles about AI breaking safeguards, to the big one: “it’ll take my jobs.” I’m not going to tell anyone their concerns aren’t valid. They are. How each of those things plays out would be it’s own discussion.
But I will share where my head landed on it.
Starting Small
The way I approached it was deliberately small. Find a task I already need to do. See if AI can help with it. Learn from that interaction. Repeat.
It sounds simple, but that’s kind of the point. If you try to go too big too fast — generate an entire codebase, for instance — you’re not going to be able to review or understand what comes out the other end. You lose the learning opportunity, and you lose the ability to validate the output.
So I treated it like any other tool. It can be used well, it can be used badly. And the quality of what you get out of it really comes down to your ability to break problems into smaller pieces, ask the right questions, and critically evaluate what comes back.
How I Actually Use It
Here’s where it’s landed in my day-to-day:
Meeting notes and organizing. I record meetings, get transcriptions, and have AI summarise them into action items and key points. These go straight into Obsidian as markdown files — my note-taking app of choice. Then I can ask the tooling to search across those notes later. “What did I discuss with this customer last week?” or “What activities have I committed to?” It’s become a genuine productivity boost for the advisory side of my role.
Research and best practices. When a customer is talking about building an application with specific systems or frameworks, I can quickly get AI to pull together best practices, security considerations, and architectural patterns. Beyond that, it’s been great for generating first drafts of documents, architecture diagrams, and work plans. Things that used to take me half a day to structure from scratch now have a solid starting point in minutes. I still review and reshape everything, but the blank page problem is basically gone. It’s not replacing my knowledge — it’s accelerating the research and preparation phase significantly.
Coding and prototyping. I’ve used it in a few forms here. Working with structured frameworks to help generate requirements, design, and build — both web frontends and infrastructure-as-code (CloudFormation, Terraform). I also spent a day building a playable video game using Claude Code and a Godot framework I found on GitHub. Eight hours, start to finish. That was genuinely fun and something I wouldn’t have attempted without the tooling.
This blog. Even this blog post started as a voice transcript in Obsidian that got cleaned up with AI assistance. Meta, I know.
The key thing after all of that generation work is validation. You still need to read what comes out. Has it phrased things correctly? Has it put the logic together right? Is the code actually doing what you think it is? That human review step isn’t going away.
The Bigger Shift
What AI has actually done for me — and this is probably the more important point — is re-spark my passion for this industry. I’d lost it for a while. The combination of burnout, role changes, and feeling like I couldn’t keep up had drained the curiosity out of me.
But working with these tools, experimenting, building things I wouldn’t have attempted before — it’s reminded me why I got into technology in the first place. Not because I need to write every line of code myself, but because I enjoy solving problems and building things.
It’s also shifted where I see my value. I don’t need to be the one writing the automation or the Terraform anymore. I can think bigger about the problem. What do we actually want to achieve? What’s the real core issue here, not just the technical symptom? Is the thing we’re building actually solving the right problem, or are we band-aiding something?
That strategic thinking, combined with the experience of almost two decades in the trenches, turns out to be pretty useful. AI handles the implementation speed — I bring the context, the critical thinking, and the “wait, have we thought about this?” that only comes from having seen enough things go wrong.
On the “Taking Jobs” Thing
At last year’s re:Invent, Werner Vogels — Amazon’s CTO — confronted this head-on. His message was pretty blunt: yes, you might be left behind if you don’t evolve. And look, that’s a harsh way to put it. It genuinely sucks to hear.
But I think it’s also always been true in tech. There’s always been change. Physical datacentres gave way to virtualisation, which gave way to cloud. Manual deployments gave way to CI/CD pipelines. On-prem mail servers gave way to Exchange Online and Gmail. Sysadmins who refused to learn cloud struggled to stay relevant. Every generation of technology has made the previous one obsolete for someone. This is just the next iteration of that same pattern.
I remember years ago, speaking to a colleague who was a tape backup specialist. He was worried about those systems going away — everything moving to disk and cloud-based backup. I was the cloud guy at the time, and I was honest with him. “Yeah, I think they will. You probably want to learn some other things too.” It felt blunt saying it, but it was true. And now here I am on the receiving end of that same conversation, just with a different technology doing the disrupting. Funny how that works.
That doesn’t make it easy. But it does mean the playbook is the same as it’s always been: stay curious, be willing to learn, and figure out where your existing skills apply to the new landscape.
And look, I’ll be honest — AI is fundamentally changing my job. I’m effectively teaching customers to replace my technical knowledge with various AI services. That’s the reality of it. And I’m OK with that. Because my value now isn’t in being the person who knows the answer — it’s in what we call “seeing around corners.” What does my experience tell me about what we need to find out? How do we validate the technical information we’re getting, particularly for the specific situation or use case at hand? An AI can give you an answer, but it takes someone who’s been through enough projects to know which questions haven’t been asked yet.
There’s also the human element. Providing people with the confidence that they’re heading in the right direction. That reassurance, that sanity check, that “yes, this approach makes sense and here’s why” — that’s something that comes from experience and trust, not from a model. For me, that’s mentoring, problem-solving, and strategic thinking — applied through new tools rather than replaced by them.
What’s Next
A quick caveat — everything above is just my opinion. I don’t consider myself a font of knowledge or authority on this topic. I’m just a guy who’s been in the industry a while, sharing how I’ve navigated this particular shift. Take what’s useful, leave what’s not.
This wasn’t a very technical post, and I know that. I will go into more detail on some of the examples I mentioned — the coding projects, the productivity workflows, the tools I’m using. But for now I wanted to set the context of how I got from “AI is probably overhyped” to “AI is genuinely changing how I work for the better.”
I’m still figuring out the cadence for this blog. It’s not very well planned yet, if I’m being honest. But hopefully I can evolve it into something more structured over time. You’ll hear from me again. We’ll keep going.
Take care, and keep learning.











