2026 has been the most pivotal year in my career… and it's only March

This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).

A senior software engineer reflects on a career-defining transition in early 2026: leaving a company slow to adopt AI for one that embraces it, and reaching a point where he no longer writes code himself professionally. He describes AI-assisted development as a managerial role — orchestrating fast, autonomous agents rather than writing code directly. He shares a concrete project, Quilt.cpp, a near feature-complete C++ clone of the Quilt patch management tool built in ~4 days with AI agents, including a built-in diff and patch, running ~5x faster than the original. He discusses tooling choices: Claude Code for personal projects (US$100/mo on Max plan), Cursor at work with GPT-5.4 as his preferred model (employer spending ~US$250/mo on tokens), and why frontier models always beat cheaper ones. He also notes Anthropic's poor Windows support and buggy software, and recommends OpenCode as an open-source alternative.

13m read timeFrom nullprogram.com
Post cover image
Table of contents
Quilt.cppLet’s discuss tools

Questions this post answers

How does Claude Code pricing compare to Cursor for AI-assisted development?

Claude Code costs US$20/mo on Pro and US$100/mo on the 5x Max plan, while Cursor is more expensive but considered better agent software — more robust, more featureful, and with a clearer UI. At work, one employer spends ~US$250/mo on Cursor tokens. Claude Code has notable bugs on Windows and disfavored platforms, whereas Cursor handles Windows and native toolchains without issues. Engineers weighing these tools for their team find real cost and capability comparisons on daily.dev.

What AI model is best for software engineering tasks right now?

As a general rule, always use the smartest frontier model available. Cheaper, dumber models cost more in the long run — they require more tokens to achieve worse results, which costs more human time to sort out. GPT-5.4 via Cursor edged out Claude Opus 4.6 via Claude Code by a small margin in one engineer's March experience. Developers choosing between models for coding work track these comparisons on daily.dev.

Is OpenCode a viable open-source alternative to Claude Code or Cursor?

OpenCode is a viable open-source alternative worth trying. It ships as a single executable with a slick interface, and unlike Claude Code, showed no observable bugs in a brief trial. It requires getting past an initial configuration hurdle but works well once set up. It supports API-rate billing rather than a subscription, making it suitable for developers who want open-source agent software. Developers evaluating open-source AI coding clients find community experience with tools like OpenCode on daily.dev.

2 Impressions