talk-data.com
People (1 result)
Activities & events
| Title & Speakers | Event |
|---|---|
|
Stop Overfeeding Your AI: A Practical Guide to Context Optimization
2025-08-20 · 18:30
Archana Vaidheeswaran
– Developer Advocate
@ Aleph Alpha
Abstract: Ever notice how your AI interactions start strong but quickly deteriorate with complexity? We've all been there – carefully crafting detailed prompts for AI models, only to receive increasingly mediocre responses as our inputs grow longer. The conventional wisdom says more context equals better results, but real-world evidence suggests otherwise. In this session, I'll share discoveries from analyzing thousands of AI interactions across various domains that reveal a surprising truth: the relationship between prompt length and response quality isn't linear – it's parabolic. There's a sweet spot, and most of us are operating well beyond it. |
|
|
Mastering real-time anomaly detection
2025-08-20 · 16:00
Olena Kutsenko
– Staff Developer Advocate
@ Confluent
Abstract: Detecting problems as they happen is essential in today’s fast-moving, data-driven world. In this talk, you’ll learn how to build a flexible, real-time anomaly detection pipeline using Apache Kafka and Apache Flink, backed by statistical and machine learning models. We’ll start by demystifying what anomaly really means - exploring the different types (point, contextual, and collective anomalies) and the difference between unintentional issues and intentional outliers like fraud or abuse. Then, we’ll look at how anomaly detection is solved in practice: from classical statistical models like ARIMA to deep learning models like LSTM. You’ll learn how ARIMA breaks time series into AutoRegressive, Integrated, and Moving Average components, no math degree required (just a Python library). We’ll also uncover why forgetting is a feature, not a bug, when it comes to LSTMs, and how these models learn to detect complex patterns over time. Throughout, we’ll show how Kafka handles high-throughput streaming data and how Flink enables low-latency, stateful processing to catch issues as they emerge. You’ll leave knowing not just how these systems work, but when to use each type of model depending on your data and goals. Whether you're monitoring system health, tracking IoT devices, or looking for fraud in transactions, this talk will give you the foundations and tools to detect the unexpected - before it becomes a problem. |
|
|
Structured Simplicity: Using Pydantic for Data Modeling and Type Safety in Python
2025-05-13 · 20:00
Emin Mastizada
– Senior Software Engineer, DeliveryHero; moderator of internal Python Guild; Open Source contributor
@ DeliveryHero
Introduction to type safety and data modeling in Python, making querying and results more reliable and managed for LLM models. |
|
|
ScaleDown
2025-05-13 · 19:25
Archana Vaidheeswaran
– Developer Advocate
@ Aleph Alpha
In this talk, we're excited to show you how we built ScaleDown, a Chrome extension that makes your AI interactions more efficient and environmentally sustainable using prompt compression! As more people use AI tools such as ChatGPT, Claude, and Gemini instead of Google Search, few realize the massive carbon footprint each interaction generates. We will talk about our journey from recognizing this hidden environmental cost to creating a solution that is helping users reduce their AI-related emissions by up to 80%. Finally, we'll share how developers can contribute to our open-source Python package powering ScaleDown's prompt compression. Whether you're interested in improving our compression algorithms, enhancing our emissions calculation methodology, or expanding compatibility with additional AI models, we'll show you how you can get involved! |
|