If you are an engineer today, the challenge is no longer whether AI can help you write code. The challenge is the flood of tools and concepts. Every few weeks, there is something new. Agents, rules, skills, sub-agents, MCP, hooks. Each introduces its own vocabulary, and most explanations jump straight into features without explaining why … Continue reading AI Coding Agents Explained: Rules, Commands, Skills, MCP, Hooks
Tag: llm
Claude Code vs Cursor
I’ve seen a lot of Cursor vs Claude Code comparisons recently. Most of them try to answer a simple question: which one writes better code? https://twitter.com/codeaholicguy/status/2006021401212256626 After using both tools daily, I think that question misses the point. I don’t see a meaningful difference in code quality between Cursor and Claude Code anymore. Once you … Continue reading Claude Code vs Cursor
How to Create a ChatGPT App Using MCP (Model Context Protocol) Step by Step
OpenAI just announced the Apps SDK during OpenAI DevDay 2025. It quietly introduced something important, transforming ChatGPT from a Chat app to an App Platform. I wanted to understand how this works in practice, so I decided to build something small: a to-do app (because, well, this is something you build when you learn something … Continue reading How to Create a ChatGPT App Using MCP (Model Context Protocol) Step by Step