Skip to content
View cheneeheng's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Munich, Germany
  • 11:47 (UTC +02:00)

Block or report cheneeheng

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

Chen Ee Heng

Munich, Germany

class ChenEeHeng:
    """The short version. The long version is on the blog."""

    builds = [
        "LLM systems that turn regulation into structured, reviewable output",
        "agentic pipelines with a deterministic decision layer underneath",
        "the MLOps plumbing that makes both reproducible",
    ]
    also_builds = ["backends", "frontends", "the infrastructure in between"]
    cares_about = ["auditability", "evaluation", "knowing why the system said yes"]
    philosophy = "follow a problem end to end — from the model to the metal"

    def __repr__(self) -> str:
        return "still building, still writing it all down ↓"

Featured Projects

Policy-driven risk classification for pull requests. An LLM classifies and scores the change; a deterministic policy table makes the decision. The split matters — the judgement is probabilistic, the ruling is not, and the evidence trail survives review. Python · LLM classification · policy engine

Detection, classification and redaction of personal data, built around GDPR/DSGVO and KYC data-handling workflows. Python · Microsoft Presidio

Multi-agent supervision of a live ML model: monitoring, investigation, remediation, and post-mortem generation. Model risk management, applied to production ML. Python · multi-agent · MLOps

Record and replay Model Context Protocol interactions, so agentic systems can be tested deterministically. Published on PyPI. Python · MCP · PyPI

Currently

  • 🔭 Building: agentic tooling for regulated-domain workflows — classification with an auditable decision layer underneath
  • 🌱 Exploring: OpenTelemetry for agent systems, and evaluation harnesses that catch drift before users do

→ I write about all of it

Engineering notes, machine-learning deep dives, and the things I build along the way.

Read the blog


GitHub metrics

LinkedIn Email

Open to interesting problems and the right opportunity — a note on any of the above reaches me.

Pinned Loading

  1. claude-code-command-center claude-code-command-center Public

    c4 - Claude Code Command Center

    Python 1

  2. agent-skills agent-skills Public

    Shell

  3. mcp-cassette mcp-cassette Public

    vcrpy for MCP. Records real agent–server sessions into diffable cassettes, replays them as deterministic mock servers. On PyPI

    Python