Ai-Coding-Tools

7 articles about ai-coding-tools - lessons from building and scaling real software.

Claude Opus 4.7 + Claude Code: 7 Tips for the 1M Context Window

Practical tips for getting the most from Claude Opus 4.7's 1M context window in Claude Code. Effort levels, proactive compaction, subagent delegation, and session management from daily production use.

Four Dimensions of Agent-Ready Codebase Design

AI agents produce better output when the codebase is ready for them. Here are the four dimensions of codebase readiness that account for most of the gap.

What Claude Code Does in Your Terminal

Claude Code runs terminal commands and asks you to approve them. This explains what those commands mean and when to pause before saying yes.

Ruby LSP Now Has Official Claude Code Support

Ruby LSP now has official Claude Code support. Install the plugin to give Claude go to definition, find references, and call hierarchy across your Ruby project.

Building a Linear-Driven Agent Loop with Claude Code

How I built a bash-based agent loop that pulls work from Linear, implements features, runs code review, and opens pull requests autonomously.

MCPs vs Agent Skills: Understanding the Difference

MCPs give Claude capabilities. Skills teach Claude workflows. Here's the mental model I use to decide which one I need.

Claude Code Context Window: What It Is, How /context Works, and How to Manage It

Claude Code's context window is the working memory available to your session. Here's what fills it, how /context works, and how to manage it before /clear or /compact.