Skip to content

Commit a2e6c12

Browse files
author
dphuang2
committed
improve
1 parent e555841 commit a2e6c12

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,16 @@ extraction and search problem** that's perfect for automation.
8181

8282
## Conclusion
8383

84-
When building an LLM startup, focus on problems with these key characteristics:
84+
When building an LLM startup, focus on problems with two key characteristics:
85+
86+
- Low Entropy - solutions follow common patterns, as seen in coding
87+
- High margin of error - tasks like copywriting where art trumps science
88+
89+
Or can be solved in a simlar way to common well-suited problem types such as:
8590

86-
- Low Entropy
87-
- High margin of error
8891
- Search
8992
- Document extraction
9093

91-
Problems requiring high precision or having high entropy may not be suitable for
92-
LLMs. However, LLMs can still excel at predictable tasks, as seen in copywriting
93-
and coding assistance.
94-
9594
Beyond traditional business evaluation, ask yourself: "Are LLMs particularly
9695
well-suited to solve this problem?" If not, reconsider unless you have unique
9796
insights into making it work.

0 commit comments

Comments
 (0)