ZhiKe AI
Author

ZhiKe AI

We dissect AI-era technologies, tools, and trends with a hardcore perspective. Focused on large models, agents, MCP, function calling, and hands‑on AI development. No fluff, no hype—only actionable insights, source code, and practical ideas. Get a daily dose of intelligence to simplify tech and make efficiency tangible.

53
Articles
0
Likes
0
Views
0
Comments
Recent Articles

Latest from ZhiKe AI

53 recent articles
ZhiKe AI
ZhiKe AI
May 15, 2026 · Artificial Intelligence

How to Build Effective Claude Skills: Step‑by‑Step Guide, Limits, and Real Examples

This guide walks you through creating custom Claude skills—from defining a precise problem and naming conventions to crafting detailed descriptions, writing structured instructions, uploading via the UI or API, testing with realistic scenarios, iterating based on usage, and applying best‑practice tips with concrete skill examples.

AIAPIClaude
0 likes · 22 min read
How to Build Effective Claude Skills: Step‑by‑Step Guide, Limits, and Real Examples
ZhiKe AI
ZhiKe AI
May 14, 2026 · Fundamentals

Why DDD Is a Cognitive Alignment Tool, Not Just an Architecture

The article explains how Domain‑Driven Design addresses the pitfalls of bloated services, unclear boundaries, and inconsistent terminology by introducing bounded contexts, aggregates, and domain events, and outlines a step‑by‑step adoption process while debunking common misconceptions.

AggregatesBounded ContextDomain Events
0 likes · 9 min read
Why DDD Is a Cognitive Alignment Tool, Not Just an Architecture
ZhiKe AI
ZhiKe AI
May 13, 2026 · Industry Insights

Leaking Ship, Still Aboard: Ma Huateng’s Candid Take on Tencent’s AI Turnaround

At Tencent's May 13 shareholder meeting, CEO Ma Huateng admitted the company's AI efforts were "leaking," outlined a three‑stage diagnosis, detailed a massive 360 billion‑yuan investment and organizational overhaul, and explained the "parasitic" WeChat strategy while questioning whether the ship can now sail faster.

AI investmentAI strategyCorporate restructuring
0 likes · 9 min read
Leaking Ship, Still Aboard: Ma Huateng’s Candid Take on Tencent’s AI Turnaround
ZhiKe AI
ZhiKe AI
May 13, 2026 · Artificial Intelligence

How Effective Harnesses Keep Long‑Running AI Agents Productive

The article analyzes why AI agents lose progress across discrete context windows, identifies two failure patterns, and presents a dual‑harness solution—an initialization agent and a coding agent—that uses init scripts, progress files, and Git to enable incremental, test‑driven development over hours or days.

AI agentsClaude Agent SDKcontext management
0 likes · 16 min read
How Effective Harnesses Keep Long‑Running AI Agents Productive
ZhiKe AI
ZhiKe AI
May 11, 2026 · Backend Development

Java Rewrites OpenClaw: An Architecture‑Level Translation, Not a Simple Port

A Java team rebuilt the popular Node.js AI‑Agent platform OpenClaw from scratch, replacing AI‑generated “vibe code” with a carefully refactored architecture that leverages Spring AI, JobRunr, and Spring Modulith, and demonstrates how to run the new Java version with just a few commands.

AI agentsArchitecture TranslationJobRunr
0 likes · 16 min read
Java Rewrites OpenClaw: An Architecture‑Level Translation, Not a Simple Port
ZhiKe AI
ZhiKe AI
May 10, 2026 · Fundamentals

What the 800‑Page “Software Engineering” Textbook Really Teaches

The article explains that the classic 800‑page software engineering textbook is not a list of methods to memorize but a decision‑making coordinate system that guides readers through process, requirements, architecture, testing, and evolution, helping them understand why and how to apply each practice in real projects.

requirements engineeringsoftware architecturesoftware engineering
0 likes · 11 min read
What the 800‑Page “Software Engineering” Textbook Really Teaches
ZhiKe AI
ZhiKe AI
May 9, 2026 · Artificial Intelligence

Why Agent Loops Matter More Than Raw Model Power

The article explains how AI agents that operate in a reasoning‑action‑observation loop outperform single‑shot LLM inference by continuously observing, planning, and correcting errors, illustrated through a ticket‑booking example and detailed analyses of ReAct, Plan‑Execute, OODA, and Steering Loop architectures.

AI agentsAgent LoopLLM
0 likes · 15 min read
Why Agent Loops Matter More Than Raw Model Power
ZhiKe AI
ZhiKe AI
May 6, 2026 · Industry Insights

How WorldClaw Enables AI Agents to Pay On-Chain with Stablecoins

WorldClaw's new WorldRouter lets AI agents settle model‑calling fees on Solana or BNB Chain using the USD1 stablecoin, offering a unified gateway to 300+ models at 30% lower cost while introducing programmable wallets and on‑chain auditability to solve the agent‑authorization bottleneck.

AI infrastructureWLFIWorldClaw
0 likes · 11 min read
How WorldClaw Enables AI Agents to Pay On-Chain with Stablecoins
ZhiKe AI
ZhiKe AI
May 1, 2026 · Artificial Intelligence

From Chatbot to Action: How Large‑Model Agents Turn Queries into Real‑World Tasks

The article explains that large‑model agents differ from traditional chatbots by perceiving goals, planning steps, invoking tools, and executing actions autonomously, covering their definition, core modules, ReAct reasoning‑acting loop, single‑ versus multi‑agent systems, current industry trends, and the reliability, safety, observability, and cost challenges they face.

AI AgentAI engineeringLLM
0 likes · 18 min read
From Chatbot to Action: How Large‑Model Agents Turn Queries into Real‑World Tasks