ARTICLES
Model Context Protocol (MCP) vs AI Agent Skills: Structured Tools & Behavioral Guidance for LLMs | Arham Islam | MarkTechPost | Agentic AI | 10 min
Two emerging approaches for extending LLM capabilities are MCP tools and agent skills. MCP provides a standardized interface to external systems such as APIs, files, or databases, enabling structured and reliable operations. Skills, on the other hand, are lightweight behavioral instructions that guide how agents reason and act. The comparison highlights the trade-offs between structured integrations and flexible prompt-based capabilities when building agentic systems.
Feast + MLflow + Kubeflow: A Unified AI/ML Lifecycle | Francisco Javier Arceo, Nikhil Kathole | Feast | ML Infrastructure | 12 min
Building production ML systems requires coordinating feature management, experimentation, and model deployment. This architecture combines Feast for feature storage and retrieval, MLflow for experiment tracking and model registry, and Kubeflow for orchestration. Together they create a modular open-source stack that helps teams move from feature engineering to production pipelines with consistent workflows.
Data Lakehouse Explained: Architecture Powering Modern Data & AI Platforms |Marek Wiewiórka | Xebia | Data Architecture | 7 min
The lakehouse architecture combines the flexibility of data lakes with the reliability of warehouses. By using open table formats on object storage and separating compute from storage, organizations can support BI, streaming, and machine learning on the same platform. Modern lakehouses rely on open catalogs, multi-engine compute, and governance layers to avoid vendor lock-in and enable scalable data platforms.
Unified Context-Intent Embeddings for Scalable Text-to-SQL | Keqiang Li, Bin Yang | Pinterest Engineering | AI Analytics | 17 min
Text-to-SQL systems often struggle with understanding user intent and navigating large data catalogs. A unified embedding approach captures both business intent and dataset context, allowing queries to be mapped to relevant tables and historical analyses. The system also leverages governance signals and previous queries to improve accuracy and reliability for analytical workflows.
12+ AI Models in One Week: The March 2026 AI Avalanche That Reshapes Video, Language, and 3D | Joseph D'Souza | Sci-Tech Today | AI Trends | 7 Min
The first week of March 2026 brought a wave of AI model releases across multiple domains, including language models, video generation systems, and multimodal tools. Updates include larger context windows for LLMs, more efficient small models capable of running on edge devices, and new approaches to video generation and editing. The trend highlights rapid progress across both frontier models and open-source alternatives.
NEWS
Meta Acquires Moltbook, the “Reddit for AI” | Christoph Schwaiger | Tom’s Guide |5 Min
Meta has acquired Moltbook, a social platform where AI agents interact and share content in topic-based communities. The platform gained attention for hosting millions of autonomous bots communicating with each other. The acquisition signals growing interest in ecosystems where agents interact, discover tools, and collaborate across networks.
Amazon Connect Health: Agentic AI for Healthcare Operations | Colleen Aubrey | Amazon News | AI Applications | 5 min
Amazon Connect Health introduces AI agents designed to automate administrative workflows in healthcare. The system can verify patients, schedule appointments, retrieve records, generate clinical documentation, and summarize visits. By integrating directly with electronic health record systems, the platform aims to reduce operational overhead while improving patient experience.
DATATube
Advancing Open-source World Models | MLOps Community | 1 hour
We present LingBot-World, an open-sourced world simulator stemming from video generation. Positioned as a top-tier world model, LingBot-World offers the following features. (1) It maintains high fidelity and robust dynamics in a broad spectrum of environments, including realism, scientific contexts, cartoon styles, and beyond. (2) It enables a minute-level horizon while preserving contextual consistency over time, which is also known as "long-term memory". (3) It supports real-time interactivity, achieving a latency of under 1 second when producing 16 frames per second.
AI coding tools often generate plausible code that passes automated checks but introduces long-term maintenance issues. Learn to identify five specific patterns of this hidden technical debt. A structured three-question review framework helps teams maintain quality and velocity.
The next two years of software dev...| Addy Osmani | AWESOME | 8 min
Explore how AI is shifting industry hiring patterns and compressing the distance between idea and execution. Discover why traditional software roles are evolving towards oversight and architectural design.
TOOLS
MyClaw provides managed hosting for OpenClaw, a free open‑source AI assistant. Without MyClaw, users must clone repositories, manage dependencies and resolve environment conflicts; with MyClaw, a dedicated private OpenClaw instance runs 24/7 without setup
CONFS, EVENTS, WEBINARS & MEETUPS
Scaling real‑time AI/ML workloads for performance & efficiency | The New Stack| Webinar Online | March 18, 2026
This live webinar will discuss infrastructure patterns for low‑latency, real‑time AI and ML workloads. Experts from Dragonfly and The New Stack will share strategies for predictable performance, efficient memory management and avoiding runaway costs when serving models at scale.
Data Pipelines with Apache Airflow book launch | Data Council Amsterdam | Amsterdam | March 18, 2026
this meetup celebrates the release of Data Pipelines with Apache Airflow (Second Edition). Attendees will hear about Airflow 3’s new features, learn about the book‑writing process, participate in a quiz and enjoy networking with the authors
From Open Lakehouse to Agentic Data Platforms on AWS | Xebia and AWS | Warsaw | March 23, 2026
A half‑day event covering blueprints for building an open data lakehouse on AWS and applying agentic AI to data engineering. Sessions will explore reference architectures (Iceberg + Glue + multi‑engine compute), governance patterns, integrating AI into dbt and orchestration workflows, and designing conversational data agents. Seats are limited
PINNACLE PICKS
Your last edition top picks:
Digital transformation at Santander: How platform engineering is revolutionizing cloud infrastructure | Julio Bando, Jaime Nagase, Robert da Costa, Edgar Costa Filho, Guilherme Greco, Joao Melo, Jacob Mevorach, and Michael Silva | AWS | Platform Engineering
Santander’s “Catalyst” platform reduces infrastructure provisioning from weeks to hours. Built on Amazon EKS and Crossplane, the platform defines resources through Git repositories; ArgoCD syncs changes into multi‑cloud clusters and Open Policy Agent enforces compliance centrally. The bank has rolled out generative‑AI agent stacks using Bedrock, S3 and KMS with custom IAM policies; proof‑of‑concept preparation dropped from 90 days to 1 hour and monthly data‑platform tickets fell by 3,000. The result is a self‑service culture where developers can launch secure environments rapidly and platform teams maintain governance.
AI Cognitive Debt: The Crisis Nobody Sees Coming | Imran Gardezi | 11 min
A short explainer on the hidden technical debt created when AI generates code that humans no longer fully understand. It cautions teams to pair LLM‑generated code with documentation and code reviews to avoid long‑term maintainability issues.
Dlaczego UV jest lepszy niż PIP - Praktyczny Tutorial| Marcin Zabłocki, Wojtek Mikołajczyk | ML-Workout | 25 min
A practical tutorial comparing Python’s uv package manager to pip. The presenter demonstrates faster installs, offline caching and dependency resolution, showing why uv improves the developer experience.
Digital transformation at Santander: How platform engineering is revolutionizing cloud infrastructure | Julio Bando, Jaime Nagase, Robert da Costa, Edgar Costa Filho, Guilherme Greco, Joao Melo, Jacob Mevorach, and Michael Silva | AWS | Platform Engineering
Santander’s “Catalyst” platform reduces infrastructure provisioning from weeks to hours. Built on Amazon EKS and Crossplane, the platform defines resources through Git repositories; ArgoCD syncs changes into multi‑cloud clusters and Open Policy Agent enforces compliance centrally. The bank has rolled out generative‑AI agent stacks using Bedrock, S3 and KMS with custom IAM policies; proof‑of‑concept preparation dropped from 90 days to 1 hour and monthly data‑platform tickets fell by 3,000. The result is a self‑service culture where developers can launch secure environments rapidly and platform teams maintain governance.
AI Cognitive Debt: The Crisis Nobody Sees Coming | Imran Gardezi | 11 min
A short explainer on the hidden technical debt created when AI generates code that humans no longer fully understand. It cautions teams to pair LLM‑generated code with documentation and code reviews to avoid long‑term maintainability issues.
Dlaczego UV jest lepszy niż PIP - Praktyczny Tutorial| Marcin Zabłocki, Wojtek Mikołajczyk | ML-Workout | 25 min
A practical tutorial comparing Python’s uv package manager to pip. The presenter demonstrates faster installs, offline caching and dependency resolution, showing why uv improves the developer experience.
_____________________
Have any interesting content to share in the DATA Pill newsletter? Reach Out!
