Articles and videos
- Cursor AI Tutorial for Beginners (How I Code 159% Faster) by (16 August 2024) ► A presentation of cursor by someone who knows a little about coding (but the guy does not seem to use Git, he painfully reverts failed tries).
- The ONE Thing You need to Code in 2024!!! 💥Andrej Karpathy's favorite AI tool 💥 by (24 August 2024) ► is just stating that there is currently a lot of buzz about Cursor.
- Coding with Cursor - I built a Chrome Extension from Scratch↓ by (25 August 2024) ► A demo, but is not a developer.
- #447 – Cursor Team: Future of Programming with AI (⧉) by , , , , and (6 October 2024) ► This interview of the Cursor team is sometimes highly technical and sometimes quite naive.
- Cursor's NEW *Agent* Composer: The WORST Coding AGENT that I HAVE EVER SEEN (Beats Cline & Cascade?) by (25 November 2024) ► continues to dislike and bash Cursor.
- Devenez un développeur augmenté avec Cursor : votre éditeur IA basé sur VS Code by (11 April 2025) ► A short introduction to Cursor.
- Company apologizes after AI support agent invents policy that causes user uproar — Frustrated software developer believed AI-generated message came from human support rep. by (18 April 2025) ► Cursor did not indicate that support emails were generated by AI, so people get upset when this one halucinated a non-existing "single device" policy.
- Cursor: Security by (11 May 2025) ► Some information extracted from Cursor’s security statement.
- How to Change Models in Cursor (15 May 2025) ► How to switch between models in Cursor.
- Cursor CEO: Going Beyond Code, Superintelligent AI Agents, And Why Taste Still Matters by and (11 June 2025) ► The story of Cursor.
- Michael Truell: Building Cursor At 23, Taking On GitHub Copilot & Advice To Engineering Students by (17 June 2025) ► The story of Cursor’s birth.
- Cursor: Clarifying Our Pricing by (5 July 2025) ► Cursor has modified its pricing scheme.
- Cursor Agent: 10 Pro Tips! by (11 October 2025) ► Some advice on using Cursor.
- Composer: Building a fast frontier model with RL by (29 October 2025) ► Some notes on the code model created by Cursor.
- Cursor 2.0 is here... 5 things you didn't know it can do by (30 October 2025) ► The same.
- I Was Burning $2,595/Month on AI Coding Tools. Here’s How I Cut It to $105. by (27 November 2025) ► explains how he reduced a lot his token consumption.
- The 10 Cursor Features You’re Not Using (But Should Be) by (27 November 2025) ► The features described by are basic.
- Scaling long-running autonomous coding by (14 January 2026) ► Cursor is experimenting with hundreds of concurrent agents working on the same code base.
- ↪Scaling long-running autonomous coding by (19 January 2026) ► built and launched FastRender, the Browser built by Cursor’s agents.
- ↪FastRender with Wilson Lin - building a web browser with swarms of thousands of coding agents by and (23 January 2026) ► An interview of who started the FastRender experiment as a personal project.
- ↪Wilson Lin on FastRender: a browser built by thousands of parallel agents by (23 January 2026) ► A summary of the previous interview.
- ↪One Human + One Agent = One Browser From Scratch by (27 January 2026) ► A human driving a single agent can implement a Browser faster which much less code.
- ↪Towards self-driving codebases by (5 February 2026) ► Cursor details more their experiment.
- Securely indexing large codebases by (27 January 2026) ► describes how Cursor manages a semantic tree of the code which is shared among team members to get much better performance.
- Introducing Composer 1.5 (9 February 2026) ► Cursor released a new version of their own model.
- Extend Cursor with plugins (17 February 2026) ► Cursor introduces a Plugin Marketplace.
- Cursor agents can now control their own computers by and (24 February 2026) ► A description of some experiments with Computer Use: the agent testing the feature it implemented, reproducing vulnerabilities…
- Cursor is now available in JetBrains IDEs (4 March 2026) ► The title says it all.
- Build agents that run automatically by , , and (5 March 2026) ► Some examples of agent usage triggered by some events.
- Over 30 new plugins join the Cursor Marketplace by (11 March 2026) ► The title says it all.
- Introducing Composer 2 (19 March 2026) ► The title says it all.
- Fast regex search: indexing text for agent tools↑ by (23 March 2026) ► A good description of some algorithms to build an index to accelerate a regexp search.