Opeoluwa Osho

Opeoluwa Osho

AI & Backend Engineer — Go · Python · TypeScript · Agentic Systems · Event-Driven Architecture

I build AI systems that run businesses, not demos. 7+ years of production backend experience across Go, Python, and TypeScript — now shipping agentic AI end to end and keeping it correct under load, retries, and partial failure.

📍 Morristown, NJ  ·  Remote
20–30kads/day sustained by my AI pipeline
2–4Mmonthly visits served by AI inference I optimized
7+ yrsGo & Python backend engineering
Hours → secdocument research time for a finance team
Selected Work

Projects

Production AI systems — architecture, backend, and the reliability engineering that keeps them running.

Nova — AI Advertising Automation Platform

20,000–30,000 ads/day

An event-driven AI platform on Google Cloud that turns a list of product topics into finished, live ad campaigns — landing pages, Gemini-written copy and Gemini-generated visuals, an automated QA gate that blocks bad creatives before any ad spend, and launch to Meta with budget and bid control. Seven specialized services coordinated by a TypeScript orchestrator I built (~29k LOC): Cloud Tasks command queues out, Pub/Sub events back, with exactly-once processing (message-ID dedup) and a monotonic status state machine so duplicate or out-of-order events can't corrupt pipeline state. I architected the platform from scratch and personally built its core — the orchestrator and the React 19 operator console (~61k LOC authored solo, first commit to production in six months) — while a small team built the Python content service to the integration contract I defined; together we took a 2025 n8n prototype to this production system.

TypeScriptNode.js (Fastify)PostgreSQL (Prisma)Google Cloud Pub/SubCloud TasksGoogle GeminiMeta Marketing APIReact 19Python (FastAPI)

Finance Document Intelligence — RAG Pipeline

hours of research → seconds

End-to-end RAG system for a finance client: thousands of pages of earnings reports, regulatory filings, and contracts, chunked structure-aware and embedded into pgvector — vectors and document metadata in one Postgres store, so similarity search and SQL filters run as a single sub-second query. A 5-person finance team asks questions in plain English and gets streamed answers grounded in retrieved passages, with every claim cited back to its source.

Python (asyncio)RAGpgvector (PostgreSQL)Claude (Anthropic API)streaming API

Yodayo — Stable Diffusion Serving Optimization

2–4M monthly visits · peaked 12M

Go backend work on the text-to-image generation path of a major AI anime-art platform. Dynamic request batching (one GPU pass → multiple images), concurrent dispatch and worker pooling to keep RunPod / AWS SageMaker GPU workers saturated, warm model pools to kill cold starts, and pprof-driven hot-path tuning — more images per GPU-hour at lower per-image cost. Also integrated GLM-4, DeepSeek V3, and Claude for streaming chat across 105,000+ community models. The same backend powers the Moescape AI platform.

Go (Golang)Stable DiffusionRunPodAWS SageMakergoroutines / channelspprofLLM streaming
Code You Can Read

Open Source

Selected repos from github.com/adam-eques

Toolbox

Core Skills

What I reach for, grouped the way I actually use it.

🤖 Agentic AI & Multi-Agent SystemsLangGraph · CrewAI · MCP · event-driven multi-service AI architectures · tool-use patterns · QA gating, exactly-once event processing, retries · orchestration at scale (Pub/Sub, Cloud Tasks)
📊 LLM Evaluation & ObservabilityAutomated QA gating before spend · eval harnesses and grounding checks · production eval loops (live benchmarking → prompt selection) · citation/groundedness verification · LangSmith
⚡ AI Infrastructure & ServingGPU inference orchestration (RunPod, AWS SageMaker) · vector databases (Pinecone, pgvector) · dynamic request batching · concurrent job queues · latency optimization
🔧 Backend & Full-StackGo · Python · TypeScript / JavaScript · Fastify · Prisma · Server-Sent Events (SSE) · microservices & event-driven architecture · REST & WebSocket APIs · React · PostgreSQL · MySQL · MongoDB · Redis · ElasticSearch
🔗 Workflow Automationn8n (incl. self-hosting & AI nodes) · Make.com · Zapier · webhook & API-driven workflows · connecting LLM APIs to CRM, Slack, Sheets, email, databases
☁️ Infrastructure & DeliveryDocker · Kubernetes · Linux · Terraform / Ansible · CI/CD (GitLab, CircleCI, Jenkins) · AWS · Google Cloud (Cloud Run, Pub/Sub, Cloud Tasks, Secret Manager) · Firebase · mTLS
Track Record

Experience

Seven years of backend engineering, now aimed at production AI.

AI Engineer · Self-Employed

Aug 2024 – Present · Remote

Architected Nova from scratch and built its core (20–30k ads/day AI ad-automation platform), delivered the Finance Document Intelligence RAG pipeline, optimized Stable Diffusion inference on Yodayo's Go backend, and shipped n8n / Make.com / Zapier LLM automations for multiple clients.

Backend Engineer · Infiniteproxies

Aug 2022 – Aug 2024 · Remote

Redesigned the billing PostgreSQL schema and query paths across Go, Python, and TypeScript backend services (p95 reads ~410ms → ~290ms), added Redis LRU caching (−⅓ DB round-trips), and cut CI image builds from ~9 to ~4.5 minutes.

Backend Developer (Contract) · FedEx

Sep 2020 – Aug 2022 · Remote

Built Go, Python, and TypeScript microservices for a real-time shipment-tracking system (~12K MAU) with WebSocket APIs; alerting with <1% missed/duplicate notifications; migrated builds to Jenkins (deploy prep ~40 → <10 min).

Backend Developer · Feather

Oct 2018 – Aug 2020 · Remote

Scalable Go and Python microservices on Kubernetes/Docker with PostgreSQL for a user base past ~100K; Redis caching roughly halved p95 under peak; end-to-end mTLS between services.