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


An intelligent web reader that normalizes, validates and streams text from any URL, optimized for LLM ingestion
A collection of reusable UI components built with Tailwind CSS and React, designed to enhance the developer experience and improve code quality.
Multi‑tool planning, retries, guardrails, tracing via OpenTelemetry.
I've worked on products for the following clients and more



































With new tech comes new challenges; I welcome them. Here's a comprehensive overview of the technologies and tools I work with.
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
Building neural network visualization platform serving 50+ aerospace engineers. Architected interactive tools using Electron.js, React, and D3.js.
2021 — 2025
Tech Lead — GitStart YC S19, USA
Led team of 6 engineers for 100k+ user platform. Built AI-powered compliance automation for Fortune 500 clients, achieving $300k annual savings.
2024 — 2024
AI Engineer - Aitenders, France
2019 — 2021
Team Lead — PlugLink
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