Skip to content
View Dymyt-ry's full-sized avatar
🫴
67
🫴
67

Highlights

  • Pro

Block or report Dymyt-ry

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.

Content in all repositories owned by your account will be closed.
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
Dymyt-ry/README.md

Timofej Golobokov

Building toward applied AI/ML, with a focus on evaluation, data quality, and reliable AI tooling.

I like projects where the hard part is proving what a system actually does: checking leakage, choosing honest baselines, testing failure paths, and making limitations visible next to the result.

Selected work

VoltPlan — EV charging demand and infrastructure planning

VoltPlan dashboard showing validation metrics, predicted charging demand across Prague, and a selected-zone audit

An ML pipeline for forecasting 2030 EV charging demand across Prague grid zones, classifying charger types, and replaying flexible charging against transformer capacity.

  • 24.03 kWh MAE, 38.8% below a population baseline and 17.0% below ridge on the same 55 features.
  • Found and removed validation leakage from early stopping.
  • Reverse-engineered 99.75% of the synthetic charger label rule and narrowed the product claim accordingly.
  • Built an auditable Streamlit dashboard over committed outputs rather than mock data.

Team project at the Czech AI Olympiad 2026; my work covered the two modelling tracks and the post-competition evaluation rewrite.

Repository · Case study

Claude Code Toolbelt — reliable agent workflows

Five independent plugins for multi-model review, structured ideation, API and repository discovery, supply-chain inspection, and agent guardrails.

  • A three-stage model council with anonymized peer review and 52 deterministic failure-path tests.
  • A local catalogue of 1,679 public APIs plus repository vetting.
  • Explicit privacy and security boundaries: failed checks stay unknown, never silently “clean.”
  • Third-party code and prior art are attributed down to the component and approximate share.

Repository · Case study

Supporting engineering

  • Earcon — a zero-runtime-dependency Claude Code plugin that plays only when input is needed or a turn finishes; 49 behavioral tests across macOS and Linux.
  • BBWA — a WhatsApp client for the Android 4.3 runtime on BlackBerry 10, with a hardened Node backend and a reproducible APK release.

Current focus

ML evaluation and data provenance · classical ML baselines · agent reliability and evals · Python, Polars, scikit-learn, LightGBM, Node.js, shell, and GitHub Actions.

The code, case studies, and limitations are public here. That is the portfolio.

Pinned Loading

  1. bb10-whatsapp bb10-whatsapp Public

    BBWA — a native WhatsApp client for BlackBerry 10 and legacy Android (API 18+), backed by Evolution API

    Java 1

  2. claude-code-earcon claude-code-earcon Public

    Hear when Claude Code needs you — a sound on permission prompts and on end of turn, with any sound you want

    Shell

  3. claude-code-toolbelt claude-code-toolbelt Public

    Agent tools: multi-model deliberation, structured ideation, API and repo discovery, supply-chain vetting, guardrail hooks

    Python

  4. voltplan voltplan Public

    Planning EV charging infrastructure for Prague: 2030 demand prediction, charging solution type classification, and a capacity-constrained load-shifting replay.

    Python