Skip to content

Commit 2bb224a

Browse files
committed
New cursor AI edits
1 parent 17f64d0 commit 2bb224a

File tree

1 file changed

+1
-3
lines changed
  • docs/blockchain-development-tutorials/use-AI-to-build-on-flow/cursor

1 file changed

+1
-3
lines changed

docs/blockchain-development-tutorials/use-AI-to-build-on-flow/cursor/cadence-rules.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords:
1717

1818
## Overview
1919

20-
When building with AI, it's hard to make the agent consistently understand what standards it should use when building or generating responses. Cursor Rules mitigates this issue by setting up global rules, project wide rules or document specific rules that it inserts in the agent's context before reading the prompt. With Cursor Rules, you can create an assistant that can consistently understand the intended development process, desired formatted responses, and avoid common mistakes. Consider it your tool to make guard rails for agents that can reduce hallucination and incorrect development flows.
20+
When building with AI, it's hard to make the agent consistently understand what standards it should use when building or generating responses. To migitate this issue, Cursor Rules sets up global rules, project wide rules or documents specific rules that it inserts in the agent's context before reading the prompt. With Cursor Rules, you can create an assistant that can consistently understand the intended development process, desired formatted responses, and avoid common mistakes. Consider it your tool to make guard rails for agents that can reduce hallucination and incorrect development flows.
2121

2222
In this guide, you'll learn how to configure and use Cursor Rules that transform your AI assistant into a Flow development expert with persistent knowledge of Cadence syntax patterns, NFT standards, project configuration, and development workflows.
2323

@@ -32,8 +32,6 @@ In this guide, you'll learn how to configure and use Cursor Rules that transform
3232
></iframe>
3333
</div>
3434
35-
36-
3735
## Learning Objectives
3836

3937
After you complete this guide, you'll be able to:

0 commit comments

Comments
 (0)