Code Mala Tang
Author

Code Mala Tang

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

451
Articles
0
Likes
1.4k
Views
0
Comments
Recent Articles

Latest from Code Mala Tang

100 recent articles max
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.

AIAutomationProduct Design
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.

AIDesignVibe 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.

GhosttyInstallationcustomization
0 likes · 4 min read
Master Ghostty: Install and Customize the New Mac Terminal Tool
Code Mala Tang
Code Mala Tang
Apr 22, 2026 · Artificial Intelligence

How LeWorldModel Achieves Stable End‑to‑End World Modeling with Just Two Losses

LeWorldModel, a 2026 JEPA‑based world model introduced by Yann LeCun and collaborators, solves representation collapse with a minimalist two‑loss objective, delivering a 15‑million‑parameter system that trains in hours, runs 48× faster than prior baselines, and reaches near‑SOTA performance on robot control benchmarks.

JEPARoboticsdeep learning
0 likes · 6 min read
How LeWorldModel Achieves Stable End‑to‑End World Modeling with Just Two Losses
Code Mala Tang
Code Mala Tang
Apr 21, 2026 · Artificial Intelligence

Turn a Simple AGENTS.md into a Senior Engineer’s Playbook for AI Coding Assistants

AGENTS.md is a concise, project‑root file that guides AI coding assistants like Claude Code, Codex, and Cursor to behave like senior engineers by enforcing non‑negotiable rules, minimal changes, verification‑first execution, and clear communication, all distilled from Karpathy’s failure principles and Boris Cherny’s workflow.

AI coding agentsAgentic AILLM best practices
0 likes · 22 min read
Turn a Simple AGENTS.md into a Senior Engineer’s Playbook for AI Coding Assistants