Skip to content

Commit 18cbe88

Browse files
committed
Better copy
1 parent c7ee3f8 commit 18cbe88

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sources/platform/actors/development/quick_start/build_with_ai.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: Build with AI
2+
title: Building new Actors with AI
33
sidebar_position: 3
4+
sidebar_label: Build with AI
45
description: Learn how to set up your environment, choose the right tools, and establish workflows for effective vibe coding
56
slug: /actors/development/quick-start/build-with-ai
67
toc_max_heading_level: 4
@@ -13,7 +14,8 @@ toc_max_heading_level: 4
1314
import { RULES_AND_INSTRUCTIONS_PROMPT } from "@site/src/utils/ai-prompts";
1415
import PromptButton from "@site/src/components/PromptButton";
1516

16-
This guide explains how to enhance your development workflow by leveraging `llms.txt` and `llms-full.txt` with an AI assistant. You will learn how to provide foundational context and further refine AI's behavior with specific rules and instruction files.
17+
Learn how to build new Actors using AI code generation and vibe coding tools such as Cursor or Visual Studio Code,
18+
by feeding them with right instructions and context from the `llms.txt` or `llms-full.txt` Markdown files.
1719

1820
## `llms.txt` and `llms-full.txt`
1921

0 commit comments

Comments
 (0)