What Advent of Code Has Taught Me About Data Science
Five key learnings that I discovered during a programming challenge and how they apply to data science The post What…
Five key learnings that I discovered during a programming challenge and how they apply to data science The post What…
Built to support open-ended interaction, SweetDream operates without the rigid moderation and scripted behavior seen in many popular chatbots. Conversations…
Understanding retrieval in RAG systems by experimenting with different chunk sizes The post Chunk Size as an Experimental Variable in…
With some hints for good numerics The post Overcoming Nonsmoothness and Control Chattering in Nonconvex Optimal Control Problems appeared first…
AUC measures how well a model ranks positives above negatives, independent of any chosen threshold. The post The Machine Learning…
Soulkyn is an AI chatbot intended for open dialogue, avoiding the strict filters and preset replies common in mainstream assistants. Its…
Towards understanding if your agentic solution is actually better The post Agents Under the Curve (AUC) appeared first on Towards…
Artificial intelligence is no longer a fiction; it is a powerful technology reshaping everything from programming to finance. Nowadays, traders…
How to ensure your coding agent has the same context as you The post How to Facilitate Effective AI Programming…
LusyChat positions itself as a chatbot designed for users who prefer conversations that feel less constrained by rules and more…
One of the most confusing questions in tech right now is: What is the difference between an AI engineer and…
How to make LLMs reason with verifiable, step-by-step logic (Part 2) The post Implementing Vibe Proving with Reinforcement Learning appeared…
Deep learning workloads are increasingly memory-bound, with GPU cores sitting idle while waiting for data transfers. FP8 precision solves this…
A practical guide to Hugging Face Transformers and to how you can analyze your resumé sentiment in seconds with AI…
Understanding the architecture, training pipeline and implementing TabPFN in practice The post Exploring TabPFN: A Foundation Model Built for Tabular Data appeared…
Starting a conversation with CraveU feels closer to an ongoing dialogue than a traditional request-based system, giving users room to…
Many AI systems focus on isolated tasks or simple prompt engineering. This approach allowed us to build interesting applications from…
A hands-on tour of using cProfile + SnakeViz to find (and fix) the “hot” paths in your code. The post…
DarLink is intended for users who treat AI image generation as an individual process of exploration rather than a structured…
A step-by-step guide from weather API ETL to dashboard on Databricks The post How to Build an AI-Powered Weather ETL…
An intuitive explanation of transforming random variables correctly. The post Keeping Probabilities Honest: The Jacobian Adjustment appeared first on Towards…
MAP and MRR look intuitive, but they quietly break ranking evaluation. Here’s why these metrics mislead—and how better alternatives fix…
An intuitive, step-by-step look at how Transformers use self-attention to turn static word embeddings into contextual representations, illustrated with simple…
How cyclical encoding improves machine learning prediction The post Is Your Model Time-Blind? The Case for Cyclical Feature Encoding appeared…
Learn how to code more effectively using AI The post 4 Techniques to Optimize AI Coding Efficiency appeared first on…
Get Honey is an AI-powered image generator developed for users who want fewer creative limitations, allowing visual concepts to be…
Multiple hypothesis testing, P-values, and Monte Carlo The post Bonferroni vs. Benjamini-Hochberg: Choosing Your P-Value Correction appeared first on Towards…
A step-by-step 1D CNN for text, built in Excel, where every filter, weight, and decision is fully visible. The post…
Google 2025 recap: Research breakthroughs of the year
Understanding the process behind agentic planning and task management in LangChain The post How Agents Plan Tasks with To-Do Lists…
A data scientist’s guide to population stability index (PSI) The post Stop Retraining Blindly: Use PSI to Build a Smarter…
A brief overview of the math behind the Harsanyi Dividend and a real-world application in Streamlit The post Synergy in…
Understanding text embeddings through simple models and Excel The post The Machine Learning “Advent Calendar” Day 22: Embeddings in Excel…
“At MIT, innovation ranges from awe-inspiring technology to down-to-Earth creativity,” noted Chronicle, during a campus visit this year for an episode…
For the last couple of years, a lot of the conversation around AI has revolved around a single, deceptively simple…
A story about failing forward, spheres you can’t visualize, and why sometimes the math knows things before we do The…
How to make LLMs reason with verifiable, step-by-step logic (Part 1) The post Understanding Vibe Proving appeared first on Towards…
An LLM that’s 41× more efficient and 9× faster than today’s standard models The post What Happens When You Build…
Comparing metrics across datasets and models The post How to Do Evals on a Bloated RAG Pipeline appeared first on Towards Data…
MCP is a key enabler into turning your LLM into an agent by providing it with tools to retrieve real-time…
What do regular technology users think (and know) about AI? The post Understanding the Generative AI User appeared first on Towards Data…
Learn how to analyze product performance, extract time-series features, and uncover key seasonal trends in your sales data. The post EDA…
Understanding ensemble learning from first principles in Excel The post The Machine Learning “Advent Calendar” Day 19: Bagging in Excel…
Using Agentic AI prompts with the Artificial Bee Colony algorithm to enhance unsupervised clustering and optimization workflows. The post Agentic…
Best practices for data quality, retrieval design, and evaluation in production RAG systems The post Six Lessons Learned Building RAG…
Even networks long considered “untrainable” can learn effectively with a bit of a helping hand. Researchers at MIT’s Computer Science…
Here is a **short, clear excerpt**, written in your style and suitable for Medium or Towards Data Science: — Neural…
With concrete examples of using AI Studio Build mode to learn faster, prototype smarter, communicate clearer, and automate quicker. The…
An optimal solution to the well-known NP-complete problem, when the input values are close enough to each other. The post…
Using Python to generate art The post Generating Artwork in Python Inspired by Hirst’s Million-Dollar Spots Painting appeared first on…