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
Mar 19, 2026 · Backend Development

Why Bun Beats npm and Node: A Deep Dive into Its Speed and Built‑in Tools

This article examines how Bun’s ultra‑fast package manager, integrated JavaScript runtime, native test runner, and built‑in database/S3 client together deliver a faster, lighter, and more streamlined development experience compared to traditional Node.js and npm workflows.

Backend DevelopmentBunJavaScript runtime
0 likes · 8 min read
Why Bun Beats npm and Node: A Deep Dive into Its Speed and Built‑in Tools
Code Mala Tang
Code Mala Tang
Mar 12, 2026 · Artificial Intelligence

Getting Started with OpenCode: Terminal‑First AI Coding Assistant

This guide walks you through installing, configuring, and using OpenCode—a terminal‑first, open‑source AI coding agent—covering CLI commands, provider authentication, headless server mode, SDK integration, sample workflows, and a minimal JSONC configuration for seamless AI‑driven development.

AI coding assistantCLIDeveloper tools
0 likes · 11 min read
Getting Started with OpenCode: Terminal‑First AI Coding Assistant
Code Mala Tang
Code Mala Tang
Mar 10, 2026 · Artificial Intelligence

What Is the “Lobster” AI Agent Trend and How Does It Work?

The “lobster” style in the AI community describes long‑running AI agents that stay on a server, receive commands via chat tools, and automate tasks such as code fixing, CI repair, and information summarization, turning AI from a occasional assistant into a continuous digital worker.

AI AgentsChatOpsLong-running AI
0 likes · 6 min read
What Is the “Lobster” AI Agent Trend and How Does It Work?
Code Mala Tang
Code Mala Tang
Mar 10, 2026 · Artificial Intelligence

Why Chinese Tech Giants Are Racing to ‘Raise Lobsters’ with OpenClaw AI

In early 2026, the Chinese AI community was swept by the OpenClaw "lobster" phenomenon, prompting major cloud providers and tech firms to launch services that turn idle compute into revenue, battle for next‑generation interaction points, and ride policy‑driven hype, while exposing significant cost, security, and regulatory risks.

AIChinaCloud Computing
0 likes · 7 min read
Why Chinese Tech Giants Are Racing to ‘Raise Lobsters’ with OpenClaw AI
Code Mala Tang
Code Mala Tang
Mar 9, 2026 · Artificial Intelligence

How Claude’s New Prompt Caching Cuts Token Costs by 90% for Long‑Running Agents

Claude’s API now automatically caches static parts of prompts—system instructions, tool definitions, and context—so repeated calls reuse these sections at only 10% of the standard token price, dramatically reducing costs for multi‑turn agents, but developers must manage prefixes and avoid cache‑breaking changes.

Claude APILLM EngineeringPrompt Caching
0 likes · 15 min read
How Claude’s New Prompt Caching Cuts Token Costs by 90% for Long‑Running Agents
Code Mala Tang
Code Mala Tang
Mar 8, 2026 · Fundamentals

Essential Python 2 vs 3 Differences Every Developer Must Know

Although Python 2 is officially deprecated, many legacy systems still use it, so understanding the key syntax, arithmetic, string handling, loop constructs, exception syntax, input functions, dictionary iteration, and library support differences between Python 2 and Python 3 is crucial for maintaining and migrating code.

LegacyMigrationProgramming
0 likes · 9 min read
Essential Python 2 vs 3 Differences Every Developer Must Know
Code Mala Tang
Code Mala Tang
Mar 8, 2026 · Artificial Intelligence

Transform Claude Coding with Claude.md: A Structured Workflow Blueprint

This guide explains how the Claude.md (or agent.md) file lets you embed disciplined engineering rules—planning, validation, sub‑agents, self‑improvement loops, and autonomous error fixing—into Claude interactions, dramatically improving code quality and reliability for serious development projects.

AI codingClaudeLLM workflow
0 likes · 15 min read
Transform Claude Coding with Claude.md: A Structured Workflow Blueprint
Code Mala Tang
Code Mala Tang
Mar 7, 2026 · Frontend Development

How AI Can Safely Augment React Code Reviews Without Replacing Human Judgment

The article examines which parts of a React code review can be reliably automated by AI—such as detecting missing dependencies, unused variables, and test gaps—while emphasizing that architectural decisions, state‑management trade‑offs, and performance reasoning must remain under human control.

AI code reviewcode qualityfrontend best practices
0 likes · 9 min read
How AI Can Safely Augment React Code Reviews Without Replacing Human Judgment
Code Mala Tang
Code Mala Tang
Mar 5, 2026 · Artificial Intelligence

Master YOLOv12: A Step‑by‑Step Guide to Build, Train, and Deploy Custom Models

This tutorial walks readers through the fundamentals of YOLOv12, covering model variants, dataset preparation with Roboflow, optional FlashAttention acceleration, installation, model selection, training commands, post‑training tasks such as tracking, validation, inference, exporting to ONNX, and benchmarking, all with concrete code snippets and practical tips.

FlashAttentionModel TrainingPython
0 likes · 8 min read
Master YOLOv12: A Step‑by‑Step Guide to Build, Train, and Deploy Custom Models