Expore . Learn . Achieve

Joined July 2023
1 Photos and videos
The open-vs-closed LLM gap is now under 1 point. Kimi K2.5: 76.8% on SWE-bench. Claude Sonnet 4.5: 77.2%. 2026 deep-dive on the major open-weight families — benchmarks, VRAM, licensing, vLLM vs SGLang: letsdatascience.com/blog/ope… #DataScience
138
Anthropic limited who can use its Claude Mythos Preview — the model is good enough at finding and weaponizing software vulnerabilities. The UK's AI Security Institute clocked it finishing a 32-step simulated attack in 6 of 10 tries. letsdatascience.com/news/ant… #DataScience
38
df.dropna() is only safe when data is Missing Completely at Random. Otherwise you're not dropping noise — you're deleting a population. One loan dataset: no column >15% missing, yet deletion cut 20% of rows and skewed the model young. letsdatascience.com/blog/mis… #DataScience
14
Most SQL bugs come down to: I don't actually know what my JOIN returned. LDS ships a step-through SQL Visualizer on every one of its 1,585 problems. Watch each clause execute — row by row. letsdatascience.com/problems #DataScience
14
LLM interview Q: RAG vs fine-tuning — when which? RAG → fresh knowledge at query time. When facts change. Fine-tuning → bakes behavior into weights. For tone/format. Real systems use both: fine-tune for behavior, retrieve for facts. letsdatascience.com/quick-re… #DataScience
15
A doctor who forgets every patient would be dangerous. Most AI agents operate exactly this way. Agent memory isn't one vector DB. It mirrors human cognition — short-term, working, episodic, semantic, procedural. letsdatascience.com/blog/ai-… #DataScience
1
2
34
This week's AI story has one through-line: security. → Anthropic's Mythos found thousands of zero-days → Google's gemini-cli got a CVSS 10 prompt-injection RCE → White House drafting pre-release model vetting Full recap: letsdatascience.com/news #DataScience
37
Did you know? Running 10M tokens/day through GPT-5 costs ~$620,000/yr. Self-hosting Llama 3.3 70B on 2× H100s: ~$52,000/yr — an 88% reduction. The MMLU gap between open and closed models is now effectively zero. letsdatascience.com/blog/ope… #DataScience
15
Let's Data Science retweeted
.@NVIDIA CEO Jensen Huang pushed back against alarmist claims that AI will destroy jobs, arguing instead that the technology creates opportunities. Full story by @letsdatascience 👉 letsdatascience.com/news/jen…
3
2
7
623
Most "Python Fundamentals" courses stop at lists and loops. LDS's free course goes further — 6 modules, ~6 hours, including a 12-section OOP module with magic methods, MRO, ABCs, and dataclasses. In-browser, interactive. letsdatascience.com/learn/py… #DataScience
9