Skip to content
View ShadyBad's full-sized avatar
💭
🤖
💭
🤖

Highlights

  • Pro

Block or report ShadyBad

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

AI Engineer building production GenAI systems with evals, types, and human-in-the-loop guardrails.

Enterprise IT Systems Engineer (GCP, Workato, Workspace) transitioning full-time into AI engineering. I ship typed Python, instrumented pipelines, and agents that earn their autonomy.

LinkedIn Location Status

Stack

Core AI/ML Claude API

Backend Python FastAPI Pydantic Postgres uv

Infra & Ops Docker GitHub Actions Railway PostHog mypy + Ruff

Engineering Principles

Eval-first. Every GenAI project ships with an eval harness before it ships a feature. If you can't measure it, you can't trust it in production. Typed, modular Python. mypy --strict, Ruff, no notebooks in main, no untyped public APIs. Code that's read more than it's run. Human-in-the-loop on irreversible actions. Models propose; engineers commit. Reversible architecture by default. Every action has an undo path. Observable by construction. Structured logs, cost + latency budgets. Debugging a production agent at 2am should not require new instrumentation.

Pinned Loading

  1. ai-jobs ai-jobs Public

    AI-assisted US job search workspace for Claude Code — search, fit-score, tailor CV/cover letters, prep interviews, BLS salary lookup.

    Python 1

  2. assay assay Public

    14-step /ship pipeline orchestrator for Claude Code. Spec → risk-classified plan → judge panel → done-gate → engineer-in-the-loop commit → captured lessons. Plugin-installable.

    Python 1

  3. margin_invest margin_invest Public

    Deterministic equity-scoring platform (decommissioned May 2026, kept as portfolio piece)

    Python 1

  4. notionIQ notionIQ Public

    AI-powered Notion workspace organizer. Scans a workspace, classifies pages with Claude, and reports actionable reorganization recommendations with cost controls.

    Python