EN
BUILDER PROFILE · ADVENTUREX 2026 BUILDER PROFILE · ADVENTUREX 2026 · 杭州
BUILDER

Harry OneZion

HKU BEng AI & Data Science × BA AI and Humanities 港大 AI 与数据科学 × AI 与人文双学位

Building at the intersection of technology × humanities 我相信技术与人文的交汇处,才能诞生真正有意义的作品

Meta-Cognition Vibe Coding Systems Thinking Agent Architecture First Principles Rapid Prototyping
0 Shipped Projects已交付项目
0 Public Repos公开仓库
0 Self-built Skills自研技能
Open to team · 2–4 builders · any track 组队中 · 2–4 人 · 赛道不限
HOW I THINK我如何思考

🧠 Thinking Stack

CS is important, but coding is not.
「CS 很重要,但写代码不是。」
— Harry OneZion
Shipped products已有的产品 + Dev methodology开发方法论 + Philosophy · Meta-cognition · Abstraction哲学 · 元认知 · 抽象化
🪞 Meta-Cognition / 元认知

Thinking about thinking — question the frame before solving inside it. What assumptions am I making? Is this even the right problem? 思考「思考」本身——先质疑框架,再在框架内解题。我在做什么假设?这真的是对的问题吗?

二阶思维EpistemologySelf-Audit
🌌 Abstraction / 抽象思维

Map concrete problems to abstract structures. An agent pipeline is function composition; fact-checking is an adversarial verification graph. Find the universal pattern, then specialize. 把具体问题映射为抽象结构。Agent 管线是函数组合,事实核查是对抗验证图。先找通用模式,再特化落地。

Pattern RecognitionSystem DesignOntology
🔬 Research Thinking / 科研思维

Hypothesis-driven, evidence-first. Built a 5-phase fact-check pipeline (SIFT / IFCN / CoVe / FIRE / FABLE); benchmark LLMs systematically. Claims without sources are noise. 假设驱动、证据优先。自建五阶段事实核查管线 (SIFT / IFCN / CoVe / FIRE / FABLE),系统性评测大模型。没有来源的断言只是噪音。

"The core isn't building — it's researching your way to a good solution, then applying it." 「核心不在于构建,是调研到一个好的方案,然后把这个方案应用上去。」

Fact-CheckBenchmarkingEvidence-Based
⚙️ Computational Thinking / 计算思维

Decompose, compose, verify. Small verifiable units chained into emergent capability — subagent architectures, pipelines, verification loops. 分解、组合、验证。小而可验证的单元链接成涌现能力——子代理架构、流水线、验证循环。

"If it can be made reusable, make it reusable — write it as a Skill, a Pipeline, a benchmark." 「能做成可复用的东西,就尽量做成可复用的东西——写成 Skills、写成 Pipeline、写成 benchmark。」

DecompositionParallelismVerification Loops
Vibe Coding / 直觉构建

Ship fast by working with AI, not against it. Karpathy's 4 rules running in production; subagent → quality gate → verified merge. No completion claim without fresh verification evidence. 与 AI 协作而非对抗。Karpathy 四规则真实在产;子代理 → 质量门 → 验证后合并。没有新鲜的验证证据,就不宣称完成。

"A sub-agent testing loop running all night costs a few dozen RMB in tokens — and saves me hours." 「sub-agent driven testing loop 循环一晚上顶多三四十块钱,但省了我几个小时。」

Think Before Coding先想再写Simplicity First简单优先Surgical Changes外科手术式修改Define Success → Verify先定义成功再验证
MY OPERATING SYSTEM我的操作系统

🧩 Claude Code

I am Claude Code now.我现在是 Claude Code 了
Self-built skills, workflows and infrastructure — designed to be reusable 自研技能、工作流程与基础设施——都做成了可复用的
— Harry OneZion
250 skills installed已装载技能
100+ self-developed (onezion-*)自研 (onezion-*)
double-check-agent v2.4 open source ↗已开源 ↗

