Skip to content
View zelinewang's full-sized avatar
🐙
shipping agent systems
🐙
shipping agent systems

Block or report zelinewang

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
zelinewang/README.md
Zane Wang — AI systems builder focused on evaluation, agent infrastructure, and evidence-driven workflows

AI systems builder based in San Francisco. My production background spans multimodal evaluation, high-volume data systems, workflow automation, and enterprise agents. My current public focus is the infrastructure underneath reliable agents: memory, delegation, and evidence-driven development.

Explore the work ↓ · LinkedIn · GitHub

Current focus

I turn lessons from production AI systems into smaller, public, inspectable tools. The current thread is reliable agent execution across sessions and teams: durable context, bounded delegation, and workflows that keep evidence close to decisions.

Current public proof: claudemem preserves context across coding-agent sessions, handoff measures when delegated execution helps and when coordination cost outweighs the benefit, and dev-orchestrator keeps investigation, tests, verification, and shipping in one resumable workflow.

The product experiments below apply the same standard to computer use, real-time data, and deployment without presenting prototypes as production systems.

Selected work

Agent infrastructure

  • claudemem — persistent memory for coding agents, using portable Markdown records plus searchable indexing across sessions.
  • handoff — a spec-and-ledger protocol for token-tiered delegation, published with its pre-registered evaluation and failure direction.
  • dev-orchestrator — an end-to-end development workflow that connects investigation, planning, tests, verification, shipping, hooks, and file-backed state.

Product experiments

  • PostPrism — a hackathon prototype with a front-end simulation and an experimental backend for parallel computer-use agents.
  • FireSight — a client-side wildfire map built around NASA FIRMS feeds and Leaflet.
  • Dipole — a conversational deployment assistant for Netlify and Vercel with streamed progress and diagnostics.

Open source contributions

Upstream work in other people's repositories:

How I work

  • Prove before arguing. A small experiment should be able to overturn the plan.
  • Fix the bottleneck. Solve the constraint that changes the outcome; defer adjacent cleanup.
  • Keep evidence close to the claim. Tests, source, logs, and failure cases beat polished confidence.
  • Leave leverage behind. A delivery should make the next run easier to verify, resume, or reuse.

Design studies

The canonical profile stays text-first. Three complete visual interpretations live in the profile design gallery: Console, Constellation, and Field Notes. They are design studies, not alternate claims.

Contact

LinkedIn · GitHub · X

Ask Zane's AI about the public work

The sidekick answers from this README, the public persona, the six flagship repositories, and the open source contributions above. It replies in a public GitHub issue and does not speak on Zane's behalf.

Open a public question →

Pinned Loading

  1. claudemem claudemem Public

    Agent memory for coding assistants: searchable notes and session summaries in a local-first Go CLI.

    Go

  2. dev-orchestrator dev-orchestrator Public

    One-command AI development workflow for Claude Code: investigation, TDD, verification, hooks, and file-backed state.

    Shell

  3. handoff handoff Public

    Evidence-backed token-tiered delegation for agent harnesses, with spec files, resumable ledgers, and published failure cases.

    Shell 1

  4. dipole dipole Public

    Local AI-agent deployment demo for Netlify and Vercel, with validation fixtures and diagnostics.

    JavaScript

  5. FireSight FireSight Public

    Near-real-time NASA FIRMS wildfire detections on an interactive Leaflet map (hackathon build).

    Python

  6. postprism postprism Public

    Hackathon prototype for parallel computer-use agents; the hosted front end is a simulation.

    TypeScript