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
Jun 28, 2026 · Artificial Intelligence

7 Essential Things to Know About MCP AI (Multi‑Context Prompting)

MCP AI, a multi‑context prompting approach, replaces linear chat interactions by maintaining several active contexts that the model can switch between, solving context‑window limits, improving coherence, and enabling system‑level workflows, while requiring proper role definition, rules, and feedback loops.

AI architectureClaudeCrewAI
0 likes · 7 min read
7 Essential Things to Know About MCP AI (Multi‑Context Prompting)
Code Mala Tang
Code Mala Tang
Jun 28, 2026 · Artificial Intelligence

Claude Code Hooks: The Overlooked Execution Gate Explained

This article dissects Claude Code Hooks, showing how they differ from CLAUDE.md suggestions, detailing their event system, configuration layers, merging rules, real‑world examples, and a ready‑to‑use hook that protects production files from accidental modification.

AI automationClaude CodeSecurity
0 likes · 21 min read
Claude Code Hooks: The Overlooked Execution Gate Explained
Code Mala Tang
Code Mala Tang
Jun 26, 2026 · Artificial Intelligence

Which Layer Should Your Self‑Learning Agent Evolve? A Three‑Layer Breakdown

The article dissects self‑learning agents into model, harness, and context layers, evaluates real‑world approaches from Anthropic, Karpathy, DeepMind, Microsoft, and others, and argues that the most valuable learning signal comes from capturing genuine user feedback that most teams overlook.

AI architectureContext LayerCopilotKit
0 likes · 15 min read
Which Layer Should Your Self‑Learning Agent Evolve? A Three‑Layer Breakdown
Code Mala Tang
Code Mala Tang
Jun 25, 2026 · Artificial Intelligence

Why Rerank Is Essential: From 100 Retrieved Docs to the 5 Correct Answers in RAG

Even with a perfectly populated vector database, a RAG pipeline often returns irrelevant answers because the initial Bi‑encoder retrieval only narrows the pool to about 100 candidates, and without a Cross‑encoder rerank step the truly correct document—often buried around rank 37—never reaches the LLM for answering.

Bi-EncoderEmbeddingLLM
0 likes · 9 min read
Why Rerank Is Essential: From 100 Retrieved Docs to the 5 Correct Answers in RAG
Code Mala Tang
Code Mala Tang
Jun 25, 2026 · Artificial Intelligence

30 Core Concepts Every AI Agent Engineer Must Master

Understanding the timeless principles behind AI agents—rather than chasing the latest frameworks—requires mastering 30 core concepts, from the fundamental Think‑Act‑Observe loop and state management to configuration files, workflow caching, sandboxing, and multi‑agent orchestration, enabling predictable, cost‑effective, and secure automation.

AI AgentsAgent ArchitectureSecurity
0 likes · 21 min read
30 Core Concepts Every AI Agent Engineer Must Master
Code Mala Tang
Code Mala Tang
Jun 22, 2026 · Artificial Intelligence

iOS 27 Embeds AI in Eight Everyday Features

iOS 27 quietly integrates AI into eight everyday iPhone functions—from bill splitting and password updates to smarter messaging, call context, calendar parsing, shortcut automation, home notifications, and Safari tab grouping—showcasing Apple’s philosophy of invisible, privacy‑first intelligence.

AIApple IntelligenceShortcuts
0 likes · 9 min read
iOS 27 Embeds AI in Eight Everyday Features
Code Mala Tang
Code Mala Tang
Jun 20, 2026 · Artificial Intelligence

How a 9K‑Star MCP Server Lets Claude Code Scan Millions of Lines in Milliseconds

The codebase-memory-mcp tool builds a tree‑sitter‑based knowledge graph of a codebase, enabling sub‑millisecond queries, 120× token savings, zero‑dependency deployment, cross‑agent sharing, and reproducible benchmarks that show higher answer quality and far lower resource usage than traditional file‑by‑file grep approaches.

Code IndexingKnowledge GraphLLM
0 likes · 12 min read
How a 9K‑Star MCP Server Lets Claude Code Scan Millions of Lines in Milliseconds
Code Mala Tang
Code Mala Tang
Jun 19, 2026 · Artificial Intelligence

Five Skeptical Questions About RTK’s Token Compression Claims

The article critically examines RTK’s token‑compression promises, exposing misleading savings metrics, silent‑failure bugs, missing task‑success benchmarks, its status as a fragile feature rather than a product, and the brittleness of its output parser, before offering concrete guidance on when to use it.

CLI output parsingLLM AgentsRTK
0 likes · 8 min read
Five Skeptical Questions About RTK’s Token Compression Claims
Code Mala Tang
Code Mala Tang
Jun 18, 2026 · Artificial Intelligence

From Tool Calls to Real Execution: Inside Claude Code’s 43‑Tool Scheduling System

The article dissects Claude Code’s tool runtime, detailing how a unified TypeScript interface, a feature‑gated registry, a seven‑stage dispatch pipeline, and a concurrency scheduler transform model‑generated tool_use blocks into safe, parallel or serial system operations, including dynamic MCP extensions.

Claude CodeLLM Tool ExecutionMCP
0 likes · 19 min read
From Tool Calls to Real Execution: Inside Claude Code’s 43‑Tool Scheduling System
Code Mala Tang
Code Mala Tang
Jun 18, 2026 · Artificial Intelligence

How Warp’s Dual‑Loop Architecture Enables Self‑Improving AI Agents

The article explains Warp founder Zach Lloyd’s practical dual‑loop system that lets AI agents automatically learn from human‑corrected feedback, continuously refining their task‑execution skills through an inner execution loop and an outer improvement loop.

AI agentGitOpsWarp
0 likes · 10 min read
How Warp’s Dual‑Loop Architecture Enables Self‑Improving AI Agents