Tagged articles

Cursor

229 articles · Page 2 of 3
Frontend AI Walk
Frontend AI Walk
Dec 9, 2025 · Fundamentals

Mastering Cursor’s Plan Mode: A Step‑by‑Step Guide

This tutorial explains Cursor AI’s Plan mode, a structured task‑management workflow that lets the AI analyze a codebase, create a detailed execution plan, track tasks via a todo list, and safely apply complex code changes with minimal risk.

AI assistantCode RefactoringCursor
0 likes · 21 min read
Mastering Cursor’s Plan Mode: A Step‑by‑Step Guide
Ray's Galactic Tech
Ray's Galactic Tech
Dec 7, 2025 · Databases

Mastering MySQL Large-Scale Pagination: Ultimate Optimized Techniques

This article examines why traditional MySQL LIMIT offset pagination degrades performance on massive tables and presents five database‑level solutions plus engineering best practices—including delayed joins, covering indexes, cursor pagination, window functions, and partitioning—to achieve fast, scalable paging.

CursorIndexingOptimization
0 likes · 8 min read
Mastering MySQL Large-Scale Pagination: Ultimate Optimized Techniques
37 Interactive Technology Team
37 Interactive Technology Team
Nov 26, 2025 · Artificial Intelligence

Auto‑Generating SDK Docs with AI: Using Cursor and Claude Code to Diff and Document

This guide explains how to leverage AI tools like Cursor and Claude Code to automatically extract code differences, generate prompts, create markdown documentation, configure Confluence integration, and publish wiki pages, streamlining SDK documentation creation and reducing manual effort for development teams.

AI documentationClaude CodeConfluence
0 likes · 5 min read
Auto‑Generating SDK Docs with AI: Using Cursor and Claude Code to Diff and Document
Zhuanzhuan Tech
Zhuanzhuan Tech
Nov 17, 2025 · Backend Development

How to Eliminate Duplicate and Missing Data in Backend Pagination

This article explains why offset‑based pagination can cause duplicate or missing records when data changes, compares three practical solutions—including cursor pagination with timestamps and IDs, fixed‑window timestamp filtering, and Elasticsearch search_after—and provides concrete SQL and code examples along with their trade‑offs and suitable scenarios.

CursorElasticsearchSQL
0 likes · 12 min read
How to Eliminate Duplicate and Missing Data in Backend Pagination
Sohu Tech Products
Sohu Tech Products
Nov 13, 2025 · Artificial Intelligence

How to Harness Cursor AI for Faster, Higher‑Quality Code Development

This article shares a step‑by‑step practice guide on using the Cursor AI assistant to split project analysis, enrich prompts, generate code, and perform regression verification, illustrating prompt examples, command snippets, and visual workflows for effective AI‑augmented software development.

AI programmingCursorPrompt Engineering
0 likes · 16 min read
How to Harness Cursor AI for Faster, Higher‑Quality Code Development
JavaGuide
JavaGuide
Nov 5, 2025 · Artificial Intelligence

Cursor Goes Beyond the IDE with Agent Mode and Its Own Composer LLM

Cursor, once hailed as the leading AI‑enhanced IDE, has shifted its focus by making Agent mode the default and launching its own large‑model Composer, which the vendor claims runs four times faster than comparable models, though real‑world performance remains to be validated.

AI IDEAgentClaude
0 likes · 4 min read
Cursor Goes Beyond the IDE with Agent Mode and Its Own Composer LLM
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 17, 2025 · Artificial Intelligence

How AI‑Powered Cursor Supercharges Legacy Backend Development

This article demonstrates how the Cursor AI assistant can dramatically accelerate development on an old WebX backend project by automatically generating design plans, code skeletons, SQL mappers, services, and Spring configurations through concise prompts and multi‑turn dialogues, while also showcasing tips for context injection, rule management, and code refactoring.

CursorSoftware Automationrefactoring
0 likes · 15 min read
How AI‑Powered Cursor Supercharges Legacy Backend Development
Architect's Tech Stack
Architect's Tech Stack
Sep 11, 2025 · Backend Development

Master MyBatis Streaming Queries: Reduce Memory Usage with Cursors

This article explains MyBatis streaming queries, introduces the Cursor interface and its methods, demonstrates common pitfalls, and provides three practical solutions—using SqlSessionFactory, TransactionTemplate, or @Transactional—to keep database connections open while processing large result sets efficiently.

