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.

72
Articles
0
Likes
45
Views
0
Comments
Recent Articles

Latest from ZhiKe AI

72 recent articles
ZhiKe AI
ZhiKe AI
May 31, 2026 · Fundamentals

Do You Really Understand SOLID Design Principles?

This article expands the SOLID principles into a three‑layer framework—class, pattern, and component levels—clarifying common misinterpretations, presenting correct definitions with concrete examples, and showing how GRASP and design patterns operationalize these principles for stable, low‑coupling software.

Design PatternsDesign PrinciplesGRASP
0 likes · 14 min read
Do You Really Understand SOLID Design Principles?
ZhiKe AI
ZhiKe AI
May 31, 2026 · Fundamentals

Why Knowing 100 Coding Principles Still Won’t Make You Write Good Code: The 4 Misunderstood Rules

The article explains that developers often memorize dozens of rules such as DRY, KISS, YAGNI, SOLID, and CAP, yet still produce poor code because they misunderstand the original intent of these principles, illustrating the pitfalls with concrete examples, classic laws like Brooks' Law, and how mis‑interpretations cascade through design, architecture, and measurement practices.

CAP theoremDRYKISS
0 likes · 17 min read
Why Knowing 100 Coding Principles Still Won’t Make You Write Good Code: The 4 Misunderstood Rules
ZhiKe AI
ZhiKe AI
May 30, 2026 · Information Security

Why Most Backend Systems Choose RBAC: A Complete From‑Zero‑to‑Production Permission Design Guide

The article explains why enterprise back‑office applications inevitably adopt Role‑Based Access Control (RBAC), describes its core principle of indirect permission mapping, presents the standard five‑table schema, explores extensions such as role inheritance (RBAC1) and separation of duty (RBAC2/3), and provides practical tips, performance trade‑offs, common pitfalls and references to standards and open‑source implementations.

Access ControlBackend SecurityDatabase Schema
0 likes · 22 min read
Why Most Backend Systems Choose RBAC: A Complete From‑Zero‑to‑Production Permission Design Guide
ZhiKe AI
ZhiKe AI
May 29, 2026 · Artificial Intelligence

Claude Opus 4.8 Hits Two 0% Honesty Scores in Just 41 Days

Anthropic released Claude Opus 4.8 only 41 days after Opus 4.7, delivering unprecedented 0 % lie‑rate and 0 % lazy‑answer rate, improving code‑defect silence by four‑fold, boosting SWE‑bench Pro to 69.2 % and GDPval‑AA to 1890 Elo, while adding Dynamic Workflows, Effort Control, a richer Messages API and a fast‑mode that runs 2.5× faster for a third of the cost.

AI honestyClaude Opus 4.8Effort Control
0 likes · 11 min read
Claude Opus 4.8 Hits Two 0% Honesty Scores in Just 41 Days
ZhiKe AI
ZhiKe AI
May 28, 2026 · Artificial Intelligence

Why Your LLM Skill Gets Ignored and 5 Proven Design Patterns to Make Agents Work

Even after spending hours crafting a Skill, many LLM agents ignore it, leading to failed automation; this article analyzes why and presents five validated design patterns—linear flow, decision tree with lazy loading, iterative loops, baton passing, and multi‑stage checkpoints—plus concrete examples and a minimal Skill template to ensure reliable, production‑grade agent behavior.

AgentDesign PatternsLLM
0 likes · 12 min read
Why Your LLM Skill Gets Ignored and 5 Proven Design Patterns to Make Agents Work
ZhiKe AI
ZhiKe AI
May 27, 2026 · Artificial Intelligence

AI Toolbox Playbook: When to Use Each of the 5 Tools, How to Combine Them, and Common Pitfalls

This guide explains how to choose among the five AI toolbox components—Rule, Skill, MCP, Command, and Agent—based on task type, outlines their limitations, presents practical combination recipes for coding, teamwork, data analysis, and code review, and offers a staged onboarding roadmap to maximize efficiency while avoiding common traps.

0 likes · 13 min read
AI Toolbox Playbook: When to Use Each of the 5 Tools, How to Combine Them, and Common Pitfalls
ZhiKe AI
ZhiKe AI
May 26, 2026 · Industry Insights

How Huawei’s “τ Law” Redefines Chip Scaling by Shrinking Time, Not Geometry

At ISCAS 2026, Huawei’s He Tingbo unveiled the “τ Law,” a time‑scaling theory that replaces geometric miniaturization with LogicFolding to cut signal‑travel time, delivering up to 55% higher transistor density, 41% better SoC efficiency, and a portfolio of 381 chips over six years.

HuaweiISCAS2026chip design
0 likes · 9 min read
How Huawei’s “τ Law” Redefines Chip Scaling by Shrinking Time, Not Geometry
ZhiKe AI
ZhiKe AI
May 26, 2026 · Artificial Intelligence

ChatGPT Only Answers, Agents Get Things Done: Understanding AI Digital Employees

The article explains that AI Agents combine LLMs, memory, planning, and tool access to act autonomously on tasks—unlike ChatGPT’s passive answering—while highlighting industry momentum in 2025 and the four core capabilities that make them true digital employees.

AI agentAI toolsDigital Employee
0 likes · 8 min read
ChatGPT Only Answers, Agents Get Things Done: Understanding AI Digital Employees
ZhiKe AI
ZhiKe AI
May 25, 2026 · Artificial Intelligence

Give AI a Remote Control: Learn Slash Commands in 3 Minutes – The Shortcut All AI Tools Use

Slash Commands let you wrap frequently used prompts into a single '/'‑prefixed shortcut, turning repetitive typing into a remote‑control‑like experience; the article explains what they are, how they differ from CLI flags, showcases built‑in commands, three practical use cases, and provides a step‑by‑step guide to create your own command.

AI automationAI toolsSlash commands
0 likes · 13 min read
Give AI a Remote Control: Learn Slash Commands in 3 Minutes – The Shortcut All AI Tools Use
ZhiKe AI
ZhiKe AI
May 24, 2026 · Artificial Intelligence

Why Every AI Tool Is Racing to Support MCP – The “USB‑C” Interface for AI

MCP, the Model Context Protocol released by Anthropic and now an open standard, provides a universal USB‑C‑like interface that lets AI tools connect to external services through a single set of adapters, reducing integration complexity from O(N×M) to O(N+M) and enabling scalable, plug‑and‑play AI capabilities.

AI tool integrationAnthropicMCP
0 likes · 7 min read
Why Every AI Tool Is Racing to Support MCP – The “USB‑C” Interface for AI