3039 related articles
TutorialsBuild a Text-to-SQL assistant using Spring AI Alibaba Agent Framework with a four-step Tool chain, plus solving ThreadLocal failures in stream mode with RunnableConfig.
TutorialsIn-depth analysis of Google Gemini multimodal Agent development: 1M token context for multimodal understanding, native image & speech generation, Live API real-time interaction, and full Notebook LM clone architecture.
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.
TutorialsStep-by-step tutorial on deploying the OpenClaw AI Agent on a VPS from scratch, configuring Node.js, connecting a Telegram Bot for remote interaction, with security tips and expansion ideas.
Industry InsightsIn-depth analysis of three jobs AI will replace first in 2025—customer service, HR, and programmers. How intelligent systems, AI recruitment tools, and coding assistants are accelerating displacement.
TutorialsHow Java programmers can break through the age-35 career bottleneck by stacking AI skills. Covers AI learning levels, Java+AI synergy, and actionable transition strategies.
TutorialsHow can 30+ programmers efficiently transition to AI? Practical advice on learning strategy, project experience, and interview techniques to break into AI.
TutorialsDeep dive into Claude Skills 2.0: two skill types, the new skill creator, evaluation system, and a cold email marketing case study that boosts task pass rates from 40% to 100%.
TutorialsLearn how to build a Meeting Summary Agent Skill with Claude Code and Cline, covering MCP protocol integration, sentiment analysis, and structured output design.
TutorialsLearn how to build an AI-driven personal knowledge base with Obsidian and Claude Code. Covers three-layer architecture, Ingest/Query/Maintain workflows, and human-AI collaboration principles.
Product Reviews10 curated open-source Claude Code tools for May covering Token optimization, knowledge graphs, frontend design extraction, browser automation, and more to boost AI coding efficiency.
TutorialsComplete guide to installing Claude Code in three commands, configuring models for China-based users via manual setup or CCSWITCH, and using the Superpowers plugin with TDD to boost AI code quality.
Product ReviewsHow the Kman plugin uses prompt injection to cut AI output tokens by 65% without losing code quality. Covers installation, benchmark data, three intensity modes, and Kman Review.
TutorialsDeep dive into four conversational memory types in LangChain 0.3: Buffer, Window, Summary, and Summary Buffer. Covers RunnableWithMessageHistory implementation with selection guidelines.
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 LangChain Agent Executor internals, covering the ReAct reasoning-action-observation loop, tool choice strategies, and building a custom Agent Executor from scratch.
TutorialsLearn how to build a production-grade AI Agent chat app with LangChain and FastAPI, covering streaming tokens, asyncio parallel tool calling, SerpAPI async conversion, and structured output.
TutorialsDeep dive into LangChain streaming output and async implementation, covering astream usage, custom AsyncQueueCallbackHandler, and Agent streaming executor architecture for production AI apps.
TutorialsDeep dive into OpenAI Agents SDK's five message types, conversation history management, and common pitfalls including static/dynamic instructions and Function Call pairing.
Deep DivesTraditional user-assistant alternating chat history can't meet complex AI Agent needs. This article explores modeling Agent interactions as event sequences, revealing Agents as workflow engines.