484 related articles
TutorialsDeep dive into LangChain Deep Agents paradigm, analyzing ten Agent development pain points including tool sprawl and context pollution, with practical enterprise solutions using Deep Research.
Product ReviewsEdukaci is an open-source AI tutoring platform for Francophone West Africa, built on Claude with strict Socratic teaching, aligned with Côte d'Ivoire's BEPC curriculum, and integrated with PhET virtual labs.
TutorialsCompare traditional RAG vs Agentic RAG architectures, explore planning, tool use, and multi-step iteration capabilities, with full LangChain/LangGraph ReAct Agent code and ChatBoss project examples.
Expert OpinionsVibe coding makes AI programming as simple as blogging, driving an explosion of personal micro-apps. Matt Webb proposes RSS for sharing micro-apps, and Simon Willison has already implemented it.
TutorialsSimon Willison built a complete iNaturalist observation tool during camping using his phone and Claude Code. A deep dive into the three-layer architecture: Python CLI, Git Scraping, and AI-generated frontend — all on GitHub with zero servers.
Expert OpinionsHashiCorp founder Mitchell Hashimoto reveals the real driver behind enterprise tech decisions: 90% of TDMs are primarily motivated by not getting fired. A deep dive into the Gartner analyst economy, buzzword industrial chain, and enterprise procurement logic.
Tech FrontiersA RoPE interleaved format mismatch bug was found in DeepSeek-V3.2-Exp's inference demo, causing silent performance degradation. Learn the root cause, technical details, and fix.
Product ReviewsDeep dive into LiteLLM, the open-source AI gateway supporting 100+ LLM APIs with a unified OpenAI format. Covers core features, usage modes, and enterprise use cases.
TutorialsDeep dive into the E-commerce-Smart-Agent open-source framework built with LangGraph and FastAPI, covering RAG knowledge base Q&A, return workflow automation, and graph-based orchestration.
Deep DivesDeep analysis of the 10K-star GitHub project claude-code-system-prompts, fully deconstructing Claude Code's system prompts, 24 built-in tools, and sub-agent architecture for prompt engineering and AI Agent development.
Product ReviewsDeepSeek-Reasonix is an open-source terminal AI coding agent natively designed for DeepSeek models, achieving lower latency and API costs through prefix cache stability optimization.
Tech FrontiersA deep dive into how the open-source workers-research project combines Cloudflare Workers serverless architecture with Google Gemini 2.5 to build an automated deep research AI agent.
Deep DivesDeep dive into SAP AI Core LLM Proxy, an open-source project providing unified OpenAI-compatible access to GPT-5, Claude 4.6, and Gemini 2.5 Pro for enterprise multi-model management.
TutorialsExplore awesome-llm-skills, an open-source curated list of AI Agent skills compatible with Claude Code, Codex, and Gemini CLI, with resources and best practices for Agent workflows.
Product ReviewsDeep dive into NetCoreKevin, an open-source .NET project integrating Semantic Kernel and RAG for AI knowledge base agents, with multi-tenant SaaS, MCP protocol, and distributed transaction support.
Product ReviewsDeep dive into RuoYi-Vue-Pro: Spring Boot + MyBatis Plus + Vue platform with 36K+ Stars, featuring RBAC, workflow, multi-tenancy, CRM, ERP, MES modules for enterprise Java development.
Deep DivesIn-depth analysis of Claude Code CLI's open-source architecture, covering its 43 built-in tools, React+Ink terminal UI, MCP protocol, and multi-Agent collaboration mechanisms.
Deep DivesDeep analysis of Ruflo open-source multi-agent orchestration platform, covering swarm intelligence, RAG integration, Claude Code native support, and comparisons with LangGraph and CrewAI.
TutorialsExplore how TRE regex engine's non-backtracking design defends against ReDoS attacks. Compare TRE vs Python re module performance under malicious regex input through Python ctypes bindings.
Deep DivesDeep analysis of the 58K-Star open-source project learn-claude-code: building a Claude Code-like programming agent from scratch. Deconstruct the Agent Harness, ReAct loop pattern, and Bash execution layer.