RDLTR

Short for Read Later. Save links from any browser or phone. Click to save, read to clear. The full tour

Straight from the sourceSeek and you shall find

Articles from cursor.com

26 kept

  • cursor.com favicon
    Build from anywhere with Cursor for iOS

    Cursor released a native iOS app in public beta that lets developers launch and control AI coding agents from their phone, with cloud agent support and remote control.

  • cursor.com favicon
    Direct agents with visual prompts in Design Mode

    Cursor's Design Mode lets users point, draw, or narrate UI changes in the browser, with agents editing the underlying code in real time.

  • cursor.com favicon
    Cursor · The Cursor Developer Habits Report

    Coder productivity has doubled year-over-year, with AI-generated code surviving review at higher rates, while top 1% of users far outpace median developers.

  • cursor.com favicon
    What we’ve learned building cloud agents

    Cursor's cloud agents perform best when given full development environments, durable execution via Temporal, and a harness that shifts control to the agent.

  • cursor.com favicon
    Introducing Composer 2.5

    Composer 2.5, a major update to Cursor's AI coding assistant, improves long-horizon task performance via targeted RL feedback and synthetic data, built on Kimi K2.5.

  • cursor.com favicon
    Development environments for your agents

    Cursor launches cloud agent development environments with multi-repo support, Dockerfile-based config as code, and per-environment governance controls.

  • cursor.com favicon
    Continually improving our agent harness

    Cursor improves its coding agent by iterating on context management, evaluation metrics, and model-specific harness customization, treating the harness as a software product.

  • cursor.com favicon
    Build programmatic agents with the Cursor SDK

    Cursor introduces a TypeScript SDK for building programmatic agents using its runtime, harness, and models, available in public beta.

  • cursor.com favicon
    Better AI models enable more ambitious work

    A University of Chicago study of 500 companies found AI usage rose 44% as models improved, with developers shifting to more complex and cross-system tasks.

  • cursor.com favicon
    Improving Composer through real-time RL

    Cursor uses real-time reinforcement learning on live user interactions to ship improved Composer model checkpoints every five hours.

  • cursor.com favicon
    Fast regex search: indexing text for agent tools

    Cursor is building local indexes for regular expression search to reduce agent wait times from 15-second ripgrep runs in large monorepos.

  • cursor.com favicon
    Introducing Composer 2

    Cursor released Composer 2, a frontier-level coding model achieving strong benchmarks (CursorBench 61.3, Terminal-Bench 61.7) at competitive pricing.

  • cursor.com favicon
    Training Composer for longer horizons

    Cursor trains Composer to generate its own compact summaries mid-task, reducing context errors by 50% while using 80% fewer tokens than traditional prompting.

  • cursor.com favicon
    How we compare model quality in Cursor

    Cursor uses a hybrid online-offline eval system, CursorBench, built from real developer sessions to better distinguish model quality than public benchmarks.

  • cursor.com favicon
    Over 30 new plugins join the Cursor Marketplace

    Cursor adds over 30 new plugins from partners including Atlassian and Datadog to extend its AI-powered coding agent's capabilities across infrastructure and productivity tools.

  • cursor.com favicon
    Build agents that run automatically

    Cursor Automations let developers create always-on agents triggered by events (Slack, Linear, GitHub, PagerDuty, webhooks) to automate code review, monitoring, and maintenance tasks.

  • cursor.com favicon
    How technical support at Cursor uses Cursor

    Cursor's support team uses Cursor with MCP servers to collapse code, logs, and team knowledge, achieving 5–10x throughput gains.

  • cursor.com favicon
    Cursor agents can now control their own computers

    Cursor releases cloud agents that operate in isolated VMs, enabling autonomous code testing, PR creation, and UI verification without local resource conflicts.

  • cursor.com favicon
    Implementing a secure sandbox for local agents

    Cursor built OS-level sandboxes for coding agents, reducing approval prompts by 40% via Seatbelt on macOS, Landlock+seccomp on Linux, and WSL2 on Windows.

  • cursor.com favicon
    Towards self-driving codebases

    Cursor built a multi-agent harness that recursively delegates coding tasks across planners and workers, achieving ~1000 commits per hour on a browser research project with minimal human intervention.

  • cursor.com favicon
    Securely indexing large codebases

    Cursor cuts time-to-first-query from hours to seconds on large codebases by securely reusing a teammate's prebuilt index via Merkle tree-based syncing and access proofs.

  • cursor.com favicon
    Building a better Bugbot

    Cursor improved Bugbot's bug-finding rate by defining a custom AI-driven resolution rate metric that enabled systematic hill-climbing experiments, raising resolution from 52% to over 70% and doubling resolved bugs per PR to roughly 0.5.

  • cursor.com favicon
    Scaling long-running autonomous coding

    Cursor's multi-agent system, using planners and workers, scaled to run hundreds of autonomous coding agents for weeks on projects like building a browser, finding simpler coordination beats complex distributed-computing approaches.

  • cursor.com favicon
    Cursor agent best practices

    Cursor's official guide details best practices for coding agents, emphasizing planning, context management, rules, and iterative review to maximize productivity.

  • cursor.com favicon
    Dynamic context discovery

    Cursor introduces dynamic context discovery, pulling only necessary data into the context window via files, reducing agent tokens by up to 46.9%.

  • cursor.com favicon
    Introducing Debug Mode: Agents with runtime logs

    Cursor introduces Debug Mode, an agent loop that generates hypotheses, instruments code with runtime logs, and requests human verification to reliably fix bugs that stump standard AI models.