# GraphSlice > AI code intelligence for C# monorepos — GraphSlice turns a C# solution into a semantic code graph and serves only the context an LLM needs, over the Model Context Protocol (MCP). Every blog post is available as raw Markdown at the .md URL listed below. ## Blog - [Why your AI assistant should query your architecture, not your files](https://graphslice.com/blog/why-ai-assistants-should-query-architecture.md): File dumps and vector search break down on large C# codebases. A semantic code graph gives an LLM the exact dependency paths a question needs — nothing more. - [What is a context slice?](https://graphslice.com/blog/what-is-a-context-slice.md): A context slice is the minimal subgraph of your codebase that answers one question. Here's how GraphSlice extracts one, and why the boundaries matter. ## Pages - [Home](https://graphslice.com/): product overview and alpha access - [Blog index](https://graphslice.com/blog/): all posts (HTML) - [RSS feed](https://graphslice.com/blog/feed.xml)