Skip to content
View xianyu-sheng's full-sized avatar
🎯
Focusing
🎯
Focusing
  • CQUPT
  • Chong Qing
  • 09:15 (UTC -12:00)

Highlights

  • Pro

Block or report xianyu-sheng

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
xianyu-sheng/README.md

Hi, I'm Xianyu Sheng 👋

M.S. in Computer Science @ CQUPT (2027). I build AI Agent infrastructure — and I verify it with reproducible benchmarks and upstream contributions, not adjectives.

My design philosophy, shared across everything I build:

Let the model think. Let the program decide. LLM output is a claim; only a tool result is evidence.


Featured work

Xenon — extensible terminal AI coding agent

An open-source agent runtime built around an online Evidence Runtime: a deterministic, zero-LLM verification chain that runs vertically through the whole task lifecycle (plan → pre-tool → execution → patch-binding → delivery). It treats every LLM statement as a claim to be verified against real tool results — catching "pasted a diff but never wrote the file" hallucinations at delivery time with zero false-kills.

  • SWE-bench_Lite official harness: 30 instances, 36.7% instance-level (11/30, single attempt) on the cheapest model tier — approaching Claude 3.5 Sonnet-level agents at ~1/100 the cost. Full methodology, sampling seed, cost accounting, and no-patch attribution are committed and reproducible (report).
  • 7 inference paradigms (direct / ReAct / Plan-Execute / Reflection + combinations) over one engine abstraction; MCP-native tool layer; 2000+ unit tests + CI on every commit.
  • Hardened via a systematic boundary-probing methodology (malformed input / path-traversal / corrupted-file probes on every public entry point) that surfaced and fixed real defects, including a session path-traversal and a permission-gate fail-open.

SmartBench — evidence-constrained code diagnosis

A code-diagnosis workbench that splits responsibility deliberately: language frontends and deterministic analyzers own source facts; the LLM may only propose hypotheses; resolvers and validators decide whether a claim binds back to real operations, types, and control flow. Under-supported conclusions stay unknown/abstained — they are never promoted to findings.

  • Real upstream bugs found and verified before submission — e.g. stunner #89 (TURN connection leak) confirmed fixed upstream; issues/PRs to sniproxy, Robyn, qscan.

Open-source contributions

Merged into DeepSeek-Reasonix (DeepSeek's official agent framework):

  • #7086 — preserve advisory diagnostics without weakening the evidence gate (merged 2026-07-31)
  • #6618 — honour finish_reason=stop on reasoning-only final answers (merged 2026-07-17)

Open / under discussion:


What I'm looking for

AI Agent / LLM application engineering roles (秋招 2027 届). I care about the layer between "the model said something" and "the system can trust it" — evaluation, evidence, reliability, and cost.

📫 2107644732@qq.com · 掘金 @闲余生 · 小红书/抖音「手搓 AI Agent」

Pinned Loading

  1. Xenon Xenon Public

    开源终端 AI 编程 Agent:以在线 Evidence Runtime 验证链(LLM 输出是 Claim、工具结果才是 Evidence)为核心,SWE-bench_Lite 官方评测 36.7% 实例级通过率(可复现报告)。支持 7 种推理范式、MCP 工具、多模型。Python。

    Python 54 1

  2. SmartBench SmartBench Public

    证据约束的代码诊断工作台:确定性静态分析拥有源码事实,LLM 只提假设,resolver/validator 决定能否绑定回真实操作——证据不足保持 unknown/abstained,从架构抑制幻觉。已在真实开源项目发现 bug(stunner #89 已被上游确认修复)。Python。

    Python 1 1

  3. resume-sync resume-sync Public

    Auto-detect Git commits → LLM generate resume bullets → update LaTeX → compile PDF. Git 提交自动同步到 LaTeX 简历,求职不再手动改简历。

    Python

  4. Agent-hub Agent-hub Public

    Multi-Agent orchestration system with LLM intent routing, DAG scheduling & 7 collaboration strategies. 多 Agent 中央调度系统 — 自然语言输入,自动路由到专业 Agent 协同工作。

    Python