Code Mala Tang
Author

Code Mala Tang

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

468
Articles
0
Likes
1.7k
Views
0
Comments
Recent Articles

Latest from Code Mala Tang

100 recent articles max
Code Mala Tang
Code Mala Tang
May 31, 2026 · Artificial Intelligence

Can Four Sub‑Agents Ship a Feature Overnight? A Deep Dive into the 4‑Agent Pipeline vs Superpowers

The article compares zodchiii's minimalist four‑sub‑agent pipeline with the Superpowers skill‑driven approach, examining context isolation, handoff files, model allocation, testing discipline, review rules, learning curve, and suitability, and concludes with a hybrid recommendation for reliable feature delivery.

AI agentsClaude CodeSuperpowers
0 likes · 14 min read
Can Four Sub‑Agents Ship a Feature Overnight? A Deep Dive into the 4‑Agent Pipeline vs Superpowers
Code Mala Tang
Code Mala Tang
May 29, 2026 · Artificial Intelligence

How Claude Code’s Dynamic Workflows Scripted a 750k‑line Rust Migration

Claude Code’s Dynamic Workflows let the model generate a JavaScript orchestration script that runs locally, enabling massive parallel sub‑agents for tasks like the 750 k‑line Rust migration of Bun, while outlining its architecture, limits, comparison with Agent Teams, and practical usage patterns.

AI agentsBunClaude Code
0 likes · 32 min read
How Claude Code’s Dynamic Workflows Scripted a 750k‑line Rust Migration
Code Mala Tang
Code Mala Tang
May 28, 2026 · Backend Development

Why MCP’s New Stateless Design Eliminates Session Stores and Handshakes

Version 2026‑07‑28 of the MCP protocol rewrites the spec to be stateless, removing the initialize handshake and session‑ID header, enabling simple round‑robin routing, client‑side caching, unified tracing, and new extensions, while outlining migration challenges and operational benefits.

HTTP routingMCPOAuth
0 likes · 10 min read
Why MCP’s New Stateless Design Eliminates Session Stores and Handshakes
Code Mala Tang
Code Mala Tang
May 28, 2026 · Artificial Intelligence

When Claude Skills Need Determinism, Use Skillflows

The article analyzes Claude's natural‑language SKILL.md approach, highlights its flexibility and nondeterminism, and explains how adding a declarative skillflow.json graph enforces deterministic execution, auditability, lower token cost, and better consistency for high‑frequency, compliance‑critical tasks.

ClaudeLLM agentsSkillflows
0 likes · 11 min read
When Claude Skills Need Determinism, Use Skillflows
Code Mala Tang
Code Mala Tang
May 27, 2026 · Artificial Intelligence

8 Patterns to Make Claude Code Work in Enterprise-Scale Monorepos

The article outlines eight practical patterns—Context Cascade, Repo Map, Noise Filter, Symbol Lookup, Just-in-Time Skill, Scoped Skill, Scout Subagent, and Search-as-a-Tool—that enable Claude Code to efficiently navigate and operate within large, multi-team monorepos by providing structured entry points, filtering noise, leveraging language servers, and integrating existing knowledge systems.

AI assistantClaude Codedevelopment tools
0 likes · 11 min read
8 Patterns to Make Claude Code Work in Enterprise-Scale Monorepos
Code Mala Tang
Code Mala Tang
May 27, 2026 · Industry Insights

12 Bold Assertions on How AI Is Redefining Software

Thorsten Ball outlines twelve decisive observations about the AI era, arguing that abundant code, the rise of autonomous agents, shifting bottlenecks, and new value drivers will fundamentally rewrite software development, organization, and engineer roles.

AIagentsindustry transformation
0 likes · 10 min read
12 Bold Assertions on How AI Is Redefining Software
Code Mala Tang
Code Mala Tang
May 26, 2026 · Information Security

Claude Code Now Detects Security Flaws While You Write: Anthropic’s Three‑Layer Security‑Guidance Plugin

Anthropic’s security‑guidance plugin adds three progressive layers of automated security checks—instant string‑pattern matching, end‑of‑turn diff review, and deep commit‑time analysis—to Claude Code, letting the AI catch and fix common vulnerabilities as you code without blocking your workflow.

AI coding assistantAnthropicClaude Code
0 likes · 15 min read
Claude Code Now Detects Security Flaws While You Write: Anthropic’s Three‑Layer Security‑Guidance Plugin
Code Mala Tang
Code Mala Tang
May 26, 2026 · Industry Insights

Turning Your Company into an AI Operating System: Insights from YC’s Two Videos

The article analyzes YC’s two videos on AI‑native companies, showing how AI can be re‑engineered as a company‑wide operating system with four layered components, recursive self‑improving loops, and practical steps for founders to transform workflows, decision‑making and organizational structure.

AI-nativeYCautomation
0 likes · 24 min read
Turning Your Company into an AI Operating System: Insights from YC’s Two Videos
Code Mala Tang
Code Mala Tang
May 25, 2026 · Artificial Intelligence

Behind 95K Stars: browser-use’s LLM Browser Automation vs Playwright

browser-use, an open‑source MIT‑licensed LLM agent loop that compresses page DOM into an indexed list of interactive elements, lets large language models plan and execute web tasks, and is compared against Anthropic’s Computer Use, OpenAI’s Operator and traditional Playwright/Selenium, highlighting its flexibility, lower cost, but higher LLM usage and deployment trade‑offs.

Anthropic Computer UseLLM agentsMIT license
0 likes · 16 min read
Behind 95K Stars: browser-use’s LLM Browser Automation vs Playwright
Code Mala Tang
Code Mala Tang
May 25, 2026 · R&D Management

How Enterprises Can Implement AI‑Native Development: Specs, Process Redesign, and Feedback Loops

The talk shows that true AI‑native development requires upgrading specifications, redesigning the entire development pipeline, establishing closed‑loop feedback, and layering rollout by business type, rather than merely adding an AI coding assistant, and presents data from ten pilot projects demonstrating efficiency gains.

AI-native developmententerprise AIfeedback loop
0 likes · 10 min read
How Enterprises Can Implement AI‑Native Development: Specs, Process Redesign, and Feedback Loops