Claude Code + 15 repos: how a non-engineer answers every customer question | Al Chen
Summary
Al Chen, a field engineer at Galileo, demonstrates how he uses Claude Code and his company's 15 code repositories to provide highly detailed, customized answers to complex customer technical questions. Facing limitations with public documentation for Galileo's AI observability platform, Chen pulls all service repositories into VS Code. This setup allows him to query the entire codebase, including API and authentication repos, for in-depth feature explanations and deployment specifics. He also integrates customer-specific "quirks" from a Confluence page into his queries, enabling Claude Code to generate tailored deployment plans for air-gapped enterprise environments. This approach significantly reduces reliance on internal engineering teams for support, streamlines customer interactions, and ensures answers are current with the evolving codebase.
Key takeaway
For field engineers or customer-facing technical roles struggling with generic documentation, integrate your company's code repositories with AI coding assistants like Claude Code. This allows you to generate precise, real-time, and customer-specific technical answers, reducing reliance on engineering teams and significantly improving customer trust and experience. Consider upskilling your team in basic Git and IDE usage to maximize this approach's effectiveness.
Key insights
Integrating code repositories with AI tools provides highly contextualized, current answers for complex customer support.
Principles
- Codebase is the ultimate source of truth.
- AI can navigate information across fragmented systems.
- Tailored answers build customer trust.
Method
Pull all relevant code repositories into a multi-repo VS Code workspace. Use AI (e.g., Claude Code) to query the entire codebase, combining it with internal documentation and customer-specific notes for highly customized responses.
In practice
- Use a script to pull latest main branches across all repos daily.
- Open multi-repo projects in your IDE for cross-repo querying.
- Maintain a "customer quirks" page for AI context.
Topics
- Claude Code
- Codebase Querying
- Customer Support Automation
- Field Engineering
- Knowledge Management
Best for: Software Engineer, AI Engineer, Director of AI/ML
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by How I AI.