diff --git a/docs/guide.md b/docs/guide.md index 2187201..8de0f2d 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -26,7 +26,7 @@ Agentic Coding should be a collaboration between Human System Design and Agent I - suitable for routine tasks that require common sense (e.g., filling out forms, replying to emails). - suitable for creative tasks where all inputs are provided (e.g., building slides, writing SQL). - **NOT** suitable for tasks that are highly ambiguous and require complex info (e.g., building a startup). - - > **If a human can’t solve it, an LLM can’t automate it!** Before building an LLM system, thoroughly understand the problem by manually solving example inputs to develop intuition. + - > **If Humans can’t specify it, AI Agents can’t automate it!** Before building an LLM system, thoroughly understand the problem by manually solving example inputs to develop intuition. {: .best-practice } @@ -109,4 +109,4 @@ my_project/ - It’s recommended to dedicate one Python file to each API call, for example `call_llm.py` or `search_web.py`. - Each file should also include a `main()` function to try that API call - **`flow.py`**: Implements the system's flow, starting with node definitions followed by the overall structure. -- **`main.py`**: Serves as the project’s entry point. \ No newline at end of file +- **`main.py`**: Serves as the project’s entry point.