CursorJavaMyBatis
0 likes · 7 min read
Master MyBatis Streaming Queries: Reduce Memory Usage with Cursors
Architect's Tech Stack
Architect's Tech Stack
Sep 11, 2025 · Backend Development

Master MyBatis Streaming Queries: Keep DB Connections Open Efficiently

This article explains MyBatis streaming queries using the Cursor interface, demonstrates common pitfalls such as closed connections, and provides three practical solutions—including SqlSessionFactory, TransactionTemplate, and @Transactional—to reliably process large result sets with minimal memory usage.

CursorJavaMyBatis
0 likes · 6 min read
Master MyBatis Streaming Queries: Keep DB Connections Open Efficiently
Zhuanzhuan Tech
Zhuanzhuan Tech
Sep 8, 2025 · Artificial Intelligence

Mastering Cursor AI: Prompt Engineering and Rule Management for Efficient Coding

This guide explains how to communicate effectively with the Cursor AI coding assistant by crafting high‑quality prompts, using context cues, managing multi‑turn dialogues, and configuring persistent rules, offering practical principles, examples, and actionable recommendations to boost development productivity.

AICursorPrompt Engineering
0 likes · 15 min read
Mastering Cursor AI: Prompt Engineering and Rule Management for Efficient Coding
DaTaobao Tech
DaTaobao Tech
Aug 20, 2025 · Artificial Intelligence

How Cursor’s Coding Agent Works: Deep Dive into Its Architecture and Real‑World Experiments

This article examines the Cursor coding‑assistant by dissecting its backend architecture, running three practical experiments (a Go hello‑world program, a CUDA flash‑attention code search, and a single‑page to‑do web app), and analyzing why the tool succeeds or fails in real development scenarios.

CursorLLM integrationcoding agent
0 likes · 9 min read
How Cursor’s Coding Agent Works: Deep Dive into Its Architecture and Real‑World Experiments
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Aug 14, 2025 · Artificial Intelligence

Claude Code vs Cursor: Two Diverging Paths Shaping the Future of AI Programming

The article compares Claude Code and Cursor, contrasting their philosophies, product strategies, technical implementations, user‑experience designs, business models, and attitudes toward AGI, to illustrate two distinct visions for the future of AI‑assisted programming and what they mean for developers.

AGIAI programmingClaude Code
0 likes · 11 min read
Claude Code vs Cursor: Two Diverging Paths Shaping the Future of AI Programming
Tencent Technical Engineering
Tencent Technical Engineering
Aug 11, 2025 · Artificial Intelligence

Boost Your Coding with Cursor: Rules, MCPs, and Structured Thinking

After four months of using the AI code assistant Cursor, the author shares a practical methodology that combines clear requirement articulation, pre‑planning, custom rules, and various Model Context Protocol (MCP) tools—such as feedback‑enhanced, sequential‑thinking, and better‑tapd—to streamline development, reduce token waste, and improve collaboration.

AI codingCursorMCP
0 likes · 16 min read
Boost Your Coding with Cursor: Rules, MCPs, and Structured Thinking
Eric Tech Circle
Eric Tech Circle
Aug 8, 2025 · Artificial Intelligence

How Cursor’s AI Agent Turns Complex Tasks into Structured To‑Do Lists

This article explains how Cursor’s Agent mode uses intelligent planning to automatically break down complex development requirements into manageable To‑Do items, covering its key features, setup prerequisites, practical usage examples, prompt formatting tips, and a brief comparison with other AI‑assisted coding tools.

AI planningAgent modeCursor
0 likes · 6 min read
How Cursor’s AI Agent Turns Complex Tasks into Structured To‑Do Lists
37 Interactive Technology Team
37 Interactive Technology Team
Aug 6, 2025 · Backend Development

Boost Ad Monitoring Development with Cursor AI: Rules, Scenarios, and Automation

This article explains how the AI‑enhanced Cursor code editor can streamline ad‑monitoring backend development by defining global and scenario‑specific rules, automating repetitive tasks, and improving code quality across multiple media platforms, with concrete examples, directory structures, and detailed job‑task guidelines.

AI code editorAd MonitoringAutomation
0 likes · 16 min read
Boost Ad Monitoring Development with Cursor AI: Rules, Scenarios, and Automation
大转转FE
大转转FE
Jul 22, 2025 · Frontend Development

Can AI Predict Code Impact? A Cursor‑Powered Frontend Analysis Case Study

This article explores how the Cursor AI tool can automatically assess the impact of code changes in a Vue 2 frontend project, detailing a three‑step MVP workflow, its strengths, limitations, and practical insights for developers seeking smarter pre‑test risk evaluation.

