AI nerd in training

Joined March 2023
Photos and videos
Beginner To AI retweeted
๐Ÿ ๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป ๐—ฃ๐˜†๐˜๐—ต๐—ผ๐—ป ๐˜๐—ต๐—ฒ ๐—ฆ๐—บ๐—ฎ๐—ฟ๐˜ ๐—ช๐—ฎ๐˜† - ๐—ก๐—ผ๐˜ ๐˜๐—ต๐—ฒ ๐—›๐—ฎ๐—ฟ๐—ฑ ๐—ช๐—ฎ๐˜†! (๐—ช๐—ฒ๐—ฒ๐—ธ๐—ฒ๐—ป๐—ฑ ๐—š๐—ถ๐˜ƒ๐—ฒ๐—ฎ๐˜„๐—ฎ๐˜†) 200 essential commands 5 real hands-on projects inside. Perfect for beginners, students & upskillers. ๐Ÿš€ ๐ŸŽ FREE for the next 20 hours (or 141 slots only) To grab your copy: 1๏ธโƒฃ Like โค๏ธ 2๏ธโƒฃ Repost ๐Ÿ” 3๏ธโƒฃ Comment โ€œPythonGuide_for_upskillโ€ 4๏ธโƒฃ Follow ๐Ÿ‘‰ @TTechFusionist (so I can DM you the guide) I built this to help anyone go from zero โ†’ building real projects without confusion. Your Python journey starts today. ๐Ÿ’ช๐Ÿ”ฅ
83
74
137
11,225
๐Ÿค” How do we know if an LLM is good enough? In this session of the Agentic AI Bootcamp, instructor Raja Iqbal explored the nuances of LLM evaluation โ€” a critical step for building trust, reliability, and ethical alignment in AI systems. We examined why evaluation matters: LLMs are probabilistic, producing variable outputs depending on prompts, temperature, and context. Evaluation ensures responses remain accurate, safe, and consistent across use cases. The session covered the challenges of measuring quality: subjectivity in tone, helpfulness, and bias makes deterministic scoring impossible. Standard benchmarks like MMLU, BIG-Bench Hard, and HotpotQA provide reference points, while traditional metrics such as BLEU, ROUGE, and BERTScore offer complementary dimensions of assessment. Finally, we explored RAGAs, a framework designed for Retrieval-Augmented Generation (RAG) systems. RAGAs evaluates both retrieval and generation, measuring faithfulness, relevance, and precision/recall โ€” enabling fine-grained, production-ready evaluation of complex AI workflows. ๐Ÿ“… Want to join live? Register now for the upcoming Agentic AI Bootcamp happening on Nov 25th. Donโ€™t miss your chance to build, test, and evaluate intelligent agents! hubs.la/Q03SRlHx0 Evaluation is more than a score โ€” itโ€™s the foundation for trustworthy and reliable AI. #LLMEvaluation #AITrust #RAG #RAGAs #AgenticAI #LanguageModels #BenchmarkingAI #MMLU #BIGBenchHard #HotpotQA #BLEU #ROUGE #BERTScore #AIWorkflows #ResponsibleAI
12
Beginner To AI retweeted
๐Ÿค” How do we know if an LLM is good enough? In this session of the Agentic AI Bootcamp, instructor Raja Iqbal explored the nuances of LLM evaluation โ€” a critical step for building trust, reliability, and ethical alignment in AI systems. We examined why evaluation matters: LLMs are probabilistic, producing variable outputs depending on prompts, temperature, and context. Evaluation ensures responses remain accurate, safe, and consistent across use cases. The session covered the challenges of measuring quality: subjectivity in tone, helpfulness, and bias makes deterministic scoring impossible. Standard benchmarks like MMLU, BIG-Bench Hard, and HotpotQA provide reference points, while traditional metrics such as BLEU, ROUGE, and BERTScore offer complementary dimensions of assessment. Finally, we explored RAGAs, a framework designed for Retrieval-Augmented Generation (RAG) systems. RAGAs evaluates both retrieval and generation, measuring faithfulness, relevance, and precision/recall โ€” enabling fine-grained, production-ready evaluation of complex AI workflows. ๐Ÿ“… Want to join live? Register now for the upcoming Agentic AI Bootcamp happening on Nov 25th. Donโ€™t miss your chance to build, test, and evaluate intelligent agents! hubs.la/Q03SRlHx0 Evaluation is more than a score โ€” itโ€™s the foundation for trustworthy and reliable AI. #LLMEvaluation #AITrust #RAG #RAGAs #AgenticAI #LanguageModels #BenchmarkingAI #MMLU #BIGBenchHard #HotpotQA #BLEU #ROUGE #BERTScore #AIWorkflows #ResponsibleAI
4
24
3,017
Beginner To AI retweeted
Exactly 1 year back, I watched this 116 min long video
What's the smallest decision you ever made that accidentally changed the entire course of your life?
40
337
8,425
765,810
Beginner To AI retweeted
23 Oct 2025
Exactly. I learned a ton of math during my PhD, and it was fun and easy *because I had a goal* to use it in my research. Coding it up is also a great way to detect gaps in your understanding. Totally different from learning in class. Another common fallacy is that you need to follow the logical curriculum and complete all the prerequisites for a topic before learning it. Instead I find that going up and down the curriculum repeatedly is much more effective. That way, you have an understanding of where the basics fit in, and why you're learning it, which helps with comprehension and motivation. Inspired by the success of LLM pretraining, I even started reading random papers by Grothendieck, Scholze and Mochizuki that are way above my head, soaking my brain in genius vibes so to speak, in the hope of immitation-learning some good representations. Not sure if it has worked but it feels good ๐Ÿ˜‚
This is empirically incorrect. Hundreds of thousands of fast.ai students have learned the required math for ML as they go. By *far* the biggest problem we've seen is from people who try to learn the math first. They learn the wrong stuff & have not context.
21
66
1,120
162,627
Beginner To AI retweeted
ML is vast and I mean really vast. Thereโ€™s classical ML, Deep Learning, Computer Vision, generative models, NLP, text generation, image-text pairing, Bayesian analysis and so on And within each of these topics there are plethora of subtopics. Many deep learning models, many classical ML techniques, so many vision tasks and models like SSD, YOLO, UNet, same for other topics above Itโ€™s borderline impossible to remember it all unless youโ€™re an LLM But the good thing is you donโ€™t have to remember everything either. I try to just keep in mind the distinct fundamental building blocks, how they work, why they work and itโ€™s enough Some such blocks are, understanding bayes theorem, discriminative models, decision boundaries, distribution, sampling, few important loss functions, gradient calculation and parametric estimation Almost all the topics at the top share some of these blocks and will use it to build further.
21
68
760
36,858
Python AI
24 Oct 2025
Our Python AI series is over, but you can still watch the videos, download the slides, and try out the code. Get it all from aka.ms/pythonai/resources
10
12 Oct 2025
Harvard Professor reveals the 5-phase path every ML systems engineer follows but almost no one talks about. Completely free, continuously updated and collaboratively developed on GitHub. Link in comments
6
Things I learned this year as an ML Engineer: (DON'T MISS) - Focus on data; the solution lies within it. - XGBoost outperforms many classic ML algorithms and excels at time-series. - UV is the best tool for Python package management. - For applied ML, build first, then read research papers. - Math and statistics/probability are essential skills. - Caching is critical for ML projects. - Agentic AI frameworks arenโ€™t needed for LLM function calling. - FastAPI and PyTorch are a powerful duo. - When using ChatGPT, provide input and problem statements. Brainstorm pipelines, donโ€™t ask for code. - Instruct ChatGPT: โ€œYou are a 10 year ML Engineer expert in XYZ domain,โ€ then share the problem. - Work with quantized LLMs. - Reinforcement Learning will outlast LLMs in relevance. - Deploy models first, then improve iteratively. - Speed currently outweighs accuracy; I can handle errors but not slow inference. - Data Engineering > AI/ML Engineering. - Use AI to learn Next.js/React.js for high returns. More insights to come. - Apple M-Series chips are powerful but doesn't support CUDA libraries at all. - MLOps is a must skill for ML Engineers and demand is very high. What's your experience in ML this year?
8
14 Oct 2025
System Design, particularly in ML can have a varying number of requirements- but the ideas generally fall into a number of categories. Depending upon context, specifications change, but baseline components remain unchanged. Watch this video to understand how these interviews are tackled. Great strategy and execution shared.
26
12 Oct 2025
This ChatGPT cheatsheet saved me 10 hours per week:
13
#AI Agent playbooks
Holy Shit... Google, Microsoft, OpenAI, and the biggest companies and agencies shared complete AI Agent playbooks. These are battle-tested formulas for building agents, the major bottlenecks in the industry, and the common patterns of what does and doesn't work in AI products. 1. Google - Startup Technical Guide for AI Agents 2. Microsoft: Agent Governance whitepaper 3. Cohere: Building Enterprise Agents 4. Amazon Web Services (AWS): An Executive's Guide to Agentic AI 5. Deloitte: Unlocking the right Agentic AI Use cases 6. McKinsey & Company: Seizing the Agentic AI Advantage 7. KPMG: The Agentic AI Advantage 8. Capgemini: The rise of Agentic AI 9. Accenture: Technology vision 2025 10. OpenAI - AI in Enterprise 11. Google: AI Agent Handbook 12. BCGX: AI Agents and MCP 13. Thomson Reuters and Reuters: Agentic AI 101 14. ServiceNow : Enterprise AI Maturity Index 15. Infosys - Tech Navigator Agentic Enterprise Playbook You don't need to read them all, just what is relevant to you, as a manager, AI developer, solo app creator, etc. If you want this list, subscribe to my newsletter, and you will receive it right away: hesamation.com/newsletter/
7
50 LLM Projects with Source Code to Become a Pro 1. Beginner-Level LLM Projects โ†’ Text Summarizer using OpenAI API โ†’ Chatbot for Customer Support โ†’ Sentiment Analysis with GPT Models โ†’ Resume Optimizer using LLMs โ†’ Product Description Generator โ†’ AI-Powered Grammar Corrector โ†’ Email Auto-Responder using GPT โ†’ YouTube Title & Description Generator โ†’ News Headline Summarizer โ†’ Blog Post Topic Generator 2. Intermediate LLM Projects โ†’ Legal Document Summarizer โ†’ AI-based Code Comment Generator โ†’ SEO Keyword Optimizer using LLM โ†’ AI-driven Study Notes Generator โ†’ Research Paper Simplifier โ†’ Tweet Sentiment & Engagement Predictor โ†’ Interview Question Generator โ†’ Personalized Learning Assistant โ†’ AI-based Ad Copy Generator โ†’ Legal Contract Review Assistant 3. Developer-Focused LLM Projects โ†’ Code Explanation Tool using LLM โ†’ Debugging Assistant using GPT and LangChain โ†’ AI Code Reviewer with OpenAI API โ†’ AI-based Test Case Generator โ†’ SQL Query Generator using LLM โ†’ Python Script Generator from Prompts โ†’ StackOverflow Question Answerer โ†’ Documentation Auto-Writer โ†’ AI Git Commit Message Generator โ†’ Programming Concept Tutor 4. Data and Research Applications โ†’ Data Insights Chatbot for CSV/Excel files โ†’ AI Research Assistant for Literature Review โ†’ Dataset Annotation Assistant โ†’ Paper Citation Generator โ†’ Data Cleaning Assistant using LLM โ†’ Scientific Abstract Generator โ†’ AI-Powered Survey Response Analyzer โ†’ Knowledge Base Chatbot using LangChain โ†’ Document Q&A System โ†’ Custom Retrieval-Augmented Generation (RAG) App 5. Advanced and Production-Ready LLM Projects โ†’ AI Content Management Dashboard โ†’ Multi-Agent Research Collaboration Tool โ†’ Personalized AI Writing Coach โ†’ AI-Powered Search Engine using Vector Databases โ†’ Voice-to-Text and Text-to-Insight Application โ†’ Financial Report Analyzer with LLM Integration โ†’ AI Chat Assistant for E-commerce Websites โ†’ Legal Research AI Assistant โ†’ LLM Fine-Tuning Pipeline for Custom Data โ†’ Full-Stack AI SaaS Platform using Next.js and OpenAI API Get the complete LLM Projects Handbook here: codewithdhanian.gumroad.com/โ€ฆ
4
13 Oct 2025
great blog post going through some Deep-ML questions start to end!
27
If you're getting into ML, layer your learning, donโ€™t try to get into everything at once. Start with Python, pandas/numpy, and just enough math (stats, probability, linear algebra) to get how the models work. Then move to ML basics mini projects to build intuition. Next, get really hands-on with real datasets. You can choose from any on my page. Focus on explaining your choices clearly. Then go deeper: PyTorch/TensorFlow โ†’ CNNs/RNNs โ†’ Transformers & RL. Balance theory with projects, thatโ€™s what gets you noticed.
22
if you're looking for the perfect way to break into LLMs - this is it! @karpathy released nanochat which is a great example of the entire LLM lifecycle: 1. training the tokenizer 2. pre-training on a large amount of diverse data 3. finetuning on conversational data to adapt for chat use cases 4. additional supervised finetuning (SFT) on higher-quality data safety 5. reinforcement learning to squeeze out a few more percentage points of performance additionally, youโ€™ll learn how to log everything with @weights_biases - because logging and monitoring are essential for model training.
19
15 Oct 2025
Early in my LLM journey, I spent hours experimenting with cookbooks, building RAG pipelines, designing agent workflows, and fine-tuning small models on free Colab GPUs. While todayโ€™s trend leans toward larger models and flashy demos to showcase capability, I still believe capable, accessible setupsโ€”using consumer-grade hardware and well-crafted recipesโ€”can empower more developers to learn, build, and create real value at lower cost.
21