Skip to content
View krishna11-dot's full-sized avatar

Block or report krishna11-dot

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
krishna11-dot/README.md

Hi there, I'm Krishna πŸ‘‹

Who am I?

I'm a Data Scientist and AI Resident building production agentic AI systems, with an MSc in Artificial Intelligence from the University of Aberdeen.

Most AI demos work because you control the inputs. Production is different. Evaluation gets expensive fast. Token costs explode at scale. Agents return plausible but wrong outputs that pass all your validation checks and you only find out when you dig into the logs. That is the problem I work on every day.

At VectorCube I built a multi-agent supply chain risk assessment system using LangGraph hierarchical orchestration that compressed analyst review from hours to under 30 seconds, with a keyword-scored context gate that cut token consumption by 92% and an LLM-as-judge evaluation module measuring synthesis quality across 5 dimensions. At Apziva I built a Bitcoin trading bot with ChromaDB RAG pipelines running 24/7 on GCP.

Currently working on a Sales CRM Deep Q-Network agent that improved customer acquisition 3.16x from a 0.44% baseline while dealing with 65:1 class imbalance.

πŸš€ What I'm passionate about

Building ML systems that actually work in production. There is a real gap between something working on your laptop and something working reliably for real users. That gap is where the actual engineering happens.

Agentic AI and multi-agent systems. Agents that break down complex tasks, use tools, and self-correct. LangGraph has been my main framework for building these with hierarchical supervisor patterns.

LLM evaluation. LLM-as-judge frameworks, HITL controls, Pydantic guardrails. Getting a system to actually work in production requires knowing how to measure whether it is working at all.

Reinforcement learning for real problems. DQN achieving 3.16x improvement on actual business metrics. The algorithms work beyond toy problems when you set them up properly.

Computer vision. Page flip detection for mobile document scanning. Fake audio detection through spectrogram analysis. Vision keeps surprising me with how effective it is when applied to the right problem.

🌱 Current learning journey

Transformer decoder architecture. Working through DeepLearning.AI Transformers in Practice. Recently went deep on autoregressive generation, how models build responses one token at a time by computing probability distributions across vocabulary and selecting via greedy or sampled selection. Also studied attention and how Query, Key and Value vectors let each token update its meaning based on surrounding context.

AI system evaluation. Studying pre-deployment and post-deployment evaluation properly. Building reference datasets, defining metrics around real failure patterns rather than generic ones, and tracing input and output at every step so you can actually see where things go wrong.

Open-source ML/AI community. Part of a collaborative learning group working through gradient boosting, ensemble methods, regularisation, AI agentic patterns together.

Production ML. FastAPI, PostgreSQL, APScheduler, tmux, GitHub Actions for CI/CD, GCP for cloud deployment. The unglamorous stuff that makes things actually run.

πŸ“š What I'm reading and listening to

Dwarkesh Patel and Lex Fridman podcasts. Research papers that pull me down rabbit holes at 2am. The open-source community who shares everything freely.Currently reading The Alignment problem by Brian Christian.

πŸ“š Outside of work

Playing football, still waiting for the Premier League call-up. Hiking when I can, the Aberdeenshire trails were something else. Podcasts and coffee and thinking about AI alignment.

Trying to explain what I do to non-tech friends:

"So you teach computers to think?" "Not exactly..." 15 minutes later "So... you teach computers to think?" "Close enough."

🀝 Let's connect

Always happy to talk AI, ML engineering, or swap learning resources.

πŸ“§ krishnanair041@gmail.com πŸ”— https://www.linkedin.com/in/krishna-balachandran-nair-46621987/

Pinned Loading

  1. Bitcoin-Trading-Bot Bitcoin-Trading-Bot Public

    AI-powered Bitcoin trading bot with ML predictions, LangGraph agent, RAG system (ChromaDB), Google AI Studio LLM natural language interface, Telegram/Gmail notifications. GCP cloud deployment and a…

    Python

  2. EmergingMarkets-ValueInvestor EmergingMarkets-ValueInvestor Public

    Jupyter Notebook

  3. pageflip-cv-detection pageflip-cv-detection Public

    Real-time page flip detection for MonReader app using CNN + motion features. Achieves 96% F1 score with 20ms inference for hands-free document scanning for blind users.

    Jupyter Notebook

  4. Sales-Reinforcement-Learning-Agent Sales-Reinforcement-Learning-Agent Public

    RL agent for CRM sales optimization

    Python

  5. Talksynch Talksynch Public

    This project was developed as part of MetaByte technologies

    Jupyter Notebook

  6. Climate-Risk-Assesment-POC Climate-Risk-Assesment-POC Public

    This Open Source project was developed as part of Vectorcube Inc.Multi-agent AI system for climate-related supply chain risk assessment. Uses LangGraph, specialized AI agents, and Q-learning patter…

    Python