Tech Minimalism
Author

Tech Minimalism

Simplicity is the most beautiful expression of technology.

43
Articles
0
Likes
2
Views
0
Comments
Recent Articles

Latest from Tech Minimalism

43 recent articles
Tech Minimalism
Tech Minimalism
Jan 21, 2026 · Artificial Intelligence

Why a Simple Bash For‑Loop Beats Complex Multi‑Agent Systems in Claude Code

The article explains how the Ralph loop, a minimalist bash for‑loop design introduced by Geoffrey Huntley, lets Claude Code repeatedly execute tasks until completion, offering a simpler, more reliable alternative to elaborate multi‑agent orchestrations for quantifiable, verifiable programming work.

AI automationClaude CodeRalph Loop
0 likes · 12 min read
Why a Simple Bash For‑Loop Beats Complex Multi‑Agent Systems in Claude Code
Tech Minimalism
Tech Minimalism
Jan 17, 2026 · Artificial Intelligence

Master OpenCode and Oh My OpenCode: The Ultimate Open‑Source AI Coding Assistant Guide

This guide walks you through installing and configuring OpenCode—a free, open‑source AI programming assistant supporting 75+ LLM providers—and its Oh My OpenCode plugin suite that adds specialized parallel agents, automatic model switching, and rich CLI commands, showing how they transform real‑world development workflows.

AI coding assistantCLI toolsLLM integration
0 likes · 15 min read
Master OpenCode and Oh My OpenCode: The Ultimate Open‑Source AI Coding Assistant Guide
Tech Minimalism
Tech Minimalism
Jan 14, 2026 · Artificial Intelligence

Build Custom Claude Code Plugins: A Complete Step‑by‑Step Guide

This article walks you through the entire process of creating Claude Code plugins—from understanding why plugins are needed, setting up the directory structure, writing commands, agents, skills, and hooks, to testing, debugging, advanced features, and publishing—providing concrete code examples, configuration files, and best‑practice recommendations.

AI assistantClaude CodeCustom Commands
0 likes · 19 min read
Build Custom Claude Code Plugins: A Complete Step‑by‑Step Guide
Tech Minimalism
Tech Minimalism
Jan 10, 2026 · Artificial Intelligence

How to Supercharge Claude Code with Full LSP Support – Complete Setup Guide

This guide explains how Claude Code’s new LSP feature, introduced in version 2.0.74, brings IDE‑grade code navigation, reference search, and real‑time diagnostics to the CLI, dramatically cutting symbol lookup from seconds to about 50 ms, and provides step‑by‑step configuration, language‑specific setup, advanced usage, and troubleshooting tips.

AI programmingClaude CodeIDE integration
0 likes · 23 min read
How to Supercharge Claude Code with Full LSP Support – Complete Setup Guide
Tech Minimalism
Tech Minimalism
Jan 8, 2026 · Artificial Intelligence

6 Must-Have Claude MCP Servers for Developers in 2025

This article evaluates the flood of Model Context Protocol (MCP) servers that have emerged since Anthropic released the protocol, defines clear criteria for selecting useful servers, and provides detailed installation steps, real‑world usage examples, and security best practices for six essential MCP servers that boost developer productivity.

AI assistantsClaudeIntegration
0 likes · 15 min read
6 Must-Have Claude MCP Servers for Developers in 2025
Tech Minimalism
Tech Minimalism
Dec 25, 2025 · Artificial Intelligence

Master Claude Skills from Scratch: A Clear, Step‑by‑Step Guide

This article explains how Claude Skills turn Claude into a domain‑specific assistant by packaging expertise, workflows, and resources into reusable modules, and walks readers through the design principles, progressive‑disclosure architecture, six‑step creation process, advanced patterns, deployment tips, and a full FAQ.

AIAgent DevelopmentClaude
0 likes · 22 min read
Master Claude Skills from Scratch: A Clear, Step‑by‑Step Guide
Tech Minimalism
Tech Minimalism
Dec 23, 2025 · Artificial Intelligence

From Solo Coding to a Dedicated Claude Code Sub‑Agent Team – Transform Your Development Workflow

The article explains how Claude Code sub‑agents turn a single AI assistant into a specialized, collaborative team—covering their core features, advantages, setup steps, and ten practical agents for code review, debugging, React, refactoring, DevOps, testing, database optimization, API design, security, and performance, with real‑world examples and performance gains.

AI subagentsClaude Codeautomation
0 likes · 23 min read
From Solo Coding to a Dedicated Claude Code Sub‑Agent Team – Transform Your Development Workflow
Tech Minimalism
Tech Minimalism
Dec 17, 2025 · Artificial Intelligence

Double Your Productivity: Advanced AI Programming Techniques and Universal Patterns

The article explains how AI programming hinges on context engineering and offers a complete system of documentation, planning, test‑driven incremental development, code review, version‑control discipline, multi‑instance collaboration, and debugging strategies that turn AI tools into powerful productivity amplifiers.

AI programmingContext Engineeringcode review
0 likes · 21 min read
Double Your Productivity: Advanced AI Programming Techniques and Universal Patterns