yous.dev
systems built · field notes

Work

A loose map of things I work on and have built — research that lives inside security operations, tools I actually use, and the occasional experiment that escaped the garage.

AI for cybersecurity

research

Intelligent components that sit inside security operations, turning noisy adversarial signal into intelligence a human can act on.

Anomaly detection, across scales

research

Behavioural-shift detection in networks, distributed systems, vehicles and industrial contexts — defining "normal" carefully enough that the irregular has somewhere to stand out.

AI agent security

research

How autonomous agents fail, drift and get manipulated — and the guardrails that keep their reasoning aligned until the task is actually done.

ReadIt

product

A reading community done right: a Spanish-first Goodreads built to make you read more, not scroll more — real shelves you flip spine-to-cover, each title's honest pulse (including who gave up on it, the number Goodreads hides), reading challenges you win by reading, search by an underlined line, and physical-book swaps with readers near you. No ads, no data selling, no Amazon behind it.

readit.es

TuQR

product

Digital menus and QR workflows for hospitality and POS, with quiet, non-intrusive interaction analytics for local businesses.

tuqr.es

Drone reversing

curiosity

Taking low-cost consumer drones apart — protocol, firmware, control — and bringing them under custom command. Presented as a talk at 47CON.

47CON talk

Transparenc-IA

experiment

Objective, AI-assisted news analysis — flagging political bias, assessing article quality and issuing trust marks. Reached the regional finals of the Santander X Spain Awards.

archived

RenderMD

tool

Turns plain Markdown into self-contained HTML technical reports — cover page, metadata from frontmatter, custom colors and code highlighting. Runs entirely in the browser, no server, no install.

rendermd.yous.dev

Share

tool

Zero-knowledge sharing on the edge. Content is encrypted client-side with AES-GCM; the key travels in the URL hash and never reaches the server. Optional password, TTL, burn-after-read.

share.yous.dev

RouteBattle

tool

An urban vehicle comparator: race a bike against a car across a city, with live GPS sync, a podium and a PNG export. Usually the bicycle wins.

routebattle.yous.dev

Cliply

tool

An organizer for Kindle notes and highlights that turns scattered annotations into reading statistics worth keeping.

cliply.yous.dev

Cycling community

soon

A small project for the local cycling community — stickers, keyrings, clothing and more merchandising to come. Coming shortly.

Security in LLMs: the new criminal surface

c1b3rwall 2026

On how large language models and agents open an attack surface that didn't exist before — and what defending it actually looks like.

c1b3rwall

Reversing consumer drones

47con

A hands-on walk through taking apart low-cost drones and the security lessons that fall out of it.

47CON talk

International research congresses

academic

Peer-reviewed work presented at international venues, including the Blockchain and Applications congress.

blockchain-congress.net

TransformerGuard

thesis · 2024

My master's thesis: a proactive, self-hosted cybersecurity assistant built on open-source LLM agents and advanced RAG. Knowledge distillation and PEFT fine-tune small models to write YARA, Suricata and Sigma detection rules — scored with a purpose-built metric, RuleBench — running privately on consumer hardware, and outperforming GPT-4 and Gemini on real tasks. Published as a chapter (p. 240) in a volume I also co-edited; the fine-tuned model and rule corpus are open on Hugging Face.

Skills for AI agents

github

Composable, benchmarked skills that extend coding agents: Apple-silicon containerization, safe disk cleanup, self-patching skills, persistent archive memory — with more on the way.

open skills on github