386 related articles
Deep DivesA deep dive into D2C (Design to Code) technology, comparing it with traditional development and Vibe Coding, covering Figma AI implementation, three-level interview questions, and enterprise architecture design.
TutorialsA complete guide to building commercial AI Agents in 7 steps: requirements analysis, model selection, prompt engineering, Dify/Coze platform comparison, data storage, testing, and deployment.
Expert OpinionsIn-depth interview with Microsoft Agent Framework core developer Roger Barreto on the evolution from Semantic Kernel, middleware architecture design, enterprise stability strategies, and AI development best practices.
TutorialsAI agent coding is now reality in 2025. Learn how to set up OpenCode with DeepSeek and let AI agents write your code through conversation, not copy-paste.
Deep DivesDeep analysis of Hermes Agent: lower Token usage than OpenManus, persistent long-term memory, and a self-learning loop. See how this 120K-Star GitHub project redefines AI Agents.
TutorialsHands-on testing of OpenAI's GPT-4 Turbo, DALL·E 3, Vision, and TTS APIs on AI2Apps, building an AI Agent that auto-generates novel covers from text.
Deep DivesDeep analysis of AIGC vs AI Agent differences, covering multi-agent system architecture, task orchestration, hallucination control, with developer skill roadmap and career outlook.
TutorialsDeep dive into the TierCraft AI open-source project: using LangGraph to orchestrate AI Agent workflows with OpenAI o4-mini to auto-generate three-tier SaaS pricing plans, featuring Reality-Check loops and context-aware pricing.
TutorialsComplete guide to building Dify Agents: Function Call tool calling, ESA search configuration, time awareness solutions, and 161 plugin tools for no-code AI agent development.
TutorialsLearn how to build an AI Agent on Dify with zero code, covering Function Call vs ReAct modes, Exa search tool setup, time-awareness solutions, and Agent best practices.
Product ReviewsOnlook is an open-source AI-powered visual React design tool that lets designers edit real code visually. With 25,700+ GitHub Stars, it generates UI via natural language, bridging the design-development gap.
Product ReviewsSimon Willison built an iNaturalist observation gallery using only his phone and Claude Code while camping. A breakdown of the three-layer architecture: Python CLI clustering, Git Scraping automation, and AI-generated frontend.
Deep DivesSimon Willison releases LLM 0.32a0 alpha with message sequences and typed streaming chunks, redefining how Python developers interact with LLMs while maintaining full backward compatibility.
Tech FrontiersOpenAI Codex adds the Developers plugin, letting developers directly access OpenAI API docs and best practices to rapidly build AI Agents and smart apps.
Tech FrontiersOpenAI adds Computer Use to Codex, enabling AI agents to autonomously click, type, and operate across Mac apps in the background without taking user control.
Product ReviewsA fictional pizza shop AI chatbot reveals three core LLM reliability challenges in 2025: topic control, information security, and response accuracy.
Tutorialsawesome-llm-apps is a 100K+ Star GitHub project featuring 100+ ready-to-run AI Agent and RAG apps. Built in Python with clone-and-run simplicity, it's an essential resource for LLM developers.
Deep DivesExplore Leashed, an open-source security framework for AI Agents offering policy control, audit trails, and Kill Switch mechanisms to build safe, controllable AI agent applications.
Product ReviewsIn-depth review of Agentica, an open-source AI Agent framework featuring async-first architecture, tool calling, RAG, multi-agent collaboration, and MCP protocol support, with comparisons to LangChain and other mainstream frameworks.
Deep DivesDeep analysis of Claude Code's source architecture: Agent loop mechanism, context engineering strategies, tool system design, and permission controls. Based on the viral GitHub project how-claude-code-works.