AI code analysisCursorVue
0 likes · 9 min read
Can AI Predict Code Impact? A Cursor‑Powered Frontend Analysis Case Study
AI Software Product Manager
AI Software Product Manager
Jul 14, 2025 · Frontend Development

How to Install, Register, and Unlock Unlimited Use of Cursor AI Code Editor

This guide walks you through the purpose and scenarios for Cursor, its evolution, key advantages, step‑by‑step download, installation, 2925 email registration, unlimited renewal tricks, machine‑ID reset via a GitHub release, and configuration including Chinese localization, all illustrated with screenshots and code snippets.

AI IDEChinese localizationCursor
0 likes · 7 min read
How to Install, Register, and Unlock Unlimited Use of Cursor AI Code Editor
Architecture Digest
Architecture Digest
Jul 3, 2025 · Backend Development

How to Implement Efficient MyBatis Streaming Queries in Spring Boot

This article explains what streaming queries are, why MyBatis's Cursor requires an open database connection, and presents three practical solutions—using SqlSessionFactory, TransactionTemplate, or @Transactional—to correctly implement MyBatis streaming queries in Spring applications while avoiding common pitfalls.

CursorDatabase ConnectionJava
0 likes · 6 min read
How to Implement Efficient MyBatis Streaming Queries in Spring Boot
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 2, 2025 · Artificial Intelligence

How to Embed Cursor AI into Your Team’s Development Workflow for Real‑World Gains

This article outlines a practical, step‑by‑step approach for technical leaders and engineers to introduce the Cursor AI coding assistant into team workflows, covering motivation, common challenges, a structured R&D process, prompt design, rule creation, and detailed phases from requirement analysis to release.

CursorPrompt Engineeringdevelopment workflow
0 likes · 35 min read
How to Embed Cursor AI into Your Team’s Development Workflow for Real‑World Gains
Zhuanzhuan Tech
Zhuanzhuan Tech
Jul 1, 2025 · Artificial Intelligence

Boost Your Coding Efficiency 200% with AI: Proven Prompting & Cursor Tips

This article explains why AI coding assistants often fall short, outlines three common pitfalls—imprecise prompts, misuse, and wrong tool choice—and demonstrates how the Cursor IDE can dramatically accelerate development through context‑aware code generation, autonomous task execution, and built‑in code review.

AICursorPrompt Engineering
0 likes · 9 min read
Boost Your Coding Efficiency 200% with AI: Proven Prompting & Cursor Tips
大转转FE
大转转FE
Jul 1, 2025 · Artificial Intelligence

Boost AI Development Efficiency: Integrating MCP with Cursor

This article explains the Model Context Protocol (MCP), compares it with traditional function calling, and provides a step‑by‑step guide for integrating MCP into the Cursor editor, including token generation, configuration, server setup, and practical examples that dramatically improve AI‑assisted development productivity.

CursorMCPTool Integration
0 likes · 14 min read
Boost AI Development Efficiency: Integrating MCP with Cursor
Nightwalker Tech
Nightwalker Tech
Jun 27, 2025 · Artificial Intelligence

Roo Code vs Cursor: Which AI Coding Assistant Wins for Precise Context Control?

This article compares the AI programming assistants Roo Code and Cursor, detailing their features, prompt systems, specialized modes, tool integrations, API transparency, code interaction workflows, cost structures, and provides guidance on choosing the right tool for developers seeking precise context management and efficient coding assistance.

AI coding assistantContext ManagementCursor
0 likes · 10 min read
Roo Code vs Cursor: Which AI Coding Assistant Wins for Precise Context Control?
DataFunTalk
DataFunTalk
Jun 22, 2025 · Artificial Intelligence

How Cursor’s CEO Envisions the Future of AI‑Powered Programming

In this interview, Cursor CEO Michael Truell explains the company’s mission to revolutionize coding with AI, discusses the evolution of AI‑assisted development, shares insights on product strategy, scaling challenges, and the broader impact of intent‑driven programming on software engineering.

AI programmingCursorintent-driven programming
0 likes · 37 min read
How Cursor’s CEO Envisions the Future of AI‑Powered Programming
Nightwalker Tech
Nightwalker Tech
Jun 18, 2025 · Artificial Intelligence

Cursor vs Augment: Which AI Coding Assistant Fits Your Development Needs?

This article provides an in‑depth comparison of the AI‑powered coding assistants Cursor and Augment, examining their core features, code‑completion capabilities, context awareness, enterprise security, pricing models, and ideal user scenarios to help developers choose the best tool for their projects.

