Skip to content

Commit 597bdbb

Browse files
patrikbraborecjirispilkaTC-MO
authored
Apply suggestions from code review
Co-authored-by: Jiří Spilka <[email protected]> Co-authored-by: Michał Olender <[email protected]>
1 parent 5c8a3a4 commit 597bdbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Build with AI
33
sidebar_position: 3
4-
description: Use pre-built prompts, use Apify docs via llms.txt, and follow best practices to effective vibe coding.
4+
description: Use pre-built prompts, refer to Apify Docs via llms.txt, and follow best practices for effective vibe coding.
55
slug: /actors/development/quick-start/build-with-ai
66
toc_max_heading_level: 4
77
---
88

9-
**Use pre-built prompts, use Apify docs via llms.txt, and follow best practices to build Actors efficiently with AI assistants.**
9+
**Use pre-built prompts, reference Apify Docs via llms.txt, and follow best practices to build Actors efficiently with AI coding assistants.**
1010

1111
---
1212

@@ -28,11 +28,11 @@ Use the following prompt in your AI coding assistant ([Cursor](https://www.curso
2828
- _Step 1_: Create directory: `mkdir my-new-actor`
2929
- _Step 2_: Open the directory in _Cursor_, _Claude Code_, _VS Code with GitHub Copilot_, etc.
3030
- _Step 3_: Copy the prompt above and paste it into your AI coding assistant (Agent or Chat)
31-
- _Step 4_: Run it, and develop your first actor with the help of AI 🎉
31+
- _Step 4_: Run it, and develop your first actor with the help of AI
3232

3333
:::info Start in an AI coding assistant
3434

35-
To maximize efficiency, copy the prompt to Cursor, VS Code with GitHub Copilot, or another AI coding assistant. The AI will follow the guide step-by-step, and you'll avoid copy-pasting from tools like ChatGPT or Claude.
35+
Copy the prompt directly to your AI coding assistant (such as Cursor or VS Code with GitHub Copilot) to maximize efficiency.. The AI will follow the guide step-by-step, and you'll avoid copy-pasting from tools like ChatGPT or Claude.
3636

3737
:::
3838

0 commit comments

Comments
 (0)