Articles tagged with: Development

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.


Updating a Django project from v2 to v6

Summary: Upgrading a long-neglected Django project turned out to be far smoother than expected, reinforcing the Django project's strong commitment to backward compatibility.


Book Review: The New Rules

Summary: A review of the book 'The New Rules - Developer's Guide to AI Era'.


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.


Experimenting with GitHub Copilot Pro in a Django Project

Summary: Hands-on account of testing GitHub Copilot Pro, Claude 4.5, and GitHub's new review tools by delegating a real Django feature implementation to the AI, with minimal manual coding.