AI codingAugmentCursor
0 likes · 18 min read
Cursor vs Augment: Which AI Coding Assistant Fits Your Development Needs?
Eric Tech Circle
Eric Tech Circle
Jun 9, 2025 · Frontend Development

Build a Full‑Stack Food Wheel App with Next.js, Supabase & AI in Minutes

This guide walks you through using Cursor together with MCP to quickly create a full‑stack "What to Eat Today" wheel web app, covering environment setup, Supabase project configuration, database schema design, component development with Next.js, AI‑generated prompts, and deployment tips.

AICursorFull-Stack
0 likes · 11 min read
Build a Full‑Stack Food Wheel App with Next.js, Supabase & AI in Minutes
IT Services Circle
IT Services Circle
Jun 6, 2025 · Backend Development

Exploring Cursor 1.0: AI-Powered Code Review, Background Agent & New MCP Features

Cursor 1.0 introduces AI-driven BugBot for automatic PR reviews, a publicly available Background Agent for remote coding, a memory system that retains custom rules, and one‑click MCP installation with OAuth support, alongside enhanced chat visuals, Jupyter integration, and various UI and model improvements.

AI code assistantBackground AgentBugBot
0 likes · 11 min read
Exploring Cursor 1.0: AI-Powered Code Review, Background Agent & New MCP Features
Su San Talks Tech
Su San Talks Tech
Jun 5, 2025 · Artificial Intelligence

How Cursor’s New AI Features Revolutionize Code Review and Remote Development

Cursor 1.0 introduces AI-powered BugBot for automatic PR reviews, a universally available Background Agent for remote coding, a memory system for rule retention, one‑click MCP installations with OAuth support, plus numerous UI and performance enhancements, offering developers a more efficient, cloud‑centric workflow.

AICursorDeveloper Tools
0 likes · 11 min read
How Cursor’s New AI Features Revolutionize Code Review and Remote Development
DevOps
DevOps
Jun 3, 2025 · Artificial Intelligence

How I Tamed Cursor AI to Write Perfect Code Every Time

This article shares a step‑by‑step guide on planning, documenting, templating, configuring, and rule‑setting for the Cursor AI coding assistant, showing how thorough preparation transforms it from a source of buggy code into a reliable development partner.

AI codingCursorProject Planning
0 likes · 9 min read
How I Tamed Cursor AI to Write Perfect Code Every Time
Software Engineering 3.0 Era
Software Engineering 3.0 Era
May 20, 2025 · Industry Insights

GitHub Copilot Goes Open Source – What’s Next for Cursor?

GitHub Copilot’s open‑source launch at Microsoft Build 2025 reshapes the AI programming‑assistant market, threatening Cursor’s competitive edge, prompting strategic pivots, and sparking vigorous community debate about the future of open‑source AI coding tools.

AI programming assistantsCursorGitHub Copilot
0 likes · 6 min read
GitHub Copilot Goes Open Source – What’s Next for Cursor?
Continuous Delivery 2.0
Continuous Delivery 2.0
May 19, 2025 · Artificial Intelligence

12 Proven Tips to Supercharge Your AI Code Editor Cursor

Discover twelve practical techniques—from setting clear project rules and crafting precise prompts to modular development, test‑driven generation, context management, and model selection—that help developers maximize productivity and code quality when working with AI‑powered editors like Cursor, Windsurf, or CodeBuddy.

AICursorPrompt Engineering
0 likes · 15 min read
12 Proven Tips to Supercharge Your AI Code Editor Cursor
Frontend AI Walk
Frontend AI Walk
May 7, 2025 · Artificial Intelligence

How Cursor AI Coding Tool Transforms Development Workflow

The article introduces Cursor, an AI‑powered coding assistant, outlines its supported large models, demonstrates practical front‑end use cases such as automatic layout creation, button logic, screenshot‑to‑code generation, error fixing and code cleanup, and reflects on prompt engineering and tool selection.

AI coding assistantCursorPrompt Engineering
0 likes · 6 min read
How Cursor AI Coding Tool Transforms Development Workflow
Eric Tech Circle
Eric Tech Circle
Apr 28, 2025 · Artificial Intelligence

How Cursor 0.49’s Auto‑Generated Project Rules Can Supercharge Your Development Workflow

This article walks through Cursor 0.49’s new auto‑generated Project Rules feature, explains its key updates, provides step‑by‑step instructions for creating rules from chat context, showcases real‑world tests on front‑end projects, and offers practical best‑practice recommendations and cautions for developers.

