Tagged articles
21 articles
Page 1 of 1
Architect
Architect
May 30, 2026 · Artificial Intelligence

Claude Code Self‑Repair Explained: Writing Error Feedback into the Harness

The article shows how to turn Claude Code’s occasional mistakes into a reliable feedback loop by using a CLAUDE.md entry file, Hooks, Permissions and Skills, so errors become visible, verifiable and can be written back into the harness for future runs.

AI agentsCLAUDE.mdClaude Code
0 likes · 22 min read
Claude Code Self‑Repair Explained: Writing Error Feedback into the Harness
Java Tech Enthusiast
Java Tech Enthusiast
May 29, 2026 · Artificial Intelligence

Interview Insight: Mastering CLAUDE.md Maintenance for Claude Code

This article explains what CLAUDE.md is, why overly long files hurt Claude Code, how to write concise, verifiable rules, organize them hierarchically, use /init and /memory commands, and provides a practical template, backed by community data and Anthropic documentation.

AI agent configurationBest PracticesCLAUDE.md
0 likes · 24 min read
Interview Insight: Mastering CLAUDE.md Maintenance for Claude Code
AI Engineer Programming
AI Engineer Programming
May 28, 2026 · Artificial Intelligence

Claude Code Best Practices and Getting Started Guide for Large Codebases

This guide explains how Claude Code can be deployed in massive monorepos, legacy systems, and distributed repositories, detailing navigation methods, the limits of RAG, the benefits of agentic search, and a five‑layer support system—including CLAUDE.md, hooks, skills, plugins, and MCP servers—to help teams of thousands achieve reliable AI‑assisted coding.

AI codingCLAUDE.mdClaude Code
0 likes · 18 min read
Claude Code Best Practices and Getting Started Guide for Large Codebases
Java Architect Essentials
Java Architect Essentials
May 24, 2026 · Artificial Intelligence

Set Up Claude Code in 30 Minutes: A Quick Guide to CLAUDE.md

This article explains what CLAUDE.md is, how Claude Code loads it across user, project and subdirectory levels, how to generate an initial file with the /init command, and provides best‑practice tips, continuous‑evolution advice, and a comparison with other AI coding tools.

AI coding assistantCLAUDE.mdClaude Code
0 likes · 11 min read
Set Up Claude Code in 30 Minutes: A Quick Guide to CLAUDE.md
IT Services Circle
IT Services Circle
May 22, 2026 · Artificial Intelligence

Interview Question: How Do You Maintain CLAUDE.md in Claude Code? My Honest Reply

The article explains what CLAUDE.md is, why it’s essential for Claude Code, how over‑filling it harms token efficiency, the principles of writing effective, verifiable rules, modular organization with path‑scoped files, and practical commands (/init, /memory) plus a ready‑to‑use template.

AI configurationCLAUDE.mdClaude Code
0 likes · 22 min read
Interview Question: How Do You Maintain CLAUDE.md in Claude Code? My Honest Reply
Architect
Architect
May 16, 2026 · Artificial Intelligence

Turning Massive Codebases into Agent‑Ready Workspaces with Claude Code

The article analyzes how Claude Code can operate reliably in monorepos and large codebases by reorganizing the repository into an agent‑friendly environment, detailing the seven‑step agentic loop, the role of CLAUDE.md, LSP navigation, Subagents, and a three‑layer architecture that balances context, execution, and governance.

AI agentsCLAUDE.mdClaude Code
0 likes · 30 min read
Turning Massive Codebases into Agent‑Ready Workspaces with Claude Code
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 14, 2026 · Artificial Intelligence

7 Advanced CLAUDE.md Tricks to Double Claude Code’s Effectiveness

This article presents seven advanced techniques for writing CLAUDE.md files—keeping them under 200 lines, optimizing the first 30 lines, separating hard rules from preferences, adding anti‑patterns, defining quality criteria, using progressive imports, and recursively scoping files—to maximize Claude Code’s productivity and reduce AI drift.

AI codingCLAUDE.mdClaude
0 likes · 7 min read
7 Advanced CLAUDE.md Tricks to Double Claude Code’s Effectiveness
Architect
Architect
May 11, 2026 · Artificial Intelligence

How CLAUDE.md Cut Claude Code Errors from 41% to 3% – What Really Changed?

The author reports a personal experiment where adding a concise CLAUDE.md file to 30 repositories reduced Claude Code's error rate from 41% to 3%, explains why such a tiny contract influences agent behavior, expands the original four Karpathy rules into twelve practical guidelines, and offers concrete advice on writing, structuring, and maintaining effective CLAUDE.md files.

AI agentsCLAUDE.mdClaude Code
0 likes · 23 min read
How CLAUDE.md Cut Claude Code Errors from 41% to 3% – What Really Changed?
java1234
java1234
May 7, 2026 · Artificial Intelligence

Why the Claude Code ‘CLAUDE.md’ Ruleset Earned Over 91K Stars

The article analyzes the forrestchang/andrej-karpathy-skills GitHub repository, whose CLAUDE.md file provides project‑level behavior rules for Claude Code, explains the four core principles, why it attracted more than 91 000 stars, how to integrate it, its trade‑offs, and suitable teams.

AI coding guidelinesCLAUDE.mdClaude Code
0 likes · 7 min read
Why the Claude Code ‘CLAUDE.md’ Ruleset Earned Over 91K Stars
IT Services Circle
IT Services Circle
May 5, 2026 · Artificial Intelligence

The 100k‑Star CLAUDE.md Rule File That Eliminates Common AI Coding Bad Habits

This article explains how a popular CLAUDE.md rule file with over 100 k stars introduces four concise principles—Think Before Coding, Simplicity First, Surgical Changes, and Goal‑Driven Execution—to curb AI coding agents' over‑assumptions, reduce unnecessary complexity, and improve code quality, along with installation instructions and user feedback.

