Independent research run like production engineering: every line of work below has a public
artifact, a reproducible pipeline, and an experiment ledger behind it.
AGENT SECURITY · OPENAI × GOOGLE × IEEEACTIVE
Multi-step tool attacks on LLM agents
Algorithmic red teaming: writing attack algorithms that surface reproducible multi-step failures
in tool-using agents (GPT-OSS, Gemma) under public and private guardrails, inside a deterministic,
replay-validated sandbox. Built a free-tier evaluation harness that estimates true per-model scores
without spending scarce submissions, separating learning from scoring.
red teamingagent safetytool useevaluation
Competition ↗
ABSTRACT REASONING · ARC PRIZEACTIVE
Program induction at the frontier
ARC is the benchmark built to resist memorization: novel reasoning from a handful of examples.
Finished 175th of 1,455 in ARC Prize 2025 while leading the competitive ML team
I founded at Factored, and I'm currently entered in both ARC-AGI-2 and ARC-AGI-3 for the 2026 prize.
ARC-AGIprogram synthesisfew-shot reasoning
ARC Prize 2025 ↗
ARC Prize 2026 ↗
Write-up ↗
MATHEMATICAL REASONING · ARXIV:2603.21852OPEN SOURCE
Single-primitive math for AI: the EML operator
Independent Python implementation of Odrzywołek's exp-minus-log primitive, the NAND gate of
continuous mathematics, released as the eml-translator library. On top of it, an agent
research POC: a 21-problem benchmark (100% solved), seven EML tools exposed via Claude's tool-use
API, and an 8-subagent A/B investigation of four Riemann-Hypothesis-equivalent criteria. The POC
also reports where the tools don't pay: on calculus and algebra the agents route around
EML to sympy.
symbolic mathtool-use agentsbenchmarks
Library ↗
Research repo ↗
SCIENTIFIC ML · IMAGE FORENSICSTOP 8%
Detecting forgery in biomedical research images
Copy-move forgery detection and segmentation in scientific figures, a direct attack on research
fraud. Bronze medal, 128th of 1,564 teams in the Recod.ai/LUC challenge, working
from a public baseline I rebuilt around a different segmentation head. Related scientific ML work
includes exoplanet signal recovery (NeurIPS Ariel Data Challenge, 184/860) and ECG digitization
from paper printouts (PhysioNet, 250/1,424).
computer visionsegmentationresearch integrity
Competition ↗
Write-up ↗
BIOLOGICAL ML · CZ BIOHUBACTIVE
Tracking every cell in a developing embryo
Detection and tracking of zebrafish embryo cells through 3D space and time. Reverse-engineered the
official metric into an offline scorer that runs without images, enabling fast local iteration;
current focus is cell division detection, the largest unclaimed scoring lever.
computer vision3D trackingdevelopmental biology
Competition ↗
3D SEGMENTATION · VESUVIUS CHALLENGEOWN METHOD
Reading a scroll that cannot be unrolled
Detecting papyrus surfaces inside CT scans of carbonized Herculaneum scrolls. I built a 3D
hysteresis fusion: high-confidence voxels seed morphological propagation inside a permissive
two-model union mask. Of everything I've submitted, this is the one whose private score
beat its public score, which is the only real evidence a method generalizes rather
than fits the leaderboard.
3D segmentationmorphological propagationarchaeology
Competition ↗
Write-up ↗
METHOD
Every project above is run as a research program, not a leaderboard sprint: a written competition
brief, a first-principles analysis of the scoring model, baselines with provenance, an experiment
ledger, and submission pipelines that never spend a run to learn what a free evaluation can tell me.