536 related articles
TutorialsDeep dive into Claude Code 2.0.14's plugin system covering Slash Commands, Sub-agents, MCP integration, and Hooks—with demos on one-click plugin installation and custom code review plugin creation.
TutorialsA deep dive into Spring AI Alibaba's core positioning and advantages, helping Java developers quickly understand how to integrate LLMs through this framework.
TutorialsA detailed comparison of LangChain's two model invocation approaches, focusing on init_chat_model unified interface usage and tips for avoiding DeepSeek V4 Pro Thinking Mode pitfalls in Agent scenarios.
TutorialsDeep dive into a popular 3-month AI/LLM transition roadmap: from Python basics and Prompt engineering to LangChain, RAG, Agents, and hands-on projects, with realistic time estimates and pitfall warnings.
TutorialsDeep dive into a top LLM interview question: Is context engineering the core of Agent development? Covers five context modules, four pain points, and advanced solutions.
TutorialsAn OpenAI employee used just 35 lines of prompts to have Codex analyze 30 days of work history, identify repetitive tasks, and generate reusable automated Skills. Combined with screen reading and long-term memory, Codex is becoming a proactive workflow optimization agent.
Tech FrontiersSGLang team hosts an Agent Loops Office Hour exploring inference optimization for agentic loops, covering KV Cache reuse, low-latency multi-turn dialogue, and tool calling techniques.
TutorialsDeep dive into Spring AI Agent Utils toolkit covering Skill modules, Ask a User Question, To Do Write, Auto Memory, and multi-Agent orchestration — empowering Java developers to build powerful AI Agents.
Product ReviewsReal-world testing of MiniMax M2 as Claude Code's backend model across three projects: framework migration, iOS development, and full-stack MVP — at just 8% of Claude's price.
Industry InsightsDeep analysis of three core LLM roles—Application Engineer, Development Engineer, and Algorithm Engineer—covering technical requirements, salary thresholds, and career prospects including RAG, fine-tuning, and inference deployment.
TutorialsA detailed guide on integrating Playwright MCP Server with Cursor, covering Node.js setup with NVM, NPM mirror configuration, and building a browser automation agent step by step.
TutorialsLearn how to build a multi-Agent collaborative system with CrewAI and FastAPI. Covers Agent, Task, Crew concepts, GPT/Tongyi Qianwen/Ollama integration, with complete code examples and model comparisons.
TutorialsA detailed guide on deploying WenzAgent, an open-source multi-Agent management framework under Apache License, supporting LAN-based multi-device AI agent collaboration with Server-Client architecture.
TutorialsA systematic guide to LangChain's core features, covering LLM vs. Agent concepts, unified interface design, multi-provider support, environment setup, and hands-on code examples for AI app development.
TutorialsA detailed three-month AI Agent learning roadmap covering LLM basics, ReAct paradigm, LangChain, memory mechanisms, tool calling, and multi-agent collaboration with practical project suggestions.
Product ReviewsDeep dive into Warp 2.0's Agent Development Environment (ADE): multi-agent parallel orchestration, terminal editor, AI coding platform, hands-on SaaS app building, and comparison with Cursor and Claude Code.
Tech FrontiersThis week's tech roundup analyzes OpenAI's Swarm Agent framework, Anthropic's Claude data visualization app, Kali Linux, Unikraft lightweight OS, and Go Blueprint — covering AI, security, and cloud computing.
Deep DivesA deep dive into AI Agent development methodology, from the ReAct theoretical framework to a four-layer enterprise tech stack covering model services, Agent types, LangChain, and production deployment.
Deep DivesDeep comparison of Claude sub-agents vs agent teams: architecture differences, use cases, and real-world results. A Pokémon RPG case study shows how agent teams achieve 95%+ feature completeness.
TutorialsDeep dive into MCP (Model Context Protocol): its core concepts, three communication mechanisms, and ecosystem. Learn how MCP replaces Function Calling with Streamable HTTP and SDK 2.0.