#llm
3 articles tagged with “llm”
- ·7 min read·framework
TypeScript MCP Agent Framework: A Production Guide
Build a lightweight MCP agent framework in TypeScript using native JSON-RPC and stdio — no bloated SDKs, no framework tax.
- ·4 min read·tutorial
How to Build an OpenAI Compatible API in TypeScript (And Why You Should)
Avoid vendor lock-in by replicating the chat completions spec. Learn how to build an OpenAI compatible API using TypeScript, Hono, and Zod.
- ·4 min read·tutorial
Beyond OpenAI: A Step-by-Step Guide to Migrating from OpenAI to Local LLMs
Don't let boardroom drama or API outages take down your production stack. Learn how to migrate your TypeScript and Python apps from OpenAI to local LLMs using Ollama, vLLM, and LiteLLM.