Skip to content
View YauhenBichel's full-sized avatar

Organizations

@MoleCare

Block or report YauhenBichel

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

Yauhen Bichel

Software Engineer / Platform Engineer / ML Engineer and AI agentic contributor

London, United Kingdom

Open to Staff / Principal / Lead engineering roles — AI & ML platforms, data infrastructure and distributed backends. London or remote. yauhen.bichel@gmail.com · LinkedIn · Hugging Face · Medium

Software engineer with 14+ years building agentic AI applications, ML systems, big data pipelines, distributed backends and cloud infrastructure. I build systems from scratch — from CNN training and TensorFlow serving, through Kafka event pipelines and Spark/HDFS batch computation, to the Terraform that provisions all of it.

Java · Go · Python · Node.js · C#/.NET on AWS · GCP · Azure

Currently a core open-source contributor to OpenSRE (Apache-2.0 framework for AI SRE agents, 10k+ ★) and co-founder of MoleCare, a skin-lesion monitoring app published on the NHS App Library.


Open source I maintain

molecare-mcp — MCP server giving Claude and other clients educational dermatology knowledge: lesion terminology, ABCDE criteria, SNOMED CT to ICD-10 mapping. Runs with no credentials. npm downloads

npx -y molecare-mcp

molecare-ml — the melanoma classifier behind MoleCare, published with a model card that states plainly what was not measured. Its write-up on why 94% accuracy means very little explains the gap, and the open bias evaluation issue is the problem I would most like help with: performance across Fitzpatrick skin types is unmeasured, and dermoscopic datasets under-represent darker skin.

molecare-desktop · molecare-skin-llm — the Electron desktop build, and a LoRA-tuned educational Q&A model behind a deterministic safety harness.

Tools I publish

py-harness — four jobs against a local model on your own machine: ask a question, write a test, fix a bug, add one small function. It only touches the folder you point it at. PyPI

pip install py-harness-cli

moe-fit — answers "will this mixture-of-experts model run on my machine, and how fast?" from the model's index, before downloading it. DeepSeek V3.1 is 405 GB, but only 11.4 GB of that is needed by every token, so it does run on a 128 GB box — at about a tenth of a token a second, which is an hour for a paragraph. You learn that in three seconds rather than after a 405 GB download. PyPI

pip install moe-fit
moefit plan <model.gguf or a URL to one>

merge-cheer — a GitHub Action that comments a G-rated GIF when a pull request merges. No Giphy key, no secrets, and it ships its own loops so it works on a new repository with the default token.

readme-contributors — a GitHub Action that draws the contributors wall further down this page. Circular avatars, no table, bots omitted.

None of it is a medical device. None of it diagnoses anything.

Also built

Local AI and robotics

Infrastructure and tooling

Services and applications

Contributions

Over 1,000 merged pull requests across roughly 97 repositories, mostly on the projects above and in the MoleCare organisation. I also contribute to OpenSRE, an Apache-2.0 open-source project for AI SRE agents.


Contributors

Thank you to everyone who has helped.

Yauhen Bichel

Filled from GitHub commits (bots omitted). Live demo: readme-contributors.

Pinned Loading

  1. terraform-aws-eventbridge-batch-trigger terraform-aws-eventbridge-batch-trigger Public

    Terraform module for triggering AWS Batch Job using AWS EventBridge rules

    HCL 1

  2. py-harness py-harness Public

    Four jobs on your own machine: ask a question, write a test, fix a bug, add one small function. Runs a local 8B model, one action at a time, and only changes files inside the folder you choose. Apa…

    Python 2 6

  3. demo-openlr-mapbox-data demo-openlr-mapbox-data Public

    Reading and decoding OpenLR location references against Mapbox map data — a worked example of map-matching between different road network providers.

    5

  4. readme-contributors readme-contributors Public

    GitHub Action that draws a clickable contributors wall in your README: one polaroid card per person, bots omitted, no table. SVG layouts for Pages: facepile, grid, tiles, orbit, honeycomb.

    Python 2 1