Skip to content

Commit e55662e

Browse files
committed
small changes
1 parent 65862ad commit e55662e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

www/content/essays/yes-and.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ I also think that what this means varies by experience level.
168168

169169
Senior programmers who already have a lot of experience from the pre-AI era are in a good spot to use LLMs effectively:
170170
they know what "good" code looks like, they have experience with building larger systems and know what matters and
171-
what doesn't. The danger with senior programmers is that they stop programming entirely and start suffering from brain
172-
rot.
171+
what doesn't. The danger with senior programmers is that they stop programming entirely and start suffering from
172+
[brain rot](https://www.media.mit.edu/publications/your-brain-on-chatgpt/).
173173

174174
Particularly dangerous is firing off prompts and then getting sucked into
175175
[The Eternal Scroll](https://theneverendingstory.fandom.com/wiki/The_Nothing) while waiting.
@@ -181,7 +181,7 @@ I typically try to use LLMs in the following way:
181181
* To analyze existing code to better understand it and find issues and inconsistencies in it
182182
* To help organize my thoughts for larger projects I want to take on
183183
* To generate relatively small bits of code for systems I am working on
184-
* To generate code that I don't enjoy writing (regular expressions & CSS)
184+
* To generate code that I don't enjoy writing (e.g. regular expressions & CSS)
185185
* To generate demos/exploratory code that I am willing to throw away or don't intend to maintain deeply
186186
* To suggest tests for a particular feature I am working on
187187

0 commit comments

Comments
 (0)