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
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 NativeKnowledge ManagementOperating System
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 UseBrowser automationLLM Agents
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
Code Mala Tang
Code Mala Tang
May 23, 2026 · Artificial Intelligence

By 2026, AI Programming Rewards Context Management Over Pure Coding

The article argues that as AI coding agents evolve from autocomplete to task‑level assistants, developers’ most valuable skill shifts from writing code to orchestrating context, breaking down tasks, defining boundaries, and managing agents within the software production workflow.

AI programmingContext Engineeringcoding agents
0 likes · 11 min read
By 2026, AI Programming Rewards Context Management Over Pure Coding
Code Mala Tang
Code Mala Tang
May 23, 2026 · Artificial Intelligence

Mastering Codex: From Code Writing to Full Computer Work Automation

The article explains how Codex can evolve from a simple code‑generation assistant into a system that automates entire computer workflows by combining durable threads, voice input, steering, queuing, browser and computer control, side‑bars, and shared memory, with concrete usage patterns and comparisons.

AI AgentsCodexautomation
0 likes · 12 min read
Mastering Codex: From Code Writing to Full Computer Work Automation
Code Mala Tang
Code Mala Tang
May 23, 2026 · Artificial Intelligence

Seven Scenarios That Reveal What OpenHuman’s Personal AI Assistant Really Solves

The article analyzes OpenHuman, a 24/7 personal AI assistant that aggregates fragmented context from email, calendar, documents, code repositories and more, turning it into actionable memory across seven real‑world scenarios while emphasizing privacy‑first local storage, trust challenges, and its early‑stage limitations.

AI assistantOpenHumancontext memory
0 likes · 12 min read
Seven Scenarios That Reveal What OpenHuman’s Personal AI Assistant Really Solves
Code Mala Tang
Code Mala Tang
May 22, 2026 · Industry Insights

Why Spec-Driven Development Is Becoming the New Default in AI Programming

Spec-Driven Development (SDD) has rapidly become the default architecture for AI‑assisted coding, backed by industry radars, academic reviews, and multiple open‑source toolkits, while researchers debate its trade‑offs, governance models, and remaining open challenges.

AI programmingBMADOpenSpec
0 likes · 20 min read
Why Spec-Driven Development Is Becoming the New Default in AI Programming
Code Mala Tang
Code Mala Tang
Apr 29, 2026 · Operations

Mastering Claude Code Permissions: A Complete Guide to settings.json

This guide explains how to configure Claude Code’s settings.json file at global, project, and local levels, defining allow, deny, and ask rules, default modes, safe command lists, and hooks, enabling seamless team‑shared permissions and eliminating repetitive permission prompts during development sessions.

Claude CodeHooksPermissions
0 likes · 11 min read
Mastering Claude Code Permissions: A Complete Guide to settings.json