Urgent.News

What's breaking now, across thousands of outlets.

AI

OpenAI Is Cutting Off Cursor: The AI Coding Lock-In Lesson Every Developer Needs

Last Friday, thousands of developers opened their AI code editor and found out that one of the models inside it has an expiration date. OpenAI announced it is terminating its contract with Cursor, effective November 12, 2026. The trigger was not anything Cursor did. It was who bought them. SpaceX completed its $60 billion acquisition of Anysphere, the company behind Cursor, in mid-August.…

Last Friday, thousands of developers discovered that one of the AI code editors they used had an expiration date. OpenAI announced it was terminating its contract with Cursor, effective November 12, 2026. This was not due to any actions taken by Cursor, but rather because of a change in ownership. SpaceX had recently completed its acquisition of Anysphere, which owned Cursor, for $60 billion.

OpenAI had a change-of-control clause in its contract, which allowed it to cancel the contract with just a short notice. The lesson here is that model access inside your editor is not owned, but rented. This news is a clear example of how model access can be a strategic weapon used in corporate feuds, with little notice given to developers who rely on these tools.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

Five bugs in my LLM app that never threw an error

I spent two and a half weeks building an agent that reads a project's code review history and remembers what it decided. 86,321 comments from pandas, distilled into 298 conventions, served out of…

  • Agent refused to act due to boolean condition misunderstanding
  • System discarded responses when maintainer commented without reason
  • 68 path rules stored as non-matching due to wildcard mismatch

Why the AI character would not calm down, and how I fixed it

An early version of Say It Ahead had a basic problem. A user could listen carefully, ask good questions, and offer a reasonable plan, but the AI character might still sound just as upset as it did at…

  • AI character lacked adaptability, remaining in initial state of distress
  • Four roles (acknowledge, question, reflect, agree) replaced magic words
  • Live progress display linked character behavior to visible interface

More from Sunday 30 August →