Press Space to continue
Finding signal on Twitter is more difficult than it used to be. We curate the best tweets on topics like AI, startups, and product development every weekday so you can focus on what matters.
Press Space to continue
Press Space to continue
Here's how I'm coding with AI lately, might be helpful! 1. I write code primarily using agents, using models like Opus 4.5 and Codex Max for long-running tasks or tricky bugs, and Composer for frontend changes or fast updates (I still review the code). 2. Most of my web dev work happens inside the integrated Cursor browser. This is similar to using the Playwright or Chrome MCPs. Cursor can access network requests, console logs, and send elements on the page to the agent. It can also control…