- Own GitHub Projects and cross-org backlog automation for the developer-experience platform, syncing issues, statuses, and custom field schemas across partner organizations (Volvo, Daimler, Accenture) into a single unified backlog.
- Built repo-sync services and GitHub Actions automations that auto-add issues to per-org and global Projects, backfill historical issues, and apply partner/overdue labels, reviewer end-dates, and status transitions.
- Engineered AWS-based CI/CD infrastructure — S3-backed Docker BuildKit cache, devcontainer images mirrored into Amazon ECR, IAM setup, and hardened self-hosted test runners.
- Migrated team observability to AWS-hosted Prometheus/Grafana and validated DevSecOps pipelines (Coverity static analysis); drove identity/access onboarding and SSO/SAML integration.
Rajath Rajendra Pai
Software Engineer
I build developer-experience platforms and automation — backed by a data science & AI background I bring to tooling, analytics, and machine learning.
About
A little about me
I’m a software engineer at Coretura — the Volvo Group–Daimler Truck software joint venture — where I build the developer-experience platform for engineering teams across partner organizations: GitHub Projects and cross-org backlog automation, AWS CI/CD, observability, and DevSecOps pipelines.
That work builds on an M.Sc. in Data Science & AI, which I bring to analytics, automation, and machine learning. Outside of work I compete on Kaggle across LLM reasoning, AI security, and model optimization — and I swim and cycle. Feel free to reach out if you’d like to connect.
Experience
Where I’ve worked
- Built and maintained the Position Management application — one of the most widely used Power Platform solutions in the organization — enabling managers to create positions through a multi-level VP/SVP approval workflow.
- Designed a Python people-analytics dashboard surfacing turnover, hiring, and diversity metrics; automated certificate generation and built an Employee Flexibility app to support workforce planning.
- Optimized ETL pipelines and Power BI (PowerQuery/DAX) performance, and automated data workflows in Python.
- Built a multivariate time-series model on truck-sensor, weather, and road-type data to predict drivers’ deactivation of ADAS functions, informing system design and usability.
- Developed regression models for HR estimation and improved Power BI reporting; applied PySpark/Databricks fuzzy-matching and ML to raise data-matching accuracy on production-logistics datasets within an agile team.
- Analyzed e-scooter ride data for the e-SAFER project to identify usage patterns and safety improvements.
Toolkit
Technologies I work with
Competitions
On Kaggle
Active competitor across LLM reasoning, AI security, NLP, and model optimization; author of a public starter notebook adopted by the community (105+ upvotes).
AI Agent Security — Multi-Step Tool Attacks
Designed a red-team attack that probes LLM tool-use guardrails (gpt-oss, Gemma) and reverse-engineers the scoring pipeline to surface data-exfiltration and confused-deputy vulnerabilities.
NeuroGolf Championship 2026
Optimized 400 per-task ONNX networks against an exact memory/parameter budget; reproduced the official scorer locally and applied graph-level domain-reduction rewrites plus onnxsim to cut cost while preserving verified correctness.
ARC Prize 2026 (ARC-AGI-2)
Building a hybrid symbolic + neural reasoning solver: a DSL-grounded synthetic-task generator with a LoRA-fine-tuned Qwen model (Unsloth), test-time training, and selection-first inference, fully offline within the 12-hour limit.
MAP — Charting Student Math Misunderstandings
NLP misconception classification with DeBERTa/Qwen + LoRA ensembles; shared a starter notebook adopted by the community (public LB 0.925, 105+ upvotes).
Also competed in NVIDIA Nemotron (LLM SFT/LoRA), Make Data Count ($100k LLM text-mining), CMI (wrist-sensor time-series), and Orbit Wars (RTS agent + self-play simulator).
Projects
Things I’ve built
RAG from Scratch ↗
A retrieval-augmented generation pipeline built from the ground up with Llama 3 and DeepSeek-R1.
Medical Report Generation from Chest X-Rays ↗
CNN (CheXNet) feature extraction with LSTM/RNN decoding to generate radiology reports from frontal and lateral images.
Scattering Parameters Parameterization ↗
Neural networks (Basic, LSTM, GRU) in TensorFlow/Keras predicting input parameters of a human head–antenna system; the GRU model performed best.
AI Learns to Play Flappy Bird ↗
An agent trained via NEAT (neuroevolution of augmenting topologies); game and AI built end-to-end in Python.