82 related articles

A beginner's guide to the LangChain open-source framework: explaining how to use the init_chat_model unified interface, tips for disabling DeepSeek's thinking mode, and core essentials of Agent development.

An in-depth guide to installing, configuring, and extending OpenCode, the terminal AI coding assistant. Covers desktop and WSL installation, model config, MCP integration, and custom Agents.

A complete Spring AI 2.0 guide for Java developers covering unified API abstraction, RAG, tool calling, MCP protocol, and enterprise projects to build AI Agents.

DeepSeek R1 lacks Function Calling and JSON Output by default. Qwen3's programmable thinking modes make it the top open-source agent choice. Key LLM selection pitfalls and MCP protocol updates.

herder is a terminal multiplexer for coding agents like Claude Code and Codex, combining tmux power with mouse support, agent state awareness, and session persistence for efficient multi-agent workflows.

Anthropic releases Claude Sonnet 5, its most agentic Sonnet model yet. With planning, browser/terminal tool use, and autonomous execution, it brings flagship Agent capabilities to mid-tier pricing.

Independent developer Ahmad Awais found that open-source LLM failures stem from Tool Calling bugs, not model capability. A deterministic repair layer + repair hints can make DeepSeek outperform Claude Opus.

Full comparison of Hermes Agent vs Open Cloud: lower token usage, 200+ model support, auto Skill encapsulation, WeChat/DingTalk integration. A cost-effective AI Agent alternative for long-term deployment.

Learn AI Agent development from scratch. This tutorial covers LLMs and prompts, then builds a conversational agent in Python using the DeepSeek API with multi-turn dialogue and system prompts.

Coding alone isn't enough anymore. Learn the 5 key steps to commanding AI Agents—define outcomes, split tasks, provide context, iterate small, and keep humans in the loop.

A complete guide to self-hosting Dify, the open-source AI platform: environment setup, Docker Compose deployment, LLM integration, and app building. Runs on just 2 cores and 4GB RAM.

A systematic AI Agent development learning roadmap covering LLM fundamentals, ReAct paradigm, memory & tool calling, and multi-agent collaboration across four stages with project suggestions.

Explore Vibe Coding's core concepts and practical applications across frontend UI generation, backend APIs, and one-click deployment, with a zero-to-hero guide for non-programmers.

Learn how to build a full local errand-running mini program in 37 minutes using AI tools like Stitch, Trae, UniApp, and UniCloud — covering UI design, full-stack development, and cross-platform publishing.

Learn how to build and deploy an AI storyboard video generator in one hour using Codex and TanStarter on Cloudflare Workers, D1, and R2 — with Stripe and cost tips.

Explore how the open-source LLM Wiki project uses a compile-first paradigm to turn dormant local files into a searchable AI knowledge base, compared with traditional RAG approaches.

A 6-week systematic learning roadmap for AI Agent development, covering core architecture, ReAct principles, multi-agent collaboration, RAG integration, and deployment.

Deep dive into Roo Code (formerly Roo Cline) VS Code extension: multi-AI backend switching, auto-diff code review, terminal command execution, and Architect Mode explained with practical tips.

Deep dive into Claude Code's Hooks and Skills mechanisms. Learn to build safe, reliable AI programming workflows with a three-layer architecture (Cloud.md + Hooks + Skills).

Deep dive into Claude Code internals: stateless model principles, four-layer prompt assembly, Agentic Loop execution, permission control, and reusable Skills workflow templates for agentic engineering.