Skip to content
View xianyu-sheng's full-sized avatar
🎯
Focusing
🎯
Focusing
  • CQUPT
  • Chong Qing
  • 12:46 (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, 40.0% instance-level (12/30, single attempt) on the cheapest model tier (deepseek-v4-flash) — +6.7pp over the previous version in a same-model A/B (33.3% → 40.0%). Approaching Claude 3.5 Sonnet-level agents at ~1/100 the cost. Full methodology, sampling seed, cost accounting, and per-engine breakdown 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:



Technical focus

Research interests:

  • Agent reasoning paradigms and evaluation methodology
  • Evidence-constrained architectures that treat LLM output as claims to be verified
  • Static analysis + semantic IR for deterministic code understanding
  • Cost-efficiency in production LLM applications

Currently exploring:

  • Cross-language semantic analysis (Python, Go, TypeScript, Rust)
  • MCP protocol integration for agent tool ecosystems
  • Benchmark design for agent reliability measurement

Open to opportunities

Seeking: AI Agent / LLM Infrastructure engineering roles (2027 grad, available from July 2027)

What I bring:

  • Reproducible evaluation methodology (SWE-bench, upstream bug verification)
  • Production-focused architecture design (caching, observability, evidence gates)
  • Cross-stack engineering (Python/Go/C++/TypeScript, static analysis, distributed systems)

Contact


💡 Open-source philosophy: Every claim should be reproducible. Every benchmark should publish its methodology. Every "smart" system should show its work.

Pinned Loading

  1. Xenon Xenon Public

    开源终端 AI 编程 Agent:以在线 Evidence Runtime 验证链(LLM 输出是 Claim、工具结果才是 Evidence)为核心。SWE-bench_Lite 官方评测 40.0% 实例级通过率(同模型 A/B +6.7pp,可复现报告)。7 种推理范式、MCP 工具、落盘补救与验证闭环。Python。

    Python 55 1

  2. SmartBench SmartBench Public

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

    Python 1 1

  3. dsh-deb-builder dsh-deb-builder Public

    Deepseek Harness to Linux .deb package.

    Shell