Cursor for large codebases cover illustrating a smarter way to scale

Cursor for Large Codebases: A Smarter Way to Scale

Large-codebase AI work fails when you prompt without architecture. The piece argues you must provide live dependencies, module boundaries, and a readable map of what’s in play. Four preconditions before big edits: find the right code, understand dependencies, estimate blast radius, and separate live

Dan Greer · · 11 min read
Guide to preventing technical debt AI development

Preventing Technical Debt in AI Development Guide

AI development ships fast but often hides structural debt, as quick iterations outpace architecture awareness. The article promotes prevention—map the repo, search for existing logic before adding new code, check blast radius before refactors, and verify reachability from real entry points. It also

Dan Greer · · 11 min read
Open source AI code quality framework guide cover photo

Open Source AI Code Quality Framework Guide

AI coding tools speed delivery but often hide architectural risks like duplicate utilities, unseen blast radii, and unreachable code. It proposes a open-source AI code quality framework with four layers: Standards, Deterministic Checks, Architectural Intelligence, and Outcome Measurement. Architectu

Dan Greer · · 11 min read
How to reduce AI coding mistakes practical guide cover photo

How to Reduce AI Coding Mistakes: A Practical Guide

The article argues AI coding mistakes come from weak map awareness of the codebase, not just prompts, and that giving the agent an architectural map before coding reduces duplicates and broken refactors. It recommends steps: map the structure, search for existing logic, run blast-radius analysis, ve

Dan Greer · · 10 min read
Tree-sitter code parsing use cases for AI agents cover photo

Tree-Sitter Code Parsing Use Cases for AI Agents

AI code tooling fails more from context gaps than generation limits; Tree-sitter offers a fast, structure-first view to answer architecture questions before you touch code. It yields precise syntax trees that preserve locations and cross-language relations, enabling mapping of functions, imports, en

Dan Greer · · 9 min read
Visual knowledge graph for code explained with connected nodes and programming symbols

Knowledge Graph for Code Explained: A Practical Guide

AI coding tools refactor in isolation and miss downstream structure; a code knowledge graph makes architecture traversable, answering what depends on this and if it’s reachable in production. It’s built by parsing code with Tree-sitter, extracting functions, modules, and endpoints, and storing their

Dan Greer · · 10 min read
Best MCP servers to install 2026—top 13 server icons and gameplay screenshots

13 Best MCP Servers to Install in 2026

The article argues the best MCP servers in 2026 aren’t the longest tool menus, but ones that give AI agents real context—current docs, codebase structure, and production signals. They should reduce blind guesses, save tokens, and keep setup friction low; more tools often add noise. It surveys 13 ser

Dan Greer · · 11 min read
Diagram showing how MCP servers work for developers, illustrating server connections and workflow.

How MCP Servers Work for Developers: No-Fluff Guide

MCP servers give AI hosts structured access to tools and repo data, not vague prompts. They separate tools, resources (readable data), and transports, enabling typed calls and schema-validated inputs. For codebases, structural context (graphs of modules and dependencies) beats raw file text, reducin

Dan Greer · · 11 min read
Diagram explaining what is MCP model context protocol with key components and workflow steps

What Is MCP Model Context Protocol? A Practical Guide

MCP is an open standard that lets AI tools connect to external capabilities—code, databases, services—to get grounded context before acting. It's not a model, plugin, or code generator; it's the wiring that standardizes discovery, context, and actions across tools like Claude Code and Windsurf. In c

Dan Greer · · 11 min read
Dashboard of a code analysis tool for solo developers highlighting code quality metrics and insights

Code Analysis Tool for Solo Developers: No-Fluff Guide

Solo developers need code analysis that reveals the system’s structure, not just linting. Tools should map dependencies, show reachability and blast radius, and flag dead or duplicate logic before touching shared code. The article splits tools into linters, static scanners, local AI reviewers, and c

Dan Greer · · 10 min read