Remix.run Logo
kh_hk 8 days ago

I am honestly surprised how we went from almost OCD TDD and type purism, to a "it kinda works" attitude to software.

precompute 8 days ago | parent | next [-]

Faster development speeds make people implicitly believe they won't be accountable for the results of their actions.

Dilettante_ 7 days ago | parent | prev | next [-]

Literally just read a blogpost[1] about this. Gist: The two ebb and flow in waves. "It kinda works" produces innovation, OCD hones the artifacts until it runs out of material and the cycle continues.

[1]https://worksonmymachine.ai/p/safe-is-what-we-call-things-la...

kuschku 7 days ago | parent | prev | next [-]

There's always been both sides.

One creating a foundation of absolutely stable, reliable code, methodically learning from every mistake. This code lives for many decades to come.

The other building throwaway projects as fast as possible, with no regard to specs, constraints, reliability or even legality. They use ecery trick in the book, and even the ones that aren't yet. They've always been much faster than the first group.

Except AI now makes the second group 10× faster yet again.

baq 8 days ago | parent | prev [-]

always has been, the difference is now the 'it compiles, ship it' loop is 10x-100x faster than 2 years ago