All Posts
Filter by keyword, tag, and category.
Microsoft Open-Sources MCP for Beginners: A Practical Guide to Building Cross-Language AI Workflows
Microsoft's "MCP for Beginners" is an open-source course designed to help developers master the Model Context Protocol (MCP) through real-world, cross-language code examples in C#, Java, TypeScript, Rust, and Python. Focused on building modular, scalable, and secure AI workflows, the project has garnered over 14,000 stars on GitHub, making it an excellent starting point for AI developers entering the MCP ecosystem.
Codebuff: An Open-Source Terminal AI Coding Assistant Based on Multi-Agent Collaboration
Codebuff is an open-source terminal AI coding assistant that allows developers to modify codebases directly using natural language commands. Unlike tools relying on a single large model, it utilizes a multi-agent collaborative architecture (including file picker, planner, editor, and reviewer agents), outperforming Claude Code in official benchmarks. It aims to provide precise context understanding and code editing capabilities, ideal for terminal geeks needing automated refactoring and rapid development.
GitHub 12K Star Hit: The Open-Source Skill Pack Turning Claude into an All-Around Scientist
With the explosion of AI Agent technology, K-Dense-AI's open-source project claude-scientific-skills has garnered over 12,000 stars on GitHub. This project provides Claude with an out-of-the-box scientific research and analysis skill pack, covering fields like bioinformatics, financial analysis, and materials science. It instantly transforms large language models into versatile AI scientists, significantly boosting the automation efficiency of research and engineering tasks.
AI One-Click Publishing Integration Test Sample
This article is an integration test sample used to verify the AI one-click publishing feature. The main purpose is to test whether the system can smoothly and accurately automatically generate metadata such as English translations, content summaries, relevant tags, and article categories during the article publishing process. Through this sample, developers can confirm the stability and correctness of the automated workflow, ensuring the efficiency and quality of subsequent large-scale content publishing.
Build Your Exclusive AI Digital Agency: Why Agency-Agents is Booming
Want to own an all-around AI agency? Agency-Agents provides you with various professional AI agents ranging from front-end development to community operations. Each agent has a unique personality, standardized workflows, and reliable delivery capabilities, allowing you to easily realize the entrepreneurial dream of a one-person army.
Viral! RuView: The Camera-Free WiFi Human Pose Estimation and Vital Signs Monitoring Tool
RuView is an open-source project developed in Rust that innovatively uses ordinary WiFi signals to achieve real-time human pose estimation, vital signs monitoring, and presence detection. Requiring no video input, it perfectly solves privacy pain points. Combined with microcontrollers like ESP32, it brings a revolutionary low-cost solution for smart home and health monitoring.
MLog Open-Source Deployment Guide (Next.js + Vercel + Bilingual Blog)
This guide walks through deploying MLog from scratch: repository setup, Vercel integration, admin publishing, comments, analytics, AI writing assistance, and daily automation. It also explains the private-content/public-code split and the tutorial mirroring workflow so you can keep your blog content private while still sharing reusable docs publicly.
Shipping MLog from Scratch
How we shipped the first MLog release with bilingual routing, a Markdown content layer, and a warm glassmorphism system.