AutoGPT 是一个开源的自主AI代理框架,旨在让开发者和普通用户都能便捷地使用和构建基于大语言模型的自动化智能体。 AutoGPT is an open-source autonomous AI agent framework designed to make LLM-powered automation accessible for both developers and end users to use and build upon.
NousResearch/hermes-agent 是一个开源的、可扩展的智能体(agent)框架,旨在随用户需求演进而持续增强能力,支持自主任务规划与工具调用。 NousResearch/hermes-agent is an open-source, extensible agent framework designed to grow in capability alongside user needs, supporting autonomous task planning and tool use.
affaan-m/ECC 是一个面向 AI 编程代理的性能优化系统,支持 Claude Code、Codex、Opencode、Cursor 等主流代码助手,强调技能集成、本能响应、记忆机制、安全性和以研究为先的开发范式。 affaan-m/ECC is a performance optimization system for AI programming agents, designed for Claude Code, Codex, Opencode, Cursor, and similar tools, emphasizing skill orchestration, instinctive behavior, memory, security, and research-first development.
f/prompts.chat 是一个开源的社区驱动型提示词(prompt)共享平台,前身是 Awesome ChatGPT Prompts,支持自托管以保障数据隐私。 f/prompts.chat is an open-source, community-driven prompt sharing platform—formerly Awesome ChatGPT Prompts—that enables private, self-hosted deployment for organizations.
这是一个名为‘Are You in the Weights?’的在线工具,允许用户查询自己是否被主流大语言模型(包括前沿和小型模型)在参数权重中“识别”或“memorized”,通过并行调用多个模型并聚类响应来评估个体可识别性。 ‘Are You in the Weights?’ is a web tool that lets users check whether their personal identity (e.g., name, bio, online footprint) is memorized or recognizably embedded in the weights of various LLMs—by querying frontier and smaller models in parallel and clustering responses.
Dify 是一个面向生产环境的开源平台,用于构建和部署基于智能体(agentic)的工作流,支持可视化编排、模型集成与应用发布。 Dify is a production-ready open-source platform for developing and deploying agentic workflows, featuring visual orchestration, multi-model integration, and application publishing.
本文介绍了一个500行的Node.js MCP代理实现,用于将IFTTT的MCP支持扩展至任意基于stdio的本地AI助手,填补了官方仅支持Claude和ChatGPT的空白。 This article presents a 500-line Node.js MCP proxy that extends IFTTT’s newly added MCP support to any stdio-based local AI assistant, bypassing the official limitation to only Claude and ChatGPT.
本文提出一套针对CI/CD管道中零点击蠕虫攻击的九步防御方案,聚焦AI驱动的自动化开发流程中的新兴安全威胁,强调在AI增强型DevOps环境中强化构建链路可信度。 This article presents a practical 9-step plan to defend against zero-click CI/CD worms—emerging threats that exploit AI-augmented automation pipelines—focusing on securing the software supply chain in AI-integrated DevOps environments.
TesterArmy 是一家 YC 孵化(P26)的初创公司推出的智能测试平台,利用 AI 代理自动执行网页和移动应用的端到端测试,支持自然语言定义测试用例。该工具旨在替代手动测试和静态脚本维护,提升发布前与生产环境中的质量保障效率。 TesterArmy is a YC-backed (P26) agentic testing platform that automates end-to-end web and mobile app testing by interpreting natural-language test specifications—replacing manual QA and brittle scripted tests for pre-deployment and production validation.
本文介绍了如何使用 Antigravity SDK 构建具备自主决策能力的 PR(Pull Request)审查智能体,并提及 Gemini CLI 和 Gemini Code Assist IDE 插件的集成,属于面向开发者的 AI 增强型工具实践。该内容聚焦于 AI 工具在软件工程自动化中的具体应用。 This article introduces building an autonomous PR review agent using the Antigravity SDK, with integration mentions of Gemini CLI and Gemini Code Assist IDE extensions—positioning it as a practical, developer-facing AI tool for engineering automation.
llama.cpp 是一个在 C/C++ 中实现的开源项目,专注于在 CPU 上高效运行大型语言模型(LLM)推理,支持量化、跨平台部署和轻量级集成。 llama.cpp is an open-source project that enables efficient LLM inference in pure C/C++, with strong support for model quantization, CPU-only execution, and cross-platform deployment.
Langflow 是一个开源的低代码平台,用于可视化构建、调试和部署基于 LLM 的 AI 代理与工作流。 Langflow is an open-source, low-code platform for visually building, debugging, and deploying LLM-powered AI agents and workflows.
这是一个基于大语言模型的开源股票分析系统,支持A股、港股和美股,整合多源行情数据、实时新闻与LLM决策仪表盘,并提供零成本定时运行和多渠道推送功能。 An open-source, LLM-powered stock analysis system supporting A-share, H-share, and US markets, integrating multi-source market data, real-time news, an LLM-driven decision dashboard, and zero-cost scheduled execution with multi-channel notifications.
一位非技术背景的用户通过低代码/无代码工具(如Make、Airtable、Zapier)自主构建了一个解决日程协调痛点的日历应用,分享了具体搭建步骤和选型逻辑。 A non-technical user built a custom calendar app using no-code/low-code tools (e.g., Make, Airtable, Zapier) to solve a recurring workplace scheduling pain point, sharing step-by-step implementation choices and practical workflow tips.
vLLM 是一个高性能、内存高效的大型语言模型推理与服务引擎,专为优化吞吐量和降低显存开销而设计,广泛用于生产环境部署。 vLLM is a high-throughput, memory-efficient inference and serving engine for large language models, designed to optimize latency, throughput, and GPU memory utilization in production deployments.
Firecrawl 是一个开源的 Web 数据获取工具,提供可扩展的 API,支持大规模网页搜索、爬取和交互,专为 AI 应用(如 RAG)优化。 Firecrawl is an open-source web data acquisition tool offering a scalable API for searching, scraping, and interacting with the web—designed specifically to power AI applications like RAG.
本文是RAG系统可追溯性系列教程的第五部分,详细介绍了如何通过四层元数据设计与三级验证机制,在五分钟内实现黑盒记录器的安装与根因定位。 This article is Part 5 of a tutorial series on full-chain traceability in RAG systems, providing a step-by-step guide to installing a 'black box recorder' using 4-layer metadata and 3-level verification for rapid root-cause analysis (within 5 minutes).
本文深入解析了RAG系统中分块(chunking)服务的设计原理,解释为何单一系统需采用三种不同分块策略,并指出某类文档(如表格型结构化文档)应完全避免分块,强调语义完整性与检索效果的权衡。 This article dives into the design rationale of the chunking service in RAG systems, explaining why a single system requires three distinct chunking strategies and why one document type—such as highly structured tabular documents—should not be chunked at all, emphasizing trade-offs between semantic integrity and retrieval effectiveness.
本文是系列教程第三部分,聚焦领域术语场景下的向量检索实践,涵盖混合检索层架构、模型选型策略及双重验证方法,提供可落地的技术路径。该内容面向AI工程师与RAG系统构建者,强调工程化落地细节。 This is Part 3 of a practical series on RAG architecture, focusing on hybrid vector retrieval for domain-specific terminology—covering model selection criteria, dual validation techniques, and implementation considerations for production-grade retrieval layers.
这是一篇反思AI营销泡沫与销售现实的行业评论文章,指出在B2B采购场景中,夸大AI能力(如‘97.2% AI coverage’)常胜过真实但朴素的技术方案,引发对AI落地实效与诚信的质疑。 This is an industry commentary reflecting on the AI marketing bubble and sales reality, arguing that inflated AI claims (e.g., '97.2% AI coverage') often outperform honest, pragmatic solutions in B2B procurement—sparking critical discussion about AI efficacy and vendor transparency.