Skip to content
View ciceroyang's full-sized avatar

Block or report ciceroyang

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

Hi, I'm Cicero Yang.

I build reliable AI agents and the tools around them.

I build small, open-source tools for the parts of agent engineering that are easy to ignore and expensive to get wrong: context, evaluation, safety, and developer experience.

Selected work

A control plane for the tools agents run — inventory, evidence, policy and enforcement — together with a daily-rebuilt evidence index of the public MCP ecosystem.

Everything in it is organized around one rule: clean is only emitted when every check ran. A record that could not be measured says what stopped it, and a repository record can never be clean, because nothing read its source. Zero runtime dependencies, and the whole test suite runs from a clone with nothing installed.

A local, zero-API-key audit for agent instructions, skills, and MCP configuration, including a bounded model of the Codex instruction chain.

It estimates instruction-context cost, catches duplicated instructions, flags risky configuration, and produces a scorecard that can run in CI.

Earlier: DeepSeek Harness community work (2026)

I built a small set of independent, open-source tools for the DeepSeek Harness ecosystem:

  • dsh-doctor — local environment, profile, and session-log diagnostics; it also helped align the shared dsh-doctor/v1 community envelope.
  • dsh-trajectory — portable, self-contained HTML trajectories from Harness session logs.
  • dsh-report-studio — verifiable daily, weekly, handoff, and article reports from session evidence.
  • dsh-plugin-starter — a zero-dependency scaffold that encodes common plugin-development pitfalls.

The public record includes a plugin field guide and the dsh-doctor interoperability discussion, a multi-frame session-log format proposal, and merged community-directory contributions. These are independent, unofficial community projects, not official DeepSeek releases.

How I work

  • Ship runnable tools, not AI theater.
  • Never report clean about work that did not run; a gap has to name itself.
  • Measure context before adding more context.
  • Keep the default path local and inspectable.
  • Treat evals and failure cases as product features.
  • Support the agent stack people already use.

If you are working on agent infrastructure, open an issue or start a discussion.

Pinned Loading

  1. agent-context-lens agent-context-lens Public

    Audit the context your coding agents actually consume — locally, with no API key.

    Python 2

  2. dsh-doctor dsh-doctor Public

    One-command health check for DeepSeek Harness local environments

    JavaScript 2

  3. dsh-plugin-starter dsh-plugin-starter Public

    Scaffold a battle-tested DeepSeek Harness plugin (bundle, tool, skill, tests, CI) in one command

    JavaScript 3

  4. dsh-report-studio dsh-report-studio Public

    Turn a DeepSeek Harness session into deliverable work reports (daily/weekly/handoff/article) with verifiable receipts

    JavaScript 2 1

  5. agent-proof agent-proof Public

    Verifiable execution, evidence, and handoff governance for AI agents.