Type to search posts and projects to navigate

Research

Publications

Technical disclosures, research papers, and other published work spanning AI safety, distributed systems, privacy engineering, and data architecture.

20
Publications
5
Technical Disclosures
14
Selected Works

An automated red-teaming study finding that LLM safety alignment does not always improve monotonically across model generations. Using quality-diversity evolution (MAP-Elites) to probe successive generations of an open-weight model family, it shows that a mid-generation release can be more vulnerable than both its predecessor and its successor, with evolved attack archives transferring unevenly across generations. These longitudinal patterns are invisible to static benchmarks and surface only through adaptive, longitudinal probing.

TritonMoE, a Mixture-of-Experts inference kernel written entirely in OpenAI Triton with no CUDA. A fused gate+up GEMM computes both SwiGLU projections from shared tile loads, eliminating 35% of global memory traffic. Reaches 89-131% of Megablocks throughput at inference batch sizes (up to 512 tokens) on both NVIDIA A100 and AMD MI300X, with full code portability across vendors.

A memory architecture representing stored information as continuous fields governed by partial differential equations. Demonstrates 116% improvement on multi-session reasoning and 43.8% gains on temporal reasoning benchmarks, with multi-agent configurations achieving near-perfect collective performance through field coupling.

A distributed framework leveraging Apache Spark for statistically rigorous LLM evaluation at scale. Treats evaluation as a data-parallel problem, providing bootstrap confidence intervals, statistical significance tests (paired t-tests, McNemar's test, Wilcoxon signed-rank), and content-addressable response caching backed by Delta Lake. Reports linear scaling performance.

Field-Theoretic Context System (FTCS)

Google, Technical Disclosure Commons Technical disclosure April 2025

An innovative approach modeling context as interacting fields rather than discrete states, enabling natural context flow and dynamic evolution through partial differential equations.

ARTEMIS: Adaptive Multi-agent Debate Framework

Google, Technical Disclosure Commons Technical disclosure January 2025

An AI framework supporting complex debate scenarios and group decision-making through a tiered structure of language models that dynamically generate and evaluate arguments.

Data Monetization Strategy for Enterprises

BITS Pilani Thesis December 2023

A comprehensive framework for enterprises to transform data assets into economic value, establishing methodologies for Data Monetization through a structured 12-month approach.

Open Location Proof (OLP) Protocol

ResearchGate Paper January 2021

A privacy-aware open protocol to prove without repudiation an entity's point-in-time presence, participation and location in physical or virtual space.

XPath Ranking and Graph Compression

Zenodo Paper May 2012

Algorithms for automatic on-the-fly wrapper creation for extractions from HTML and XML documents and compressing the adjacency list representation of graphs.

Find more on external platforms:

Subhadip Mitra