File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,13 @@ your lines.
39
39
40
40
When you code, there's usually a "right way" to solve a problem. Even though
41
41
there are many ways to write code, most good solutions look similar—this is what
42
- we call ** "low entropy"** , like how puzzle pieces only fit together in a few
43
- ways. LLMs are really good at pattern matching, which is perfect for coding
44
- because writing code is all about recognizing and applying common patterns. Just
45
- like how you might see similar ways to write a login form or sort a list across
46
- different projects, LLMs have learned these patterns from seeing lots of code,
47
- making them great at suggesting the right solutions.
42
+ we call ** "low entropy"** , like how recipes for chocolate chip cookies tend to
43
+ share common ingredients and steps. LLMs are really good at pattern matching,
44
+ which is perfect for coding because writing code is all about recognizing and
45
+ applying common patterns. Just like how you might see similar ways to write a
46
+ login form or sort a list across different projects, LLMs have learned these
47
+ patterns from seeing lots of code, making them great at suggesting the right
48
+ solutions.
48
49
49
50
### Copywriting Generator
50
51
You can’t perform that action at this time.
0 commit comments