Baidu Geek Talk
Author

Baidu Geek Talk

Follow us to discover more Baidu tech insights.

511
Articles
0
Likes
878
Views
0
Comments
Recent Articles

Latest from Baidu Geek Talk

100 recent articles max
Baidu Geek Talk
Baidu Geek Talk
Apr 22, 2026 · Artificial Intelligence

How to Quantify AI Skill Quality with an 8‑Dimension Evaluation Framework

This article introduces an eight‑dimensional, weighted scoring system for evaluating AI Skills, explains each metric, demonstrates the framework on real‑world Skills, compares similar Skills, and shows how multi‑model cross‑validation and four execution strategies improve assessment reliability.

AI skill evaluationFrameworkagent performance
0 likes · 15 min read
How to Quantify AI Skill Quality with an 8‑Dimension Evaluation Framework
Baidu Geek Talk
Baidu Geek Talk
Apr 20, 2026 · Artificial Intelligence

Can AI Agents Fully Automate Software Development? A Deep Dive into AutoResearch Adaptation

This article details how Karpathy's AutoResearch methodology was transferred to software development, introducing multi‑agent cross‑review, a five‑dimensional quantitative scoring system, and feedback‑driven iteration to build a fully automatic pipeline that resolves a medium‑complexity GitHub Issue in about ten minutes with a 9.0/10 code‑quality score.

AI automationMulti-agentautoresearch
0 likes · 19 min read
Can AI Agents Fully Automate Software Development? A Deep Dive into AutoResearch Adaptation
Baidu Geek Talk
Baidu Geek Talk
Apr 15, 2026 · Artificial Intelligence

Unveiling Claude Code: How Rules, MCP, and Skills Power the Coding Agent

This article dissects the leaked Claude Code v2.1.88 source to reveal how the three core concepts—Rules, MCP, and Skills—are implemented, where they are injected in the Anthropic LLM API request, and when developers should prefer each mechanism for reliable, secure, and token‑efficient coding agent workflows.

Claude CodeLLM agentsMCP
0 likes · 25 min read
Unveiling Claude Code: How Rules, MCP, and Skills Power the Coding Agent
Baidu Geek Talk
Baidu Geek Talk
Apr 13, 2026 · Artificial Intelligence

How Baidu’s 7th‑Gen AI Confidential VM Delivers Full‑Stack Secure Compute

Baidu Cloud’s 7th‑generation AI confidential virtual machine combines Intel TDX‑based CPU trusted execution, GPU confidential computing, and DPU‑offloaded I/O to provide end‑to‑end encrypted data paths, multi‑GPU scaling, and near‑native performance for high‑sensitivity AI workloads, redefining secure cloud AI infrastructure.

AIConfidential ComputingGPU
0 likes · 15 min read
How Baidu’s 7th‑Gen AI Confidential VM Delivers Full‑Stack Secure Compute
Baidu Geek Talk
Baidu Geek Talk
Apr 8, 2026 · Artificial Intelligence

How to Engineer Reliable Long‑Running AI Coding Tasks: Harnessing Agents for Scale

This article analyzes the challenges of using AI coding agents for large‑scale, long‑running tasks such as bulk file migration or code review, and presents a systematic engineering approach—including task decomposition, parallel execution, persistent progress files, resumable workflows, and multi‑level retry strategies—backed by concrete script examples and real‑world case studies.

AI agentsMeta SkillParallel Execution
0 likes · 31 min read
How to Engineer Reliable Long‑Running AI Coding Tasks: Harnessing Agents for Scale
Baidu Geek Talk
Baidu Geek Talk
Apr 1, 2026 · Artificial Intelligence

How IMClaw Turns Any AI Agent into a Remote Service with the ACP Protocol

IMClaw is an open‑source AI‑Agent gateway that implements the ACP (Agent Client Protocol) to let developers control Claude, Codex, Gemini and dozens of other agents from IM tools or remote servers, offering session management, permission control, and a lightweight CLI called acpx.

ACP ProtocolAI AgentAutomation
0 likes · 20 min read
How IMClaw Turns Any AI Agent into a Remote Service with the ACP Protocol
Baidu Geek Talk
Baidu Geek Talk
Mar 25, 2026 · Artificial Intelligence

Master OpenClaw: Install, Configure, and Scale Multi‑Agent AI Automation

An in‑depth guide walks you through installing OpenClaw, understanding its gateway, channel, agent, tool, and skill architecture, managing token costs, creating multi‑agent workflows, securing API keys, and troubleshooting common issues, empowering developers to build scalable AI‑driven automation.

AutomationInstallationOpenClaw
0 likes · 26 min read
Master OpenClaw: Install, Configure, and Scale Multi‑Agent AI Automation
Baidu Geek Talk
Baidu Geek Talk
Mar 23, 2026 · Databases

How Baidu’s MEG Platform Revamped ClickHouse with a Lakehouse Architecture

This article analyzes the challenges of scaling ClickHouse within Baidu’s MEG data platform and details a lake‑house solution that decouples storage and compute, integrates a meta‑service for transparent data access, optimizes query performance through caching, data roll‑up and layout tuning, and introduces a unified query gateway that gracefully falls back to Spark for complex workloads.

ClickHousePerformance optimizationQuery Gateway
0 likes · 25 min read
How Baidu’s MEG Platform Revamped ClickHouse with a Lakehouse Architecture
Baidu Geek Talk
Baidu Geek Talk
Mar 9, 2026 · Artificial Intelligence

Mastering Agent Skills: Design, Implementation, and Evaluation for Efficient AI Workflows

This article explains why large‑model agents need structured Skills to capture team‑specific knowledge and workflows, describes the evolution from MCP to Skill, details the progressive‑disclosure design, shows how to write, organize, and install Skills, and provides a systematic evaluation and iteration process to ensure high‑quality, token‑efficient agent behavior.

AISkill
0 likes · 26 min read
Mastering Agent Skills: Design, Implementation, and Evaluation for Efficient AI Workflows
Baidu Geek Talk
Baidu Geek Talk
Feb 9, 2026 · Databases

How Mantle Redefined Cloud Object Storage Metadata for Billion‑File Scale

This article recounts how Baidu's storage team tackled the performance and scalability limits of traditional object storage by redesigning metadata handling with the Mantle and MantleX architectures, introducing a centralized IndexNode, strong consistency, delta‑record writes, and a seamless single‑node to distributed transition for massive file systems.

FilesystemPerformance optimizationcloud object storage
0 likes · 37 min read
How Mantle Redefined Cloud Object Storage Metadata for Billion‑File Scale