I read every Claude Code hook so you don’t have to

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

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

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