Why to use pnpm
Sunday 31/07/2022
·1 min readShare:
NPM / YARN are great package managers BUT PNPM is better.
- PNPM is faster than NPM / YARN
- PNPM uses symlinks instead of copying the dependencies
- security - pnpm is safer than npm / yarn
Share:
Sunday 31/07/2022
·1 min readNPM / YARN are great package managers BUT PNPM is better.
Upgrade your basic RAG pipeline to an agentic loop that evaluates retrieval quality, reformulates queries, and retries with alternative strategies — all in TypeScript.
Anthropic accidentally shipped source maps in their Claude Code npm package, exposing the full architecture. Here is what the leaked code teaches us about building production AI agents.
Compare Claude Agent SDK and OpenAI Agents SDK by building the same coding assistant in both. Real TypeScript code, honest tradeoffs, and guidance on which to pick.