File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,8 +168,8 @@ I also think that what this means varies by experience level.
168168
169169Senior programmers who already have a lot of experience from the pre-AI era are in a good spot to use LLMs effectively:
170170they 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
174174Particularly 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
You can’t perform that action at this time.
0 commit comments