Vector‑backed Retrieval
Hybrid search, chunking, schema‑aware re‑ranking, observability.
Senior Full-Stack + AI Engineer, Building production AI systems for Fortune 500 clients. I ship platforms that process millions of transactions daily.
Based in Paris
Open to remote work
AI Systems + FullStack
RAG, agents, benchmarks
Currently available
Starting

8+ Years Experience
Systems Architect
50+ engineers served


Hybrid search, chunking, schema‑aware re‑ranking, observability.
Multi‑tool planning, retries, guardrails, tracing via OpenTelemetry.
Inline suggestions, context windows, evals, and latency budgets.
Streaming data processing with Apache Kafka and real‑time dashboards.
Fine‑tuned transformers for domain‑specific tasks with custom datasets.
Microservices architecture with GraphQL, Redis caching, and auto‑scaling.
I've worked on products for the following clients and more
Focus areas: RAG optimization, agentic workflows, prompt engineering, model evaluation, and production-ready AI systems with sub-second latency.
from fastapi import FastAPI from rag import embed, search, rerank, answer from tracers import trace app = FastAPI() @app.post("/ask") @trace("ask") def ask(q: str, user_id: str): q_vec = embed(q) chunks = search(q_vec, k=20, filters={"user": user_id}) ranked = rerank(q, chunks)[:6] return answer(q, ranked, tools=["browser", "code"], guardrails=True)
2025
Software Engineer — Safran, France
Led design for data visualization platform, shipped ML-powered insights dashboard used by 10k+ analysts.
2021 — 2025
Team Lead — GitStart YC S19, USA
Building production AI systems, RAG pipelines, and agentic workflows for startups and enterprise teams.
2024 — 2024
AI Engineer — Aitenders, France
Building production AI systems, RAG pipelines, and agentic workflows for startups and enterprise teams.
2019 — 2021
Team Lead — PlugLink
Built responsive e-commerce platform with React/Node.js, optimized for mobile conversion and performance.
2019 — 2020
Software Engineer — Andela
2018 — 2019
DevOp Engineer — Huawei
Continuous evaluation of prompts, tools, and retrieval quality across production workloads.
Automated testing pipeline with custom metrics, human feedback loops, and A/B testing. Tracks accuracy, hallucination rates, tool usage effectiveness, and user satisfaction scores across different model versions and prompt templates.

I build AI products end‑to‑end: data ingestion, retrieval, prompt/tooling, evals, and production UI. Pragmatic about latency, cost, and safety — with strong attention to developer experience.
Years
Projects
Clients
Structured outputs, memory architectures and low‑latency tool use with vLLM + GPU batching.
© Anjola Adeuyi (AJ) — Available for freelance & contracts 2025