Hello World 👋
I'm Yida Hu,a software developer who loves open source and AI.
You can find me on GitHub — check out my bio for more info.
Blog Posts
MCP(大模型上下文)
MCP(Model Context Protocol,模型上下文协议) ,2024年11月底,由 Anthropic 推出的一种开放标准,旨在统一大型语言模型(LLM)与外部数据源和工具之间的通信协议。MCP 的主要目的在于解决当前 AI 模型因数据孤岛限制而无法充分发挥潜力的难题,MCP 使得 AI 应用能够安全地访问和操作本地及远程数据,为 AI 应用提供了连接万物的接口。
Mar 10, 2025
MCP
LLM
AI
DeepSeek R1 技术和训练流程
DeepSeek R1的技术详解,主要介绍了强化学习的必要性和奖励算法,以及训练流程
Feb 27, 2025
AI
LLM
LangGraph实现智能体
LangGraph实现智能体
Feb 24, 2025
AI
LLM
项目管理必修课
在一个组织中,项目经理并不是越多越好,而具备项目管理能力的人,却真的是越多越好。人人都可以成为优秀的项目经理。
Oct 14, 2024
项目管理
职业发展
基于开源项目的自定义需求实现与同步管理
希望基于开源项目添加自定义功能,形成自己的工具轮子,并在实现自定义的同时,依然能够方便地获取开源项目的新功能
Sep 4, 2024
Github
Gitlab
注意,你所做的 A/B 实验,可能是错的!
对于 A/B 实验原理认知的缺失,致使许多企业在业务增长的道路上始终在操作一批“错误的 A/B 实验”
Jul 3, 2024
AB
ABTester
Parsing pdf using gptpdf
使用视觉大语言模型(如 GPT-4o)将 PDF 解析为 markdown
Jul 1, 2024
AI
LLM
What is RAG, ROG, and RCG?
检索增强型生成(RAG)、检索关闭型生成(ROG)和检索中心型生成(RCG)是关键技术
Jun 29, 2024
AI
RAG
RCG
LLM
智能客服技术架构实践合集
分享智能客服技术架构文章,各大互联网公司技术架构实践
Jun 24, 2024
AI
LLM
Software Development
Chatbot
What is Retrieval Augmented Generation (RAG)?
Retrieval augmented generation, or RAG, is an architectural approach that can improve the efficacy of applications by leveraging custom data.
Mar 18, 2024
AI
RAG
LLM
Kubernetes Guide
A guide covering Kubernetes including the applications and tools that will make you a better and more efficient Kubernetes developer.
May 28, 2022
Kubernetes
DevOps
Cloud Native
手撕LeetCode
LeetCode完整的刷题计划,持续更新,旨在手撕LeetCode题库
Apr 10, 2022
LeetCode
Algorithm
Python
机器学习模型的选择和评估
机器学习算法模型技术选型和指标评估方案
Jun 28, 2021
AI
Software Development
Projects
Example article
The best techniques for sharing code snippets and screencasts that will help propel your open source projects to success.
Mar 7, 2018
OSS
Node.js