1049 related articles
TutorialsDeep dive into how TRE regex engine's backtracking-free design fundamentally defends against ReDoS attacks. Covers Simon Willison's experiment building TRE Python bindings with Claude Code and regex engine selection for security-sensitive scenarios.
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.
Product ReviewsDeep dive into CowAgent, a 44K-star open-source AI Agent framework supporting WeChat, Feishu, DingTalk integration with GPT, DeepSeek, Qwen models, featuring proactive thinking, task planning, and skill creation capabilities.
TutorialsSimon Willison used Claude Code's web version on his phone to add iNaturalist wildlife observation sync to his blog, going from prototype to production in just two days.
Product ReviewsDeep dive into Anything Analyzer: an open-source tool integrating browser packet capture, MITM proxy, JS Hook, fingerprint spoofing, AI analysis, and MCP Server for protocol analysis and security research.
Deep DivesDeep dive into Langflow, the open-source AI workflow builder with 147K GitHub Stars. Explore its drag-and-drop visual editor, LangChain integration, RAG building capabilities, and low-code AI development features.
TutorialsOllama is an open-source tool with 170K+ GitHub Stars for running DeepSeek, Qwen, Gemma and other LLMs locally. Learn installation, supported models, use cases and core advantages.
Product ReviewsDeep dive into LobeHub, an open-source AI Agent collaboration platform with 76K+ GitHub Stars. Built with TypeScript for multi-agent team collaboration, compared with LangChain, AutoGPT, and Dify.
Product ReviewsA deep dive into Cube Studio, Tencent Music's open-source cloud-native AI platform covering the full MLOps lifecycle, large model training, distributed frameworks, VGPU virtualization, and domestic hardware support.
Product ReviewsDeep dive into xiaohongshu-mcp-python: an open-source tool using MCP protocol for AI-driven Xiaohongshu automation including publishing, search, and engagement.
Product ReviewsFofaMap v2.0 is an AI-driven red team asset mapping tool built on Python3, featuring AI self-reflection for auto-tuning FOFA queries, MCP protocol support for Claude/Cursor integration, and intelligent Nuclei vulnerability scanning. 657 GitHub Stars.
TutorialsComplete guide to running LLMs locally with Ollama. Supports DeepSeek, Qwen, Gemma and more. 170K+ GitHub Stars, zero-config setup, full data privacy, no per-token API fees.
Product ReviewsDeep dive into CowAgent, a GitHub 44K+ star open-source AI Agent project covering core capabilities, multi-platform integration with WeChat/Feishu/DingTalk, multi-model support including DeepSeek, and real-world applications.
Product ReviewsDeep dive into CowAgent (formerly chatgpt-on-wechat), an open source AI Agent with 44,000+ GitHub Stars. Features autonomous thinking, skill creation, long-term memory, and multi-platform support for WeChat, Feishu, and DingTalk.
Product ReviewsDeep analysis of JavaGuide, a 155K-Star GitHub project covering Java core, databases, distributed systems, high concurrency, system design, and AI development for backend interview prep.
Product ReviewsToken Savior is an open-source MCP server that cuts Claude's active token usage by 77% and achieves 100% pass rate on 96 coding tasks through structural code navigation and persistent memory.
Product ReviewsIn-depth review of Chatbox, an open-source AI client supporting GPT-4, Claude, and Gemini. Covers core features, technical architecture, and use cases for this 40K-Star desktop AI tool.
Product ReviewsDeep dive into Hugging Face Transformers: core features, Pipeline API usage, ecosystem synergy, large model support, and future challenges of this 160K-star AI framework.
Product ReviewsWrenchBoard is an open-source microsoldering assistant powered by Claude Opus, providing electronics repair technicians with fault diagnosis, schematic interpretation, and repair guidance through AI.
TutorialsExplore TRE non-backtracking regex engine Python bindings and compare performance against Python's re module under ReDoS attacks. Learn how TRE eliminates regex denial-of-service risks.