257 related articles
Product ReviewsDeep dive into AGGO—an enterprise AI Agent framework built with Go and CloudWeGo Eino, covering conversational AI, RAG, memory systems, and tool calling, with Go's performance advantages.
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 open-source AI-Assistant project built on Anthropic Claude API for local AI Agents, covering architecture, use cases, security, and agentic AI trends.
Deep DivesOpen Computer Use is an open-source TypeScript AI agent framework enabling automated computer control via browser, terminal, and desktop. Learn about its features, architecture, and comparison with Claude Computer Use.
Deep DivesDeep dive into the open-source project open-computer-use, a computer control agent achieving 82% accuracy on OSWorld benchmark. Covers its TypeScript stack, remote/local deployment, and RPA applications.
Product ReviewsArtificial is a Go open-source multi-agent orchestration framework that unifies Claude Code, OpenAI Codex, Cursor Agent, and local models for parallel AI coding workflows.
Product Reviewsmcproc is a Rust-based MCP server that gives AI agents background process management capabilities. This article covers its architecture, use cases, and value in the AI toolchain ecosystem.
Tech FrontiersSimon Willison releases LLM Python library 0.32a0 alpha with message sequence prompts and typed streaming responses, redesigning model interaction abstractions for multimodal output, tool calls, and modern LLM features.
Tech FrontiersSimon Willison releases LLM library 0.32 alpha with message sequences and typed streaming chunks, replacing the old text-in-text-out model to fully support multi-turn dialogue, multimodal output, and tool calling.
Deep DivesSimon Willison releases LLM 0.32a0 alpha with message sequences API and streaming multi-type parts, redesigning how the Python LLM library handles model interactions for complex inputs and outputs.
Deep DivesDeep dive into Simon Willison's LLM 0.32a0 refactoring: message sequence inputs, typed streaming events, SQLite-decoupled serialization, and backward-compatible API evolution strategies.
Product ReviewsA detailed guide to the openai-php/client library's core features and use cases. This 5700+ Star PHP client supports GPT-4 chat, DALL·E image generation, Whisper speech recognition, and more OpenAI APIs with Laravel integration, streaming, and type safety.
Product ReviewsDeep dive into LobeHub, the open-source AI Agent platform with 76K GitHub stars. Explore multi-agent collaboration, team design, and TypeScript architecture that's redefining human-AI interaction.
TutorialsDeep dive into Claude Workflow V2's four core modules: agents for multi-agent collaboration, skills for reuse, hooks for event handling, and commands for unified orchestration—turning Claude Code into an automated workflow platform.
Product ReviewsTianshu (mineru-tianshu) is an enterprise-grade open-source AI document preprocessing platform supporting PDF/Office to Markdown conversion, MCP protocol AI assistant integration, with a Vue3+FastAPI full-stack architecture for RAG systems and enterprise knowledge bases.
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.
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.