Skip to content
View nadeem4's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report nadeem4

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.

Content in all repositories owned by your account will be closed.
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
nadeem4/README.md

Nadeem Khan — Senior Software Engineer, AI Systems & Platform Engineering

Website LinkedIn Medium X Stack Overflow Email


🚀 What I'm Building

Try it live

nl2sql: Ask a database in English. Follow the plan, the checks, the SQL and what it cost. Decision Arena: Jev vs Laya: two decision models play the same games with zero training. RAG Playground: Learn RAG by running it: short lessons on a real PDF, every stage swappable.

In progress

logscribe: An AI lens on your Python logs: batch, scrub PII, ask an LLM.
medalflow: dbt, but in Python classes, compiled to a staged execution plan.
post_training: Runnable LLM post-training: PPO and GRPO through DPO and RLHF.

Earlier work that people still use
Project Why it exists
microservice_demo A clean, minimal Spring Boot microservice reference — the version I wanted when I was learning the pattern.
spring_boot_multi_module_framework Bootstraps a multi-module Spring Boot project so teams skip the first week of scaffolding.
chess_engine_using_python Minimax, alpha-beta pruning, and quiescence search, written to be read rather than to win.
mini-gpt A decoder-only Transformer in pure PyTorch, stripped to the pieces that actually matter.
aurora Semantic search engine on FastAPI and Sentence Transformers.

📈 Impact

  • Cut cloud spend ~30% through architecture and execution-path optimization
  • Reduced engineer onboarding from months to weeks via platform automation
  • Delivered end-to-end AI and data platforms with explicit reliability guarantees
  • Consistent bias toward correctness, observability, and system clarity

🧠 Technical Focus

Languages & Frameworks
Python · Java · TypeScript · Spring · Node.js · Next.js · FastAPI · PyTorch · Angular
Python, Java, TypeScript, Spring, Node.js, Next.js, FastAPI, PyTorch, Angular

Platform & Infrastructure
Kubernetes · Docker · Azure · GitHub Actions · Postgres · Grafana · Git · Linux
Kubernetes, Docker, Azure, GitHub Actions, Postgres, Grafana, Git, Linux

AI Systems — LLM inference efficiency · agentic systems · RAG & vector search · retrieval evaluation · execution feedback loops · cost/latency tradeoffs · agent safety

Platform & Distributed Systems — serverless · CI/CD · observability · private networking · fault tolerance

Data Systems — ETL platforms · lakehouse architectures · Apache Spark · SQL engines · cost optimization

How I think about each of these

AI Systems. The interesting problems are not in the model, they are around it: making a non-deterministic component behave predictably inside a system that has to be correct. Retrieval quality, validation layers, execution feedback, and hard safety constraints do more for output quality than prompt tuning does. Inference cost and latency are design inputs, not afterthoughts.

Platform & Distributed Systems. A platform succeeds when it makes the right thing the easy thing. Most of the value is in defaults, guardrails, and paved roads — not features. Failure modes should be boring and well-understood before traffic arrives.

Data Systems. Lineage and reproducibility beat cleverness. A pipeline you can explain, replay, and cost-attribute is worth more than a faster one you cannot reason about.


✍️ Latest Writing

More at medium.com/learnwithnk · codewithnk.com


📊 GitHub

GitHub streak stats

Repositories per language Most committed languages


🧩 Engineering Philosophy

  • Determinism before scale
  • Observability before optimization
  • Clear interfaces enable fast, safe systems
  • Prefer boring, reliable systems over clever hacks

Reach me at codewithnk@gmail.com

Pinned Loading

  1. nl2sql nl2sql Public

    Ask your database questions in English. The model emits a typed query plan, never SQL text - validated against the real schema and the caller's role before any SQL is generated.

    Python 4 1

  2. post_training post_training Public

    A collection of small, runnable implementations of LLM post-training and alignment methods, from RL basics to DPO, RLHF, and RLAIF.

    Python

  3. logscribe logscribe Public

    AI-powered log analysis for Python logging: batch, scrub PII, and route logs to an LLM for insights.

    Python

  4. medalflow medalflow Public

    dbt, but in Python classes. Declare medallion (Bronze/Silver/Gold) models as Python classes; MedalFlow extracts dependencies from your SQL and compiles them into a staged execution plan.

    Python

  5. jev-demo jev-demo Public

    Decision Arena: TypeSafe's Jev vs open-source Laya playing highway-env, Snake and Blackjack with zero training, plus benchmarks and a Claude Code watchdog

    TypeScript

  6. rag-playground rag-playground Public

    A local-first bench for learning and demonstrating RAG by experiment

    Python