PulseAugur
EN
LIVE 19:53:48

Cursor local agents run 8x slower than IDE, user seeks performance improvements

A user reported that headless local agents running via the Cursor TypeScript SDK are approximately eight times slower than when using the IDE for the same tasks. The user observed that these headless runs do not appear to utilize semantic search and make a high number of edit calls. They are seeking to understand if features like Fast Apply and semantic search are accessible to local agents and how to improve their performance, noting that while Composer 2.5-fast is quicker, it is more expensive. AI

IMPACT Highlights potential inefficiencies in local agent execution, impacting developer workflows.

RANK_REASON User-reported performance issue with a specific tool's feature.

Read on r/cursor →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Cursor local agents run 8x slower than IDE, user seeks performance improvements

COVERAGE [1]

  1. r/cursor TIER_2 English(EN) · /u/Savings-Try2712 ·

    Headless local agents run ~8× slower than the IDE for the same task [Composer 2.5]

    <!-- SC_OFF --><div class="md"><p>Using the Cursor TypeScript SDK with local agents on a server, a task the IDE finishes in ~3m15s takes our headless run ~26 minutes — with the same result. The run log shows zero semantic searches and 122 edit calls to change 15 files. We’re tryi…