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
AI Engineer • Safran, France
Building neural network visualization platform serving 50+ aerospace engineers. Architected interactive tools using Electron.js, React, D3.js and LLMs.
2021 — 2025
Senior Full-Stack Engineer (Project Manager & 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
Developed AI-powered chatbot for contract document interaction using advanced NLP techniques. Implemented microservices architecture increasing processing speed by 25% and reducing server costs by 15%.
2019 — 2021
Tech Lead and Full-Stack Engineer • PlugLink
Led development of fintech platform from scratch with team of 12, building microservices architecture with 4 distinct services and 50+ REST APIs. Implemented cost-saving initiative reducing annual AWS expenditures by $10,000+.
2019 — 2020
Software Engineer • Andela
Built enterprise-scale applications for global clients, contributing to distributed engineering teams and delivering high-quality software solutions.
2018 — 2019
DevOps and Network Engineer • Huawei
Managed network infrastructure and implemented DevOps practices for enterprise telecommunications systems, ensuring high availability and performance.
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