How my AI workflow evolved from prompts to workflow

About six months ago, my AI workflow was already useful. I had reusable commands. I had predefined templates. I had a decent setup in Cursor and later Claude Code and Codex. It was enough to make AI generate code faster, help me plan, and reduce some repeated prompting. That was already a big step up … Continue reading How my AI workflow evolved from prompts to workflow

Grok Code Fast 1 vs Claude Sonnet 4.5 vs GPT-5 Codex: Which is best for coding?

It has only been a few days since Anthropic announced their new model Claude Sonnet 4.5, and I wanted to see for myself if the hype matches reality. Instead of reading benchmarks, I opened Cursor and ran some coding tests to feel it as an end user. My goal with this test wasn’t to cover … Continue reading Grok Code Fast 1 vs Claude Sonnet 4.5 vs GPT-5 Codex: Which is best for coding?

The real stages of Engineering Experience

This question came up in a chat with my team: “How do you think about different levels of experience?”. It led to a great discussion, and I think this perspective is worth sharing more widely.In software engineering, experience isn’t just about how many years you’ve been in the game. I talked a bit about this … Continue reading The real stages of Engineering Experience

The quite power of Pattern Matching

There’s something quietly shaping the way we work every day, but we rarely talk about it. It’s not a tool, a process, or a framework. It’s pattern matching. In programming, pattern matching is common in functional programming. It’s a clean and expressive way to work with data. Instead of writing a dozen nested if statements, … Continue reading The quite power of Pattern Matching

Why does MCP matter? A Deep Dive for Engineers

Everyone's talking about MCP (Model Context Protocol) and how it's supercharging workflows in tools like Claude Desktop, Cursor, and other desktop apps. And yeah, the integrations with desktop environments are cool. But honestly, MCP is way more than just these integrations for desktop applications. You’ve probably seen folks compare MCP to USB-C for AI. It’s … Continue reading Why does MCP matter? A Deep Dive for Engineers

The Turning Point in AI

Artificial Intelligence (AI) has been evolving for decades, but we’ve now hit an inflection point where AI is moving from research labs into everyday tools, and everyone now talks about AI. Just as electricity transformed every industry a century ago, AI is in a position to have a similar sweeping impact. In particular, the emergence … Continue reading The Turning Point in AI

What 9 months of daily Cursor AI taught me 

CursorAI is an AI-powered code editor (built on VS Code) that integrates a large language model (LLM) directly into your development workflow. Instead of just autocompleting code, Cursor can predict multi-line edits, apply changes across your codebase, and even answer questions about your code. I have shared that if you use AI effectively, it will … Continue reading What 9 months of daily Cursor AI taught me