AI codingAutomationCursor
0 likes · 9 min read
How Cursor 0.49’s Auto‑Generated Project Rules Can Supercharge Your Development Workflow
Continuous Delivery 2.0
Continuous Delivery 2.0
Apr 14, 2025 · Backend Development

Building a Simple MCP Time Server with FastMCP and Cursor

This article walks through solving Cursor's inaccurate date handling by installing an MCP time server, creating a minimal FastMCP‑based MCP server in Python, configuring Cursor to use it, and demonstrating how to automate time‑stamped task tracking with practical code examples.

CursorMCP ServerPython
0 likes · 6 min read
Building a Simple MCP Time Server with FastMCP and Cursor
Eric Tech Circle
Eric Tech Circle
Apr 11, 2025 · Industry Insights

Unlock Maximum Productivity with Cursor: Proven Best Practices for Developers

This guide shares a systematic, experience‑driven approach to leveraging Cursor’s AI capabilities—from project planning and codebase structuring to custom AI rules, Notepad management, version‑control integration, and advanced workflow automation—helping teams boost development speed while maintaining code quality.

AI coding assistantAutomationCursor
0 likes · 11 min read
Unlock Maximum Productivity with Cursor: Proven Best Practices for Developers
Infra Learning Club
Infra Learning Club
Apr 4, 2025 · Artificial Intelligence

Testing Augment Code: A Powerful New Rival to Cursor

The article evaluates Augment Code, an AI‑powered coding assistant with 200K token context, persistent memory, multimodal input, and top SWE‑bench scores, walks through its installation, explores its use on vllm and PagedAttention, demonstrates adding a new model and auto‑generating a WeChat mini‑program, and compares its capabilities and speed to Cursor.

AI coding assistantAugment CodeCursor
0 likes · 8 min read
Testing Augment Code: A Powerful New Rival to Cursor
Continuous Delivery 2.0
Continuous Delivery 2.0
Apr 3, 2025 · R&D Management

How to Leverage the Cursor AI Assistant in Large Projects through Effective Project Management Practices and Tool Configuration

This guide outlines practical project‑management practices and tool configurations—such as using Cursor rules, Notepad, milestone documents, and regular code‑base re‑indexing—to maximize the effectiveness of the Cursor AI assistant in large‑scale software projects.

AI assistantCursordocumentation
0 likes · 6 min read
How to Leverage the Cursor AI Assistant in Large Projects through Effective Project Management Practices and Tool Configuration
Programmer Xu Shu
Programmer Xu Shu
Apr 2, 2025 · Backend Development

Boost Java Productivity 40% with Cursor IDE: A Complete Setup Guide

This article walks Java developers through configuring the Cursor IDE, essential plugins, advanced JDK and Maven settings, AI-powered coding assistance, shortcut tips, and best‑practice workflows that together can increase daily development efficiency by roughly forty percent.

AICursorIDE
0 likes · 13 min read
Boost Java Productivity 40% with Cursor IDE: A Complete Setup Guide
Smart Era Software Development
Smart Era Software Development
Mar 28, 2025 · Artificial Intelligence

10 Powerful Cursor Tips to Make Your Code Obey You

This article explores the rise of chat‑based programming with Cursor, explains its three core breakthroughs, demonstrates building a Sudoku game in 16 seconds, introduces the Model Context Protocol (MCP), and provides ten practical tips—from terminal chat to Git‑based code review—that help developers harness AI for faster, clearer, and more creative coding.

AI codingAgent modeCursor
0 likes · 14 min read
10 Powerful Cursor Tips to Make Your Code Obey You
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Mar 27, 2025 · Frontend Development

How Vite + AI Can Boost Development Efficiency by 200%

The article explains how Vite’s native ES‑module architecture and the Model Context Protocol (MCP) enable deep AI integration via the vite‑plugin‑vue‑mcp, allowing tools like Cursor to access component trees, state and routing, which the author claims can raise development speed by up to 200% and cut bugs by 65%.

AI integrationCursorFrontend tooling
0 likes · 6 min read
How Vite + AI Can Boost Development Efficiency by 200%
Eric Tech Circle
Eric Tech Circle
Mar 24, 2025 · User Experience Design

How to Connect Cursor AI with Figma via MCP for Automatic UI Design

This guide walks through setting up the MCP protocol on macOS, configuring a server, installing Bun, linking Cursor 0.47+ with Figma, importing the plugin manifest, enabling MCP in Cursor, and using prompt templates to automatically generate high‑quality iOS fitness app designs, complete with screenshots and practical tips.

