Articles tagged with: Tools

Making AI Agents More Effective Without Fine-Tuning or RAG

Summary: A practical guide to improving agent effectiveness through structured instructions, skills, rules, subagents, and AI-oriented documentation, without relying on fine-tuning or RAG.


Using pnpm Catalogs in monorepos

Summary: An overview of using pnpm catalogs to centralize dependency versions in a monorepo, with a practical example and a brief note on handling Bazel-specific integration issues.


Additional Windows 11 and BIOS gaming-related optimizations

Summary: Additional Windows 11 and hardware (BIOS) optimizations that can be applied if the main usage of a PC is for gaming. Some of them are intel-specific, others apply in general.


Updated my old Web Toolkit page

Summary: Mention of an updated webpage that contains miscellaneous online tools, adding new features and a minimalistic responsive design.


LLMs can't count reliably - and that’s not a problem

Summary: LLMs can't reliably do math or counting on their own, but tool calling lets them delegate those tasks to external code or APIs, making them accurate without needing innate calculation skills.