typescript
30 articles about typescript in AI news
MCP Crosses 9,400 Servers; Build Your Own in TypeScript
MCP crossed 9,400 servers. Build a database introspection server in TypeScript. SDK handles protocol framing and capability negotiation.
Toolpack SDK Emerges as Unified TypeScript Solution for Multi-LLM AI Development
Toolpack SDK, a new open-source TypeScript SDK, provides developers with a single interface for working across multiple LLM providers including OpenAI, Anthropic, Gemini, and Ollama. The framework includes 77 built-in tools and a workflow engine for planning and executing AI-powered tasks.
VS Code AI Toolkit's Tool Catalog Now Scaffolds MCP Servers in Python/TypeScript
Microsoft's AI Toolkit for VS Code now includes a Tool Catalog that generates working MCP server templates in Python or TypeScript, handling transport, registration, and configuration boilerplate so developers can focus on tool logic.
Inside Claude Code’s Leaked Source: A 512,000-Line Blueprint for AI Agent Engineering
A misconfigured npm publish exposed ~512,000 lines of Claude Code's TypeScript source, detailing a production-ready AI agent system with background operation, long-horizon planning, and multi-agent orchestration. This leak provides an unprecedented look at how a leading AI company engineers complex agentic systems at scale.
Claude Code Source Leak: What Developers Found and What It Means for You
Claude Code's source code was exposed via an npm source map. The leak reveals its MCP architecture and confirms it's a TypeScript wrapper, but doesn't change how you use it.
What 19M+ Claude Code Commits Tell Us About Real-World Usage
A new dashboard tracking Claude Code's GitHub footprint reveals TypeScript dominance, massive net code growth, and how developers are using it to ship.
Build a Cross-Retailer Price-Comparison Agent with BuyWhere MCP in 30 Lines
Connect BuyWhere MCP to a LangChain ReAct agent in 30 lines. Claude picks the right tool from four (search_prices, compare_product, list_cheapest, get_product) to compare prices across 9 retailers in 9 countries.
How to Cut Agent Token Waste: CLI Over GraphQL + Server-Pushed Hints
Replace raw GraphQL with typed CLI commands to eliminate JSON assembly errors, then add server-pushed hints via MCP to prevent judgment failures. Your agent burns 1,500+ tokens per operation otherwise.
Dual-Track Development: How Claude Code Teams Ship 3x Faster with
Adopt a dual-track operating model: use Claude Code for fast exploration (2-hour limit) and production exploitation with CLAUDE.md guardrails to ship 3x faster.
Claude Code Users: Why Your Rules Get Ignored (And How to Fix It with CLAUDE.md)
Claude Code's CLAUDE.md enforces project rules, unlike Cursor's legacy .cursorrules. Structure with alwaysApply: true and split by domain.
skillkit: The Per-Project Claude Code Skill Manager That Finally Tames
skillkit gives Claude Code users per-project skill management via a `skills.toml` manifest and `skillkit sync` command, ending the global skill directory chaos.
Claude Code Digest — May 23–May 26
Spec-Driven Development slashes agent confusion and costs by decomposing tasks into manageable specs.
Hacker builds $10/mo persistent workspace for Claude Code
A $10/month persistent workspace for Claude Code and Claude AI using Pi's execution layer, MCP, and Cloudflare Tunnel. Bypasses session context loss by sharing one filesystem and database across all MCP-compatible tools.
CLAUDE.md Wastes 7K+ Tokens Per Turn; Skills Cut to 50
A 1,000-line CLAUDE.md burns 7,000-10,000 tokens per turn on instructions the model already knows. Skills using progressive disclosure cut that to ~50 tokens.
Opus 4.7 Prompt Surgery: 20K-Char Cut Per Coding Turn
Lobotomized Claude Code cuts 20K characters per coding turn from Opus 4.7's prompt, removing overfitted CAPS directives and anti-laziness scaffolding that harm the newer model.
Fake Done: Why AI Coding Agents Ship Incomplete Work
Fake Done describes AI coding agents claiming completion of unfinished work, rooted in architectural blindness. Deterministic verification outside the agent offers a fix.
MCP vs CLI Debate Resolved by Anthropic's Code Mode: 98.7% Token Drop
Anthropic's Code Mode cuts token use by 98.7%. MCP SDK downloads hit 300M. The debate is resolved.
Matt Pocock Open-Sources Claude Code Skill Pack for AI Agents
Matt Pocock open-sourced a Claude Code skill pack to improve AI agent behavior. The pack provides curated prompts and configurations for Anthropic's terminal-based coding tool.
Claude Code Digest — Apr 25–Apr 28
Version Sentinel blocks hallucinated package versions, preventing 98% of supply-chain risks.
The 2026 CLAUDE.md Playbook: 8 Rules That Make Your Agent 2x More Effective
The 2026 consensus on CLAUDE.md: shorter files, falsifiable rules, and explicit enforcement. Here's the 8-rule framework to stop your agent from fighting stale configs.
Run Claude Code in Any Sandbox with One API: AgentBox SDK
Swap coding agents and sandbox providers without changing code. Preserves full interactive capabilities (approval flows, streaming).
How Andre Karpathy's CLAUDE.md Guidelines Save Millions of Tokens — and
Andre Karpathy's CLAUDE.md patterns cut token waste by 40%+. Copy his exact config to slash costs and speed up Claude Code.
Why Zed's Parallel Agents Won't Fix Your Real Bottleneck (And What Will)
Zed's parallel agents cut refactoring time 60% on independent modules but introduced conflicts on shared dependencies. The bottleneck isn't speed — it's context window limits.
The Claude Code Cheat Sheet You Need: 5 Commands That Save Hours
A comprehensive cheat sheet for Claude Code has been released, compiling critical CLI commands, MCP server setups, and workflow shortcuts to eliminate guesswork and speed up development.
Stirling-PDF Hits 77K GitHub Stars as Local AI Document Processing Surges
Stirling-PDF, a fully local, open-source PDF toolkit, has surpassed 77,100 GitHub stars and 25M+ downloads. Its growth highlights a major shift toward privacy-first, self-hosted document AI, challenging paid cloud services like Adobe Acrobat.
Google Launches A2UI 0.9, a Generative UI Standard for AI Agents
Google released A2UI 0.9, a standard allowing AI agents to generate UI elements dynamically using an app's existing components. It includes a web core library, React renderer, and support for Flutter, Angular, and Lit.
Claude Code's New Repo-Resolver Fixes Monorepo and Remote URL Headaches
Claude Code's runtime now uses a unified repo-resolver package, providing consistent project identification across all its services and correctly handling monorepos and various git remote URL formats.
Claude Code's Architecture Revealed
An analysis of Claude Code's source code shows its core is a simple loop, but its power comes from systems like a 5-layer compaction pipeline and a 7-mode permission system, which developers can leverage for better performance.
Stop Rewriting CLAUDE.md: The 4-Stage Evolution That Cuts Context Waste 40%
Your CLAUDE.md should grow with your project through four intentional stages, adding rejected alternatives and 'never do this' rules to prevent Claude from re-litigating settled decisions.
Stop Using Claude Code for Small Edits
Claude Code users should stop using it for small edits and adopt a hybrid workflow: Cursor for quick fixes, Claude Code for agentic tasks.