Available for select engagements · Madrid, ES

I build AI agents
that actually ship.

Jasper Nacho Martinez — AI Engineer and Oracle Developer Advocate. Seven years building ML systems, autonomous agents, and open-source tooling. I run the jasperan projects: Oracle AI Database forks, OSINT tools, and research on continual learning for LLMs.

§ 01 · Focus

What I actually work on.

I care about AI systems that keep working after the demo. That means memory, evaluation, and honest integration with storage — not another wrapper around a model.

Most of my time splits between (1) forking autonomous agents and swapping their memory layer for Oracle AI Database, (2) building OSINT and telemetry tools that scrape, log, and reason, and (3) teaching — workshops, keynotes, and DevRel content.

Core thesis

Oracle AI Database as the default memory layer for autonomous agents.

A portfolio of forks — oraclaw, picooraclaw, ironoraclaw, zerooraclaw, tinyoraclaw — each snapshotting a popular agent and swapping its SQLite/Redis/in-memory store for Oracle's Vector Search + Property Graphs.

Agents

Multi-agent reasoning that scales.

Weighted ensemble voting, continual learning, and reasoning harnesses that don't collapse at 20 steps.

OSINT

Pulling signal from public data.

whatsapp-osint, waze-osint-tracker, and a handful of League-of-Legends ML tools. Practical, messy, shipped.

DevRel

Turning research into repos people can run tonight.

Conference talks, DeepLearning.AI course contributions, Oracle AI Developer Hub, and content pipelines.

§ 02 · Selected

Projects — the honest cut.

Nine I'd actually point someone to — including two brand-new Oracle memory tools just shipped. Star counts are live from GitHub.

Top-starred OSINT · Python
1,348

whatsapp-osint

Logs WhatsApp online/offline transitions for any number in the world. The source of most of my "wait, you can do that?" reactions at conferences — and, quietly, my most-starred repo by an order of magnitude.

language
Python
tooling
Selenium
age
5 yrs
DevRel · Oracle 228

oracle-ai-developer-hub

Curated technical resources for AI developers on Oracle AI Database and OCI. Notebooks, reference architectures, runnable examples.

jupyter · sql · py
ML · Gaming 149

leagueoflegends-optimizer

End-to-end ML pipeline: Riot API extraction, feature engineering, real-time match predictions.

python · sklearn · tf
Agent · Go 25

picooraclaw

PicoClaw fork with Oracle AI Database as the sole persistence layer. Tiny, intentional, weirdly fast — flagship of the oraclaw family.

go 1.22 · oracle 26ai
Research · Python 7

agent-reasoning

Expands standard LLM reasoning with structured planning and reflection loops. Benchmarks included, no hand-waving.

python · jupyter
New · 2026 Oracle · Python
0

onnx2oracle

Load ONNX embedding models into Oracle AI Database with a single command — no Python runtime on the DB server, no glue code.

python · onnx · oracle 26ai
New · 2026 Memory · Python
0

oramemvid

An AI memory layer for agents, backed entirely by Oracle Database. Inspired by memvid, rebuilt for a world where the DB is the vector store.

python · oracle · vector search
RAG · CLI 7

ragcli

A stupidly easy RAG CLI for Oracle AI Database — Rich terminal UI, sensible defaults, zero YAML.

python · textual · oracle
Generative · Python 4

draw-realtime

Real-time story drawing with StreamDiffusion, TTS, and ControlNet. Built for a live demo; kept for fun.

python · diffusers · tts
§ 03 · Everything else

The full inventory.

Sorted by GitHub stars, descending.

whatsapp-osint Python Selenium ★ 1,348

Logs WhatsApp online/offline transitions for any number in the world.

oracle-ai-developer-hub Jupyter Oracle ★ 228

Curated technical resources for AI developers on Oracle AI Database and OCI — notebooks, reference architectures, runnable examples.

leagueoflegends-optimizer Python ML ★ 149

End-to-end ML pipeline: Riot API extraction, feature engineering, real-time match predictions.

picooraclaw Go Oracle AI DB ★ 25

PicoClaw fork with Oracle AI Database as the sole persistence layer — flagship of the oraclaw family.

agent-reasoning Python Research ★ 7

Expands standard LLM reasoning with structured planning and reflection loops. Benchmarks included.

ragcli Python RAG ★ 7

A stupidly easy RAG CLI for Oracle AI Database — Rich terminal UI, sensible defaults, zero YAML.

draw-realtime Python Diffusers ★ 4

Real-time story drawing with StreamDiffusion, TTS, and ControlNet.

onnx2oracle Python ONNX New · 2026

Load ONNX embedding models into Oracle AI Database with a single command.

oramemvid Python Memory New · 2026

An AI memory layer for agents, backed entirely by Oracle Database. Inspired by memvid.

