Code Mala Tang
Author

Code Mala Tang

Read source code together, write articles together, and enjoy spicy hot pot together.

493
Articles
0
Likes
2.2k
Views
0
Comments
Recent Articles

Latest from Code Mala Tang

100 recent articles max
Code Mala Tang
Code Mala Tang
Jun 6, 2026 · Fundamentals

Stop Using Conventional Commits: Why Scope, Not Type, Should Lead Git Messages

The article argues that Conventional Commits is a harmful anti‑pattern because it puts the optional type before the far more important scope, promises automatic changelogs and version bumps that don’t work, and proposes the proven scoped‑commit format used by Linux, Git, Go and others.

Gitcommit-messageconventional-commits
0 likes · 13 min read
Stop Using Conventional Commits: Why Scope, Not Type, Should Lead Git Messages
Code Mala Tang
Code Mala Tang
Jun 6, 2026 · Operations

How lowfat Cuts 91% of Command‑Line Noise Before Feeding LLMs

lowfat, a 289‑star Rust CLI tool, strips unnecessary prompts, help text, and formatting from command‑line outputs—reducing token counts by up to 97% (e.g., git log from 3350 to ~100 tokens)—and integrates with Claude Code, Shell, and OpenCode to save AI‑agent token costs.

AI AgentsCLILLM
0 likes · 9 min read
How lowfat Cuts 91% of Command‑Line Noise Before Feeding LLMs
Code Mala Tang
Code Mala Tang
Jun 6, 2026 · Fundamentals

Jujutsu v0.42.0 Release: How Far Has the Git Alternative Advanced?

Jujutsu v0.42.0, a Rust‑written Git alternative with 29K stars, introduces a new memory allocator, change‑ID‑based fetch rebase, and several usability enhancements, while its design choices—working copy as a commit, full operation log, first‑class conflict handling, and Git compatibility—address long‑standing Git pain points.

Git AlternativeJujutsuOperation Log
0 likes · 8 min read
Jujutsu v0.42.0 Release: How Far Has the Git Alternative Advanced?
Code Mala Tang
Code Mala Tang
Jun 5, 2026 · Artificial Intelligence

Inside Anthropic’s Superpowers Brainstorming: Enforcing Design Gates to Stop AI from Jumping Straight to Code

The article dissects Anthropic’s Superpowers brainstorming skill, showing how its HARD‑GATE, YAGNI‑first, and double‑review mechanisms force a design‑then‑plan‑then‑implement workflow that curbs AI’s tendency to code without proper clarification, ultimately reducing rework and improving delivery quality.

AI coding workflowAnthropicPrompt Engineering
0 likes · 13 min read
Inside Anthropic’s Superpowers Brainstorming: Enforcing Design Gates to Stop AI from Jumping Straight to Code
Code Mala Tang
Code Mala Tang
Jun 5, 2026 · Artificial Intelligence

10 High‑Star Claude Code & Codex GitHub Repos That Supercharge Your Coding Efficiency

After battling nightly bugs, the author screened over a hundred Claude Code/Codex repositories, tested each, and curated ten high‑star GitHub projects—detailing their core value, pain points solved, ideal scenarios, installation steps, and star counts—to dramatically boost AI‑assisted coding productivity.

AI coding assistantsClaude CodeCodex
0 likes · 16 min read
10 High‑Star Claude Code & Codex GitHub Repos That Supercharge Your Coding Efficiency
Code Mala Tang
Code Mala Tang
Jun 5, 2026 · Artificial Intelligence

How Claude Code’s Folder‑Based Memory Boosts Performance by 39%

Claude Code achieves a 39% performance gain in long‑term memory for LLM agents by replacing complex vector stores and graph databases with a simple folder of markdown files, leveraging context editing and tool calls that reduce token usage by 84% while keeping memory transparent and version‑controlled.

AnthropicClaude CodeLLM memory
0 likes · 11 min read
How Claude Code’s Folder‑Based Memory Boosts Performance by 39%
Code Mala Tang
Code Mala Tang
Jun 5, 2026 · Artificial Intelligence

Dynamic Workflows Beyond Coding: Integrating It with Obsidian for a Smarter Second Brain

The article examines Anthropic's Dynamic Workflows—Claude Code's latest agent‑scheduling update—showing how the author wired it into an Obsidian vault, solved classic sub‑agent issues, and demonstrated three concrete use cases (session analysis, diary mining, and video idea extraction) while offering practical workflow patterns and a recommendation to embed workflows inside skills.

AI automationAgent SchedulingAnthropic
0 likes · 12 min read
Dynamic Workflows Beyond Coding: Integrating It with Obsidian for a Smarter Second Brain
Code Mala Tang
Code Mala Tang
Jun 3, 2026 · Artificial Intelligence

How Claude Projects and Skills Let AI Remember Your Work Style

The article explains how repeatedly rewriting prompts wastes time, then shows step‑by‑step how Claude Projects store shared context and Skills encapsulate reusable workflows, providing concrete examples and five ready‑made Skills that cut routine tasks from minutes to seconds and turn Claude into a personalized, memory‑enabled assistant.

AI workflowClaudeProjects
0 likes · 11 min read
How Claude Projects and Skills Let AI Remember Your Work Style