Skip to content
View xiatiandeairen's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report xiatiandeairen

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
xiatiandeairen/README.md
agent-runtime terminal header

tech stack    visitors


$ cat /etc/profile

# ╔════════════════════════════════════════════════════════════════════╗

#   ✗ Build AI models    ✗ Write prompts    ✗ Fine-tune LLMs

  I build the missing infrastructure between AI models
  and real-world tasks. The layer underneath —

    execution engines:      "run structured tasks, not vibes"
    persistent memory:      "agents that remember across sessions"
    structured debugging:   "diagnose, not guess"
    system awareness:       "know when to build, when to back off"

  Background: "OS kernels in Rust · cross-platform apps · dev tools"
  Focus:      "AI agent infrastructure"

# ╚════════════════════════════════════════════════════════════════════╝

$ tree ~/work

ProjectWhat & Why
Nerve System awareness for AI agents — 22 metrics, 9-dim scoring
VibeBetter AI engineering insight — measure AI effectiveness, track structural risk
HuLaCross-platform IM desktop app — full-stack from architecture to delivery
sprint-for-agentTask execution engine — turns instructions into verifiable steps
know-for-agentKnowledge compiler — persist tacit knowledge, structured docs, recall before code changes
diagnose-for-agentDeviation diagnosis — find why results are wrong, not just fix symptoms
decay-for-agentHealth monitor — catch project decay before it becomes tech debt
evolution-for-agentSelf-evolution engine — agents learn from their own mistakes
skill-wrapper-for-agentSkill quality assurance — lint instruction defects, simulate behavior chains
MiniOperationSystemMinimal OS kernel — memory management, interrupts, scheduling
FlowGenTerminal workflow SDK — interactive CLI from JSON/YAML DSL
SmartCommitGit commit generator — AST-level diff → Conventional Commits
VibeCodingRulesCurated rules & conventions for AI-assisted coding

$ uptime

github contribution snake animation

$ history

展开查看技术成长时间线 ▶
2018  git init life.git             # 开始在 GitHub 上留下痕迹
  │
  ├── 读源码、fork 优秀项目、建立技术品味
  │
2020  rustc hello_kernel.rs          # 用 Rust 写第一个 OS kernel
  │
  ├── 理解中断、内存管理、调度器
  ├── 从此相信:想用好工具,先理解机器
  │
2023  cargo build --release hula     # 第一个独立产品:跨平台 IM
  │
  ├── Tauri + Vue3,从架构到交付全栈负责
  ├── 学到:做产品和写代码是两件事
  │
2025  npm publish smart-commit       # 开始造开发者工具
  │
  ├── 发现 AI agent 的真正瓶颈不是模型,是基础设施
  ├── 没有执行引擎、没有记忆、没有调试框架
  │
2026  ./agent-infra/sprint v4.0      # All in AI agent infrastructure
  │
  ├── sprint:    任务流水线 + 锚点验证
  ├── know:      跨会话知识持久化
  ├── diagnose:  通用偏差诊断
  ├── decay:     项目健康度监控
  └── evolution: 元认知自我进化

      "每一层都是上一层的地基。"

$ neofetch

展开查看系统信息 ▶
                                        tx@dev
        ████████████████                ──────────────
      ██                ██              OS:       macOS (btw i use terminal)
    ██    ██        ██    ██            Shell:    zsh + custom workflow
    ██                    ██            Editor:   Neovim
    ██    ██████████      ██            Theme:    Clean White
      ██                ██              ─────────────────────────────
        ████████████████                Languages: Rust, TypeScript, Python,
                                                   Shell, Lua
                                        ─────────────────────────────
                                        Interests: OS internals, AI agents,
                                                   dev tooling, photography
                                        Motto:     Build deep. Ship real.
                                                   Push forward.
                                        ─────────────────────────────
                                        Fun fact:  This profile is co-authored
                                                   with an AI agent.

$ cat /dev/random | head -1

展开查看随机想法 ▶

"AI 不会取代程序员,但会取代不理解 AI 的程序员。 不过,AI 也不会取代理解机器的程序员—— 因为总得有人给 AI 写基础设施。"

"最好的工具是你感觉不到它存在的工具。 最好的基础设施是你不需要思考它的基础设施。 我做的就是这种东西。"

"写 OS kernel 教会我一件事: 所有上层的优雅,都建立在下层的残酷之上。 理解残酷,才能设计优雅。"


The best tool is the one that disappears into your workflow.

If you've scrolled this far — maybe we should talk.

Popular repositories Loading

  1. sprint-for-agent sprint-for-agent Public

    Task execution engine for AI agents — stage pipeline, anchor verification, model routing

    Shell 1

  2. Web Web Public

    Forked from qianguyihao/Web

    前端入门和进阶学习笔记,超详细的Web前端学习图文教程。从零开始学前端,做一名精致的前端工程师。持续更新...

    JavaScript

  3. OnJava8 OnJava8 Public

    Forked from lingcoder/OnJava8

    《On Java 8》中文版,又名《Java编程思想》 第5版

  4. CS-Notes-PDF CS-Notes-PDF Public

    Forked from sjsdfg/CS-Notes-PDF

    https://github.com/CyC2018/CS-Notes PDF版本离线阅读

  5. fastapi fastapi Public

    Forked from fastapi/fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

    Python

  6. Coursera-ML-AndrewNg-Notes Coursera-ML-AndrewNg-Notes Public

    Forked from fengdu78/Coursera-ML-AndrewNg-Notes

    吴恩达老师的机器学习课程个人笔记

    HTML