used to have a habit of thinking in code. it'd be like walking down the street and immediately seeing what kind of code would make the next paragraph.

now it's thinking in prompts. half a recipe for making pasta is in the middle of my brain. i just need to make the prompt to add that.

i learned to code when i was a geophysicist with no computer science education. i was forced to read documentation. i built a lot. it took me years to realize that everyone who had a similar skill set was doing things that made it difficult to be effective. the world was full of idiots. now there are fewer idiots because of an LLM which knows everything. i'm pretty sure i wouldn't have thought it necessary to write code in the first place if someone could do it for me.

no one talks about how to preserve the skills that will make future generations smarter. we're getting worse at thinking deep and dealing with humans because our AI tools don't encourage it.

it's really shameful to think about the fact that now it's more efficient to think about things in terms of "prompt" rather than code.

but this isn't an anti-LLM post. i use it all the time to save time on writing. i'm optimistic that it'll help me be a better programmer. and i've been doing three hackathons at the same time, and i couldn't have done it using only one brain at 100% usage capacity. it makes life so much easier.

being behind is always an unpleasant feeling. i'm on the edge of a bug in the system:

it tells me what the bug is, and suggests a fix.

"what does it look like?" i ask.

the answer has too many technical details. most of them are correct, but i'm too far behind on context.

so i'll let it take care of it. it fixes the bug, commits the changes, and starts a pull request.

"wait a minute… is there a reason for this commit?"

"you're asking me a question before i even got started!"

"this isn't good. i'll check the git log…"

this sounds like an opportunity to build a mental model of what's happening. this is a perfect situation to be an agentless developer. but i can be busy with the next 10 threads. i'd lose a lot of time. maybe that's okay? let's see what the changes look like…

the changes aren't great. it's okay so far. wait a minute… i should double check this change…

oh. okay.

next thread.

this is how we get to where we are today…

i don't expect to switch back from thinking in prompts… i'm optimistic about LLMs! they are helping a lot of people do incredible things! i'm embarrassed that i'm still not doing some things that i can easily delegate with prompts.