Tagged articles

Tool Permissions

5 articles · Page 1 of 1
Data Party THU
Data Party THU
Jun 15, 2026 · Artificial Intelligence

Why Claude Code Uses Exactly 12 Agent Design Patterns—and How to Apply Them

The article breaks down Claude Code's twelve agent design patterns—grouped into memory, workflow, tool‑permission, and automation categories—explaining the architectural pain points each solves, when to use them, signs of over‑design, and provides concrete Python implementations and trade‑off analyses.

Agent Design PatternsClaude CodeMemory Management
0 likes · 22 min read
Why Claude Code Uses Exactly 12 Agent Design Patterns—and How to Apply Them
Data STUDIO
Data STUDIO
Jun 5, 2026 · Artificial Intelligence

12 Reusable Agentic Harness Patterns: When to Use and Avoid Over‑Design

The article breaks down twelve reusable Agentic Harness design patterns extracted from Claude Code, grouping them into memory, workflow, tool‑permission, and automation categories, explains the architectural pain points each solves, shows when to apply or over‑engineer them, and provides concrete Python implementations.

Agentic HarnessMemory ManagementPython
0 likes · 21 min read
12 Reusable Agentic Harness Patterns: When to Use and Avoid Over‑Design
Ubiquitous Tech
Ubiquitous Tech
May 5, 2026 · Artificial Intelligence

12 Reusable Agentic Harness Design Patterns from Claude Code

The article analyzes twelve reusable Agentic Harness design patterns extracted from the Claude Code leak, grouping them into memory & context, workflow & orchestration, tools & permissions, and automation dimensions, and explains each pattern's purpose, scenarios, and trade‑offs.

AI agentsAgentic HarnessClaude Code
0 likes · 15 min read
12 Reusable Agentic Harness Design Patterns from Claude Code
AI Tech Publishing
AI Tech Publishing
Apr 14, 2026 · Artificial Intelligence

12 Harness Design Patterns from Claude Code: Memory, Workflow, Tools, and Automation

The article dissects twelve concrete harness design patterns uncovered in the leaked Claude Code source, organized into four categories—memory & context, workflow & orchestration, tools & permissions, and automation—detailing their use cases, trade‑offs, and implementation costs for building production‑grade AI agents.

Agent designClaude CodeMemory Management
0 likes · 14 min read
12 Harness Design Patterns from Claude Code: Memory, Workflow, Tools, and Automation
Tech Minimalism
Tech Minimalism
Apr 8, 2026 · Artificial Intelligence

From One LLM Call to Working Code: Inside Claude Code’s Agent Harness

This article dissects Claude Code’s open‑source leak, walking through each stage from user input to the agent delivering executable code, revealing how a single LLM invocation is wrapped by a meticulously engineered Agent Harness that manages context, tool permissions, concurrency, planning, and error recovery.

Agent HarnessClaude CodeContext Management
0 likes · 34 min read
From One LLM Call to Working Code: Inside Claude Code’s Agent Harness