GraphSlice Blog

Notes on code graphs & AI context

Notes on semantic code graphs, C# code intelligence, and feeding LLMs the context they actually need.

· 2 min read

Why your AI assistant should query your architecture, not your files

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.

Read →

· 2 min read

What is a context slice?

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.

Read →