You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/blog/post/cursor-3-parallel-fleets-appwrite/+page.markdoc
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ If you have been following the AI code editor space, you know that the "autocomp
16
16
17
17
Cursor 3 has moved away from the classic VS Code layout. It is now a **unified workspace** designed around **Agents**. Instead of opening a single chat window, you now have an **Agents Window** (`Cmd+Shift+P` - `Agents Window`). This allows you to run multiple agents in parallel across different repositories.
18
18
19
+

20
+
19
21
> **Appwrite impact:** Imagine having one agent refactoring your Appwrite Functions in your `/backend` repo while another agent builds out the new Auth UI in your `/frontend` repo - simultaneously. You are not waiting for the AI to finish one task to start the next; you are orchestrating a team.
20
22
21
23
## 2. Long-running cloud agents
@@ -31,6 +33,8 @@ One of the most significant additions is the ability to hand off tasks to **Clou
31
33
32
34
Appwrite recently introduced **Appwrite Skills** - open-source Markdown files that give AI agents deep, language-specific knowledge of Appwrite SDKs. Cursor 3 introduces a **Marketplace** for these types of skills and **Model Context Protocol (MCP)** servers.
33
35
36
+

37
+
34
38
- **Context precision:** Agents in Cursor 3 now discover and load these skills only when needed, reducing token waste and preventing the "hallucination" of old SDK methods.
35
39
- **CLI integration:** You can manage these directly from the new Cursor CLI using `/mcp enable` or `/rules`.
36
40
@@ -46,6 +50,6 @@ To try the new experience, ensure you have updated to the latest version and use
46
50
- **Switch to plan mode:** `/plan` (great for mapping out Appwrite Function logic)
47
51
- **Invoke Appwrite skill:** Use the slash command menu in chat.
48
52
49
-
Cursor 3 is less of a "code editor" and more of a "software factory." For the Appwrite developer, it removes the friction of boilerplate and SDK implementation, allowing you to focus on what actually matters: **your product's logic and user experience.** The era of the "billion-dollar solo founder" is getting closer, and the combination of Appwrite's backend-as-a-service and Cursor's agent-first IDE is a massive step in that direction.
53
+
Cursor 3 feels less like a traditional code editor and more like a system for building software faster. For Appwrite developers, it cuts down time spent on boilerplate, SDK wiring, and repetitive setup, so you can stay focused on product logic, user experience, and shipping. Combined with Appwrite, it gives small teams and solo builders a much more practical way to build ambitious products without the usual overhead.
50
54
51
-
*Have you tried the new parallel fleets yet? Join the conversation in our [Discord](https://appwrite.io/discord) and show us what you are building!*
55
+
**Have you tried the new parallel fleets yet? Join the conversation in our [Discord](https://appwrite.io/discord) and show us what you are building**
0 commit comments