Skip to content
View benmfzen's full-sized avatar

Block or report benmfzen

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

Benjamin Zengler

Berlin · ex-COO of Fyrfeed (acquired 2024) · founder at ai1 Ventures

I build evidence-bounded AI systems: agents that must cite their sources, pass eval gates in CI, and escalate to a human when they can't back a claim. Policy lives in code, not in prompts — a model can argue, but it can't talk its way past a verifier.

Right now that means a fully autonomous content pipeline shipping short-form video daily (research → script → render → schedule, built on Claude Code), an installable MCP server for running AI transformation programs, and the repos below.

The repos, and why they exist

ai-transformation-90 A transformation copilot for the first 90 days of an AI program — playbook, costed business cases, working prototypes, and the method itself as an MCP server with evidence-gated scoring. Swap in your own org and it runs your program.
snakeoil-radar A reaction radar for viral health misinformation, as a Claude Code skill — finds high-reach claims, checks them against PubMed fail-closed, never asserts what it can't cite.
know-no-hearsay A reference architecture for evidence-bounded generative media — no pipeline step may increase the epistemic strength of a claim without evidence.
sorting-hat An LLM-classified document inbox: drop scans into one folder, get named, filed paperwork out. Boring, useful, runs daily on my machine.
inanimatus LLM-driven CAD, done declaratively — geometry-tested CadQuery models from dimensioned specs, as a documented method + Claude Code skill.

The common thread: grounded beats plausible. Every one of these rejects output it cannot back — with tests in CI to prove it.

📫 LinkedIn · 🎬 the daily-shipping pipeline in action: @dabigredbutton

Pinned Loading

  1. ai-transformation-90 ai-transformation-90 Public

    A transformation copilot for the first 90 days of an AI program — playbook, opportunity portfolio, costed business cases, operating model, plus the software to run it: MCP assistant with evidence-g…

    Python

  2. inanimatus inanimatus Public

    Conjuring solid objects from precise incantations — a declarative method for LLM-driven CAD (CadQuery + Claude Code skill)

    Python

  3. know-no-hearsay know-no-hearsay Public

    A reference architecture for evidence-bounded generative media pipelines — grounded, eval-gated, with a fail-closed-to-publish model. Curated extract; ships no third-party data.

    Python

  4. snakeoil-radar snakeoil-radar Public

    🐍 A reaction radar for viral health misinformation — a Claude Code skill. Finds high-reach false claims on TikTok and checks them fail-closed against real PubMed studies. Free, no API keys.

    Python

  5. sorting-hat sorting-hat Public

    An LLM-classified document inbox: drop scans into one folder, get named, filed paperwork in plain folders. No server, no database, no OCR stack.

    Python