Sitemap
A list of all the posts and pages found on the site. For you robots out there, there is an XML version available for digesting as well.
Pages
Posts
System Design Part 9
Published:
System Design from First Principles - The Mathematics of Attempts
System Design Part 8
Published:
System Design from First Principles - CAP Theorem & PACELC
System Design Part 7
Published:
System Design from First Principles - Sharding: When One Disk is Not Enough
Operational Ecosystems of LLMs in Python - Part 2
Published:
Module 2 : Re-Engineering and Verification Workflow
Module‑1 showed you that LLMs are not magic but a composition of code, math, and hardware, all reachable from Python if we know where to look. It traced how LLMs sit in the stack: Python as glue, PyTorch as the modeling layer, and hardware‑specific backends (CPU, GPU, etc.) as the execution engines.
Operational Ecosystems of LLMs in Python - Part 1
Published:
The first question came into the my mind when i started thinking about the operational ecosystem of LLM is that Why LLMs matter in the AI ecosystem ? LLMs are a core component of modern artificial intelligence. In practice, we use Python extensively for almost any task in AI and data‑driven decision‑making from simple scripts to complex production pipelines. Today, the ecosystem surrounding Python is rich and specialized for nearly every problem domain, there exist dedicated tools that can be easily integrated because they live inside Python’s operational environment. So, they are the natural evolution of this ecosystem they turn language into a computational interface but still sit on top of same stack of tools, hardware and orchastration layers that power the rest of AI.
System Design Part 6
Published:
System Design from First Principles - The Taxonomy of Storage: How to Architect Data
System Design Part 5
Published:
System Design from First Principles - The Physics of Persistence
System Design Part 4
Published:
System Design from First Principles - The Anatomy of a Request (DNS, BGP, and the Edge)
System Design Part 3
Published:
System Design from First Principles - The Cost of Communication
Analysis By Tau T
Published:
Pure Mathematics : Analysis
Mathematics
Published:
In mathematics we study mathematical objects , relationship between objects and how relationship between objects changes w.r.t to others and many more lead to the special class of mathematical structures that mathematicians are interested to explore through geometry, algebra and analysis etc.
How to Build a Build System in C
Published:
“Don’t use Make. Use C.” — A philosophy for engineers who want full control.
YTube Downloader — A Native C Command-Line Tool
Published:
No Python. No Node. No shell scripts. Just C,
fork(), andexecvp()callingyt-dlpat full speed.
Automated LaTeX Research Writing Environment
Published:
“Write-Once, Compile-Anywhere” — A containerized academic paper workflow using Docker, VSCode, and TeX Live.
System Design Part 2
Published:
System Design from First Principle - The Math of Scale
System Design from First Principle - The Natural Science of Softwares
Published:
What is System Design ?
Attention Mechanisms
Published:
Attention Mechanisms - All You Needed To Know
Llama Lineage
Published:
A Study of Llama Lineage : A Transformer based LLMs
Monte Carlo Simulation
Published:
Decoding Methods For Generative Models
Published:
Decoding Methods for Large Scale Models - A Comprehensive Study
AI Model Optimization Part-1 by Applied Mathematician
Published:
AI Model Optimization is an interdisciplinary field that involves collaboration between researchers, system engineers, and hardware architects to make models better, cheaper, and faster with the goal of maximizing throughput and minimizing computational costs and latency.
Course-AI : Academic Journey to The Industry
Published:
अत्रेय महाकाव्य: शून्य से सृजन और आजमगढ़ की पावन कर्मभूमि की अमर गाथा
Published:
क्या आपने कभी उस ‘शून्य’ के बारे में सोचा है जहाँ से इस अनंत ब्रह्मांड का उदय हुआ? क्या आप जानते हैं कि आजमगढ़ की पवित्र नदियाँ—तमसा, मंजूषा और कुँवर—किन महान ऋषियों की साधना की साक्षी रही हैं?
Notebook : Chanakya(Kautilya) Niti Sutra
Published:
“Establish yourself in Self-Control, plan with Secrecy, act with Courage, and let Truth be your final destination.” — Ajeet Kumar
A Case Study of MacBook Air M4(16/256GB) for AI Model Production by Applied Mathematician
Published:
I was using Asus Notebook(i3/8GB/1TB-HHD) since 2021. After completion of M.Sc Mathematics and Computing degree at BHU Varanasi, went to the IIT Delhi(Cloud Computing and HIPC Lab SIT), New Delhi for the AI Research Internship. I am greatfull enough that i have worked onto the the two most interesting research problem
- LLM for OpenAPI Specification Generation from the given server source code.
- Lean4 Proof generation for the given theorem in lean4
Lean4agent
Published:
How to become a mathematician ?
Published:
I don’t know from where to start to tell you about my story because i have’t become a mathematician until now, but on the track in the race of becoming a mathematician. So, whatever i will tell you that will be the my thoughts during learning and understanding in the journey of continuum hard work how i am actually transforming myself from a first class passed out master student that have a litle exposure to the research due to my masters thesis on topics of discrete differential geometry and its applications to become a researcher in mathematics after publishing papers.
What Does It Take To Publish In Mathematics
Published:
What Does It Take to Publish in Mathematics ?
Khiladi-3 : Machine Learning Systems Interview - From Design, Development and Deployment
Published:
Machine Learning Systems
AI for Engineers
Published:
AI from First Principle
Published:
Khiladi-1 : Common Interview Questions
Published:
Behavioral Interviews You can be a part of solution or problem
MLOps for LLMs
Published:
Introduction to operations for Large Language Models(LLMs) also called as MLOps for LLMs.
AI Systems : An Introduction
Published:
Hi this is the AI System but nothing written here
Machine Learning Systems by
Published:
What does it mean to master machine learning systems—not just design models?
Discrete Differential Geometry
Published:
System Design Part 0
Published:
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
portfolio
Lean4Agent: Multi-Agent AI System for Verifiable Writing and Proving Theorems in Formal Mathemtics
Published:
Lean4Agent is a collaborative AI system designed to tackle complex mathematical problems using multiple intelligent agents.
NextQuestAI: Deep Research Multi-Agent System
Published:
NextQuestAI is a high-performance, multi-agent research orchestrator powered by LangGraph and NVIDIA NIM.
DDG — Advanced Discrete Differential Geometry Framework (Research-Grade)
Published:
A comprehensive, production-ready Discrete Exterior Calculus (DEC) / FEM implementation for triangle meshes with spectral geometry, curvature analysis, PDE solvers, and advanced vector field processing.
AutoResearch: Autonomous ML Research Framework
Published:
Autonomous machine learning research framework for AI agents
Vision Transformer(ViT) from Scratch - Solving Partial Differential Equations(PDE)
Mathematical Data Driven Methods for Modelling and Simulations of Science and Engineering Problems, mostly modeled as partial differential equation therefore how to solve them for performing simulation of the system. I have trained ViT model onto the Allen Cahn PDE to dataset and checked the model predicted solution for the unseen input dataset. results are close to exact solution.
Parallel and Distributed Computing
How to write and solve computation problem efficiently on different architectural devices having parallel and distributed computational frameworks
Super-Market Analysis and Prediction using Python and MySQL Database
Analyzing sales data from a supermarket MySQL database to uncover insights and predict customer behavior. It uses Python, , and machine learning techniques to preprocess data, perform exploratory analysis, and build predictive models for customer types.r 1
Disease Detection Web Application
The Disease Detection Web Application, developed in 2022, is a machine learning-powered platform designed to assist in the early detection of diseases. 
publications
A Study of Llama Model Lineage
Published in Journal 1, 2009
This paper is about the number 1. The number 2 is left for future work.
Recommended citation: Your Name, You. (2009). "Paper Title Number 1." Journal 1. 1(1).
Download Paper | Download Slides | Download Bibtex
A Study of Llama Model Family Lineage
Published in Journal 1, 2010
This paper is about the number 2. The number 3 is left for future work.
Recommended citation: Your Name, You. (2010). "Paper Title Number 2." Journal 1. 1(2).
Download Paper | Download Slides
Paper Title Number 3
Published in Journal 1, 2015
This paper is about the number 3. The number 4 is left for future work.
Recommended citation: Your Name, You. (2015). "Paper Title Number 3." Journal 1. 1(3).
Download Paper | Download Slides
Paper Title Number 4
Published in GitHub Journal of Bugs, 2024
This paper is about fixing template issue #693.
Recommended citation: Your Name, You. (2024). "Paper Title Number 3." GitHub Journal of Bugs. 1(3).
Download Paper
Paper Title Number 5, with math \(E=mc^2\)
Published in GitHub Journal of Bugs, 2024
This paper is about a famous math equation, \(E=mc^2\)
Recommended citation: Your Name, You. (2024). "Paper Title Number 3." GitHub Journal of Bugs. 1(3).
Download Paper
The Axiomatic Genome of Number Systems
Published in Journal 1, 2025
The real number systems $\mathbb{R}$ is traditionally defined as the unique complete ordered field. However, this definition servers a pivotal midpoint in a broader numerical hierarchy. By examination of the 13 axioms of $\mathbb{R}$, we can trace how specialized number systems such as complex numbers, quarternions and and $p$-adic numbers $\mathbb{Q}_p$ emerge through deliberate axiomatic trade-offs. Our study details the transitions from discrete structures to continuous and higher-dimensional algebras, concluding with their critical applications in modern physics, robotics and cryptograph etc.
Recommended citation: Ajeet Kumar, You. (2025). "Paper Title Number 1." Journal 1. 1(1).
Download Paper | Download Slides | Download Bibtex
talks
Talk 1 on Relevant Topic in Your Field
Published:
This is a description of your talk, which is a markdown file that can be all markdown-ified like any other post. Yay markdown!
Conference Proceeding talk 3 on Relevant Topic in Your Field
Published:
This is a description of your conference proceedings talk, note the different field in type. You can put anything in this field.
teaching
Teaching experience 1
Undergraduate course, University 1, Department, 2014
This is a description of a teaching experience. You can use markdown like any other post.
Teaching experience 2
Workshop, University 1, Department, 2015
This is a description of a teaching experience. You can use markdown like any other post.




