00 - vladislav kondratyev

ai systems engineer · inference · runtimes · agent tooling

i'm vlad,
i ship systems.

ut dallas cs, class of '27. i build ai runtimes, inference pipelines, and developer tooling across vr, graphics, and cloud systems. recent work spans meta reality labs, intel xess, nutanix, and md7.

  • MetaReality Labs
  • IntelXeSS
  • NutanixAI Systems
  • MD7AI Systems
  • CS '27UT Dallas
  • 11hackathon wins
  • 8PyPI packages
AI / SYSTEMS ENGINEERINGPYTHONTYPESCRIPTRUSTGOC++META · INTEL · NUTANIX · MD7UT DALLAS · CLASS OF 202711X HACKATHON WINNERREACT THREE FIBERDALLAS, TEXAS

01 - about

from kernels,
to pipelines,
to agents.

i'm a cs student at ut dallas (class of '27) focused on ai systems work that has to perform outside a notebook. that has meant real-time inference in vr, model deployment and optimization around intel xess, and backend systems that stay responsive under production load.

the throughline is systems thinking: model optimization, async services, low-latency data paths, and tooling for agentic workflows. outside internships and contracts, i publish open-source tooling, build products, and have picked up 11 wins across 22 hackathons. check out the projects if you want to see the work directly.

languages

PythonTypeScriptGoRustC++JavaScriptJavaC#HLSLCUDA

ai / ml

PyTorchONNXTensorRTRAG SystemsLLM IntegrationOpenVINOINT8 QuantizationMulti-Agent

systems

FastAPIKafkaWebSocketsPostgresRedisMongoDBpgvectorDocker

devops / cloud

CI/CDGitHub ActionsAWS/GCPKubernetesLinuxTerraformHelm

02 - experience

selected engineering work.

Meta - Reality Labs

seasonal contractor

VR & AI Engineer · austin, tx · jan 2026 → apr 2026

embedded inside meta's reality labs to architect and ship a real-time ai-powered vr system within meta horizon os. integrated pytorch inference models into immersive vr environments achieving <100ms response time. built multimodal ai pipelines fusing user input, environmental context, and behavioral telemetry into a shared transformer-based embedding space.

<100ms

vr response latency

Intel Corporation - XeSS Team

intern

Software Engineer Intern · austin, tx · may–aug 2025

worked on xess 2.x, intel's flagship ai super-resolution technology shipping inside aaa game pipelines. developed ai-powered super-resolution shaders in hlsl and dpc++, reducing temporal artifacts by 25%. refactored model deployment pipeline (c++, pytorch, openvino, cuda), reducing inference latency by 35%. exported pytorch models to onnx and tensorrt with int8 quantization - 40% size reduction with <2% quality loss.

40%

faster frame rates

MD7

contract

Lead AI Engineer · remote · apr 2026 → sep 2026

sole ai engineer at md7, reporting directly to the cto. architected and deployed a company-wide ai system integrated into every employee's account, delivering personalized daily workflows, alerts, and deadline tracking. built and maintain a custom internal model trained entirely on secured proprietary data with zero third-party api dependencies, hitting 98% positive feedback from active users with every improvement gated through a cto-approved feedback loop. running 8 concurrent ai automation projects targeting 5x productivity gains across company divisions.

solo

built co.'s central ai infra w/ cto

CNF Technologies

full-time (promoted)

Software Engineer II · san antonio, tx · aug 2024 → may 2026

promoted within 11 months. designed distributed real-time decision pipelines using async event-driven architecture (python, java, kafka), improving throughput by 20% and reducing p99 latency by 35%. engineered low-latency data layers handling 15,000+ concurrent users. diagnosed linux-based production bottlenecks via perf/flamegraphs, reducing downtime by 25%.

15,000+

concurrent users

Revent (Acquired)

co-founder

Founding Software Engineer · bronxville, ny · sep 2024 → apr 2025

co-founded an early-stage fintech startup that was successfully acquired. built a scalable saas financial tracking platform from zero serving 1,000+ users and processing $300,000+/month. cut latency by 40% using express.js and mongodb. achieved 99.9% system availability with github actions + docker ci/cd pipelines.

$300K+

monthly transactions

Nutanix

intern

AI Systems Engineer Intern · remote · jan 2026 → present

working on ai systems infrastructure at nutanix with a focus on production integration, reliability, and enterprise-scale engineering constraints.

enterprise

ai infrastructure

01/06

selected system

sherlock-sort

invented adaptive pattern-exploiting sorting algorithm.

C++AlgorithmsCUDABenchmarking
01. 02

the benchmark

beats std::sort where it matters.

