Articles tagged with: Tools

One workflow across Claude Code, Copilot, and local models

Summary: My current unified agentic workflow, where Claude Code, Copilot, and local models act as interchangeable executors, driven by a shared configuration and centered around VS Code as the review surface.


Recent book purchases: x86 Assembly and Go

Summary: Two recent book acquisitions: one about 80X86 Assembly Language, and the other about creating CLI tools in Go.


Coding Is No Longer My Main Skill

Summary: How Agentic AI has already changed the way I build software.


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.