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
Apr 29, 2026 · Artificial Intelligence

What Exactly Does Claude Code Send When You Type “Hello”?

The article walks through configuring a custom model in Claude Code, installing the claude‑tap plugin, launching the tool, sending the message “Hello”, and then dissecting the resulting request to reveal token counts, latency, tool list, system prompts, message payload, and a lingering cache issue.

AI modelClaude CodeLing-2.6-flash
0 likes · 6 min read
What Exactly Does Claude Code Send When You Type “Hello”?
Code Mala Tang
Code Mala Tang
Apr 28, 2026 · Backend Development

Redis No Longer Dominates: Discover the Best Python Caching Alternatives

A benchmark of Redis, Memcached, DragonflyDB, and Cashews using the same FastAPI workload reveals that Redis falls behind on latency, throughput, and memory efficiency, while DragonflyDB and Cashews offer superior performance and developer experience for Python caching.

CachingCashewsDragonflyDB
0 likes · 11 min read
Redis No Longer Dominates: Discover the Best Python Caching Alternatives
Code Mala Tang
Code Mala Tang
Apr 28, 2026 · Operations

How Sub‑Agents Keep Claude Code Sessions Clean

Long Claude Code sessions quickly become noisy as every grep, find, and ls call stays in the main context, but using sub‑agents—including the built‑in Explore and Plan agents and the CLAUDE_CODE_FORK_SUBAGENT flag—isolates work, returns only concise summaries, and lets you monitor activity with a context‑timeline hook.

Claude CodeExplorePlan
0 likes · 7 min read
How Sub‑Agents Keep Claude Code Sessions Clean
Code Mala Tang
Code Mala Tang
Apr 26, 2026 · Industry Insights

When Should AI Take Over Reading? Defining the Limits of Automation

The author reflects on automating reading with AI, distinguishing information gathering from thinking exercises, and proposes a three‑question framework to decide when automation adds value versus when personal reading is essential, ultimately choosing to limit AI to pre‑ and post‑reading tasks.

AIProduct Designautomation
0 likes · 6 min read
When Should AI Take Over Reading? Defining the Limits of Automation
Code Mala Tang
Code Mala Tang
Apr 25, 2026 · Artificial Intelligence

Why Claude Feels Nerfed Without a Formal Downgrade: A Deep Dive into System‑Level Performance Changes

The article examines the recent Claude performance controversy, showing that engineering adjustments to inference parameters, cache handling, and system prompts rewrote the model’s behavior, making it answer faster but think shallower, leading users to perceive a degradation despite no official model downgrade.

AICacheClaude
0 likes · 14 min read
Why Claude Feels Nerfed Without a Formal Downgrade: A Deep Dive into System‑Level Performance Changes
Code Mala Tang
Code Mala Tang
Apr 23, 2026 · User Experience Design

Why a Running Demo Doesn’t Equal Deliverable: Rethinking Design Skills in the AI Era

AI‑powered coding tools let designers turn ideas into runnable demos instantly, but true deliverables require clear problem definition, state coverage, error handling, maintainability, and production stability, prompting a shift toward expressive, validation, and delivery coding while emphasizing engineering understanding and robust design systems.

AIEngineeringVibe Coding
0 likes · 15 min read
Why a Running Demo Doesn’t Equal Deliverable: Rethinking Design Skills in the AI Era
Code Mala Tang
Code Mala Tang
Apr 22, 2026 · Operations

Master Ghostty: Install and Customize the New Mac Terminal Tool

This guide walks you through installing Ghostty on macOS, adjusting security settings, using Homebrew or direct download, customizing themes, fonts, and window behavior, and leveraging its keyboard shortcuts for split panes, providing a modern, powerful alternative to the default Terminal.

CustomizationInstallationghostty
0 likes · 4 min read
Master Ghostty: Install and Customize the New Mac Terminal Tool