TornikeO

I’m a generalist AI researcher and software engineer, and I host my writing on tech and my past projects here. I’ve built a lot of tools for startups: Search engine for chemicals, Robotic control for nanoflakes, AI video editor for Investigators.
Shoot an email at contact [@] tornikeo.com
, or talk to me on this server. I’m always interested in helping out people in tech. My areas of expertise:
- Cloud – Google, Amazon, or Azure.
- Custom GPU and CUDA wizardry.
- AI models and LLMs (training and tuning, not prompting).
selected projects
- I built and maintain the fastest exact Cosine Similarity calculation tool. It’s a fairly simple and unoptimized CUDA kernel that calculates Mass spectrum Cosine Similarity and Modified Cosine Similarity scores. The speedups come from the massive memory bandwidth that GPUs typically have. There’s no shared memory used, and memory access patterns are less than ideal. I will optimize it at some point.
- I’ve designed an AI model for chemistry and mass spectrometry (MS) called SpectruMS. The paper will be announced soon.
- I built a finite-difference time-domain simulation tool for fully all-optical logical gates. These “optical gates” are made of a special glass that changes its refractive index \(n\) as the power of the laser increases. This allows us to make a fully optical AND gate. The simulations also show how the all-powerful NAND gate can be built. All simulation codes are in MATLAB.