emotion-engine Python Agents ★ 3

An emotional state machine for agentic LLM pipelines — mood-weighted tool selection.

OraclePageIndex Python RAG ★ 2

Oracle AI Database-powered document intelligence — SQL property graphs, vectorless RAG, knowledge-graph visualization.

zerooraclaw Rust Oracle AI DB ★ 1

Fast, small, autonomous AI assistant running exclusively on Oracle AI DB and Oracle Free Container.

orahermes-agent Python OCI GenAI ★ 1

Oracle AI Agent Harness — a fork of NousResearch/hermes-agent powered by OCI GenAI and Oracle 26ai Free.

continual-learning Python Research ★ 1

JiT (Just-in-Time) and continual learning strategies for LLMs without catastrophic forgetting.

waze-osint-tracker Python Geo ★ 1

Near-real-time visualization of all world events logged on Waze — OSINT for traffic anomalies.

agent-tooling Python Toolkit

Tooling primitives for AI agents — loadouts, sandboxes, and structured tool interfaces.

ai-congress Python Multi-agent

Autonomous LLM agents that collaborate and vote using weighted ensemble decision-making.

antigravity-webrtc JavaScript WebRTC

WebRTC server that talks to Google Antigravity's chat — experimental client integration.

cAST-efficient-ollama Python Ollama

Code Abstract Syntax Tree (cAST) chunking — measurable gains over random chunk splits for code RAG.

haveibeensniped Python Gaming

League of Legends sniper-detection heuristic — check if someone's been hunting your account.

ironoraclaw Rust Oracle AI DB

IronClaw fork with Oracle as the exclusive persistence layer — secure personal AI assistant.

opentranscribe TypeScript Audio

Open-source transcription for audio files — Whisper-backed with a friendly CLI.

oraclaw TypeScript Oracle AI DB

A fork of openclaw that uses Oracle AI Database for multi-agent assistance.

tinyoraclaw TypeScript Oracle AI DB

Multi-agent assistant + Oracle AI Database for persistent memory (TinyClaw fork).

tokenwatch Python DevTool

Monitor Anthropic and OpenAI token usage on your local machine — no cloud, no leaks.

Showing 25 featured · 134 public repos total on GitHub.

All repositories on GitHub
§ 04 · Courses

Courses & collaborations.

Short courses and workshops with learning platforms, usually on the agent-memory and Oracle AI DB side.

DeepLearning.AI · Oracle Contributor
2026

Agent Memory — building memory-aware agents

Co-instructor with Richmond Alake, Brendan Brown, and Andrew Ng. We show how to wire Oracle AI Database into agent pipelines for short-term working memory and long-term episodic recall. Notebooks, eval harnesses, and a playable end-to-end demo.

Open the course ~90 min · free tier available
§ 05 · Speaking

Talks & conferences.

Nine international stages across three continents — mostly on agents, Oracle AI, and why your memory layer matters more than your model.

Apr 2026

MLOps — New York, NY

Talk · Production agent memory with Oracle AI Database

Talk
Apr 2026

Data Deep Dive — NYC

Talk · Vector Search, Property Graphs, and the Memory Stack

Talk
Feb 2026

DevWeek — San Jose, CA

Keynote · Building the Brain and Backbone of Enterprise Agents

Keynote
Feb 2026

AICamp — San Francisco, CA

Workshop · Memory Engineering

Workshop
Nov 2025

KubeCon — Atlanta, GA

Talk · Agent2Agent protocol integration in multi-agent RAG

Talk
May 2025

DevLive Tour — Berlin

Talk · A2A & multi-agent RAG (agentic_rag)

Talk
2025

Oracle CloudWorld Tour — Madrid

Demo · Live experiential AI Foosball

Demo
2024

KubeCon — Salt Lake City, UT

Panel · The new operational complexity of agentic apps

Panel
2024

KubeCon — Paris

Lightning · OSINT tooling lessons

Lightning
2024

DevLive Tour — London

Talk · Continual learning, honestly

Talk
2024

Oracle CloudWorld — Las Vegas, NV

Demo · Oracle AI DB + autonomous agents

Demo
§ 06 · Writing

Writing & appearances.

Longform on Medium and Oracle DevPortal, video workshops, conference recordings, and the occasional podcast.

Jasper Nacho Martinez — profile portrait
Profile · Madrid
With Richmond Alake, Brendan Brown, and Andrew Ng in San Francisco, 2026
With Richmond Alake, Brendan Brown & Andrew Ng · SF 2026
Jasper at Oracle CloudWorld 2022
Oracle CloudWorld · 2022
§ 07 · Contact

Let's build something.

Short consulting engagements, workshop bookings, co-authorship on research, or just a weird agent idea you want to pressure-test. I reply to most things within a day.