jo.vaneyck

@jovaneyck
137 Followers
185 Following
143 Posts

I help software orgs get things done without shooting themselves in the foot. Technologist, technical coach, tech lead, software crafter, legacy code wrestler.

Also, boardgames 🎲

About mehttps://about.me/jo.vaneyck
Bloghttps://jvaneyck.wordpress.com/
Youtubehttps://www.youtube.com/jovaneyck
Githubhttps://github.com/jovaneyck
"programming as theory building", peter naur, 1985

https://youtu.be/ov0-aDC5rBQ

Lots of teams are shipping changes faster than they can understand.

This gap is cognitive debt; and it compounds quickly, especially with AI coding agents in the picture. Let's look at 5 techniques I apply to stay in touch.

#aicoding #agenticengineering #claudecode

Feeling lost in your codebase? 5 tips to tackle AI-induced cognitive debt

YouTube

Tony Hoare passed away.

This quote stuck with me since I first read it as a teen. It sparked a decade-long obsession with simplicity, later expanded by Rich Hickey's Simple vs Easy.

"I conclude that there are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies."

https://en.wikiquote.org/wiki/C._A._R._Hoare#The_Emperor's_Old_Clothes

https://en.wikipedia.org/wiki/Tony_Hoare

Hickey: https://www.youtube.com/watch?v=SxdOUGdseq4

C. A. R. Hoare - Wikiquote

Comprehension Debt: The Hidden Tax on AI-Generated Code

AI coding tools are shifting the bottleneck from writing code to understanding it. The gap between what your codebase contains and what your team actually comprehends is growing silently. We have a name for it now: comprehension debt. Unlike technical debt, it doesn't announce itself through friction. It breeds false confidence. And your current quality gates won't catch it. We've identified a real and growing…

https://jvaneyck.wordpress.com/2026/03/21/comprehension-debt-the-hidden-tax-on-ai-generated-code/

Comprehension Debt: The Hidden Tax on AI-Generated Code

AI coding tools are shifting the bottleneck from writing code to understanding it. The gap between what your codebase contains and what your team actually comprehends is growing silently. We have a…

jvaneyck

Fast automated quality checks are even more essential when we're drinking from the code-generating firehose if we're to avoid testing and code review bottlenecks being overwhelmed.

But just how good are those checks?

https://codemanship.wordpress.com/2026/03/18/the-ai-ready-software-developer-22-test-your-tests/

The AI-Ready Software Developer #22 – Test Your Tests

Many teams are learning that the key to speeding up the feedback loops in software development is greater automation. The danger of automation that enables us to ship changes faster is that it can …

Codemanship's Blog

"You don't get expertise from a book. You get it from failing and learning."

If you're an engineering leader, this video is well worth 4 1/2 minutes of your time.

https://www.youtube.com/watch?v=ZxwsNJjaJb8

Junior Developer Jobs Are Down 60% — Here's What Comes Next

YouTube

The AI Coding Maturity Ladder: Do Your Reps Before You Scale

There's a pattern I see constantly when coaching software engineers on AI-augmented workflows. Someone reads about multi-agent orchestration, installs a bleeding-edge framework, spins up five parallel agents, and within an hour has a codebase full of plausible-looking code that doesn't quite work, isn't tested, and follows no coherent design. They skipped the ladder.

https://jvaneyck.wordpress.com/2026/03/14/the-ai-coding-maturity-ladder-do-your-reps-before-you-scale/

The AI Coding Maturity Ladder: Do Your Reps Before You Scale

There’s a pattern I see constantly when coaching software engineers on AI-augmented workflows. Someone reads about multi-agent orchestration, installs a bleeding-edge framework, spins up five…

jvaneyck

The Shape of Things to Come: What’s Actually Happening in AI-Augmented Coding Early 2026

The AI coding landscape is undergoing significant change, with advancements in multi-step code generation tools and innovative frameworks like the Ralph Wiggum loop and Beads. These developments shift the role of software developers from active coding to oversight and verification, emphasizing increased autonomy and efficiency in coding practices.

https://jvaneyck.wordpress.com/2026/03/14/the-shape-of-things-to-come-whats-actually-happening-in-ai-augmented-coding-early-2026/

The Shape of Things to Come: What’s Actually Happening in AI-Augmented Coding Early 2026

The AI coding landscape is undergoing significant change, with advancements in multi-step code generation tools and innovative frameworks like the Ralph Wiggum loop and Beads. These developments sh…

jvaneyck
Sandbox Your Coding Agents: Every week there's a new story on how an AI agent has deleted stuff it shouldn't have: local files, cloud documents, backups etc. It feels like DOS all over again. But you can run coding agents in a sandbox. Read this for techniques #AI #Programming #Video
https://mozaicworks.com/blog/sandbox-your-coding-agents?fsp_sid=1097

As we use coding agents to author code rather than people, many questions arise about where software engineers fit, how we achieve quality outcomes, and how we train juniors.

The answer lies in reversing the trend to merge the roles of programmer and coder. Whilst agents take on the role of the coder, the role of a programmer in creating the program's theory remains with a human if we want to avoid cognitive debt and low quality.

Coding is Dead, Long Live Programming: https://write.as/ian-cooper/coding-is-dead-long-live-programming

Coding Is Dead, Long Live Programming

Summary In this post, we argue that the role of a coder now belongs to a coding agent, but that the distinct role of a programmer define...

Ian Cooper - Staccato Signals