Skip to content
View milkstoner's full-sized avatar

Block or report milkstoner

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

milkstoner

AI Automation Engineer · Python · API Integrations · Agent Workflows

I build controlled automation systems that turn product ideas into testable, operator-friendly software. My focus is the hard part around AI features: deterministic state, review workflows, idempotency, budget controls, safe API boundaries, and recovery when an external result is uncertain.

AI agents contribute to implementation; evidence, approval, and release authority remain human-owned.

What I build

  • Python control planes for multi-stage automation.
  • Human-in-the-loop AI workflows with explicit approval gates.
  • API integrations designed for retries, ambiguity, and partial failure.
  • Content and media pipelines with provenance and quality validation.
  • Operator interfaces that separate verified facts from unverified claims.
  • File-backed agent workflows with durable handoffs and deterministic checks.

Selected projects

Content Factory

A Python control plane for short-form content operations: brief intake, AI-assisted scenario review, paid-generation approval, media inspection, deterministic package assembly, and separately gated publication workflows.

Key engineering work:

  • append-only JSONL journals and replayable state machines;
  • idempotent callbacks, jobs, receipts, and recovery paths;
  • separate approval boundaries for generation, spending, and publication;
  • provenance-bound media intake and FFmpeg/FFprobe validation;
  • guarded integrations for Telegram and social platforms;
  • offline-first verification with more than 1,200 automated tests.

AI Video Workflow

A modular vertical-video pipeline covering scenario drafting, human review, quality gates, dry runs, generation ledgers, channel packaging, and upload readiness. Mock providers and non-paid status commands are the default; live generation and publishing require separate authorization.

Agent Orchestration Workbench

A practical workflow for coordinating Codex, Claude Code, and OpenCode-style executors without turning them into autonomous release authorities.

It includes:

  • narrow task packets and explicit executor boundaries;
  • durable file-backed handoffs and run evidence;
  • context selection, compression, and degradation checks;
  • deterministic evaluation gates and guarded LLM-as-judge experiments;
  • safe model routing, approval policies, and recovery-oriented tooling.

InferenceHub

A Next.js, React, and TypeScript dashboard for comparing AI inference services. The product model distinguishes public evidence, provider-reported claims, and unverified data instead of presenting time-sensitive availability or pricing as permanent fact.

Hermes / Telegram Control Bots

Python operator bots for review and approval workflows, with owner checks, idempotent callback handling, guarded downstream actions, safe error redaction, and explicit boundaries around paid or public operations.

Infinite Kitchen Newsverse

A vertical-media pipeline explored through scenario planning, asset generation, rendering, packaging, and channel operations. This work informed the stricter state, provenance, approval, and recovery architecture used in newer projects.

Public Web3 and AI Compute Experiments

Additional work covers Web3/DeFi integrations and decentralized AI-compute infrastructure. Public artifacts currently include a Gonka AI Compute fork and static developer-compliance pages.

How I approach risky automation

flowchart LR
    A[Product intent] --> B[Deterministic plan]
    B --> C[Bounded AI or API task]
    C --> D[Evidence and validation]
    D --> E{Human approval}
    E -->|Revise| B
    E -->|Approved| F[External action]
    F --> G[Receipt and recovery state]
Loading

The default design principles are:

offline-first · fail-closed · idempotent · append-only · evidence-led · budget-aware · recovery-ready

Core stack

Area Tools and patterns
Backend Python, standard library, deterministic CLIs, JSON/JSONL
Frontend Next.js, React, TypeScript, Tailwind CSS
Media FFmpeg, FFprobe, SHA-256 provenance, vertical-video packaging
Integrations REST APIs, Telegram bots, OAuth boundaries, social-platform adapters
Quality unittest, pytest, compile checks, repository guards, secret scanning
Agent engineering scoped execution, durable handoffs, evaluation rubrics, context control
Infrastructure Linux services, Git, GitHub, isolated verification, backup/restore design

Current direction

I am turning the strongest private project evidence into small, sanitized, reproducible public editions. Until those editions are ready, project summaries describe verified engineering work without exposing private source, credentials, runtime data, internal infrastructure, or personal information.

Popular repositories Loading

  1. wowihereyes wowihereyes Public

    Public legal pages for the Wow I'm Here TikTok developer application.

    HTML

  2. gonka gonka Public

    Forked from gonka-ai/gonka

    Gonka AI Compute

    Jupyter Notebook

  3. milkstoner milkstoner Public

    Public engineering profile: AI automation, Python, API integrations, and agent workflows.