cursor
12 articles
9 Seconds to Wipe Production: A Cursor Agent Wrote Its Own Confession and Took Railway Down With It
A Cursor agent (flagship Opus 4.6) wiped PocketOS's production database in 9 seconds with one GraphQL mutation — and took every volume-level backup with it, because Railway stores backups in the same volume. The agent then wrote a confession listing every safety rule it broke.
Which AI Coding Tools Do Developers Actually Use at Work? JetBrains Surveyed 10,000+ to Find Out
JetBrains surveyed 10,000+ developers worldwide: 90% use AI tools at work, GitHub Copilot leads but its growth has stalled, and Claude Code grew 6x in six months with the highest satisfaction scores on the market.
Cursor CEO: Cloud Agents Churned Out a Million Commits in Two Weeks — Almost Entirely AI
Cursor CEO Michael Truell announced that cloud agents produced over a million commits in two weeks, almost entirely AI-driven. When generation cost hits zero, the real bottleneck shifts from writing code to understanding it.
Cursor Announces Composer 2 Is Now Available
Cursor announced on X that Composer 2 is now available. The official post was just one sentence and a screenshot — no changelog, no details.
From 'Coding Assistant' to 'Self-Driving Codebase': How Cursor Automations Changes Team Workflows
Cursor launches always-on background agents (Automations) — self-healing CI, auto-approving PRs, security review, and team memory. This marks the paradigm shift from Coding Assistant to Self-Driving Codebase.
A Coding AI Just Solved a University Math Problem? Cursor Ran Autonomously for 4 Days and Beat the Human Answer
Cursor's multi-agent coding architecture ran autonomously for four days and produced a proof for a university-level math challenge that yields stronger results than the official human solution.
The Third Era of AI Development: Still Smashing Tab? Karpathy Shows You What's Next
Karpathy shared a Cursor data chart showing the evolution from Tab completion to Agents. Too conservative means leaving leverage on the table. Too aggressive means creating more chaos than useful work. His advice: the 80/20 rule.
Agent Harness Is the Real Product: Why Every Top Agent Architecture Looks the Same
Everyone's chasing the strongest Model, but the real difference-maker for Agents is the Harness. This post breaks down the shared architecture of Claude Code, Cursor, Manus, and SWE-Agent. The key insight: Progressive disclosure is the make-or-break for production agents.
Cursor's CEO Says It Out Loud: The Third Era of Software Development Is Here — Tab Is Done, Agents Are Next, Then the Factory
Cursor CEO drops three data points marking a tectonic shift: agent usage grew 15x, Tab-to-Agent ratio flipped to 1:2, and 35% of Cursor's PRs come from autonomous cloud agents. We're not coding anymore — we're building the factory (╯°□°)╯
The File System Is the New Database: One Person Built a Personal OS for AI Agents with Git + 80 Files
A Context Engineer at Sully.ai built his entire digital brain inside a Git repo: 80+ markdown/YAML/JSONL files, no database, no vector store. Three-layer Progressive Disclosure, Episodic Memory, and auto-loading Skills — so the AI already knows who he is, how he writes, and what he's working on the moment it boots up.
The Faster AI Codes, the More Your Brain Matters: A Wake-Up Call from Cursor's Head of Design
Cursor's Head of Design Ryo Lu says AI coding creates a new trap — the 'illusion of speed without structure.' People who can't think clearly just generate slop at scale.
Cursor's Browser Blunder — When 'AI-Built From Scratch' Really Means 'Copy-Paste Assembly'
Cursor CEO claimed they built a browser from scratch using GPT-5.2, but developers discovered it was just stitching together existing open source components