samchon
- TypeScript v7 compiler toolchain: - reduce 90% AI tokens by graph - plugin support like typia and nestia - integrated linter into ts compiler
- I made TS Compiler Graph MCP, that can reduce 90% token usage in both Codex and Claude Code. With strong CoT compliance harness, it beats every code graph MCP tools, even in the general-purpose usage.
- I told Claude Code to "drop the PR", but Claude Code force-merged, tagged, and published a new release instead. One thing make me crazy is, the CI was not green, but red. By the weird behavior, my library nestia suddenly be patch released. github.com/samchon/nestia…
- I made typescript-go toolchain that supporting plugins like typia. It also embeds linter that is up to 1800x faster than eslint. When you run ttsc, both typescript compile type checking and lint rule violation checking are done at once.

