Bengaluru, IN · 12.97°N 77.59°E2026 · Issue 01

    § Founding Engineer  ·  AI / ML  ·  Self-Taught

    The summary

    Founding AI/ML engineer at JuiceLabs. I build multimodal GenAI pipelines, and the ads they produce get seen by millions of viewers. Before this, I wrote the software researchers used to 3D-print tissue for organ regeneration work. Electronics degree, self-taught in CS.

    dhruvpuri.cloud

    §01 · Who

    About

    I'm a founding AI/ML engineer at JuiceLabs. Before that I was the founding software engineer at a biotech startup building 3D bioprinters. I've done 0-to-1 twice now, both times without a playbook.

    At JuiceLabs I built the AI pipeline from scratch. Prompt strategies across Sonnet, Gemini, and VEO. Agent workflows. Automated evaluation loops. The inference infrastructure underneath. The pipelines generate ad creatives for enterprise brands, and those ads get seen by millions of viewers. I also run weekly Claude Code sessions for our 20-person team (four months in) and consult directly with clients on AI adoption.

    At Sytolab I built Syto Studio, the HMI researchers used to 3D-print tissue constructs for organ regeneration studies. React and Flask on the surface, Klipper and Moonraker for printer control, OpenCV for real-time print quality. The work sounds dry written down. It wasn't. The output went into living animals.

    Earlier I was an SDET at Paytm, automating device testing for systems that processed 10M+ transactions. Before that, product analyst at Terribly Tiny Tales. I cold-DMed TTT as a first-year ECE student, offered to build their Discord for free, and turned it into a two-year role. My degree is in Electronics & Communications. Everything CS is self-taught.

    §02 · Work

    Experience

    OCT 2025 - Present

    Bengaluru, India

    AI/ML Engineer

    Juicelabs.ai

    • Build end-to-end research pipelines for ad creative generation reaching millions of users: data ingestion, augmentation, experiment scheduling and asset synthesis
    • Design advanced prompt templates and steering strategies for multimodal models (Sonnet 4.5, Gemini 2.5 Flash, VEO 3.1) to generate scripts, images and short-form videos.
    • Orchestrate agent-driven workflows to parallelize experiments, manage dependencies (storyboard → frames → video) and automate pruning/retries.
    • Implement automated evaluation and human-in-the-loop review (coherence, brand-safety checks), plus versioned experiment tracking for reproducibility.
    • Maintain production inference tooling and infra: containerized services, cost-aware batching, artifact versioning and observability.

    JAN 2024 - OCT 2025

    Bengaluru, India

    Founding Full Stack AI Engineer

    SYTOLAB/KREATOR3D

    • Led full-stack development of a 3D printer HMI from concept to deployment, architecting the React frontend, Flask backend, and API integration
    • Reduced user setup time by 30% by optimizing UI workflows for printhead selection and slicing
    • Improved print accuracy by 50% through real-time integration of Moonraker for printer monitoring and control
    • Designed and executed manual test cases for SaaS-based HMI systems, ensuring seamless integration of microservices
    • Performed end-to-end testing of RESTful APIs (Postman) to validate communication between microservices

    JAN 2023 - JAN 2024

    Delhi, India

    Software Development Engineer in Test

    PAYTM

    • Automated device testing using Python, reducing testing cycles by 50% and eliminating 25 hours/week of manual effort
    • Authored 100+ manual test cases for Soundboxes, covering functional, regression, and integration scenarios
    • Created comprehensive test plans and maintained documentation for end-to-end testing cycles
    • Integrated AWS services (S3, DynamoDB) with Boto3 SDK to streamline test data management
    • Generated Matplotlib-powered test reports, identifying 50+ critical bugs pre-release and cutting post-release issues by 20%
    • Tested REST APIs for high-volume transactional systems, ensuring data integrity across 10M+ network requests

    OCT 2021 - JAN 2023

    Mumbai, India

    Product Analyst

    TERRIBLY TINY TALES(TTT)

    • Revamped frontend UI/UX using React and Cypress, boosting website traffic by 20% and reducing production bugs by 40%
    • Led cross-functional collaboration with UX designers and product managers to align and prioritize features
    • Collaborated with DevOps to streamline microservices testing in Docker containers, improving deployment reliability
    • Performed cross-browser testing (Chrome, Firefox, Safari) for React-based web applications, resolving 30+ UI compatibility issues
    • Automated regression testing with Cypress, increasing test coverage by 35%

    §03 · Work shipped

    Selected projects

    Project 00

    Yelp AI Review Classifier

    Fine-tuned DistilBERT plus local Qwen3-8B for zero-cost sentiment classification. 81% accuracy with a domain-shift analysis that mattered more than the headline number.

    PythonDistilBERTQwen3-8BTransformersPyTorchHugging FaceNLPMachine Learning
    Yelp AI Review Classifier

    Project 00

    AI Video Ad Concept Analyzer

    GPT-5-powered evaluator that scores ad concepts across six dimensions. Built to test whether LLM feedback on creative work can be useful or just drifts with temperature.

    PythonOpenAI GPT-5FastAPIJSONCLIREST APIPrompt EngineeringPerformance Monitoring
    AI Video Ad Concept Analyzer

    Project 00

    Policy Compare

    AI-powered policy comparison that helps regular people understand 50-page loan documents. Built after watching my parents lose hours to bank PDFs.

    ReactTypeScriptStreamlitRenderWeb Technologies
    Policy Compare

    Project 00

    AgentVC — AI Investor Interviewer

    AI-powered pitch practice platform where founders rehearse against a simulated investor. Live demo shipped, insights from 50+ real investor conversations baked into the feedback logic.

    Next.jsTypeScriptOpenAI APIVercelMachine LearningNLPSentiment Analysis
    AgentVC — AI Investor Interviewer

    §04 · References

    In their words

    Working with Dhruv was a game-changer for our project. Their expertise and dedication were invaluable.
    Amar BharadwajBanking Professional
    A true professional who delivers high-quality work. It was a pleasure collaborating with Dhruv.
    Nandini BishtCreative Director, Pixel Panga Studios
    Exceptional problem-solving skills and innovative solutions. Dhruv exceeded our expectations.
    Ojash YadavFounder, Notebook Studios

    §05 · Stack

    Toolbox

    Programming Languages

    Python · TypeScript · JavaScript · Go · Java · SQL · C/C++ · HTML/CSS

    Frameworks & Libraries

    React · Next.js · Node.js · Express.js · Flask · FastAPI · Tailwind CSS

    LLM & AI Models

    Claude/Sonnet · Gemini · GPT-4 · LangChain · LangGraph · RAG Pipelines · Vector Databases · vLLM · Ollama

    ML & Computer Vision

    PyTorch · Transformers · Hugging Face · OpenCV · YOLO · LLM Fine-tuning (LoRA/QLoRA) · Scikit-learn

    Prompt Engineering

    JSON Prompting · XML Prompting · Structured Prompts · Multi-modal Steering · Chain-of-Thought

    Generative AI

    Image Generation · Video Generation (VEO) · SeedDream 4.0 · Multimodal Pipelines

    Data & Analytics

    Pandas · NumPy · Matplotlib · Seaborn · Kafka · WebSocket

    Workflow Automation

    N8N · Make.com · Agent Orchestration · Automation Pipelines

    Testing

    Pytest · Cypress · Vitest · Selenium · Postman · End-to-End · Regression · Cross-browser

    Cloud & DevOps

    AWS (S3, DynamoDB) · Docker · Kubernetes · Terraform · Jenkins · GitHub Actions · Vercel · Netlify · Supabase · Git

    Databases

    PostgreSQL · MongoDB · DynamoDB · Redis · SQLite · ChromaDB · Qdrant

    Distributed Systems

    Fault-tolerant Architecture · Low-latency Systems · Microservices · Query Optimization

    §06 · Contact

    Say hello

    Interested in new opportunities, short-scope advisory, or a genuine conversation about AI engineering. Send a short note with what you’re working on, your timeline, and what decision you’re trying to make. If it’s a fit I reply within a few business days.