Skip to content
View renezander030's full-sized avatar

Highlights

  • Pro

Block or report renezander030

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

banner

Hey, I'm René

I publish practical gates for AI-generated work: approval gates, schema validation, audit logs, MCP server patterns, and deterministic code-review checks.

If you're building agents that need to touch real systems safely — not demo agents — this profile is for you. Follow for new production-AI patterns as they ship.

Follow capcut-cli stars Profile views

Start here

  • capcut-cli — CLI to edit CapCut / JianYing drafts (subtitles, timing, speed, templates, cut long-form → shorts). No API; reads draft_content.json directly
  • agent-approval-gatedraft → validate → approve → dispatch → audit pattern with JSON schemas, n8n workflow, and email-approval example
  • agentproof-react — npm CLI that blocks common AI-generated React/Next.js shipping failures before release
  • draftyard — Go reference implementation of the approval-gate pattern: schema-validated proposals, token budgets, audit log (MIT)
  • leanix-mcp-integration — enterprise GraphQL MCP integration (LeanIX EAM)

The series

Production AI Automation Notes — a running set of repos and gists on:

  • approval gates for AI agents
  • MCP server security (permissions, tenants, audit logs)
  • Claude Code policies for company repos
  • n8n workflows with human approval
  • audit-log schemas

Follow if you're building agents that need to work outside demos.

Recent gists

Gist Topic
Stateless JSONL queue runner: a CLI into n8n / Make / Coze, no HTTP server (PAAN #8) n8n Execute Command / stateless / JSONL / no daemon / capcut-cli serve (May 2026)
CapCut / JianYing draft_content.json schema cheat sheet every top-level key + version differences + jq one-liners (May 2026)
JianYing 6.0+ draft_content.json encryption: detection and workarounds 剪映 6.0 / 7.x / 10.3 / CapCut International — verbatim error strings (May 2026)
Driving CapCut / JianYing video drafts from an LLM agent (PAAN #4) capcut-cli / bubble-text / audio-fade / mix-mode / Claude / DeepSeek / GLM (May 2026)
Hybrid AI agents: a 2B local VLM beats GPT-4V at browser-use UI grounding browserground / Qwen3-VL / ScreenSpot-v2 / browser-use / Skyvern / Claude Computer Use (May 2026)

All gists →

Open source contributions

Project PR What
Tencent/WeKnora #835 Merged Parallel tool calling support
steveyegge/beads #2884 Merged Multi-project support, Notion sync, backup/restore
e2b-dev/infra #2273 Merged Local dev docs: prerequisites, verification steps, troubleshooting
pacifio/cersei #10 Merged Native Google Gemini provider + Cohere & SambaNova support

All merged PRs

GitHub stats


Stack: Go, TypeScript, Node.js, Kubernetes, Linux, systemd, vector databases, LLM APIs.

Website: renezander.com

Production AI Automation Notes

A gist series on production-grade patterns for AI pipelines. Each entry covers one pattern with copy-pasteable code.

# Topic Pattern
#1 Agent Approval Gates Schema-validated proposals, human review, deterministic dispatch
#2 Token Budgets Per-step, per-pipeline, per-day enforcement
#3 Agentic Knowledge Base Karpathy-style LLM wiki with pluggable adapters
#4 CapCut / JianYing from an LLM agent Deterministic JSON command boundary
#5 SQLite Dedup + Crash Safety WAL mode, seen_items, audit log
#6 Prompt-Injection Defense Input sanitization, schema validation
#7 PDF Cite Verification Auditable LLM extraction with per-fragment bounding boxes
#8 Stateless JSONL Queue Runner Wire a CLI into n8n / Make / Coze, no HTTP server

Reference implementation for entries #1, #2, #5, #6, #7: draftyard (Go, MIT).

All gists →

Pinned Loading

  1. capcut-cli capcut-cli Public

    Independent, unofficial CLI to edit CapCut and JianYing projects — subtitles, timing, speed, volume, templates, cut long-form to shorts. No API needed, reads draft_content.json directly. Not affili…

    JavaScript 38 8

  2. agentproof-react agentproof-react Public

    Deterministic review gates for AI-generated React and Next.js code.

    JavaScript 1

  3. agentic-task-system agentic-task-system Public

    Your task manager is the best agent memory you're not using. An agent-native context layer over your existing task app: hybrid retrieval (RRF), capture-time enrichment, pluggable adapters. Adapters…

    JavaScript 1

  4. local-ai-coding-stack local-ai-coding-stack Public

    Scripts and configs for running Claude Code against local LLMs (Ollama, LM Studio, llama.cpp, vLLM). Companion to the local-LLM gist.

    Shell 2

  5. Tencent/WeKnora Tencent/WeKnora Public

    Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.

    Go 15.8k 2k

  6. gastownhall/beads gastownhall/beads Public

    Beads - A memory upgrade for your coding agent

    Go 24.2k 1.6k