<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>ttsc Blog</title>
    <link>https://ttsc.dev/blog/</link>
    <description>Engineering notes, releases, and deep dives from ttsc.</description>
    <language>en</language>
    <item>
      <title>I Made TS Compiler Graph MCP: 10x Fewer Tokens in Claude Code</title>
      <link>https://ttsc.dev/blog/i-made-ts-compiler-graph-mcp/</link>
      <guid>https://ttsc.dev/blog/i-made-ts-compiler-graph-mcp/</guid>
      <pubDate>Tue, 30 Jun 2026 00:00:00 GMT</pubDate>
      <description>Built on the TypeScript compiler&apos;s own APIs, it reads the graph the compiler already resolved instead of guessing at it, so it stays exact and cuts tokens about 10x even on...</description>
    </item>
    <item>
      <title>800x Faster TypeScript Lint: I Moved Lint Into TypeScript-Go</title>
      <link>https://ttsc.dev/blog/i-moved-linter-into-typescript-go/</link>
      <guid>https://ttsc.dev/blog/i-moved-linter-into-typescript-go/</guid>
      <pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate>
      <description>@ttsc/lint moves lint into the TypeScript-Go-backed check path and ships a separate native format command: 800x faster lint and 70x faster format on the VS Code fixture.</description>
    </item>
  </channel>
</rss>
