writing / ai-coding

ai in coding

1/

been using ai more in coding lately

not chasing speed

more like trying to see where it actually changes outcomes

2/

first thing that stood out:

tools don't fail loudly

they fail quietly when intent is unclear

that's where most cost hides

3/

starting with code feels productive

until it isn't

starting with structure feels slow

until it compounds

4/

dumping the mess early helps

what is this supposed to do

who uses it

what happens when no one's paying attention

5/

this part isn't about ai

it's about being honest about the game being played

bad games still ship

they just collect interest later

6/

ai is useful here

not as a brain

but as something that keeps poking at weak spots

lazy users

weird incentives

edge behavior

7/

once the shape is clear

code gets boring in a good way

translation instead of guessing

fewer "works but feels wrong" moments

8/

a quiet pattern shows up across systems

most failures aren't technical

they're decisions made vague on purpose

or left unpaid for too long

9/

loop that seems to hold:

build → see what broke → update beliefs → cut

skipping the belief update just ships the same mistake faster

10/

ai doesn't give taste or judgment

those still come from scars

but it removes places to hide from unclear thinking

that alone changes the slope