AI coding assistantsCLAUDE.mdGitHub
0 likes · 5 min read
The 100k‑Star CLAUDE.md Rule File That Eliminates Common AI Coding Bad Habits
Java Tech Enthusiast
Java Tech Enthusiast
May 3, 2026 · Artificial Intelligence

How a 100k‑Star CLAUDE.md Rule File Eliminates Common AI Coding Bad Habits

The CLAUDE.md rule file, now with over 100k stars on GitHub, defines four concise principles that guide AI coding assistants like Claude Code and Cursor to think before coding, stay simple, make surgical changes, and execute goal‑driven verification, dramatically improving code quality and developer efficiency.

AI coding assistantCLAUDE.mdClaude
0 likes · 7 min read
How a 100k‑Star CLAUDE.md Rule File Eliminates Common AI Coding Bad Habits
AI Explorer
AI Explorer
May 1, 2026 · Artificial Intelligence

Boost AI Coding with Karpathy’s Four Principles in CLAUDE.md

The article presents Karpathy’s four “sins” of LLM coding and shows how a simple CLAUDE.md file implements four guiding principles—thinking before coding, simplicity, surgical edits, and goal‑driven execution—to make Claude Code produce cleaner, more reliable code, with easy installation and broad applicability.

AI programmingCLAUDE.mdClaude Code
0 likes · 7 min read
Boost AI Coding with Karpathy’s Four Principles in CLAUDE.md
James' Growth Diary
James' Growth Diary
Apr 18, 2026 · Artificial Intelligence

Inside Claude Code: What 510,000 Lines of TypeScript Reveal About AI Agent Architecture

The article dissects Anthropic's open‑source Claude Code—an AI coding agent built on half a million lines of TypeScript—by walking through its agent loop, tool registry, permission system, context‑window management, hierarchical CLAUDE.md configuration, and comparing its agent‑first design to IDE‑first tools like Cursor.

AI agentAgent LoopCLAUDE.md
0 likes · 20 min read
Inside Claude Code: What 510,000 Lines of TypeScript Reveal About AI Agent Architecture
James' Growth Diary
James' Growth Diary
Apr 17, 2026 · Artificial Intelligence

How to Encode Project Conventions into AI Memory with CLAUDE.md

This article explains why the .cursorrules file is limited, introduces the cross‑tool CLAUDE.md specification, shows its hierarchical structure, provides a complete Vue 3 + TypeScript example, and lists common pitfalls and best‑practice tips for keeping AI assistants aligned with project standards.

AI code assistanceCLAUDE.mdTypeScript
0 likes · 10 min read
How to Encode Project Conventions into AI Memory with CLAUDE.md
AI Explorer
AI Explorer
Apr 14, 2026 · Artificial Intelligence

Enhance Claude Code with Karpathy‑Inspired Optimization Guidelines

The article examines common pitfalls of AI coding assistants like Claude Code, then presents the Karpathy‑inspired CLAUDE.md project’s four guiding principles—think before coding, prioritize simplicity, make precise edits, and execute goal‑driven tests—to improve code quality, reduce unwanted changes, and streamline prompt engineering.

AI coding assistantCLAUDE.mdClaude Code
0 likes · 6 min read
Enhance Claude Code with Karpathy‑Inspired Optimization Guidelines
ShiZhen AI
ShiZhen AI
Mar 28, 2026 · Artificial Intelligence

Unlock Claude Code’s Hidden Power: Inside the .claude/ Folder

The article explains how the .claude/ directory serves as Claude Code’s control center—detailing its two‑level structure, the role of CLAUDE.md, rules, commands, skills, agents, and settings.json, and provides a step‑by‑step guide to configure and extend it for team and personal workflows.

CLAUDE.mdClaudeClaude Code
0 likes · 16 min read
Unlock Claude Code’s Hidden Power: Inside the .claude/ Folder
Top Architecture Tech Stack
Top Architecture Tech Stack
Mar 24, 2026 · Artificial Intelligence

Unlock Claude Code’s Full Potential: 5 Proven Practices to Cut Errors by 40%

This guide explains why most users only tap into 20% of Claude Code’s capabilities, then details five core practices—including a project‑level CLAUDE.md file, a four‑step Explore‑Plan‑Code‑Commit workflow, the Think tool, sub‑agent architecture, and MCP integration—that together reduce error rates by 40%, cut rework by 60%, and accelerate development by up to 30%.

AI development workflowBest PracticesCLAUDE.md
0 likes · 18 min read
Unlock Claude Code’s Full Potential: 5 Proven Practices to Cut Errors by 40%
o-ai.tech
o-ai.tech
Mar 20, 2026 · Fundamentals

Essential Guide to Writing CLAUDE.md for Claude Code

This article explains what CLAUDE.md is, why it matters, how to quickly create and trim it, the four mandatory sections, file locations, structuring tricks, and maintenance practices so you can keep project conventions and commands consistently across Claude sessions.

CLAUDE.mdClaudeDocumentation
0 likes · 4 min read
Essential Guide to Writing CLAUDE.md for Claude Code
AI Tech Publishing
AI Tech Publishing
Mar 12, 2026 · Artificial Intelligence

Why Context Engineering, Not Prompt Engineering, Is the Real Hard Work in the AI Era

The article reveals that while AI tools boost code output, they degrade quality, and that most failures stem from poor context management; it argues that true engineering effort lies in building structured, progressive context architectures—akin to infrastructure—using knowledge graphs, CLAUDE.md, and agent‑driven maintenance.

AI agentsAnthropicCLAUDE.md
0 likes · 14 min read
Why Context Engineering, Not Prompt Engineering, Is the Real Hard Work in the AI Era