Vibe Coding Learnings
After spending some time coding with LLMs, I feel like I've caught my footing and have the following takeaways: Cursor is Worth it For much of my career I'd often have my dev environment yanked away entirely and have to relocate to a temporary F.O.B. This was usually done to solve some time critical emergency. Since I didn't know where I'd be when disaster struck I had to be ready for any environment. I learned to code out of VI because I knew I could count on its availability on whatever piece of hardware I ended up on. I learned NOT to rely on IDEs. When it came time to try out Cursor as the tool of choice for AI development, I was hesitant. I stuck to CLI prompts, copying and pasting. Cursor simplifies the task switching though. Prompt, inspect, repeat. Its ability to learn context in-place reduces the friction and allows me to maintain a flow state. The Bots are Bold If you were speaking with a teammate and something was ambiguou...