Skip to content

Commit c95b219

Browse files
committed
Better copy
1 parent 18cbe88 commit c95b219

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Building new Actors with AI
33
sidebar_position: 3
44
sidebar_label: Build with AI
5-
description: Learn how to set up your environment, choose the right tools, and establish workflows for effective vibe coding
5+
description: Learn how to build new Actors using AI code generation and vibe coding tools such as Cursor or Visual Studio Code.
66
slug: /actors/development/quick-start/build-with-ai
77
toc_max_heading_level: 4
88
---
@@ -14,8 +14,9 @@ toc_max_heading_level: 4
1414
import { RULES_AND_INSTRUCTIONS_PROMPT } from "@site/src/utils/ai-prompts";
1515
import PromptButton from "@site/src/components/PromptButton";
1616

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.
17+
This guide provides best practices how to build new Actors or improve existing ones using AI code generation
18+
and vibe coding tools such as Cursor, Claude Code, or Visual Studio Code,
19+
by providing the AI agents with the right instructions and context.
1920

2021
## `llms.txt` and `llms-full.txt`
2122

0 commit comments

Comments
 (0)