97 related articles

A real case study: team builds AI Agent "Oogway" to auto-patrol after every job, investigate anomalies, create tickets, and update a knowledge Wiki — catching bugs before customers do.

OpenWiki is an open-source CLI tool that automatically generates and maintains structured documentation for AI agents. It addresses the context gap in AI coding assistants like Claude Code and Cursor, helping teams build effective context engineering workflows.

Over 60% of AI Agent projects die between demo and production. This article breaks down Databricks lead Sandy's five-pillar methodology and a bank POC case study to help you avoid the most common deployment pitfalls.

AI coding tools are changing development, but Vibe Coding hides risks in code quality and maintenance. This article explores Engineered AI Programming, compares Codex and Claude Code, and reveals real enterprise development paths.

SwitchBot Bot Rechargeable real-world review: a mechanical arm robot that presses your existing switches without rewiring—perfect for renters seeking affordable smart home control.

An in-depth look at the difference between Vibe Coding and AI engineering-grade programming. Can AI replace programmers? From Claude Code and Codex to Cursor, revealing the real limits, enterprise pain points, and engineering solutions of AI coding tools.

LangChain's LangSmith Engine is an intelligent agent tool for tracking Agent failures, prioritizing issues, and auto-drafting fixes. Deep dive into its core capabilities, sandbox isolation, sub-Agent architecture, and continuous evaluation challenges.

LLMs are often overconfident and prone to hallucination. How can AI learn to say "I'm not sure"? This article explains the reinforcement learning approach with metacognitive feedback and how calibrating confidence boosts LLM trustworthiness.

The agentskills open-source project aims to solve AI Agent ecosystem fragmentation through standardized skill specifications enabling portable, composable, and reusable agent capabilities.

Why can't companies find qualified AI engineers? Discover the 4 core competencies every high-value LLM application engineer needs: task decomposition, tool calling, observability, and production readiness.

Cut through the Agentic AI hype to see the real value of agentic applications. Based on Andrew Ng's course, learn why Evals and error analysis—not framework choice—separate top developers.

Developer Simon Willison used Claude to ship sqlite-utils 4.0: 37 prompts, 34 commits, $149 API cost — revealing coding agents' real capabilities, cross-model review, and agentic engineering best practices.

OfficeCLI is a command-line office suite for AI agents, supporting reading and writing of Word, Excel, and PowerPoint files—enabling efficient Office document automation without complex glue code.

Can AI really replace programmers? This article explains Harness Engineering principles and its three evolutionary stages, revealing real pain points of enterprise AI programming.

Alibaba Cloud vs Volcano Engine TTS: why "I want both" is the mature engineering decision. Dual-engine routing design, priority trap debugging, and vibecoding-powered implementation.

VibeCoding best practice: never migrate a Demo directly to your main project. Learn the 3-step field alignment methodology — manual review, AI scanning, and architectural refactor.

Light-Skills is an MIT-licensed open-source research AI with 28 interconnected Skills, 9 knowledge bases, 317 knowledge cards, and 49 scripts covering the full research workflow — with a hard rule against fabricating citations or data.
How OpenAI Used Core Dumps to Track Do…
How OpenAI's engineering team used large-scale core dump analysis and an epidemiological approach to identify a hidden hardware fault and fix an 18-year-old software bug.

Deep analysis of multi-agent system cost optimization: why the 'expensive commander + cheap workers' combination outperforms all-frontier fleets, covering decision-intent cost logic and Sonnet 5 tokenizer traps.

Deep dive into OpenAI Codex's /goal slash command: four core mechanisms that prevent AI "fake completion," enforce stop conditions, and support task resumption. Includes full prompt structure and permission configuration for complex automation tasks.