Skip to content
View ChunkyTortoise's full-sized avatar

Block or report ChunkyTortoise

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

Cayman Roden

AI Engineer | Python, FastAPI, LLM applications, agents, and evaluation

I build LLM applications, agents, and evals for contract AI engineering. Named paid engagements include DocExtract and Acuity Real Estate. Start with the public technical evidence below; Acuity is a private client case.

llm-reviewer-path · DocExtract · mcp-server-toolkit · Portfolio · LinkedIn

Interview proofs

Project Evidence Context
llm-reviewer-path Offline evidence index with fixed evaluation, retrieval, action-boundary and delivery-scoping examples; clone and run pytest without an API key Public source; examples do not establish production controls
DocExtract 95.5% weighted field-level accuracy on 28 saved-prediction offline replay cases; separate authoring corpus of 200 cases plus two metadata rows Paid contract; public source; replay is not a live-model or held-out result
mcp-server-toolkit Python MCP framework with opt-in auth and telemetry components Public source; follow the repository's source-install instructions
Acuity Real Estate SMS qualification (private case) Client-reported 500+ inbound leads during January to March 2026; historical handoff inventory of 1,700+ tests; saved inventory of 226 CRM workflow entries with conflict candidates, not full manual validation Private archive; authorized walkthrough only

Run the offline reviewer index

The public llm-reviewer-path repository has fixed examples of evaluation, an in-memory action boundary, retrieval failures and delivery scoping. Its tests run without an API key after dependency installation; the examples do not establish human approval isolation, a complete five-case gate, branch protection or production CRM behavior:

git clone https://github.com/ChunkyTortoise/llm-reviewer-path
cd llm-reviewer-path
uv sync --group dev
uv run pytest

Other portfolio systems

Engineering notes

Role fit

Strongest: AI Engineer, Applied AI Engineer, AI Backend Engineer, selective Forward Deployed Engineer.

Not targeting: Senior/Staff/Principal/Lead titles, research-scientist roles, model-training-heavy ML roles, QA-only roles.

Pinned Loading

  1. docextract docextract Public

    Document-extraction RAG: 95.5% weighted field-level accuracy on 28-fixture offline CI replay; 200 authoring cases (202 JSONL lines incl. metadata). FastAPI + pgvector + Claude. Paid contract.

    Python

  2. llm-reviewer-path llm-reviewer-path Public

    Clone-and-pytest reviewer path for eval gates, approval boundaries, retrieval failure modes, and delivery-scoping evidence. 14 offline tests. No API key.

    Python