Tech Minimalism
Author

Tech Minimalism

Simplicity is the most beautiful expression of technology.

50
Articles
0
Likes
52
Views
0
Comments
Recent Articles

Latest from Tech Minimalism

50 recent articles
Tech Minimalism
Tech Minimalism
May 20, 2026 · Artificial Intelligence

How Karpathy’s Markdown Wiki Redefines LLM Knowledge Management

The article examines the LLM Wiki concept introduced by Karpathy, explaining how a Markdown‑based wiki maintained outside the LLM context can persist and evolve model understanding, compares it with RAG, note‑taking tools and traditional knowledge bases, and outlines architectural components, risks, and practical guidelines.

AIKnowledge BaseLLM
0 likes · 14 min read
How Karpathy’s Markdown Wiki Redefines LLM Knowledge Management
Tech Minimalism
Tech Minimalism
May 16, 2026 · Artificial Intelligence

One‑page guide to the three RAG architectures: Classic, Graph, and Agentic

The article explains why plain large language models cannot answer internal company questions, introduces Retrieval‑Augmented Generation (RAG) as a solution, and compares three RAG variants—Classic, Graph, and Agentic—detailing their workflows, strengths, limitations, and how to choose the right one for a given problem.

Agentic RAGClassic RAGGraph RAG
0 likes · 17 min read
One‑page guide to the three RAG architectures: Classic, Graph, and Agentic
Tech Minimalism
Tech Minimalism
May 13, 2026 · Backend Development

Building a Local Code Knowledge Graph with code-review-graph for Claude Code

The article explains why AI coding tools need a persistent code map, describes how the open‑source code‑review‑graph parses a repository into a SQLite‑backed graph of functions, classes, imports and tests, and shows step‑by‑step how to expose this graph to Claude Code via MCP for faster, context‑aware code review.

Claude CodeMCPTree-sitter
0 likes · 17 min read
Building a Local Code Knowledge Graph with code-review-graph for Claude Code
Tech Minimalism
Tech Minimalism
May 7, 2026 · Artificial Intelligence

12 Reusable MCP Design Patterns for Production‑Grade Anthropic Agents

The article distills Anthropic’s production‑agent guidance into five groups of twelve concrete MCP patterns—covering tool surface design, interaction semantics, authentication, context economy, and packaging—explaining why each pattern matters, its trade‑offs, and how it helps build safe, stable, low‑cost agent integrations.

AIAnthropicDesign Patterns
0 likes · 22 min read
12 Reusable MCP Design Patterns for Production‑Grade Anthropic Agents
Tech Minimalism
Tech Minimalism
May 4, 2026 · Artificial Intelligence

How to Build an AI Agent Code Knowledge Base with GitNexus – Full Guide

GitNexus transforms a codebase into a pre‑computed knowledge graph—capturing dependencies, call chains, functional clusters, and execution flows—and exposes this structured context to AI agents via MCP, CLI, and Web UI, enabling accurate code understanding, impact analysis, safe refactoring, and seamless integration with tools like Claude Code, Cursor, and Codex.

AI code analysisCLIGitNexus
0 likes · 19 min read
How to Build an AI Agent Code Knowledge Base with GitNexus – Full Guide
Tech Minimalism
Tech Minimalism
Apr 25, 2026 · User Experience Design

8 Essential AI Agent Skills Every UI Designer Should Install

This guide lists eight AI‑powered agent skills for UI designers, explains why the installation order matters, provides concrete CLI commands and example workflows, and shows how these skills turn Claude Code from a code generator into a full‑featured design partner.

AI agentsClaude CodeFrontend
0 likes · 22 min read
8 Essential AI Agent Skills Every UI Designer Should Install
Tech Minimalism
Tech Minimalism
Apr 22, 2026 · Artificial Intelligence

14 Reusable Agent Skill Design Patterns from Anthropic’s Official Best Practices

Anthropic’s official skill authoring guide outlines fourteen reusable design patterns for Agent Skills—grouped into discovery & selection, context economy, instruction calibration, workflow control, and executable code—each with concrete examples, trade‑offs, and practical tips to help developers craft effective, token‑efficient Claude extensions.

AIAgent SkillsAnthropic
0 likes · 21 min read
14 Reusable Agent Skill Design Patterns from Anthropic’s Official Best Practices
Tech Minimalism
Tech Minimalism
Apr 18, 2026 · Artificial Intelligence

Build a Reliable AI Coding Environment with Claude Code Hooks – A Complete Developer Guide

This guide explains how Claude Code’s probabilistic nature can lead to missed actions and shows how deterministic Claude Code Hooks—command, HTTP, prompt, and agent types—provide reliable pre‑, post‑, and permission‑stage controls, with detailed configuration examples, troubleshooting tips, and CI/CD integration.

AI hooksClaude CodeDevOps
0 likes · 27 min read
Build a Reliable AI Coding Environment with Claude Code Hooks – A Complete Developer Guide