Developer-Productivity

7 articles about developer-productivity - lessons from building and scaling real software.

Claude Opus 4/7 + Claude Code: 7 Practical Tips for Maximizing Extended Context

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.

How AI Agents Remember Things

AI agents are stateless by default. Here's how memory systems actually work, covering the storage patterns, lifecycle triggers, and architecture behind agents that remember you.

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.

Understanding Claude Code's Context Window

How Claude Code's context window works: what consumes tokens (MCP servers, tools, messages), why it matters, and how to manage context effectively.

How I Use Claude Code: My Complete Development Workflow

After 8 months with Claude Code, here's my complete workflow. Learn how I combine Linear, MCP servers, and Obsidian for AI-assisted development that works.