update guide
This commit is contained in:
parent
c5e9a37374
commit
7abf7970da
|
|
@ -1,11 +1,11 @@
|
||||||
---
|
---
|
||||||
layout: default
|
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 }
|
{: .warning }
|
||||||
|
|
||||||
## System Design Steps
|
## System Design Steps
|
||||||
|
|
|
||||||
|
|
@ -54,4 +54,4 @@ We provide utility functions not in *codes*, but in *docs*:
|
||||||
- [(Optional) Vector Databases](./utility_function/vector.md)
|
- [(Optional) Vector Databases](./utility_function/vector.md)
|
||||||
- [(Optional) Text-to-Speech](./utility_function/text_to_speech.md)
|
- [(Optional) Text-to-Speech](./utility_function/text_to_speech.md)
|
||||||
|
|
||||||
## Read to Develop your LLM Apps? [Read this guide!](./guide.md)
|
## Ready to build your Apps? [Learn Agentic Coding!](./guide.md)
|
||||||
Loading…
Reference in New Issue