File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -81,17 +81,16 @@ extraction and search problem** that's perfect for automation.
81
81
82
82
## Conclusion
83
83
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:
85
90
86
- - Low Entropy
87
- - High margin of error
88
91
- Search
89
92
- Document extraction
90
93
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
-
95
94
Beyond traditional business evaluation, ask yourself: "Are LLMs particularly
96
95
well-suited to solve this problem?" If not, reconsider unless you have unique
97
96
insights into making it work.
You can’t perform that action at this time.
0 commit comments