摘要:
https://assets.jimmysong.io/books/ai-native-software-delivery-en.pdf 《AI-Native Software Delivery》是O'Reilly Media于2025年出版的一本实用指南,由Nick Durkin、Eric Min
阅读全文
posted @ 2025-12-27 11:10
lightsong
阅读(81)
推荐(0)
摘要:
Agentic-Design-Patterns https://assets.jimmysong.io/books/agentic-design-patterns-zh-20251011.pdf https://agent-patterns.readthedocs.io/en/latest/inde
阅读全文
posted @ 2025-10-19 15:15
lightsong
阅读(1066)
推荐(1)
摘要:
事件驱动型 此工作流实际上产生于事件驱动软件架构, 将软件系统切分为若干独立运行的子系统(进程), 每个子系统同时具有发送和接受事件消息的能力。 工作流定义依赖各个子系统发送和接受事件的定义, 分散在各个子系统中。 对于工作流管理流管理 优点: 松散耦合,扩展性好。 缺点: 工作流的总体拓扑没有总体
阅读全文
posted @ 2020-10-22 15:16
lightsong
阅读(1263)
推荐(0)
摘要:
Scalability https://www.reactivemanifesto.org/glossary#Scalability 伸缩性: 一种系统的能力,通过增加更多的计算资源来增加性能(吞吐量)。 The ability of a system to make use of more com
阅读全文
posted @ 2019-11-11 23:55
lightsong
阅读(915)
推荐(0)
摘要:
持续集成 https://en.wikipedia.org/wiki/Continuous_integration 为什么要持续? 持续集成, 可以避免集成地狱(由于工作的源码 和 库中的源码的差异导致), 提倡提前集成,并且经常集成。 在集成到主分支之前, 在CI服务器上做一次完整的构建 和 运行
阅读全文
posted @ 2017-04-03 08:50
lightsong
阅读(1185)
推荐(0)
摘要:
LoRA https://arxiv.org/abs/2106.09685 An important paradigm of natural language processing consists of large-scale pre-training on general domain data
阅读全文
posted @ 2026-09-18 12:47
lightsong
阅读(5)
推荐(0)
摘要:
unsloth比transformer库本身的微调有什么优点? transformer微调: https://github.com/fanqingsong/offline-llms unsloth微调: https://github.com/thomas-chong/fine-tuning-gemm
阅读全文
posted @ 2026-09-18 09:33
lightsong
阅读(3)
推荐(0)
摘要:
offline-llms https://github.com/fanqingsong/offline-llms ocal RAG + offline LLM demo with Streamlit chat UI, FAISS vector DB, and LoRA tuning/merge ut
阅读全文
posted @ 2026-09-18 09:26
lightsong
阅读(2)
推荐(0)
摘要:
https://huggingface.co/blog/how-to-train-sentence-transformers https://www.sbert.net/docs/sentence_transformer/training_overview.html#why-finetune htt
阅读全文
posted @ 2026-09-16 11:12
lightsong
阅读(5)
推荐(0)
摘要:
Symmetric vs. Asymmetric Semantic Search https://www.sbert.net/examples/sentence_transformer/applications/semantic-search/README.html 你引用的这部分内容主要是在区分两
阅读全文
posted @ 2026-09-16 10:03
lightsong
阅读(4)
推荐(0)
摘要:
Hierarchical Navigable Small Worlds (HNSW) https://www.pinecone.io/learn/series/faiss/hnsw/ 这篇博客深入浅出地介绍了用于向量相似性搜索的顶级索引技术——分层可导航小世界(HNSW)图。文章从理论基础、图构建、
阅读全文
posted @ 2026-09-16 09:35
lightsong
阅读(6)
推荐(0)
摘要:
BentoML https://zhuanlan.zhihu.com/p/495814838 BentoML 是一个用于机器学习模型服务的开源框架,旨在弥合数据科学和 DevOps 之间的差距(gap)。 数据科学家可以使用 BentoMl 轻松打包使用任何 ML 框架训练的模型,并重现该模型以用于
阅读全文
posted @ 2026-09-14 14:50
lightsong
阅读(4)
推荐(0)
摘要:
ML Serving/编排工具 将开源协议纳入考量后,选型逻辑会发生本质变化。技术能力决定“能不能用”,而许可证决定“敢不敢用、能用多久”。尤其在企业商业化、云托管服务、或涉及供应链合规的场景下,协议风险可能直接否决一个技术上最优的方案。 以下是将所有主流 ML Serving/编排工具在模型支持、
阅读全文
posted @ 2026-09-13 21:27
lightsong
阅读(11)
推荐(0)
摘要:
Introducing Gemma 3 270M: The compact model for hyper-efficient AI https://developers.googleblog.com/en/introducing-gemma-3-270m/ https://zhuanlan.zhi
阅读全文
posted @ 2026-09-13 18:57
lightsong
阅读(5)
推荐(0)
摘要:
Utopia https://github.com/deeplethe/utopia “企业世界模型”这个概念听起来可能有些抽象,但结合你之前问到的 Utopia 项目,我们可以把它理解为一个为企业量身打造的、能够自我演进的“数字大脑”或“中央知识库”。 它不仅仅是存储信息,更重要的是能够理解、推理
阅读全文
posted @ 2026-09-12 22:10
lightsong
阅读(17)
推荐(0)
摘要:
trustgraph https://docs.trustgraph.ai/architecture/retrieval.html https://zhuanlan.zhihu.com/p/2038967214095722008 https://www.cnblogs.com/JavaPub/p/2
阅读全文
posted @ 2026-09-10 16:56
lightsong
阅读(7)
推荐(0)
摘要:
semantica https://docs.getsemantica.ai/ https://github.com/semantica-agi/semantica/tree/main https://github.com/meiyoutou/semantica-explorer-demo/tree
阅读全文
posted @ 2026-09-06 22:10
lightsong
阅读(21)
推荐(0)
摘要:
semantica vs graphti Semantica 和 Graphiti 都是当前 AI Agent 生态中用于构建知识图谱(Knowledge Graph)的热门开源框架,但它们的设计哲学、核心优势和适用场景有显著区别。 简单来说:Graphiti 是为“记忆”而生,Semantica
阅读全文
posted @ 2026-09-06 22:04
lightsong
阅读(18)
推荐(0)
摘要:
https://spacy.io/ spaCy 是一个专为生产环境(工业级)设计的开源 Python 自然语言处理(NLP)库。如果说 RoBERTa 是一个强大的底层“发动机”,那么 spaCy 就是一套完整、高效且开箱即用的“汽车制造流水线”。 以下是 spaCy 的核心特点与功能总结: 1.
阅读全文
posted @ 2026-09-06 21:01
lightsong
阅读(19)
推荐(0)
摘要:
https://github.com/fanqingsong/IT-Demo Demo 本教程为学习教程,更多源码进阶请参考 https://github.com/yanghaiji/Advanced-books 关于demo上我问题大家可以提issues,或者添加微信372787553 带您进入程
阅读全文
posted @ 2026-09-02 23:13
lightsong
阅读(7)
推荐(0)
摘要:
https://github.com/fanqingsong/transactional-outbox-pattern-with-debezium Spring Boot Transactional Outbox Pattern with Debezium and Kafka Transaction
阅读全文
posted @ 2026-09-02 23:11
lightsong
阅读(9)
推荐(0)
摘要:
https://github.com/fanqingsong/springboot-kafka-streams-microservices-demo Kafka Streams Microservices Demo An E-commerce Microservices Application th
阅读全文
posted @ 2026-09-02 23:10
lightsong
阅读(9)
推荐(0)
摘要:
基于 Sentence Transformers 的具体应用案例 Sentence Transformers 的核心能力是将文本转化为高质量的稠密向量,这使得它在需要"理解语义"而非简单"关键词匹配"的场景中无处不在。以下是基于该框架的具体应用案例,按业务场景分类: 1. 检索增强生成 (RAG)
阅读全文
posted @ 2026-09-02 15:36
lightsong
阅读(15)
推荐(0)
摘要:
What is Vault? https://developer.hashicorp.com/vault/docs/about-vault/what-is-vault Vault provides centralized, well-audited privileged access and sec
阅读全文
posted @ 2026-09-02 12:38
lightsong
阅读(8)
推荐(0)
摘要:
Ontology Reasoning System https://github.com/fanqingsong/Sapiens_Ontology Overview Ontology Reasoning System is a next-generation knowledge graph reas
阅读全文
posted @ 2026-08-30 22:26
lightsong
阅读(9)
推荐(0)
摘要:
ADR https://adr.github.io/ 📝 什么是架构决策记录 (ADR)? 简单来说,架构决策记录 (ADR) 是一种用于记录软件开发过程中重要决策及其背后原因的文档。它的核心目的是让团队能够清晰地理解“为什么”要做出某个特定的架构选择,以及这个选择带来的权衡和后果。 一个项目的所
阅读全文
posted @ 2026-08-30 18:05
lightsong
阅读(20)
推荐(0)
摘要:
Claude Code hook https://code.claude.com/docs/en/hooks#exit-code-2 https://zhuanlan.zhihu.com/p/1950634615065809103 https://github.com/fanqingsong/cla
阅读全文
posted @ 2026-08-29 20:52
lightsong
阅读(5)
推荐(0)
摘要:
The AI-Native SDLC playbook https://claude.com/blog/the-ai-native-sdlc-playbook https://www.bilibili.com/video/BV1fC8m6VEP4/?spm_id_from=333.337.searc
阅读全文
posted @ 2026-08-29 15:00
lightsong
阅读(41)
推荐(0)
摘要:
Introduction to Dapper https://jdaniel1987.github.io/Dapper 我已经把它翻译成了中文博客的格式,保留了所有的代码示例和结构,你可以直接拿去发布: 博客文章草稿 标题: Dapper 简介作者: Jaime Daniel Delgado Ort
阅读全文
posted @ 2026-08-28 12:21
lightsong
阅读(5)
推荐(0)
摘要:
Introduction to FluentValidation https://jdaniel1987.github.io/FluentValidation 这篇文章写得非常清晰,涵盖了从基础安装到结合 Minimal API 和 MediatR 的高级用法。为了让你转载到博客时效果更好,我特意保
阅读全文
posted @ 2026-08-28 12:10
lightsong
阅读(6)
推荐(0)
摘要:
https://jdaniel1987.github.io/AutoFixture#4-using-autofixture-with-moq 这是一篇为您精心整理的、完整且图文并茂的博客文章草稿。它整合了 AutoFixture 的基础用法,并重点丰富了与 Moq 和 xUnit 结合使用的高级技巧
阅读全文
posted @ 2026-08-28 11:54
lightsong
阅读(12)
推荐(0)
摘要:
Introduction to FluentAssertions https://jdaniel1987.github.io/FluentAssertions 这是一篇非常适合转载的技术博客文章。我已经为你整理好了完整的中文翻译,并按照你的要求,将原文中缺失的代码片段补全,同时保留了图片占位符的位置
阅读全文
posted @ 2026-08-28 11:14
lightsong
阅读(8)
推荐(0)
摘要:
Understanding Return Types:IEnumerable, IReadOnlyCollection, and List https://jdaniel1987.github.io/CollectionReturnTypes 这是一篇关于 C# 集合返回类型选择的深度技术文章。我已
阅读全文
posted @ 2026-08-28 10:58
lightsong
阅读(5)
推荐(0)
摘要:
Introduction to Refit https://jdaniel1987.github.io/Refit 这是一篇非常适合转载的技术博客文章。我已经为你整理好了完整的中文翻译,并按照你的要求,将原文中缺失的代码片段补全,同时保留了图片占位符的位置,方便你直接复制到博客编辑器中。 博客文章草
阅读全文
posted @ 2026-08-28 10:08
lightsong
阅读(6)
推荐(0)
摘要:
Introduction to Carter https://jdaniel1987.github.io/Carter 这是一篇非常适合转载的技术博客文章。我已经为你整理好了完整的中文翻译,并按照你的要求,将原文中缺失的代码片段补全,同时保留了图片占位符的位置,方便你直接复制到博客编辑器中。 博客文
阅读全文
posted @ 2026-08-27 23:29
lightsong
阅读(9)
推荐(0)
摘要:
Introduction to Minimal APIs https://jdaniel1987.github.io/MinimalApis 这是一篇为您整理好的博客文章,已经根据原文内容进行了结构化处理,保留了代码示例和图文并茂的排版风格,您可以直接复制发布。 🚀 .NET 极简 API (Mi
阅读全文
posted @ 2026-08-27 23:15
lightsong
阅读(12)
推荐(0)
摘要:
Introduction to MediaTr https://jdaniel1987.github.io/MediaTr 这是一篇基于你提供的网页内容整理、润色后的技术博客文章。文章优化了结构,补充了完整的代码逻辑,并增加了 Mermaid 架构图来直观展示 MediatR 的工作原理。 🚀 解
阅读全文
posted @ 2026-08-27 16:07
lightsong
阅读(7)
推荐(0)
摘要:
Building Resilient .NET Applications with Polly https://jdaniel1987.github.io/PollyResilience https://github.com/fanqingsong/ResilienceExample 这是一篇为您整
阅读全文
posted @ 2026-08-25 23:10
lightsong
阅读(9)
推荐(0)
摘要:
Understanding Event-Driven Architecture https://jdaniel1987.github.io/EventDrivenArchitecture 这是一篇基于你提供的网页内容整理的博客文章。为了便于读者理解,我优化了排版结构,并保留了代码示例和关键图表描述。
阅读全文
posted @ 2026-08-25 23:05
lightsong
阅读(2)
推荐(0)
摘要:
Understanding CQRS in .NET https://jdaniel1987.github.io/CQRS#link-to-example-project https://github.com/fanqingsong/GameShop.CQRS 这是一篇基于你提供的网页内容整理的深度
阅读全文
posted @ 2026-08-25 22:57
lightsong
阅读(5)
推荐(0)
摘要:
Comprehensive Guide to Domain-Driven Design (DDD) https://jdaniel1987.github.io/DomainDrivenDesign 这是一篇基于你提供的网页内容整理的博客文章。为了便于读者理解,我重新梳理了结构,并对关键代码和概念进行
阅读全文
posted @ 2026-08-25 22:52
lightsong
阅读(6)
推荐(0)
摘要:
The Transactional Outbox Pattern https://jdaniel1987.github.io/TransactionalOutboxPattern The Transactional Outbox Pattern is a powerful technique use
阅读全文
posted @ 2026-08-25 12:33
lightsong
阅读(12)
推荐(0)
摘要:
A Complete Guide to Clean Architecture https://jdaniel1987.github.io/CleanArchitecture 这篇博文的核心在于通过分层来解耦,而 Program.cs 正是实现这种解耦的“总装车间”。将两者结合,能完美地展示从理论到实
阅读全文
posted @ 2026-08-25 12:17
lightsong
阅读(5)
推荐(0)
摘要:
加入 Electron 后,这五大框架涵盖了目前主流的跨平台开发场景。以下是它们在核心定位、技术栈、性能及适用场景等维度的全方位对比: 五大跨平台框架核心对比 对比维度ElectronTauriFlutterReact NativeTaro 核心定位 桌面跨平台应用 轻量级桌面应用 全平台高保真 U
阅读全文
posted @ 2026-08-04 20:49
lightsong
阅读(41)
推荐(0)
摘要:
Kedro https://kedro.org/#why-kedro https://github.com/kedro-org/kedro What is Kedro? Kedro is a toolbox for production-ready data engineering and data
阅读全文
posted @ 2026-08-02 18:04
lightsong
阅读(11)
推荐(0)