<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Aridane Martín — Blog</title><description>Practical articles on AI coding tools, developer productivity, terminal workflows, and software craftsmanship.</description><link>https://aridanemartin.dev/</link><language>en</language><item><title>Model Fusion: More Agents, Better Answers?</title><link>https://aridanemartin.dev/blog/model-fusion-more-agents-better-answers/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/model-fusion-more-agents-better-answers/</guid><description>Model routing, model fusion and subagent juries are three different things. This is the hands-on version: 12 orchestration patterns, one diagram each, copy-paste prompts, and the failure modes that make five agreeing agents worthless.</description><pubDate>Thu, 27 Aug 2026 00:00:00 GMT</pubDate></item><item><title>How to Orchestrate Multiple AI Agents with Orca </title><link>https://aridanemartin.dev/blog/orca-orchestrate-agents/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/orca-orchestrate-agents/</guid><description>Orca runs Claude Code, Codex and OpenCode in isolated git worktrees. Its orchestration skill adds the missing layer: one coordinator agent that dispatches work, waits for results, and pings your phone when it needs a decision.</description><pubDate>Sun, 23 Aug 2026 00:00:00 GMT</pubDate></item><item><title>PRD vs ADR vs RFC: The Documents Every Engineer Should Know</title><link>https://aridanemartin.dev/blog/prd-adr-rfc-decision-documents/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/prd-adr-rfc-decision-documents/</guid><description>PRDs, ADRs, and RFCs each answer a different question about what you&apos;re building. Learn what each document is for, best practices for writing them, and a side-by-side table of their characteristics.</description><pubDate>Sun, 09 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Agentic Design Patterns: When One LLM Call Isn&apos;t Enough</title><link>https://aridanemartin.dev/blog/agentic-design-patterns/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/agentic-design-patterns/</guid><description>A practical, framework-agnostic guide to agentic design patterns - prompt chaining, routing, parallelization, orchestrator–workers, evaluator–optimizer, and ReAct grounded in Anthropic&apos;s Building Effective Agents, with when-to-use rules and diagrams.</description><pubDate>Mon, 27 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Conversation Compaction: Keep Long-Running Agents on Track</title><link>https://aridanemartin.dev/blog/conversation-compaction-techniques/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/conversation-compaction-techniques/</guid><description>A practical guide to conversation compaction for AI agents: trimming, rolling summaries, structured state, retrieval, prompt compression, and the failure modes that quietly break long-running tasks.</description><pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Karpathy’s Four Recommendation Rules for a Better AGENTS.md</title><link>https://aridanemartin.dev/blog/karpathy-4-lines-claude-md/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/karpathy-4-lines-claude-md/</guid><description>Andrej Karpathy&apos;s four principles for AGENTS.md — Think Before Coding, Simplicity First, Surgical Changes, Goal-Driven Execution — became a 179k-star GitHub repo. Here&apos;s what they are and why they work.</description><pubDate>Fri, 19 Jun 2026 00:00:00 GMT</pubDate></item><item><title>4 design skills that improved my UIs</title><link>https://aridanemartin.dev/blog/design-skills-for-developers/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/design-skills-for-developers/</guid><description>Anthropic&apos;s frontend-design, Emil Kowalski&apos;s design skill, Taste Skill, and Impeccable give AI agents the taste to ship interfaces that actually stand out.</description><pubDate>Sun, 31 May 2026 00:00:00 GMT</pubDate></item><item><title>What Is a Claude Code Plugin?</title><link>https://aridanemartin.dev/blog/what-is-a-claude-plugin/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/what-is-a-claude-plugin/</guid><description>Claude Code plugins extend your agent with skills, agents, hooks, and MCP servers — packaged and distributed through marketplaces. Here&apos;s how they work and how to use them.</description><pubDate>Sun, 17 May 2026 00:00:00 GMT</pubDate></item><item><title>Superpowers: Stop Claude From Vibe Coding</title><link>https://aridanemartin.dev/blog/superpowers-plugin-claude-code/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/superpowers-plugin-claude-code/</guid><description>Superpowers is an open-source plugin that injects structured development skills — TDD, debugging, planning, code review — into Claude Code and other AI agents. Here&apos;s how it works.</description><pubDate>Sat, 16 May 2026 00:00:00 GMT</pubDate></item><item><title>Git Worktrees: Stop Being Afraid of Them</title><link>https://aridanemartin.dev/blog/git-worktrees-ai-agents/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/git-worktrees-ai-agents/</guid><description>Git worktrees let you check out multiple branches simultaneously in separate directories. For AI agents running in parallel, they&apos;re not a nice-to-have — they&apos;re the only way to avoid chaos.</description><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate></item><item><title>What is Harness Engineering?</title><link>https://aridanemartin.dev/blog/harness-engineering/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/harness-engineering/</guid><description>Harness engineering is the complete environment you build around an AI model — tools, constraints, feedback loops, and context. Learn what it is, how it differs from prompt and context engineering, and how to start building one.</description><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate></item><item><title>10 Tools to Stop Burning Your Claude Code Tokens</title><link>https://aridanemartin.dev/blog/stop-burning-your-claude-tokens/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/stop-burning-your-claude-tokens/</guid><description>A hands-on guide to 10 tools that cut Claude Code token usage by 40–98%. Covers installation, usage, and when to use each one.</description><pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate></item><item><title>RTK 101: Cut Your Claude Token Usage by 80%</title><link>https://aridanemartin.dev/blog/rtk-101-claude-token-savings/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/rtk-101-claude-token-savings/</guid><description>A hands-on guide to installing RTK, wiring it to Claude Code in minutes, and immediately slashing the token cost of every git, test, and file command you run.</description><pubDate>Tue, 24 Mar 2026 00:00:00 GMT</pubDate></item><item><title>AGENTS.md, Instructions, and Path-Specific Rules</title><link>https://aridanemartin.dev/blog/ai-context-layers-architecture/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/ai-context-layers-architecture/</guid><description>Most teams are not bad at giving AI context. They&apos;re bad at putting the right context in the right layer. Here&apos;s a practical, architecture-aware framework for AGENTS.md, repo-wide instructions, and path-specific overrides.</description><pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Spec-Driven Development and GitHub Spec Kit</title><link>https://aridanemartin.dev/blog/spec-driven-development-github-spec-kit/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/spec-driven-development-github-spec-kit/</guid><description>Spec-driven development is the antidote to vibe coding. Learn what it is, how GitHub&apos;s Spec Kit operationalizes it with slash commands and artifacts, and whether it&apos;s worth the overhead.</description><pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Copilot Hooks Preview: Master lifecycle control over your AI agent</title><link>https://aridanemartin.dev/blog/vscode-copilot-hooks/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/vscode-copilot-hooks/</guid><description>Learn how VS Code Copilot hooks let you run shell commands at key agent lifecycle points — block dangerous operations, auto-format code, inject context, and build audit trails.</description><pubDate>Sat, 21 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Getting Started with WebMCP: Expose Your Website to AI Agents</title><link>https://aridanemartin.dev/blog/getting-started-with-webmcp/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/getting-started-with-webmcp/</guid><description>Learn how to use WebMCP to expose structured tools from your website to in-browser AI agents. Set up Chrome Canary, implement declarative and imperative APIs, and build agent-aware forms — no MCP server required.</description><pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Agent Skills Part 2: Patterns, Architecture &amp; Tooling</title><link>https://aridanemartin.dev/blog/agent-skills-best-practices-patterns-use-cases/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/agent-skills-best-practices-patterns-use-cases/</guid><description>Deep dive into Agent Skills best practices, real-world patterns, editor conventions, npm-like installation workflows, and security considerations for building production-ready AI workflows.</description><pubDate>Sun, 18 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Agent Skills Part 1: Getting Started with SKILL.md</title><link>https://aridanemartin.dev/blog/agent-skills-getting-started/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/agent-skills-getting-started/</guid><description>Learn the fundamentals of Agent Skills — how SKILL.md files work, the progressive disclosure model, and when to use skills vs. rules for your AI coding assistant.</description><pubDate>Thu, 15 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Beginner&apos;s Guide to Prompt Files in VS Code</title><link>https://aridanemartin.dev/blog/vscode-prompt-files-in-vscode/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/vscode-prompt-files-in-vscode/</guid><description>Learn how to create and execute custom prompts in VS Code using the .github/prompts folder for faster, more consistent AI interactions.</description><pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Enhance your Terminal Productivity</title><link>https://aridanemartin.dev/blog/enhance-your-terminal-productivity/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/enhance-your-terminal-productivity/</guid><description>Master terminal productivity with keyboard shortcuts, aliases, and automation. Learn why the mouse doesn&apos;t belong in your terminal and how to work efficiently.</description><pubDate>Sat, 22 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Desktop Flow for Developers</title><link>https://aridanemartin.dev/blog/desktop-flow-for-developers/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/desktop-flow-for-developers/</guid><description>Master efficient window management with Rectangle, Raycast, and AltTab. Transform your desktop workflow from dragging windows to instant alignment and navigation.</description><pubDate>Wed, 15 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Create your first Copilot Agent with full context</title><link>https://aridanemartin.dev/blog/create-your-first-copilot-agent-with-full-context/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/create-your-first-copilot-agent-with-full-context/</guid><description>Learn how to create AI agents that understand your entire codebase using Repomix and GitHub Copilot. Build intelligent assistants for your development team.</description><pubDate>Mon, 13 Oct 2025 00:00:00 GMT</pubDate></item><item><title>GitHub Copilot Prompting Strategies</title><link>https://aridanemartin.dev/blog/github-copilot-prompting-strategies/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/github-copilot-prompting-strategies/</guid><description>Master GitHub Copilot with strategic prompting and context management. Learn how to guide AI assistance effectively and make Copilot work for you and not against you.</description><pubDate>Fri, 10 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Rethink your VSCode Shortcuts &amp; Snippets! 🤔</title><link>https://aridanemartin.dev/blog/rethink-your-vscode-shortcuts-and-snippets/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/rethink-your-vscode-shortcuts-and-snippets/</guid><description>Master VSCode shortcuts and build muscle memory for efficient coding. Learn essential shortcuts, customization techniques, and how to think in actions, not keys.</description><pubDate>Sat, 04 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Surf through your codebase with precision</title><link>https://aridanemartin.dev/blog/surf-through-your-codebase-with-precision/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/surf-through-your-codebase-with-precision/</guid><description>Master VSCode navigation with precision. Learn to move between editor zones, manage tabs efficiently, and navigate files like a pro developer.</description><pubDate>Fri, 03 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Common Mistakes When Using GitHub Copilot</title><link>https://aridanemartin.dev/blog/common-mistakes-when-using-github-copilot/</link><guid isPermaLink="true">https://aridanemartin.dev/blog/common-mistakes-when-using-github-copilot/</guid><description>Avoid these common pitfalls when using GitHub Copilot. Learn how to write better prompts, review AI suggestions critically, and iterate effectively for better code quality.</description><pubDate>Thu, 02 Oct 2025 00:00:00 GMT</pubDate></item></channel></rss>