940 related articles
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.
ResearchMEMOIR is an open-source tool bringing Git version control to AI Agent memory management, with branching, rollback, semantic paths, and visualization to solve context pollution and memory drift.
TutorialsA systematic guide for Java developers entering AI Agent development, covering core concepts, Workflow vs. Agent architecture comparison, Spring AI Alibaba selection, and resume positioning strategies.
Deep DivesDeep dive into Agentic RAG vs traditional RAG, covering tool calling, multi-step iteration, query rewriting, with LangChain and LangGraph code examples for building intelligent retrieval systems.
Deep DivesDeep dive into Tencent's open-source LLM knowledge platform WeKnora, covering RAG, autonomous reasoning Agent, and self-maintaining Wiki capabilities, plus its Go-based architecture and enterprise use cases.
TutorialsLearn how to fine-tune LLaMA 3 8B on consumer GPUs using QLoRA and Unsloth. Covers 4-bit quantization, LoRA adaptation, Alpaca data format, training pipeline setup, and model deployment—runs on RTX 3090.
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.
TutorialsDeep dive into Agentic RAG vs traditional RAG, covering planning, tool calling, and multi-step iteration capabilities with complete LangChain and LangGraph code implementation.
Product ReviewsAn in-depth look at LangBot, an open-source production-grade AI bot platform supporting WeChat, DingTalk, Discord & more, with ChatGPT, DeepSeek, Agent, RAG & plugin capabilities.
Product ReviewslocalOCR is an open-source local OCR tool powered by vision language models like Gemma-4 and Llama 3.2. Learn about its architecture, multi-model support, use cases, and advantages over traditional OCR.
TutorialsSimon Willison built a complete iNaturalist observation display tool using only his phone and Claude Code while camping. A breakdown of the three-layer architecture: Python CLI, Git Scraping automation, and pure frontend display.
Product ReviewsStock-MCP is an open-source MCP-based financial data server supporting China A-shares, US stocks, and crypto. Learn its core features, architecture, and use cases for building AI investment research assistants.
Tech FrontiersGitHub project CL4R1T4S leaked system prompts from ChatGPT, Claude, Gemini and other major AI products, earning 25,000+ Stars and igniting debate over AI transparency vs. security.
TutorialsSimon Willison built an iNaturalist observation display tool on his phone while camping using Claude Code, Git Scraping, and GitHub Actions with zero servers.
Product ReviewsDeep dive into Open WebUI, the 135K-star open-source AI interface covering Ollama integration, one-click Docker deployment, RAG document Q&A, multi-user management, and more.
Expert OpinionsZig implements the strictest anti-AI policy in open source, banning all LLM-generated contributions. Learn about their "Contributor Poker" philosophy, why Bun's 4x speedup can't be upstreamed, and implications for open source governance.
Tech FrontiersDeep dive into LLM 0.32 alpha's two core refactorings: message sequence API aligned with OpenAI format, stream_events for typed streaming responses, serialization design, and backward compatibility.
Product ReviewsComfyUI-Copilot is an open-source AI assistant plugin supporting natural language workflow building, smart node recommendations, and parameter optimization. With 5,100+ GitHub stars, it dramatically lowers the barrier to Stable Diffusion workflow creation.
Product ReviewsDeep dive into TRE regex engine's backtracking-free design, Python ctypes binding implementation, and ReDoS defense testing compared to Python's re module for security-sensitive applications.
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.