Oh No, AI Coding is Actually Pretty Dang Good
In case you’ve been living under a rock, artificial intelligence is a thing now and it demands to be stuffed up every one of your technological orifices until you want for nothing. If you work in tech, your boss is on your ass to add AI to your job. If you work in development in particular, you’re in the epicenter of the earthquake. I’ve occasionally asked ChatGPT to help me with this and that, like making a little script or something else tiny. But I figured it lacked the chops to do much more than that.
But now Cursor is a thing. An IDE that can take an existing codebase as context, reason through your requests, break it down into steps, and execute it as a virtual pair-programmer for 20 bucks a month. And if you don’t have a codebase and just want to make stuff with it, it’s got enough background in tech to know what to do to get started.
I decided to put it through its paces with something I’m pretty thoroughly familiar with, the Laravel PHP framework, using it to build a simple to-do app. I chose to use the Claude Sonnet 4 agent for the work on the recommendation of a coworker that’s deeper into it than I am.
Spoilers: It works. In under an hour I had the application built, user authentication and authorization, all CRUD operations, all the UI, everything working to my specifications, with over 50 unit tests. We’re going to deep-dive the process so you can get an idea of how it works without having to burn 20 bucks. But suffice it to say, it’s quite strong with the basics at least. Deep dive below the fold.… (More) “Oh No, AI Coding is Actually Pretty Dang Good”