AI designCursorFigma
0 likes · 9 min read
How to Connect Cursor AI with Figma via MCP for Automatic UI Design
DataFunTalk
DataFunTalk
Mar 22, 2025 · Artificial Intelligence

Building a License Approval Flow System with Cursor AI, Vue 3, and Go

This article explains how the author leveraged the Cursor AI coding assistant to rapidly prototype a license‑approval workflow system, detailing the project background, required features, technology stack, Cursor’s yolo mode, step‑by‑step usage tips, code examples, and practical reflections on AI‑assisted development.

AI programmingCursorfrontend
0 likes · 11 min read
Building a License Approval Flow System with Cursor AI, Vue 3, and Go
Eric Tech Circle
Eric Tech Circle
Mar 21, 2025 · Operations

Boost Your Git Workflow with AI: 5 Practical Scenarios Using Cursor

This guide demonstrates how to integrate the Cursor AI editor with Git to automate commit message generation, streamline branch management, perform intelligent code reviews, resolve merge conflicts, and generate commands, offering concrete prompts, shortcuts, and visual examples that enhance version‑control efficiency for development teams.

AI integrationCursorGit
0 likes · 8 min read
Boost Your Git Workflow with AI: 5 Practical Scenarios Using Cursor
Sohu Tech Products
Sohu Tech Products
Mar 19, 2025 · Artificial Intelligence

Debugging MCP Service Registration Issues in Cursor IDE

The article details how the author discovered a bug in Cursor’s closed‑source IDE where correctly registered MCP services, such as a weather query tool, are omitted from the LLM’s tool list, preventing calls, and explains the debugging steps that compared Cursor with the open‑source Cline implementation to pinpoint the registration flaw.

AI debuggingCursorLLM integration
0 likes · 12 min read
Debugging MCP Service Registration Issues in Cursor IDE
Tencent Technical Engineering
Tencent Technical Engineering
Mar 17, 2025 · Artificial Intelligence

Building a License Approval System with Cursor AI: A Low‑Effort Full‑Stack Demo

The article demonstrates how, with Cursor’s AI‑assisted coding and its YOLO mode, a developer can rapidly build a full‑stack license‑approval system—Vue 3 front‑end, Go/Gin back‑end, JWT authentication, MySQL storage—in under a day of effort, highlighting practical tips, limitations, and the broader potential for low‑code creation.

AI programmingCursorbackend
0 likes · 11 min read
Building a License Approval System with Cursor AI: A Low‑Effort Full‑Stack Demo
Eric Tech Circle
Eric Tech Circle
Mar 17, 2025 · Artificial Intelligence

Mastering Cursor Rules: Tame AI Code Generation for Better Development

This article explains how Cursor Rules let developers constrain AI behavior in the Cursor editor, covering global and project rule types, practical file configurations, best‑practice examples for general, Python, documentation, and Git rules, and tips for effective rule management.

AICursorRules
0 likes · 6 min read
Mastering Cursor Rules: Tame AI Code Generation for Better Development
Smart Era Software Development
Smart Era Software Development
Mar 11, 2025 · Artificial Intelligence

Why Agentic AI Tools Like Cursor Struggle with Large Codebases

The article analyzes how Agentic AI coding assistants such as Cursor falter when projects exceed a few thousand lines due to limited context windows, leading to spatial mismatches, temporal forgetting, and redundant implementations, and proposes document‑driven development and long‑term memory as possible remedies.

Agentic AICursorDocument-driven development
0 likes · 13 min read
Why Agentic AI Tools Like Cursor Struggle with Large Codebases
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Mar 7, 2025 · Artificial Intelligence

How AI Turned My Chaotic Home Inventory into an Organized System

The author describes the problems of wasted storage, expired food, hard-to‑locate items, and duplicate purchases after moving house, then details an AI‑driven home inventory app built with Cursor, Trae, and large‑vision models that digitizes, classifies, and reminds about household goods, complete with architecture, implementation steps, and a comparative review of the AI tools used.

AICursorGPC classification
0 likes · 15 min read
How AI Turned My Chaotic Home Inventory into an Organized System
Nightwalker Tech
Nightwalker Tech
Mar 2, 2025 · Fundamentals

Configuring and Using .cursorrules in Cursor for Project‑wide AI Code Generation

This guide explains what the .cursorrules file does, how to create and configure it in a project, best‑practice rules for specifying tech stacks, coding standards, libraries, file structures, performance and testing guidelines, and provides example configurations for frontend, backend, and data‑science stacks.