Unified Fact / Logic / Theory & Tool-Use verification. Two-round architecture: Round 1 can be any generation method; Round 2 is always the same verification pipeline. Bounded Rationality — enforcement via hooks, not model internalization. 统一的事实 / 逻辑 / 理论与工具使用核查。双轮架构:第一轮可以是任何生成方式,第二轮永远走同一条验证管线。有限理性范式——靠 hooks 外部强制,而非指望模型自觉。

"Round 1 optimizes fluency, Round 2 optimizes accuracy — separating them removes the trade-off." 「第一轮优化流畅度,第二轮优化准确率——把两者分开,就消除了取舍。」

Reusable for可复用于 any agent that needs fact-checked output任何需要可信输出的 Agent
onezion-engineering-end2end-pipeline

General engineering methodology: research → double-check research → plan → fact-check plan → auto-execute (SDD) → deliver → notify owner. Language-agnostic, domain-agnostic. Skip non-owner decisions — surface only what the owner must decide. 通用工程方法论:调研 → 复核调研 → 计划 → 核查计划 → 自动执行 (SDD) → 交付 → 通知 owner。语言无关、领域无关。跳过非 owner 决策,只上报 owner 必须拍板的事。

Reusable for可复用于 any project, any stack任何项目、任何技术栈
onezion-dse-agent-dev-deploy

Unified platform base for ALL DSE products: E2B managed sandbox (Firecracker microVM per-user isolation, ~150ms cold start), OpenCode serve as unified agent backend, Next.js conversational frontend, shared credits wallet (SQLite, product-scoped), launchd + Cloudflare tunnel + Telegram push. ONE agent entry + ONE auth + ONE wallet across products. 所有 DSE 产品的统一平台基座:E2B 托管沙箱(Firecracker microVM 按用户隔离,~150ms 冷启动)、OpenCode serve 统一 Agent 后端、Next.js 对话式前端、共享积分钱包(SQLite,按产品记账)、launchd + Cloudflare tunnel + Telegram 推送。全部产品共享同一 Agent 入口、同一认证、同一钱包。

Reusable for可复用于 the multi-product agent platform pattern多产品 Agent 平台模式
onezion-research

Tiered research at 3 rigor levels: Quick (vibe research) / Deep (discovery-first, 2+ independent sources, 2+ search backends, hygiene checklist) / Academic (literature → paper → citations → slides). 三档严谨度的分级调研:Quick(快速探路)/ Deep(先探索再分解,2+ 独立信源、2+ 搜索后端、事后卫生清单)/ Academic(文献 → 论文 → 引用 → 幻灯片)。

Reusable for可复用于 any factual or decision-making work任何事实性、决策性工作
subagent-driven-test-feedback-loop-onezion v2.0

Tester subagent team tests any product (Web / CLI / desktop / API) from a real user's perspective → structured issues → Fixer subagent team repairs → retest. Loop until no P0/P1. Project-agnostic. Tester 子代理团队从真实用户视角测试任何产品(Web / CLI / 桌面 / API)→ 产出结构化 issue → Fixer 子代理团队修复 → 复测。循环直到没有 P0/P1。项目无关。

Reusable for可复用于 continuous QA for anything任何产品的持续质检
…and more self-built…更多自研
onezion-notion onezion-chatlog onezion-designer onezion-website-design-build onezion-luma-image onezion-transcription onezion-google-calendar onezion-macos-keychain OneZion-SocialMedia-Orchestrator onezion-deep-research-agent onezion-AKM-agent-knowledge-management OneZion-Migrate +80 more self-built+80 more 自研

Underneath: a skill registry with semver + dependency lock (skill-lint), Keychain-backed secrets, hooks-based enforcement — infrastructure that travels across agents (proven by the AgentDropOne migration). 底座:semver + 依赖锁的技能注册表 (skill-lint)、Keychain 密钥管理、基于 hooks 的强制执行——能跟着 Agent 一起迁移的基础设施(AgentDropOne 已验证)。