note

the profiling pass pays for itself on the data distributions real software actually sees: near-sorted, clustered, and duplicate-heavy inputs. sherlock-sort routes each shape to the algorithm that handles it best instead of running one strategy for everything.

Bar chart comparing Sherlock Sort against std::sort across seven input distributions
Bar chart comparing Sherlock Sort, std::sort, std::stable_sort, and qsort
signal
  • 01Matches or beats std::sort across random, sorted, reversed, and clustered inputs
  • 02Widest margin on rotated-sorted and duplicate-heavy distributions
  • 03Benchmarked against std::sort, std::stable_sort, and qsort
01.
01the idea

sort smarter, not harder.

most sorting algorithms assume nothing about the input. sherlock-sort opens by profiling the data - checking for near-sortedness, clustering, repetition, and distribution shape - then selects and combines proven algorithms (insertion, merge, radix, counting) in the optimal mix for that specific input.

  1. 01O(n) pattern detection pass before sorting begins
  2. 02Adaptive dispatch to insertion, merge, radix, or counting sort
  3. 03Outperforms timsort on patterned and semi-sorted real-world data
02/06

selected system

SongDNA

interpretable music metrics engine, now shipping inside spotify.

PythonEmbeddingsAudio MLRecommendation Systems
02.
01the engine

32 dimensions, one song.

instead of surface-level audio features, songdna encodes a song into a 32-dimensional embedding capturing production style, structure, and creative lineage - built for recommendation systems, creators, and research that need to reason about music, not just categorize it.

  1. 0132-dimensional interpretable embeddings per track
  2. 02Built for creators, recommendation systems, and research
  3. 03Goes beyond standard audio features into creative structure
02shipped

the idea is now live inside spotify.

spotify's songdna rolled out globally to premium users in 2026 as an interactive feature in the now playing view - surfacing the writers, producers, samples, and collaborators behind a track. it's one of the clearest signals this direction was right: the concept went from an archived side project to a feature spotify shipped to every premium listener.

  1. 01Rolled out globally to Spotify Premium users on iOS and Android
  2. 02Surfaces collaborators, samples, interpolations, and covers per track
  3. 03Managed by artists directly through Spotify for Artists
03/06

selected system

ClawGuardian

prompt-injection firewall for ai agents with on-chain threat sharing.

PythonBlockchainFastAPINLPSmart Contracts
03. 01
the threat01/03

prompt injection is the #1 attack vector on ai agents.

as ai agents gain tool access and autonomous action, prompt injection - tricking an agent into ignoring its instructions via malicious input - becomes a critical security vulnerability. clawguardian intercepts every input before it reaches the model and classifies it against a continuously updated threat database.

  1. 01Real-time detection with <10ms classification overhead
  2. 02Multi-layer detection: pattern matching + semantic analysis
  3. 03Graduated response: warn, sanitize, or block
A stock chart with a hidden prompt-injection payload instructing an agent to liquidate all positions
live injection caught
Bar chart showing 8/8 historical DeFi exploits caught with ~2.4ms median detection latency
detection latency, real attacks
03.
01on-chain sharing

every blocked attack makes the whole network smarter.

when clawguardian detects and blocks an attack, it logs a hashed threat signature to a shared on-chain registry. every other clawguardian instance pulls this feed and updates its local classifier - creating a network effect where novel attacks discovered by one node are immediately defended against by all.

  1. 01Decentralized threat registry with no single point of failure
  2. 02Privacy-preserving: only hashed signatures are shared on-chain
  3. 03Auto-updates local classifier from chain events
04/06

selected system

EchoMind

cognitive ai system built around persistent memory, emotional modeling, and real-time context ingestion.

PythonPyTorchWebRTCOpenCVZeroMQgRPCINT8/FP16Agent Runtime
04.
01the architecture

three senses. one model. continuous context.

echomind fuses audio, vision, and system telemetry in real time. each stream is encoded independently then merged into a shared embedding via attention-weighted cross-modal fusion. the result is an agent that doesn't need to be told what you're doing: it perceives it directly, updates its context window, and adapts its behavior without full recomputation.

  1. 01Audio via WebRTC: speech, tone, ambient sound classification
  2. 02Vision via OpenCV: face detection, emotion recognition, gaze estimation
  3. 03OS telemetry via syscall hooks: app focus, typing cadence, idle patterns
02memory

episodic memory that survives across sessions.

most ai companions reset on every conversation. echomind maintains a sliding-window episodic memory buffer with salience-weighted retention: informed by the sect model research paper authored under echolab. the agent remembers what matters and forgets what doesn't, the way humans do.

  1. 01Sliding-window episodic buffer with salience weighting
  2. 02SECT Model: Salience-Emotion-Context-Time memory architecture
  3. 03Cross-session persistence with no full context recomputation