AI code generationConfigurationCursor
0 likes · 22 min read
Configuring and Using .cursorrules in Cursor for Project‑wide AI Code Generation
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Mar 1, 2025 · Fundamentals

How Two Prompts Enable Cursor to Batch‑Generate Unit Tests

The article details a step‑by‑step workflow that uses two carefully crafted prompts with Cursor to automatically locate source files in a large monorepo, record tasks, iteratively generate Vitest unit tests, track progress, and handle failures, turning a 11 k‑line codebase into a semi‑automated test suite.

CursorLLM AutomationPrompt Engineering
0 likes · 8 min read
How Two Prompts Enable Cursor to Batch‑Generate Unit Tests
Nightwalker Tech
Nightwalker Tech
Mar 1, 2025 · Artificial Intelligence

Exploring Cursor’s Agent Mode: Features, Usage Tips, and Advanced Techniques

This article introduces Cursor’s AI‑driven Agent mode, details the latest updates, explains core functionalities, shows how to enable and use it, and provides seven advanced tips—including context management, code generation, version control, and custom AI rules—to boost developer productivity.

AutomationCursorDeveloper Tools
0 likes · 19 min read
Exploring Cursor’s Agent Mode: Features, Usage Tips, and Advanced Techniques
Ops Development & AI Practice
Ops Development & AI Practice
Feb 22, 2025 · Industry Insights

How Trae’s AI‑Powered IDE Stacks Up Against Cursor: Features, Innovations & Gaps

Trae, a new AI‑driven IDE, offers a dark‑theme interface, integrated Chat Builder Beta, version‑control cues, and Claude‑3‑Sonnet support, and while it mirrors many Cursor features such as smart completion and chat, it adds educational prompts and context‑enhanced inputs, though it still faces WSL compatibility and beta stability issues.

AI IDEAI integrationCursor
0 likes · 10 min read
How Trae’s AI‑Powered IDE Stacks Up Against Cursor: Features, Innovations & Gaps
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 13, 2025 · Big Data

Configuring and Using DeepSeek Search Engine in Cursor for Efficient Data Retrieval

This article introduces DeepSeek, a high‑efficiency search engine optimized for large‑scale data, explains how to configure it within the Cursor database tool using code snippets, and demonstrates its applications such as semantic search, content recommendation, intelligent data analysis, and document similarity matching.

Big DataConfigurationCursor
0 likes · 6 min read
Configuring and Using DeepSeek Search Engine in Cursor for Efficient Data Retrieval
Code Mala Tang
Code Mala Tang
Feb 7, 2025 · Artificial Intelligence

Can AI‑Powered Cursor Replace VS Code? In‑Depth Feature Comparison

This article compares the new AI‑integrated Cursor editor with the established Visual Studio Code, examining core features, AI code generation, workflow simplification, ecosystem compatibility, and target developer scenarios, ultimately assessing whether Cursor can realistically supplant VS Code for various programming needs.

AI editorCursorIDE comparison
0 likes · 8 min read
Can AI‑Powered Cursor Replace VS Code? In‑Depth Feature Comparison
CSS Magic
CSS Magic
Jan 31, 2025 · Artificial Intelligence

Cursor vs. Windsurf vs. GitHub Copilot: Hands‑On Comparison of Three AI Code Editors

The article conducts a practical, step‑by‑step evaluation of Cursor, Windsurf, and GitHub Copilot’s multi‑file editing capabilities using a simple web‑chat bot, revealing that Cursor completes all required UI, storage, and application changes in a single interaction, while the others need two rounds, with Copilot showing notable improvement on a retest.

AI code editorCursorGitHub Copilot
0 likes · 9 min read
Cursor vs. Windsurf vs. GitHub Copilot: Hands‑On Comparison of Three AI Code Editors
Architect
Architect
Dec 15, 2024 · Databases

Efficient MySQL Queries for Millions of Rows: Regular, Stream, and Cursor

When processing massive MySQL result sets, loading all rows into JVM memory can cause OOM and slow performance, so this guide compares three approaches—regular pagination, streaming queries using server-side cursors, and cursor‑based fetchSize control—detailing their implementations, MyBatis configurations, and trade‑offs.

CursorDatabase QueryLarge Data
0 likes · 10 min read
Efficient MySQL Queries for Millions of Rows: Regular, Stream, and Cursor
CSS Magic
CSS Magic
Dec 6, 2024 · Artificial Intelligence

