When building AI DevKit, I had to look much deeper into different coding agent harnesses. Each one has its own structure, workflow, and mental model. In this post, I’ll share what I learned from digging into Claude Code hooks. Claude Code has 27 hook events. I went through all of them. Most are not worth … Continue reading I read every Claude Code hook so you don’t have to
Tag: ai pair programming
A practical roadmap to learn agentic engineering
A lot of engineers want to learn agentic engineering now. I think many of them are starting from the wrong end. They jump straight into MCP, multi-agent systems, autonomous workflows, and every shiny demo on X. It looks exciting and also feels like the future. But for most engineers, that is not the right place … Continue reading A practical roadmap to learn agentic engineering
Claude Code Guide: How to use Claude Code like you’ve used it for a year
Most Claude Code tutorials stop at "install it and start chatting". That gets you maybe 20% of what the tool does. The other 80% comes from understanding how context, modes, subagents, and hooksfit together. It's the stuff that's technically in the docs but reads as marketing until you've burned a few thousand tokens learning it … Continue reading Claude Code Guide: How to use Claude Code like you’ve used it for a year
Cursor 2.0 and Composer Model
Released on October 29, 2025, Cursor 2.0 is a major update to the AI-driven code editor that promises a new multi-agent interface and the debut of Cursor’s own coding model, Composer. As someone who uses Cursor every day, I couldn’t wait to try out the new 2.0 release. I spent some time exploring what’s new. … Continue reading Cursor 2.0 and Composer Model
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