This Rich Hickey quote from 2011 is quite relevant in 2026:

"I think we're in this world I like to call guardrail programming. Right. It's really sad. We're like, I can make change cause I have tests. Right? Who does that? Who drives their car around banging against the guardrails, saying whoa, I'm glad I've got these guardrails because I'd never make it to the show on time."

https://www.youtube.com/watch?v=SxdOUGdseq4#t=16m08s

"Simple Made Easy" - Rich Hickey (2011)

YouTube
@sanityinc used the quote two day ago!
@defuneste I think it lands differently now than when it was first made, for then-unimaginable reasons

@sanityinc @defuneste Yeah, I was active in both the Clojure and TDD worlds at the time, and it was clear Hickey was talking about a different kind of testing than I was doing. The kind I’d been doing in the ‘80s, where testing was not used as a tool for thinking about a problem or the design of a solution.

I had roughly the same attitude as Hickey until I sat down and used TDD on a serious project. I don’t know if he ever has. I’ve been out of Clojure for over a decade (!)

@sanityinc @defuneste It’s sort of an interesting meta-commentary. Both of us thought we could discard a methodology by reasoning about it rather than trying it. I was lucky that @RonJeffries argued me into giving it a try.

Part of a career of reasoned-through conclusions that didn’t stand up against experience. Eventually I figured out that maybe I’m not smart enough to get it right by sustained cogitation, so I needed to adopt an approach more driven by rapid feedback from the world.

@marick @sanityinc @defuneste @RonJeffries This goes right to the heart of 'but TDD isn't automated testing, it is using little code examples to guide your design iteratively and provide feedback'. 'test-driven' is such a shockingly misleading term for a design method guided by runnable examples.

@tastapod @sanityinc @defuneste @RonJeffries Examples make a dandy governor for people temperamentally inclined to over-abstraction. (Waves.)

Kind of a Watt Governor¹ for our minds, which after all Freud analogized to a steam engine.

¹ https://en.wikipedia.org/wiki/Centrifugal_governor

Centrifugal governor - Wikipedia