AI Jason

I was giving my coding agent context the wrong way...

Jun 30, 2026 9 min
coding agentsmcpastdeveloper tools
Watch on YouTube Follow AI Jason on Rundown — free

Summary

AI summaries can be incomplete or wrong. Verify anything important against the original video.

This video demonstrates how to improve coding agent performance by using codebase-memory-mcp, a tool that models code as a graph of dependencies rather than flat text.

Standard coding agents often struggle with large, multi-repository codebases because they rely on grep-based searches that fail to capture the full structural context of the code. The video introduces 'codebase-memory-mcp', which performs tree-sitter AST analysis to map function calls, imports, and definitions as a graph. By injecting this structural knowledge as context, coding agents can perform more accurate code analysis, reduce token consumption significantly, and avoid common issues like losing track of dependencies across repositories. The creator also details the use of a 'pre-tool-use hook' that automatically intercepts standard grep requests to inject relevant graph-based knowledge, ensuring the agent remains effective even when it neglects to call specialized tools.

Steps to follow

Locked
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5

Key Points

Locked

Worth watching if: You are a software developer who uses AI coding agents and wants to improve their context awareness, accuracy, and token efficiency in large, complex codebases.

Sign in to unlock the full extract

Every claim, key point, and timestamp for this AI Jason video — plus a daily email of every channel you follow.

Sign in with Google

No credit card. Free tier forever.

Watch on YouTube