NousResearch/hermes-agent 是一个开源的自主智能体框架,旨在随用户需求演进并支持持续学习与任务扩展。 NousResearch/hermes-agent is an open-source autonomous agent framework designed to evolve with user needs, supporting continual learning and task expansion.
Hugging Face Transformers 是一个广泛使用的开源库,支持文本、视觉、音频及多模态模型的推理与训练,是AI开发中核心的模型定义框架。 Hugging Face Transformers is a widely adopted open-source library for defining, training, and deploying state-of-the-art ML models across text, vision, audio, and multimodal domains.
AutoGPT 是一个开源的自主AI代理框架,旨在降低AI应用与开发门槛,支持用户基于其构建定制化智能体。 AutoGPT is an open-source autonomous AI agent framework designed to democratize AI usage and development, enabling users to build custom agents on top of it.
Ollama 是一个开源的本地大模型运行工具,支持快速部署和运行包括 Kimi-K2.6、GLM-5.1、Qwen、Gemma 等多种主流开源与商用模型。 Ollama is an open-source tool for running large language models locally, enabling quick setup and inference with models including Kimi-K2.6, GLM-5.1, Qwen, Gemma, and others.
本文是一篇实操性极强的教程,详细介绍了如何在 NVIDIA Jetson Nano 边缘设备上部署 Ollama 并应用最优量化策略(如 GGUF 量化)以提升本地大模型推理性能。 This is a hands-on tutorial detailing how to deploy Ollama on the NVIDIA Jetson Nano edge device and apply optimal quantization (e.g., GGUF) to enable efficient local LLM inference.
LangChain 是一个用于构建基于大语言模型应用的开源框架,专注于代理(agent)工程、链式调用与工具集成。 LangChain is an open-source framework for developing LLM-powered applications, emphasizing agent engineering, chaining, and tool integration.
Dify 是一个面向生产环境的开源平台,用于构建和部署基于智能体(agentic)的工作流应用。 Dify is a production-ready open-source platform for building and deploying agentic workflow applications.
llama.cpp 是一个用 C/C++ 实现的轻量级大语言模型推理框架,支持在 CPU 上高效运行 LLaMA 等开源模型,无需 GPU 即可本地部署。 llama.cpp is a lightweight, C/C++-based LLM inference framework enabling efficient CPU-only execution of open-weight models like LLaMA, facilitating local, GPU-free deployment.
本文是系列文章第二部分,记录了一位开发者耗时8个月、经历约200次失败实验后,在构建大语言模型替代方案过程中遭遇的根本性瓶颈与反思。 This is Part 2 of a reflective research series documenting an individual developer’s 8-month journey—featuring ~200 failed experiments—to build an alternative to large language models, culminating in deep technical and conceptual insights about fundamental limitations.
vLLM 是一个高性能、内存高效的大型语言模型推理与服务引擎,专为加速 LLM 部署而设计,支持 PagedAttention 等创新技术。 vLLM is a high-throughput, memory-efficient inference and serving engine for large language models, featuring innovations like PagedAttention to significantly improve decoding speed and GPU memory utilization.
Langflow 是一个开源的低代码/可视化平台,用于构建、调试和部署基于 LLM 的 AI 代理与工作流。 Langflow is an open-source, low-code/visual platform for building, debugging, and deploying LLM-powered AI agents and workflows.
本文是一篇技术博客评论,质疑主流水印去除工具的“有损”假设,主张正确使用AI图像编辑工具(如 inpainting 模型)可实现无损水印移除,并指出用户常因工具选择或提示词不当导致质量下降。 This is a technical blog post challenging the common assumption that watermark removal is inherently lossy, arguing instead that high-fidelity, near-lossless removal is possible with proper AI-based inpainting tools and techniques—when used correctly.
Mouse 是一款专为AI编程代理设计的高精度代码编辑工具套件,支持细粒度光标控制、结构化编辑和上下文感知修改,旨在提升AI代码生成与迭代的准确性和可控性。 Mouse is a suite of precision editing tools designed specifically for AI coding agents, enabling fine-grained cursor control, structural editing, and context-aware code modifications to improve accuracy and controllability in AI-driven development.
MoneyPrinterTurbo 是一个开源项目,利用大语言模型和多模态AI技术实现一键生成高清短视频,支持本地部署和定制化扩展。 MoneyPrinterTurbo is an open-source project that leverages large language models and multimodal AI to generate high-definition short videos with a single click, supporting local deployment and customization.
Embodied.cpp 是一个专为具身AI模型设计的轻量级、可移植推理运行时,支持在异构机器人边缘设备上高效部署视觉-语言-动作(VLA)和世界-动作模型(WAM),解决了现有Python栈碎片化与实时闭环控制需求不匹配的问题。 Embodied.cpp is a lightweight, portable inference runtime designed specifically for embodied AI models (e.g., VLA and WAMs), enabling efficient deployment on heterogeneous edge robots by addressing fragmentation in Python-based stacks and supporting latency-critical, multi-rate closed-loop control.
本文提出‘程序即权重’(Program-as-Weights)新范式,将自然语言描述的模糊函数编译为轻量、可本地执行的神经网络构件,旨在替代依赖LLM API的不透明调用,提升可复现性与可控性。 This paper introduces 'Program-as-Weights', a novel programming paradigm that compiles natural-language-specified fuzzy functions (e.g., log alerting, JSON repair) into compact, locally executable neural artifacts—offering an alternative to opaque, costly LLM API calls.
AGVBench 是一项面向静脉识别任务的可靠性导向数据增强基准,系统评估了30种增强策略在5个公开静脉数据集和7种骨干网络上的表现,揭示了通用图像增强方法在细粒度生物特征识别中的局限性。 AGVBench is a reliability-oriented benchmark for evaluating data augmentation in vein recognition, systematically assessing 30 augmentation strategies across five public palm- and finger-vein datasets and seven backbone architectures—including CNNs and vision transformers—to expose the inadequacy of generic image augmentation for fine-grained biometric topology preservation.
本文探讨了用于机器学习原子间势(MLIPs)训练的新型矩阵结构优化器(如SOAP和Muon),挑战了该领域长期依赖Adam优化器的惯例,并通过系统实验验证其在加速收敛和减少标签数据需求方面的优势。 This paper investigates novel matrix-structured optimizers—SOAP, Muon, and their hybrid—for training machine learning interatomic potentials (MLIPs), challenging the field’s longstanding reliance on Adam and demonstrating faster convergence and improved label efficiency through systematic experiments.
该内容提供了一个针对Claude模型优化的系统化提示词设计框架,涵盖角色设定、任务分解、输出格式约束等实用技巧,属于AI提示工程的实践指南。 This content presents a systematic prompt design framework optimized for Claude, covering role specification, task decomposition, and output formatting constraints—serving as a practical guide for AI prompt engineering.
这是一则关于KiCad(一款开源PCB设计工具)已成功移植至浏览器端的消息,用户可通过网页直接运行和编辑电路板设计项目,支持导入自有文件。该项目由匈牙利初创公司Emergence Engineering开发,目前处于公开演示阶段。 This announces KiCad—a popular open-source PCB design suite—now running natively in the browser, enabling web-based PCB design with demo projects and user-uploaded files. Developed by Hungarian startup Emergence Engineering, it’s currently in public demo phase.