Exploring AI Code Editors: A Hands‑On Review of Copilot, Cursor, CodeGeeX and More

This article surveys the leading AI‑powered code editors—including GitHub Copilot, Cursor, CodeGeeX and others—detailing their pricing, core features such as code completion, inline and sidebar chat, project‑wide editing, and step‑by‑step setup instructions for developers of any skill level.

AI code editorAI-assisted programmingCodeGeeX
0 likes · 12 min read
Exploring AI Code Editors: A Hands‑On Review of Copilot, Cursor, CodeGeeX and More
CSS Magic
CSS Magic
Sep 29, 2024 · Artificial Intelligence

Can You Code Just by Speaking? A Hands‑Free Voice Guide to AI Programming Assistants

This article walks through how to enable voice-driven coding with GitHub Copilot, VS Code Speech, and Cursor, detailing plugin installation, configuration steps, shortcut keys, and tips for using system or input‑method speech input to create a seamless hands‑free AI coding experience.

AI coding assistantCursorGitHub Copilot
0 likes · 10 min read
Can You Code Just by Speaking? A Hands‑Free Voice Guide to AI Programming Assistants
Continuous Delivery 2.0
Continuous Delivery 2.0
Sep 29, 2024 · Artificial Intelligence

Four Practical Tips for Using Cursor AI Effectively

This article presents four actionable techniques—clearly stating requirements, requesting code comments, invoking the Composer with Command/Ctrl + I, and configuring AI rules in Settings—to help developers maximize productivity when working with the Cursor AI coding assistant.

AI codingCursorcode comments
0 likes · 4 min read
Four Practical Tips for Using Cursor AI Effectively
Ant R&D Efficiency
Ant R&D Efficiency
Sep 20, 2024 · Artificial Intelligence

Building a Cursor‑like AI Native IDE with OpenSumi and CodeFuse – A Step‑by‑Step Guide

This guide shows how to create a Cursor‑style AI‑native IDE by forking the open‑source CodeFuse project built on the extensible OpenSumi framework, configuring a large‑language model, and packaging an Electron app, while explaining Cursor’s advantages over plugin‑based tools and the strategic benefits of a fully integrated AI development environment.

AI IDECodeFuseCursor
0 likes · 17 min read
Building a Cursor‑like AI Native IDE with OpenSumi and CodeFuse – A Step‑by‑Step Guide
Top Architect
Top Architect
Apr 19, 2024 · Databases

Problems with OFFSET/LIMIT Pagination and Cursor‑Based Alternatives

This article explains why using OFFSET and LIMIT for pagination becomes inefficient on large tables, illustrates the performance impact with examples, and proposes a cursor‑based pagination alternative that leverages indexed primary keys to achieve faster, scalable queries.

CursorLIMITOFFSET
0 likes · 8 min read
Problems with OFFSET/LIMIT Pagination and Cursor‑Based Alternatives
Weimob Technology Center
Weimob Technology Center
Oct 31, 2023 · Artificial Intelligence

How Copilot and Cursor Supercharge Your Development Workflow

This article introduces AI‑powered tools Copilot and Cursor, explains their capabilities such as code completion, diagram generation, refactoring, SQL optimization, batch processing, and unit‑test creation, and provides practical best‑practice tips, shortcut keys, and efficiency analysis for each stage of software development.

AI toolsCopilotCursor
0 likes · 14 min read
How Copilot and Cursor Supercharge Your Development Workflow
Sohu Tech Products
Sohu Tech Products
Jun 7, 2023 · Backend Development

MyBatis Streaming Query (Cursor) Tutorial and Best Practices

This article introduces MyBatis streaming query using the Cursor interface, explains its core methods, demonstrates implementation with code examples, discusses suitable application scenarios, and outlines important considerations for efficient and safe large‑scale data processing in Java backend development.

CursorMyBatisStreaming Query
0 likes · 11 min read
MyBatis Streaming Query (Cursor) Tutorial and Best Practices
Top Architect
Top Architect
Jun 5, 2023 · Backend Development

MyBatis Streaming Query: Concepts, Cursor API, Implementation, and Use Cases

This article introduces MyBatis streaming queries, explains the Cursor interface and its methods, provides step‑by‑step code examples for configuration and implementation, discusses practical application scenarios such as large‑scale data processing, and highlights important considerations for efficient and safe usage.

Backend DevelopmentCursorJava
0 likes · 11 min read
MyBatis Streaming Query: Concepts, Cursor API, Implementation, and Use Cases