SIGNALS INTO THE UNKNOWN向未知发出信号

🛠️ Projects项目

2026-06
Hermes Agent Mobile Agent · Android

OPPO voice assistant replacement — a real agent living on the phone. DeepSeek API + tool calling + system-level integration: the assistant button summons an agent, not a chatbot. 替换 OPPO 语音助手——真正住在手机里的 Agent。DeepSeek API + 工具调用 + 系统级集成:按下助手键唤起的是 Agent,不是聊天机器人。

2026-05
Chinese LLM Evaluation国产大模型评测 Research · Benchmark

Systematic benchmark of domestic Chinese LLMs on tool calling and daily tasks — DeepSeek / GLM / Qwen head-to-head. Independent research, no vendor marketing. 国内大模型系统性评测:工具调用与日常任务,DeepSeek / GLM / 通义千问横向对比。独立研究,不依赖厂商宣传。

2026-04
WorkBuddy Agent Ecosystem

Personal agent ecosystem: 30+ custom skills, ChromaDB local vector search, MCP servers, cross-platform chat analysis — the era that seeded today's skill library. 个人 Agent 生态:30+ 自研技能、ChromaDB 本地向量检索、MCP 服务器、跨平台聊天分析——今天技能库的起点。

2025
DSE Speaking EdTech SaaSDSE 口语 EdTech SaaS ElevenLabs ConvAI

3-mode English speaking practice platform built on ElevenLabs ConvAI Agent, targeting HK schools — with a free tier for SEN and low-income students. 基于 ElevenLabs ConvAI Agent 的三模式英语口语练习平台,面向香港学校——为 SEN 与低收入学生提供免费档。

🏆 Track Record战绩

"Ship the full cycle, fast — walk the whole product journey, validate the business model, even the launch." 「快速交付全产——走完整个产品流程,验证商业模式甚至宣发。」

🏆
Hack4SDGs GenAI Inter-University Hackathon 2025
TEAM LEAD队长 · TEAM LEAD

"Echoes of Thought" — AI interactive visual novel with GenAI as a dynamic Game Master. Analyzes YouTube watch history to surface cognitive biases and echo chambers through personalized stories. 《Echoes of Thought》——以生成式 AI 为动态 Game Master 的互动视觉小说。分析 YouTube 观看历史,用个性化故事让用户看见自己的认知偏差与信息茧房。

🚀
WeWrites.ai
AI & TECHAI 与技术

Rebuilding DSE education with AI — full-stack platform, automated content production, live product with real users. 用 AI 重塑 DSE 教育——全栈平台、自动化内容生产线,真实上线、真实用户。

🎓
HKU Double Degree港大双学位
BENG + BA工学 + 文学双学士

BEng in AI & Data Science + BA in AI and Humanities (Philosophy as advanced elective) — engineering rigor and humanistic depth in one curriculum. AI 与数据科学工学士 + AI 与人文文学士(哲学高阶选修)——工程的严谨与人文的深度,在同一张课表里。

AdventureX 2026
BUILDER · 7/22–26 HANGZHOU参赛者 · 7/22–26 杭州

5 days, 0 to 1, any track. Looking for a team of 2–4 who ship real products and care about taste. 5 天从 0 到 1,赛道不限。寻找 2–4 人团队:交付过真实产品,在意产品品味。

🔧 Build Stack技能栈

Languages语言
Python JavaScript / Node.js Shell
AI · LLM
LLM Engineering MCP RAG Local LLM Deployment本地大模型部署 Multi-Agent
Automation自动化
Playwright Browser Automation浏览器自动化 Open Browser Use Open Computer Use
Data数据
SQLite ChromaDB FTS5
Platforms平台
OpenRouter Fly.io Modal ElevenLabs ConvAI Vercel

📡 Connect联系