From 7abf7970da6232ab15bc65ea0bd845a99862df82 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Fri, 14 Mar 2025 21:20:18 -0400 Subject: [PATCH] update guide --- docs/guide.md | 6 +++--- docs/index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guide.md b/docs/guide.md index e97d27f..0de24cf 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -1,11 +1,11 @@ --- layout: default -title: "Build your LLM App" +title: "Agentic Coding" --- -# LLM System Design Playbook +# Agentic Coding: Humans Design, Agents code! -> If you are an AI assistant involved in building LLM Systems, read this guide **VERY, VERY** carefully! This is the most important chapter in the entire document. Throughout development, you should always (1) start with a small and simple solution, (2) design at a high level (`docs/design.md`) before implementation, and (3) frequently ask humans for feedback and clarification. +> If you are an AI agents involved in building LLM Systems, read this guide **VERY, VERY** carefully! This is the most important chapter in the entire document. Throughout development, you should always (1) start with a small and simple solution, (2) design at a high level (`docs/design.md`) before implementation, and (3) frequently ask humans for feedback and clarification. {: .warning } ## System Design Steps diff --git a/docs/index.md b/docs/index.md index b80145c..1eba338 100644 --- a/docs/index.md +++ b/docs/index.md @@ -54,4 +54,4 @@ We provide utility functions not in *codes*, but in *docs*: - [(Optional) Vector Databases](./utility_function/vector.md) - [(Optional) Text-to-Speech](./utility_function/text_to_speech.md) -## Read to Develop your LLM Apps? [Read this guide!](./guide.md) \ No newline at end of file +## Ready to build your Apps? [Learn Agentic Coding!](./guide.md) \ No newline at end of file