Skip to content
View diguike's full-sized avatar
🌴
On vacation
🌴
On vacation

Block or report diguike

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
diguike/README.md

递归客

前端出身的全栈工程师,all in AI / AI Infra。

学一个东西的方式很直接:读源码 → 写代码跑通 → 把校准过的理解整理出来分享。所有公开产物在 inferloop.dev

这个账号下放我写完的书、配套代码和学习笔记。


  • Hermes Agent 源码解读 · 在线 · 源码
  • LLM Infra 工程实战 — 面向应用层工程师的 LLM 基础设施 · 在线 · 源码
  • AI Token 中转站实战 — 从 0 搭建企业级 LLM 网关 · 在线 · 源码
  • Agent Memory 工程实战 — 基于 claude-mem 源码 · 在线 · 源码
  • 百万级 AI Agent 平台架构 — 智能客服 SaaS 实战 · 在线 · 源码
  • OpenClaw 源码解析 — 现代 Agent 系统架构 · 在线 · 源码
  • Transformer 教学 — 从向量到 RAG · 在线 · 源码
  • Claude Code Skill 开发指南 · 在线 · 源码
  • Claude 插件官方指南 · 在线 · 源码
  • 自己动手写 AI Agent — 从 Claude Code 开源架构到你的第一个编程助手 · 在线 · 源码

配套源码每 2-3 周开源一本到这里。觉得有用的话,欢迎到对应仓库点个 star。


联系

  • 站点 · inferloop.dev
  • 公众号 · AI Reading Hub(扫码关注 ↓)

公众号 AI Reading Hub 二维码

Pinned Loading

  1. book-llm-infra book-llm-infra Public

    LLM Infra 工程实战 — 面向应用层工程师的 LLM 基础设施

    4

  2. book-enterprise-agent book-enterprise-agent Public

    百万级 AI Agent 平台架构 — 智能客服 SaaS 实战 (AgentFlow)

    TypeScript

  3. book-llm-gateway book-llm-gateway Public

    AI Token 中转站实战 — 从 0 搭建企业级 LLM 网关

  4. book-hermes-agent book-hermes-agent Public

    Hermes Agent 源码解读 — 帮助工程师快速理解一个真实 Agent 项目的架构设计

    TypeScript 1

  5. book-ling-agent book-ling-agent Public

    自己动手写 AI Agent — 从 Claude Code 开源架构到你的第一个编程助手

    TypeScript

  6. book-transformer book-transformer Public

    Transformer 教学 — 从向量到 RAG,13 部分循序渐进

    Python