Code Mala Tang
Author

Code Mala Tang

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

517
Articles
0
Likes
3.9k
Views
0
Comments
Recent Articles

Latest from Code Mala Tang

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

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

Deep LearningJEPAembodied AI
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
Code Mala Tang
Code Mala Tang
Apr 19, 2026 · Artificial Intelligence

Why Real‑World Constraints Define the Success of Claude Code Agents

The analysis of the arXiv paper “Dive into Claude Code” reveals that beyond model loops, the decisive factors for coding agents are practical system design issues such as permission control, context compression, safety, user intervention, and reliable execution in real environments.

AI architectureClaude CodeContext Management
0 likes · 5 min read
Why Real‑World Constraints Define the Success of Claude Code Agents
Code Mala Tang
Code Mala Tang
Apr 17, 2026 · Industry Insights

Beyond Memory: How Context Substrates Are Redefining AI Agents

A comprehensive analysis of over 900 GitHub repositories reveals two distinct paradigms for agent memory—backend storage and context substrates—highlighting their technical differences, strengths, limitations, and the emerging shift toward context engineering for long‑running AI agents.

AIAgent MemoryKnowledge Graph
0 likes · 15 min read
Beyond Memory: How Context Substrates Are Redefining AI Agents
Code Mala Tang
Code Mala Tang
Apr 10, 2026 · Frontend Development

Mastering CSS ‘:nth-child of’ Selector for Elegant Date Range Pickers

This guide demonstrates how to use the CSS ‘:nth-child of’ selector syntax together with minimal JavaScript to build a fully functional date‑range picker, covering selector mechanics, HTML structure, CSS grid layout, range‑selection logic, and visual styling of the selected period.

CSSDate PickerJavaScript
0 likes · 8 min read
Mastering CSS ‘:nth-child of’ Selector for Elegant Date Range Pickers
Code Mala Tang
Code Mala Tang
Apr 8, 2026 · Artificial Intelligence

AI Coding Assistant Showdown: Claude Code, Codex, OpenCode, GitHub Copilot

By evaluating four AI coding assistants—Claude Code, Codex, OpenCode, and GitHub Copilot—across planning, execution speed, IDE experience, and customization, the author reveals each tool’s strengths, limitations, and ideal scenarios, ultimately recommending OpenCode as the primary agent with Copilot for VS Code integration.

AI codingClaude CodeCodex
0 likes · 9 min read
AI Coding Assistant Showdown: Claude Code, Codex, OpenCode, GitHub Copilot