Public-safe portfolio for AI Deployment Engineer, Forward Deployed Engineer, and Applied AI Engineer roles.
Live site: https://anas.shortlistops.co.uk/
GitHub Pages fallback: https://anasinno.github.io/ai-deployment-portfolio/
Hosted Gateway API docs: https://ai-gateway.shortlistops.co.uk/docs
Gateway health: https://ai-gateway.shortlistops.co.uk/health
Gateway readiness: https://ai-gateway.shortlistops.co.uk/deployments/teachclaw-local/readiness
- Static recruiter portfolio at
index.html - Public-safe case studies under
case-studies/ - CV PDF under
assets/ - TeachClaw/OpenClaw architecture diagram under
assets/ - Public-safe FastAPI AI Deployment Gateway under
gateway/ - Jeweller clienteling case study with local OpenClaw runtime proof language and no live customer data
The Gateway is a small FastAPI service showing deployment-readiness patterns:
- evidence ingestion
- source-grounded retrieval
- eval runs
- SQLite persistence
- API-key write protection
- audit events
- readiness gates
- metrics
- Docker
- CI
- smoke script
Run locally:
cd gateway
make install
make test
make runThis repo intentionally excludes private job-application trackers, phone number, secrets, internal TeachClaw source code, private IPs, and user/customer data.
See PUBLIC_BOUNDARY.md for the explicit public/private boundary. public-safety.yml enforces the most important leakage checks in CI.
- GitHub Actions runs Gateway tests and a smoke check on every Gateway change.
public-link-check.ymlchecks the live portfolio and public Gateway endpoints on push and daily schedule.- The hosted Gateway is served through Cloudflare Tunnel from a local LaunchAgent-backed FastAPI process; the source remains Docker/Render-ready for a future independent cloud deployment.