2103 related articles
TutorialsA deep dive into LangChain framework essentials, clarifying the key differences between LLMs and Agents, covering Agent development, DeepAgent advanced topics, and learning paths.
TutorialsChinese LLMs lose Plugins in Codex? Codex++ uses CDP injection to unlock full Plugins without modifying files—combining low cost with complete functionality.
Product ReviewsHands-on review of Kimi's OK Computer Agent across 3 scenarios: data reports, interactive pages, and AI-generated art sites. A realistic look at its strengths and limits.
TutorialsA detailed breakdown of replicating the Manus AI agent platform for $30, covering Docker container integration, task orchestration, UI design, and the course-based monetization strategy.
TutorialsLearn how AgentSpan enables AI Agent state persistence with crash recovery, human approval workflows, and seamless LangGraph integration. Full Python examples included.
TutorialsBuild an AI research assistant with Python, LangChain, and Consensus MCP. Eliminate LLM hallucinations in academic citations using structured outputs and real-time literature retrieval.
Tech FrontiersNVIDIA CEO Jensen Huang calls Huawei "very powerful" and admits NVIDIA has ceded China's AI chip market to domestic players. A deep dive into the implications.
Deep DivesAI coding tools shine on structured tasks but fail in production. Explore the three irreplaceable advantages human programmers hold and the future of human-AI collaboration.
TutorialsHow can Java developers move from small companies to big tech? This guide covers career path planning, resume repair strategies, 2025's three core Java tech stacks, and a 6-month upgrade plan.
Deep DivesDeep dive into Claude Code's AutoDream feature and its four-stage mechanism that simulates REM sleep to organize AI memory. Includes activation methods and practical tips.
TutorialsComplete guide to building AI Agents in LangChain v0.3, covering @tool decorator, Agent Executor, parallel tool calls, Google Search integration, and ReAct framework with code examples.
TutorialsDeep dive into OpenAI Agents SDK's five message types, conversation history management, and common pitfalls including static/dynamic instructions and Function Call pairing.
TutorialsA practical guide to building multi-agent collaboration systems, covering assistant creation, skill assignment, group chat mechanisms, and solutions for hallucination in AI workflows.
Product ReviewsHow to use Claude Code to independently deliver an enterprise-level multimodal RAG project, covering frontend/backend strategy, spec docs, and full-pipeline methodology.
Product ReviewsRuflo is an open-source multi-agent framework that adds Swarm collaboration, Memory persistence, and a Plugin Marketplace to Claude Code, upgrading a single AI assistant into a coordinated Agent dev team.
Product ReviewsHands-on demo of building a multi-Agent development team with PaperClip and Claude Code, featuring Delivery Lead, Frontend/Backend Engineers, QA, and Code Reviewer roles in a full AI-automated development workflow.
TutorialsIn-depth analysis of Claude AI automation workflows covering zero-code landing pages, SEO content automation, Twitter data-driven optimization, Skills modules, and browser agents.
TutorialsLearn Python OpenCV basics: install opencv-python, read images with imread, display with imshow, handle keyboard input with waitKey, and release resources with destroyAllWindows.
TutorialsLearn how to configure MCP servers in Claude Code to connect external data sources, including Context7 for latest docs and Playwright for browser automation.
Deep DivesDeep dive into AI Agent's four core elements (LLM, Tools, Prompts, Executor) and ReAct loop decision mechanism, with a weather query example walkthrough.