Skip to content

Commit e555841

Browse files
author
dphuang2
committed
better
1 parent 64510c1 commit e555841

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

blog/2024-11-18-llm-pmf/llm-pmf.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ your lines.
3939

4040
When you code, there's usually a "right way" to solve a problem. Even though
4141
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.
4849

4950
### Copywriting Generator
5051

0 commit comments

Comments
 (0)