201 related articles

Alibaba open-sources a 2.4 trillion parameter Qwen model and launches the Qwen Token Plan. Chinese models surge, Kimi K3 tops global rankings, and China's AI is reshaping the global competitive landscape.

A complete Dify 1.8 guide covering 3 deployment methods (Docker/cloud/source), MySQL integration, 5 app types (Chatbot/Agent/Workflow), model selection, and publishing strategies.

AI Agents in production face systemic dependency drift risks — model updates silently change outputs and silent failures are hard to detect. Learn detection strategies, hidden costs, and engineering practices.

Microsoft Power Platform's Dataverse plugin for coding agents supports GitHub Copilot, Claude Code, and more — enabling natural language data modeling, queries, security config, and docs generation.
FastMCP: The Go-To Framework for Pytho…
FastMCP is a Pythonic MCP framework by PrefectHQ that lets developers build MCP servers and clients with minimal code using decorators. 26,000+ GitHub stars.

A complete introduction to ROS2 for beginners: what ROS is, how ROS1 and ROS2 differ, and how to choose the right version to kickstart your robot development journey.

A beginner's guide to ROS2: what ROS really is (an SDK, not a traditional OS), how ROS1 and ROS2 differ, and how to choose the right version to start robot development.

Learn ROS2 from scratch: understand how ROS differs from traditional OS, explore ROS1 vs ROS2 differences, and master version selection principles for robot development.

Building an NRF52840 Bluetooth left-hand keyboard from scratch: why NRF52840+ZMK, AI-assisted project init, pin assignment, and real-world debugging of Bootloader offsets and Kconfig configuration.

Andrew Ng's DeepLearning.ai teams up with Anthropic to teach Agent Skills: file structure, progressive disclosure, MCP integration, and the full path from Claude.ai to the Agent SDK.

Pi is a minimalist open-source Agent framework with just 4 default tools and under 1,000 tokens in its system prompt, with 70K GitHub stars. Deep dive into its 4 core advantages vs. Claude Code and Codex.
Kimi CLI Open-Sourced: Moonshot AI's C…
Moonshot AI open-sources Kimi CLI, a command-line AI coding agent for code generation, debugging & refactoring. Hits 9K+ GitHub Stars, competing with Claude Code and Gemini CLI.

Cosmonapse is an open-source multi-agent framework that replaces central orchestrators with peer nodes, using typed signals and an event bus to fully decouple tool calls, memory, and HITL. Supports Python and TypeScript under Apache 2.0.

How AirOps replaced traditional workflow builders with the Claude Agent SDK to build an AI agent platform for content marketers — covering three architectural iterations, harness engineering, and sub-agent context management.
Anthropic Open-Sources CWC Workshops: …
Anthropic open-sources cwc-workshops on GitHub — a TypeScript-based, structured workshop covering Prompt design, Tool Use, and Agent orchestration to help developers master Claude integration.

UFM Pro is a free dual-panel file manager for Android and Android TV, featuring D-pad navigation, AES-256 local encryption, built-in FTP/SFTP server, RClone cloud support, and a GPL v3 open-source version.

Deep dive into Chrome Built-in AI's six core APIs — Summarizer, Prompt API, Translator and more — applied to a real blog editor. Local, private, no server needed.

A systematic breakdown of LangChain's six core modules (Models/Prompts/Chains/Memory/RAG/Agent) and LangGraph's state graph, persistence, and HITL — with production deployment tips.

Deploy DeepSeek-V4-Flash DSpark on 8× H20-141G using GPUStack's SGLang backend on Day 0. Full walkthrough of Web UI config, parameter tuning, and 200 tokens/sec benchmark results.

LLM JSON output unstable in your Agent? This guide covers 6 engineering layers: constrained decoding, validation retry, fake tool calls, Logit Masking, Schema contracts, and anti-pattern locking.