Skip to content
View Hugin-Z's full-sized avatar

Block or report Hugin-Z

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.

Content in all repositories owned by your account will be closed.
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
Hugin-Z/README.md

Hugin

AI application & agent engineering — I build tool-using agents for real-world decisions, grounded by external data, explicit state, evidence, and human-visible uncertainty.

AI 应用 / Agent 工程。做能查真实数据、保留证据与不确定性、最后给出可执行结果的 Agent。

My background is in GIS, digital twins, and government / enterprise delivery. That makes me care less about how fluent an AI looks, and more about whether its output can be traced, verified, and acted on.

What I build

The model is not the source of truth.

Train schedules come from railway data. Routes come from map services. Project claims come from source documents. Knowledge retrieval comes from the local corpus.

The model plans and reasons; tools, contracts, and state decide what is trustworthy enough to become an answer.

I tend to work eval/fixture-first, keep important state explicit, put gates around high-impact decisions, and make documentation match actual runtime behavior.

Selected work

  • trip-decider — An evidence-constrained travel planning agent. It verifies rail, local transit, prices, place identity, and return constraints before they enter an itinerary; unknown and conflicting facts remain visible instead of being silently filled by the model. Also usable as an itinerary verifier.

  • Evidence Runtime — An evidence-constrained agent workflow for turning source materials into auditable deliverables: evidence readiness → constrained generation → Claim Audit → delivery gate. The writer can be an LLM or a human; unsupported content does not silently become a deliverable.

  • agentic-kb-lite — A lightweight local knowledge base built around ripgrep + an LLM reasoning loop instead of a vector stack. Structure carries part of the retrieval semantics; fixtures keep agent behavior reproducible and inspectable.

  • tender-writer-v4 — A state-machine workflow for Chinese government technical-bid writing. Five auditable stages, explicit human gates, and structured tracking from scoring requirements to draft assembly.

Other experiments

  • 几境 / Nine Realms — A bilingual, nine-tier model for making the fuzzy idea of “being good at AI” more concrete and testable.

Earlier domain work includes client-deployed planning-compliance tooling and a Rust/Tauri desktop application for agricultural land-use optimization.


Verification > generation. If an agent cannot tell what it knows, where it came from, and what still needs checking, I don't consider the workflow finished.

Pinned Loading

  1. trip-decider trip-decider Public

    Evidence-constrained travel planning agent that verifies real-world facts before they enter an itinerary.

    Python

  2. evidence-runtime evidence-runtime Public

    Evidence-constrained agent workflow: project materials → evidence readiness → constrained writing → Claim Audit → gated DOCX.

    Python 1

  3. agentic-kb-lite agentic-kb-lite Public

    基于 ripgrep + LLM 的轻量个人/部门知识库;Lightweight local knowledge base using ripgrep + LLM (agent loop, multi-modal, no vectors, no external API)

    Python 14 2

  4. tender-writer-v4 tender-writer-v4 Public

    把政府类项目技术标的首轮结构化拆解与初稿组装压缩到分钟级;正式投标仍需人工扩写、校核和审稿。

    Python 12

  5. solution-drafter solution-drafter Public

    可扩展的中文政企方案文档生成 Skill 框架 · 三层解耦架构 + 五阶段工作流(信息抽取→资料获取→模板填充→内容生成→评审修订)

    Python

  6. jijing jijing Public

    几境 · AI 修为天梯 / A cultivation ladder for AI fluency

    HTML 1