15 Dec Towards Data Science AI Geospatial exploratory data analysis with GeoPandas and DuckDB Posted by walter December 15, 2025 0 In this article, I’ll show you how to use two popular Python libraries to carry out some geospatial analysis of traffic acci... Continue reading
15 Dec AI Agents Research SuperOptiX Meets Pydantic AI: Optimizing MCP Tools and BaseModel Field Descriptions with GEPA Posted by walter December 15, 2025 0 Pydantic AI has quickly become the go-to framework for building type-safe, modern AI agents. With its clean API, strong typing, and int... Continue reading
15 Dec Towards Data Science AI Lessons Learned from Upgrading to LangChain 1.0 in Production Posted by walter December 15, 2025 0 What worked, what broke, and why I did it Continue reading
15 Dec VentureBeat AI Why agentic AI needs a new category of customer data Posted by walter December 15, 2025 0 Presented by Twilio The customer data infrastructure powering most enterprises was architected for a world that no longer exists: one ... Continue reading
15 Dec VentureBeat AI Bolmo’s architecture unlocks efficient byte‑level LM training without sacrificing quality Posted by walter December 15, 2025 0 Enterprises that want tokenizer-free multilingual models are increasingly turning to byte-level language models to reduce brittleness i... Continue reading
14 Dec VentureBeat AI Build vs buy is dead — AI just killed it Posted by walter December 14, 2025 0 Picture this: You're sitting in a conference room, halfway through a vendor pitch. The demo looks solid, and pricing fits nicely under ... Continue reading
14 Dec Towards Data Science AI The Machine Learning “Advent Calendar” Day 14: Softmax Regression in Excel Posted by walter December 14, 2025 0 Softmax Regression is simply Logistic Regression extended to multiple classes. By computing one linear score per class and n... Continue reading
14 Dec Towards Data Science AI The Skills That Bridge Technical Work and Business Impact Posted by walter December 14, 2025 0 In the Author Spotlight series, TDS Editors chat with members of our community about their career path in data science and A... Continue reading
14 Dec Hugging Face Agents EuroLLM-22B Posted by walter December 14, 2025 0 A Blog post by EuroLLM Team on Hugging Face Continue reading
14 Dec Towards Data Science AI Stop Writing Spaghetti if-else Chains: Parsing JSON with Python’s match-case Posted by walter December 14, 2025 0 Introduction If you work in data science, data engineering, or as as a frontend/backend developer, you deal with JSON. For p... Continue reading