Skip to content

Commit c6f9864

Browse files
authored
ENG-8688: Remove chat mode references (#1747)
1 parent 06958dd commit c6f9864

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

docs/ai_builder/overview/best_practices.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,35 @@ Before jumping into the AI Builder, take time to plan your approach. Good prepar
1818

1919
### Auto-Generate Prompts from App Specs
2020

21-
To save time and get higher-quality prompts, you can feed your full app spec into **Chat Mode** and ask it to break the spec into structured, build-ready prompts.
21+
To save time and get higher-quality prompts, you can feed your full app spec into the AI Builder and ask it to break the spec into structured, build-ready prompts.
2222

23-
Chat Mode can translate your vision into:
23+
The AI Builder can translate your vision into:
2424

2525
- Layout instructions
2626
- UI component definitions
2727
- Data model requirements
2828
- Styling preferences
2929
- Follow-up test plans
3030

31-
Once generated, copy each prompt into the AI Builder to execute them in sequence.
32-
3331
**Example workflow:**
3432

35-
1. Switch to Chat Mode and paste your full app specification
36-
2. Ask **"Break this into a series of buildable prompts I can feed into the Agent Mode."**
37-
3. Copy each generated prompt into Agent Mode one by one
33+
1. Paste your full app specification into the AI Builder
34+
2. Ask **"Break this into a series of buildable prompts."**
35+
3. Execute each generated prompt in sequence
3836
4. Build iteratively using the structured prompts
3937

4038
### Working with Text Specifications
4139

4240
If you have a structured app specification, don't paste the entire document into the builder at once. Break it down into logical sections and feed them in sequence.
4341

44-
**Pro tip:** Use **Chat Mode** to help prepare prompts:
42+
**Pro tip:** Let the AI Builder help prepare prompts:
4543

4644
Paste your full app spec and ask:
4745

48-
- **"Break this into buildable prompts I can feed into the builder."**
46+
- **"Break this into buildable prompts."**
4947
- **"Write one prompt per feature/page to build this app."**
5048

51-
This hybrid approach — planning in **Chat Mode**, then building in **Agent Mode** — lets you move faster and build smarter.
49+
This approach — planning first, then building iteratively — lets you move faster and build smarter.
5250

5351
### Writing Clear, Task-Oriented Prompts
5452

@@ -86,12 +84,11 @@ You can drop in screenshots of websites, dashboards, apps, or even hand-drawn wi
8684
- Include any elements you want: forms, tables, nav, charts
8785
- You can annotate them with arrows, notes, or labels
8886

89-
**Get UI/UX feedback using Chat Mode:**
87+
**Get UI/UX feedback:**
9088

9189
Upload a screenshot and ask: **"What are 5 things I could do to improve the UI/UX of this?"**
9290

93-
94-
Follow up with: **Implement items 1, 2, and 4 in the builder.**
91+
Follow up with: **Implement items 1, 2, and 4.**
9592

9693
Or request specific improvements: **Make this more minimal and mobile-first.**
9794

@@ -136,18 +133,18 @@ To improve your design, ask the builder for more polished layouts, better struct
136133

137134
**Suggested workflow:**
138135

139-
1. In Chat Mode, upload an image or describe the layout.
136+
1. Upload an image or describe the layout.
140137
2. Ask: **"Tell me 5 things that would improve the UI/UX of this page."**
141138
3. Review the suggestions and decide which ones you want to apply.
142-
4. Switch to Agent Mode and implement: **"Improve visual hierarchy by increasing heading sizes and adding more spacing between sections."**
139+
4. Implement: **"Improve visual hierarchy by increasing heading sizes and adding more spacing between sections."**
143140

144141
### Using Knowledge to Guide the Build
145142

146143
The **Knowledge** panel lets you provide long-form references that influence how the agent builds your app. Add design systems, style guides, brand guidelines, or architecture rules.
147144

148145
Once added, the builder will try to honor these rules throughout the session, ensuring consistency without repeating instructions.
149146

150-
Try combining Knowledge with Chat Mode:
147+
Try combining Knowledge with your prompts:
151148

152149
- **Use the style guide in Knowledge to improve this page.**
153150

0 commit comments

Comments
 (0)