This commit is contained in:
zachary62 2025-03-01 01:03:05 -05:00
parent 69ed4cb410
commit 5f0bd9b475
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ nav_order: 1
- Output generation (e.g., producing reports, sending emails) - Output generation (e.g., producing reports, sending emails)
- > **If a human cant solve it, an LLM cant automate it!** Before building an LLM system, thoroughly understand the problem by manually solving example inputs to develop intuition. - > **If a human cant solve it, an LLM cant automate it!** Before building an LLM system, thoroughly understand the problem by manually solving example inputs to develop intuition.
{: .best-practice } {: .best-practice }
3. **Flow Design (Compute)**: Create a high-level design for the applications flow. 3. **Flow Design (Compute)**: Create a high-level design for the applications flow.
- Identify potential design patterns, such as Batch, Agent, or RAG. - Identify potential design patterns, such as Batch, Agent, or RAG.