Skip to main content
Eesh Saxena
// Kaggle

Kaggle Competitions

06 Competitions

I treat each competition as a research problem: read the metric, build a leak-free validation setup first, get an honest baseline on the board, then spend the rest of the time on the one modelling idea that actually moves the metric. The work spans agent security, abstract reasoning, medical imaging, 3D cell tracking, and game-playing agents.

View Kaggle profile →

Worked on so far

01

AI Agent Security

An attack-and-defense competition on prompt injection and data exfiltration against tool-using LLM agents. I built both attack payloads and a defense that drove exfiltration to zero on the hidden set, and published a public working note walking through the approach.

  • Completed
  • LLM Security
  • Prompt Injection
  • Agents
02

ARC Prize 2026 (ARC-AGI-2)

The abstract-reasoning benchmark. I am working on test-time training and program-synthesis approaches on top of small open models, inside the offline compute budget the competition enforces.

  • Ongoing
  • Reasoning
  • Test-Time Training
  • LLM
03

Biohub 3D Cell Tracking

Tracking cells through 3D microscopy volumes over time: detection followed by linking across frames, with a careful cross-validation protocol to avoid leakage between neighbouring frames.

  • Ongoing
  • Computer Vision
  • 3D
  • Tracking
04

RSNA Intracranial (Medical Imaging)

Deep learning on medical scans for an RSNA challenge, a kernels-only competition with a staged baseline and an identity-verification gate before submission.

  • Ongoing
  • Medical Imaging
  • PyTorch
05

Kaggriculture

A two-player farming-simulation agent ladder. My bot mixes hand-built heuristics with replay of strong recorded games; against the top runtime agents, silver-tier strength is the honest ceiling and the target.

  • Ongoing
  • Game AI
  • Agents
  • Heuristics
06

Pokemon TCG AI Battle

A bot-ladder competition for the Pokemon Trading Card Game. I built a Monte Carlo Tree Search agent tuned around the scoring quirks of the ladder and its search-depth trade-offs.

  • Completed
  • Game AI
  • MCTS