1500 related articles
TutorialsTutorial on using CC Switch to disguise local Ollama models as Claude API, driving Claude Code desktop for free AI programming with Qwen, Gemma, and other open-source models.
TutorialsLearn how a non-coder built a WeChat Mini Program in 20 minutes using AI. A 4-step guide: organize requirements, generate code, debug, and iterate — no programming needed.
TutorialsLearn how to build an AI-powered IDE like Cursor from scratch using Next.js, covering Ghost Text completions, AI Agent file operations, Web Containers, and GitHub integration.
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.
TutorialsLearn how to build a Meeting Summary Agent Skill with Claude Code and Cline, covering MCP protocol integration, sentiment analysis, and structured output design.
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.
TutorialsLearn how to use OpenAI Agents SDK's built-in tracing system for AI Agent observability, covering zero-config auto-tracing, custom trace contexts, and tool call monitoring.
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.
Tech FrontiersSimon Willison releases Datasette Agent, combining LLM with Datasette to enable natural language database queries, plugin extensions, and local model support for personal data analysis.
Tech FrontiersSimon Willison releases datasette-agent-sprites plugin for secure AI Agent command execution in Fly Sprites sandbox. Analysis of its architecture, use cases, and significance.
TutorialsDeep dive into Archon, the open-source AI coding Harness builder. Learn how orchestrating multiple AI coding Agents can boost PR acceptance rates from 6.7% to 70% through systematic AI programming engineering.