Skip to content
View emirhuseynrmx's full-sized avatar

Highlights

  • Pro

Block or report emirhuseynrmx

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

Emir Hüseyin İnci

Rust Systems Engineer · Python Backend · AI Infrastructure · Data & Decision Systems

I build reliable software for teams that need to control AI costs, automate data workflows, and make high-stakes decisions auditable.

Portfolio LinkedIn Email

Problems I help solve

  • AI cost and policy control: model routing, budget enforcement, fallback rules, guardrails, usage attribution, and audit evidence.
  • High-integrity backend systems: deterministic decision services, replayable workflows, tamper-evident logs, concurrency-safe accounting, and low-latency Rust APIs.
  • Data engineering and automation: scraping pipelines, CSV/Excel cleanup, validation contracts, scheduled jobs, API integrations, and client-ready reports.
  • Decision-focused machine learning: calibrated risk scores, uplift modeling, explainability, counterfactuals, and ranked operational actions.

Engagements

I am available for focused freelance and contract work involving:

Engagement Typical delivery
Rust backend and systems engineering Performance-sensitive APIs, concurrency-safe services, deterministic kernels, verification tooling, and production hardening
AI infrastructure Model gateways, RAG and retrieval services, provider routing, cost governance, evaluation, observability, and policy enforcement
Python data products FastAPI services, validated ETL pipelines, web scraping, CSV/Excel transformation, scheduled automation, and reporting
Applied ML systems Churn, lead scoring, pricing, uplift, forecasting, calibration, SHAP, and decision queues
Technical audit and rescue Architecture review, correctness testing, performance diagnosis, CI repair, security boundaries, and maintainability upgrades

Every engagement is scoped around a measurable outcome, explicit failure modes, tested deliverables, and a maintainable handoff.

Flagship — Calybris Core

crates.io docs.rs CI CodSpeed

Calybris Core is a deterministic, proof-carrying decision kernel for routing, guardrails, and budget-sensitive automation.

catalog + policy + request  →  decision + verifiable audit bundle

It is designed for systems where a team must be able to answer:

  • Why was this model, provider, offer, or action selected?
  • Which policy and budget state were used?
  • Can the decision be replayed and independently verified?
  • Can concurrent requests overspend or violate exposure limits?

Engineering evidence:

  • Integer-only Rust hot path at approximately 115 ns per decision
  • Byte-exact proof contract, golden vectors, replay verification, and calybris-verify auditor CLI
  • SHA-256 digests, hash-chained WAL with optional HMAC, and Ed25519 policy provenance
  • CAS budget accounting with conservation invariants verified using Loom and Miri
  • No hosted dependency and no unsafe in project code
cargo add calybris-core

Selected work

Project Business problem What it demonstrates
ProofFrame Data pipelines need fast validation and durable evidence of exactly what was checked Arrow-native Rust/Python contracts, canonical fingerprints, keyed diffs, PII and leakage scans, signed proof receipts
Aegis Churn scores are not useful unless teams know whom to contact and which action may help Calibrated risk, uplift evidence, SHAP, counterfactuals, expected-value decisions, and an operations dashboard
Churn Prediction & Retention Report Analysts need reproducible scoring and a stakeholder-ready action report Validated ML pipeline, calibration, confidence intervals, model cards, ranked retention queue, and PDF delivery
CRM Lead List Cleaning API Messy CRM imports create duplicates, invalid contacts, and unreliable automations FastAPI cleanup service, email and phone normalization, deduplication, profiling, safe CSV export, Docker, and OpenAPI
Scrape Quality Pipeline Scraped data must remain reliable when pages, selectors, or output schemas change Async collection, polite rate limits, retries, typed records, Pandera validation, manifests, tests, and CSV/JSONL/Excel/Parquet export
Price Monitor Pipeline Teams need repeatable public price checks instead of manual monitoring Config-driven extraction, validated snapshots, threshold alerts, run manifests, and client-ready reports

Delivery standard

Clear scope → typed boundaries → tests and CI → observable execution
            → reproducible output → documentation and handoff
  • Production-minded code with explicit assumptions and failure behavior
  • Tests for correctness-critical paths and fixtures for external integrations
  • CI, linting, dependency boundaries, and reproducible setup
  • Honest evaluation: no inflated accuracy, ROI, performance, or AI claims
  • Documentation aimed at the next engineer or operator, not only the original author

Core stack

Languages: Rust, Python, TypeScript, SQL

Backend & data: Tokio, Axum, FastAPI, Litestar, Pydantic, Polars, Pandas, Arrow, DuckDB, PostgreSQL

AI & ML: model routing, RAG, XGBoost, LightGBM, CatBoost, SHAP, uplift modeling, contextual bandits

Delivery: Docker, Linux, GitHub Actions, OpenAPI, Typst, Next.js, React

Verification: property-based testing, Loom, Miri, replay tests, cryptographic digests, audit trails

Start a conversation

If you are dealing with an unreliable data workflow, expensive AI pipeline, difficult Rust backend, or ML system that produces scores but not decisions, send me:

  1. the business problem,
  2. the current stack or data source,
  3. the expected deliverable,
  4. the target timeline.

I can help define a focused first milestone before expanding the scope.

Build systems that can explain — and prove — what they did.

Portfolio · Email · LinkedIn · Calybris on crates.io · ProofFrame on PyPI

Pinned Loading

  1. calybris-core calybris-core Public

    Deterministic proof-carrying decision core with replay verification, WAL, and fixed-point budget proofs

    Rust 11

  2. proofframe proofframe Public

    Ruff for data — Arrow-native data quality in Rust + Python: contracts, canonical fingerprints, keyed diffs, PII & leakage scans, and Ed25519 proof receipts

    Rust

  3. churn-prediction-retention-report churn-prediction-retention-report Public

    Production-style churn prediction pipeline with calibrated risk scores, SHAP explanations, retention recommendations, validated outputs, and PDF reports.

    Python 1

  4. aera aera Public

    Autonomous AI CFO for SMEs built with Rust, Axum & Polars

    Rust 1

  5. aegis aegis Public

    Prescriptive churn analytics with calibrated risk, uplift evidence, SHAP, counterfactuals, expected-value decisions, and a Next.js operations dashboard.

    Python 1

  6. rag-chatbot rag-chatbot Public

    Local RAG chatbot template for documents, source-aware retrieval, and FastAPI endpoints.

    Python 2