Code Mala Tang
Author

Code Mala Tang

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

512
Articles
0
Likes
2.8k
Views
0
Comments
Recent Articles

Latest from Code Mala Tang

100 recent articles max
Code Mala Tang
Code Mala Tang
Jul 4, 2026 · Artificial Intelligence

How an AI Assistant Self‑Learns Skills and Tops GitHub Stars in 60 Days

In just 60 days the OpenClaw AI assistant, which writes and refines its own skills on a local laptop, amassed over 250,000 GitHub stars—outpacing React and Linux—while offering a self‑improving, extensible agent framework and highlighting associated security considerations.

AI AgentsLocal AIOpenClaw
0 likes · 12 min read
How an AI Assistant Self‑Learns Skills and Tops GitHub Stars in 60 Days
Code Mala Tang
Code Mala Tang
Jul 2, 2026 · Artificial Intelligence

What Do AI Buzzwords Like LLM, Agent, and Skill Really Mean?

The article demystifies common AI terminology—LLM, Token, Context, Prompt, Tool, MCP, Agent, and Agent Skill—by explaining each concept, how they interrelate, and why understanding this chain clarifies the operation of modern AI products.

AI conceptsAgentLLM
0 likes · 11 min read
What Do AI Buzzwords Like LLM, Agent, and Skill Really Mean?
Code Mala Tang
Code Mala Tang
Jul 1, 2026 · Artificial Intelligence

Anthropic Launches Claude Science: AI Workbench Tying 60+ Scientific Databases

Claude Science, Anthropic’s new AI workbench for scientific research, embeds the existing Claude model (including Opus 4.8) into a unified interface that links over 60 databases, supports local macOS/Linux execution, offers reproducible agent‑generated analyses, and positions itself against OpenAI’s GPT‑Rosalind by focusing on workflow integration rather than specialized model training.

AI workbenchAnthropicClaude Science
0 likes · 7 min read
Anthropic Launches Claude Science: AI Workbench Tying 60+ Scientific Databases
Code Mala Tang
Code Mala Tang
Jun 30, 2026 · Operations

Turning Cross‑Project Prompts into a Structured AI Workflow with OpenSpec

The article analyzes the OpenSpec requirement‑pipeline workflow (v0.3.0), showing how a five‑step process—clarify, split, confirm, execute, wrap‑up—turns vague multi‑project requirements into a disciplined AI‑driven automation pipeline, while highlighting configuration details, suitable team contexts, common pitfalls, and practical improvements.

AI WorkflowAutomationCoding Agent
0 likes · 15 min read
Turning Cross‑Project Prompts into a Structured AI Workflow with OpenSpec
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 CodeConfiguration
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 architectureCopilotKitcontext layer
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-EncoderCross‑EncoderEmbedding
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 AgentsPrompt engineeringSecurity
0 likes · 21 min read
30 Core Concepts Every AI Agent Engineer Must Master