This commit is contained in:
zachary62 2025-03-01 01:06:51 -05:00
parent 5f0bd9b475
commit a6e741ebf6
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)
- > **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.
- Identify potential design patterns, such as Batch, Agent, or RAG.