05/06

selected system

Project Tusk

elephant vocalization noise-removal and research platform.

TypeScriptPythonAudio DSPReactFastAPI
05. 01
the mission01/05

helping researchers hear what matters.

elephant infrasound communication is critical to conservation research, but field recordings are dominated by wind, rain, and human noise. project tusk applies targeted dsp pipelines tuned to the 14–35 hz infrasound range to strip noise without degrading the signal researchers care about.

  1. 01Noise reduction pipeline tuned to elephant infrasound (14–35 Hz)
  2. 02Batch processing for large field recording archives
  3. 03Researcher annotation interface for labeling and export
Spectrogram of a field recording before noise removal, dominated by wind and ambient noise
before
Spectrogram of the same recording after Project Tusk's noise-removal pipeline isolates the infrasound signal
after
05.
01impact

winner at hacksmu '26.

selected as a winning project at hacksmu '26 for demonstrating a practical application of signal processing to a real conservation problem. the platform was built end-to-end in 24 hours by a small team.

  1. 01HackSMU '26 winner
  2. 02Full-stack: audio pipeline + web interface
  3. 03Built for real conservation research workflows
06/06

selected system

gagent

local runtime and control layer for autonomous ai agents.

JavaScriptNode.jsAgent RuntimeTool Registry
06.
01local agents

your agents, running where you want them.

most agent frameworks require a hosted service. gagent runs entirely on localhost - persistent task queues, registered tools, and a memory layer that survives restarts. agents can call any local or remote tool you register and their state is checkpointed so long-running tasks survive crashes.

  1. 01Persistent task queue with checkpoint/resume
  2. 02Open tool registry: register any function as a tool
  3. 03Local memory store with configurable retention

05 - wins

11× hackathonwinner.

22 competitions. 11 wins total. intel and nutanix wins under nda.

Intel Internal Hackathon

Intel Internal Hackathon
Intel (NDA)

Internal innovation challenge. Details under NDA.

Confidential

Nutanix Internal Hackathon

Nutanix Internal Hackathon
Nutanix (NDA)

Internal engineering challenge. Details under NDA.

Confidential

CAFAI

CAFAI
Online GenAI Hackathon '26

Context-aware fused ad insertion: ads that blend into content instead of interrupting it.

AzureStable DiffusionReactTypeScript

SAGE

SAGE
LAHacks '26

AI education platform with real-time physics simulations, on-device inference, and live learner presence.

WebGPUCloudinaryTypeScriptAI

Project Tusk

Project Tusk
HackSMU '26

Real-time bioacoustic pipeline for elephant field recordings: noise removal, feature extraction, AI classification.

PythonAudio DSPFastAPI

ClawGuardian

ClawGuardian
HookEmHacks '26

Prompt-injection firewall for AI agents with on-chain threat sharing. 2x track winner: IBM Security + AWS 1st place.

PythonBlockchainFastAPI

BrainDance

BrainDance
HackAI '25

EEG-based memory reconstruction pipeline viewable in VR.

PythonEEGWebGLVR

HootHive

HootHive
HackRice '25

AI-powered lecture-to-study-resource assistant transforming recorded lectures into structured study materials.

PythonAIReact

RowdyHacks '25

RowdyHacks '25
RowdyHacks '25

Hackathon win at UTSA's RowdyHacks competition.

PythonAI

06 - by the numbers

0hackathons attended
0wins
0projects submitted
0pypi packages

07 - research

ut southwestern medical center · ut dallas

detecting cancer cellsbefore they spread.

working with Dr. Fang at UT Southwestern Medical Center, I built machine learning pipelines that distinguish malignant cells from healthy tissue in high-resolution imaging data, the kind of classification that normally requires a trained pathologist and hours of manual review.

the system extracts morphological features at the sub-cellular level, classifies cell populations across imaging slices, and flags anomalies consistent with early-stage malignancy, turning raw microscopy output into structured, actionable signal for researchers.

PyTorchComputer VisionCNN / Feature ExtractionCell Morphology AnalysisMalignancy ClassificationHigh-Resolution Imaging
UT Southwestern Medical CenterUT Dallas

what it means

early detection is the single largest factor in cancer survival outcomes. automating the visual triage of tissue samples compresses the timeline between imaging and diagnosis.

~µmresolution scale
MLclassification pipeline
2institutions

08 - github

open source, in public.

github.com/ch1kim0n1 ->

8 of those are published as open-source packages on pypi.