2025 Agenda

08:30

Registration & Breakfast

Hebrew
09:30

Opening remarks

Hebrew | Data Engineering
09:45

Stream All the Things — Patterns of Effective Data Stream Processing

Data streaming is a really difficult problem. Despite 10+ years of attempting to simplify it, teams building real-time data pipelines can spend up to 80% of their time optimizing it or fixing downstream output by handling bad data at the lake. All we want is a service that will be reliable, handle all kinds of data, connect with all kinds of systems, be easy to manage, and scale up and down as our systems change.

Oh, it should also have super low latency and result in good data. Is it too much to ask?

In this presentation, you’ll learn the basics of data streaming and architecture patterns such as DLQ, used to tackle these challenges. We will then explore how to implement these patterns using Apache Flink and discuss the challenges that real-time AI applications bring to our infra. Difficult problems are difficult, and we offer no silver bullets. Still, we will share pragmatic solutions that have helped many organizations build fast, scalable, and manageable data streaming pipelines.

Read more

Adi Polak

Director Advocacy and Developer Experience Engineering, Confluent

Adi is an experienced Software Engineer and people manager. For most of her professional life, she has worked with data and machine learning for operations and analytics. As a data practitioner, she developed algorithms to solve real-world problems using machine learning techniques and leveraging expertise in Apache Spark, Kafka, HDFS, and distributed large-scale systems. Adi has taught Spark to thousands of students and is the author of the successful book — Scaling Machine Learning with Spark. In early 2024, she embarked on a new adventure with data streaming, specifically Flink, and she can't get enough of it.

Adi is an experienced Software Engineer and people manager. For most of her professional life, she has worked with data and machine learning for operations and analytics. As a data practitioner, she developed algorithms to solve real-world problems using machine learning techniques and leveraging expertise in Apache Spark, Kafka, HDFS, and distributed large-scale systems. Adi has taught Spark to thousands of students and is the author of the successful book — Scaling Machine Learning with Spark. In early 2024, she embarked on a new adventure with data streaming, specifically Flink, and she can't get enough of it.

Hebrew | Data Engineering
10:20

No Data Left Behind: Handling Late Events & Reference Data in Flink

Apache Flink is a powerful stream processing framework that enables complex real-time data processing. One of the most common use cases in streaming ETL is enriching events with reference data, such as Slowly Changing Dimensions (SCDs). However, real-world streaming systems are anything but perfect: events arrives late, reference data updates unpredictably, and standard join patterns can fall short.
In this session, we go beyond the basics to explore advanced enrichment techniques for handling late-arriving events and evolving reference data. Attendees will learn how to ensure consistency and meet latency requirements, even when dealing with unreliable data sources. We’ll also dive into lesser-known but powerful features of Flink’s API that can help designing resilient, high-performance real-time data pipelines.

Read more

Sofie Zilberman

Sr. Streaming Solutions Architect, AWS

I design and optimize real-time data pipelines using Apache Flink, Kafka and Apache Iceberg, building fast, reliable, and scalable systems for streaming and streaming analytics. With experience in both streaming and batch processing, I focus on making data workflows efficient, observable, and high-performing. I enjoy solving complex challenges in large-scale data processing, always looking for ways to push the boundaries of performance and reliability. Passionate about Data Lakehouse technologies, I enjoy sharing knowledge through talks, hands-on sessions, and discussions on streaming architectures and real-time analytics frameworks.

I design and optimize real-time data pipelines using Apache Flink, Kafka and Apache Iceberg, building fast, reliable, and scalable systems for streaming and streaming analytics. With experience in both streaming and batch processing, I focus on making data workflows efficient, observable, and high-performing. I enjoy solving complex challenges in large-scale data processing, always looking for ways to push the boundaries of performance and reliability. Passionate about Data Lakehouse technologies, I enjoy sharing knowledge through talks, hands-on sessions, and discussions on streaming architectures and real-time analytics frameworks.

Hebrew | Data Engineering
10:55

Building Fast, Scaling Faster - How We’ve Reinvented Our Startup for LinkedIn

Imagine your startup is being acquired by a big tech company. The technology you designed and built now needs to scale to meet the demands of that company. That’s what happened to us 3 years ago, when LinkedIn acquired Oribi. We had to rebuild our system to match LinkedIn’s scale: over 3 million requests per second and more than 45 trillion Kafka messages per day! More than that – we had to make sure we supported a whole new level of compliance and legal requirements, and fast.
In this talk, I’ll share how we redesigned our system from scratch to meet LinkedIn’s requirements & scale, what guided us, the changes we made, and how we successfully completed the project ahead of a very tight timeline.
Whether you’re working at a small startup or a large company, scale can take many forms. Don’t let it catch you by surprise – develop the right mindset and methodologies to prepare in advance!

Read more

Asaf Halili

Staff Software Engineer, LinkedIn

Asaf is passionate about data, solving problems by using code, software design & architecture and he's a technology enthusiast in general. He started writing code at elementary school applying his passion to almost every aspect in life. Among his hobbies, he’s a hobbyist photographer with a growing collection of cameras.

Asaf is passionate about data, solving problems by using code, software design & architecture and he's a technology enthusiast in general. He started writing code at elementary school applying his passion to almost every aspect in life. Among his hobbies, he’s a hobbyist photographer with a growing collection of cameras.

11:10

Coffee break

Hebrew | Data Engineering
11:25

From Prompts to Pipelines: Using MCP to Automate Stuff (and Impress Your PM)

Model Context Protocol (MCP) is emerging as a lightweight standard for connecting large language models to actual systems—not just chat interfaces. In this fast-paced session, you’ll learn what MCP is, why it matters, and how it can help automate the repetitive glue work that clogs modern data workflows. We’ll walk through a real-world example for automating daily tasks using MCP to make life easier.

Read more

Yaara Cohen

Fullstack Team Lead, Handshaik

Yaara Cohen is a tech lead and AI developer with over a decade of experience across full-stack engineering and cloud infrastructure. She’s led end-to-end development at companies like Wix, BigPanda, and Apono, and currently explores agentic workflows and AI tooling. She is also an active community contributor, co-leading DataNights GenAI courses and speaking on innovation in data and AI.

Yaara Cohen is a tech lead and AI developer with over a decade of experience across full-stack engineering and cloud infrastructure. She’s led end-to-end development at companies like Wix, BigPanda, and Apono, and currently explores agentic workflows and AI tooling. She is also an active community contributor, co-leading DataNights GenAI courses and speaking on innovation in data and AI.

Hebrew | Data Engineering
11:45

Fast Writes, Furious Reads - Making Near Real-Time Ingestion Work for Data Analysis

At Coralogix, we process massive volumes of observability data (logs, metrics, traces) with a hard requirement: the data must be available for query within five minutes of arrival. To achieve this, we built a near real-time ingestion pipeline into object storage — but one that doesn’t stop at speed.
Our system makes data queryable immediately upon arrival using a custom file format. Meanwhile, background compaction processes kick in — restructuring that data into optimized files for efficient querying.
This talk explores how we make data instantly queryable while still optimizing it later for maximum throughput — all while (trying to) meet both latency and performance goals under strict SLA pressure.

Read more

Roy Prager

Team Lead, Coralogix

Roy Prager is a team lead at Coralogix, specializing in high-throughput data pipelines and real-time observability infrastructure. He focuses on building systems that turn massive volumes of raw telemetry into structured, queryable data — fast.

Roy Prager is a team lead at Coralogix, specializing in high-throughput data pipelines and real-time observability infrastructure. He focuses on building systems that turn massive volumes of raw telemetry into structured, queryable data — fast.

Hebrew | Data Engineering
12:20

Artificial General Memory Is the New Frontier of the Data World

AI memory is the collection of interactions of an AI agent with humans and other AI agents. As the world of AI rapidly develops, making LLMs smarter and more capable, the idea of unified memory for AI is still undefined. In this talk Roy will try to convince the audience that 1) Artificial General Memory is “a thing”; 2) There is likely a missing ‘data structure’ in our world; and 3) traditional systems like Snowflake and Databricks should be concerned; and 4) There’s opportunity for new players.

This is going to be a fast paced, 15 minutes talk that covers the problem, the solution that exists today and the opportunity that lies ahead.

Read more

Roy Miara

Director of ML Engineering, Pinecone

Roy leads the AI Application layer at Pinecone, where he oversees Pinecone Assistant and works on areas like agentic RAG, information retrieval, evaluation, and MCP. Prior to joining Pinecone, he led Data and ML Engineering at Explorium and held leadership roles at several other startups in the AI/ML space, gaining broad experience in data platforms and applied machine learning. Roy has an academic background in Physics, Electrical Engineering, and Human-Computer Interaction and actively collaborates with the AI community at the forefront of AI application development.

Roy leads the AI Application layer at Pinecone, where he oversees Pinecone Assistant and works on areas like agentic RAG, information retrieval, evaluation, and MCP. Prior to joining Pinecone, he led Data and ML Engineering at Explorium and held leadership roles at several other startups in the AI/ML space, gaining broad experience in data platforms and applied machine learning. Roy has an academic background in Physics, Electrical Engineering, and Human-Computer Interaction and actively collaborates with the AI community at the forefront of AI application development.

Hebrew | Ignite
12:40

Less Is More: The Counterintuitive Secret for Impactful Insights Sharing

This talk will explore the challenges of sharing insights in a way that resonates with stakeholders, and reveal a surprising solution to this common problem. By attending this session, you’ll learn how to overcome the pitfalls of traditional analysis and discover a proven approach to driving impact and engagement through concise and effective communication. Join us to find out what this game-changing solution is and how it can transform your approach to insights sharing.

Read more

Roee Ben David

Product Growth Analyst, Meta

Product Growth Analyst at Meta, 1.5 years: 1. Analyzing user behavior to identify areas of improvement 2. Collaborating with xfn teams to develop and implement data-informed solutions 3. Designing and executing experiments 4. Providing actionable recommendations to shape product and growth initiatives 5. Combining data analysis and external sources to identify new opportunities for growth Product Growth Analyst at Honeybook, 4 years: Analyzing data to identify opportunities, key trends and patterns. Data and Business Analyst: 4+ years: Intel and Woo.io

Product Growth Analyst at Meta, 1.5 years: 1. Analyzing user behavior to identify areas of improvement 2. Collaborating with xfn teams to develop and implement data-informed solutions 3. Designing and executing experiments 4. Providing actionable recommendations to shape product and growth initiatives 5. Combining data analysis and external sources to identify new opportunities for growth Product Growth Analyst at Honeybook, 4 years: Analyzing data to identify opportunities, key trends and patterns. Data and Business Analyst: 4+ years: Intel and Woo.io

Hebrew | Ignite
12:45

Pause Can Lead To Innovation: Reimagining DWH Architecture with ClickHouse and S3

What if your DWH could deliver petabyte-scale capabilities directly to applications in real-time, without the cost, complexity, or limits of conventional solutions? We’ve reimagined the DWH by adopting a fully stateless architecture that leverages Kubernetes, Spot Instances, S3, ClickHouse, and Parquet.
Building a stateless DWH is more than just a technical challenge- it’s a strategic shift in our mindset. It requires stepping away from familiar methods, critically evaluating the long-term impact of architectural decisions, and embracing experimentation over assumptions. To innovate, you must stop and think deeply about your infrastructure.
In this talk, we’ll share how deliberate decision-making and experimentation enabled us to build a scalable, cloud-native DWH. By the end, you’ll gain insights on how to move beyond conventional solutions, focus on outcomes, embrace a state of mind of bottleneck-free architecture, and what to watch out for when introducing a novel data architecture.

Read more

Yizhar Gilboa

Co-Founder & CTO, Finout

With 15+ years in development, including 8200 unit service, Yizhar has held roles like core developer at Zebra Medical (acquired by Nanox) and Head of Data Science at Planck Data (acquired by Applied Systems). Now Co-Founder and CTO of Finout, he focuses on simplifying cloud cost management. Passionate about scaling challenges, data engineering, and software architecture, Yizhar blends technical expertise with strategic vision. Outside work, he enjoys tennis, workouts, and gaming.

With 15+ years in development, including 8200 unit service, Yizhar has held roles like core developer at Zebra Medical (acquired by Nanox) and Head of Data Science at Planck Data (acquired by Applied Systems). Now Co-Founder and CTO of Finout, he focuses on simplifying cloud cost management. Passionate about scaling challenges, data engineering, and software architecture, Yizhar blends technical expertise with strategic vision. Outside work, he enjoys tennis, workouts, and gaming.

Hebrew | Ignite
12:50

What Does the Fox Say? Actionable Data From Animal Distress

What do you do when your most valuable dataset wasn’t designed, labeled, or even intended to exist?
In this talk, we’ll share how The Haibulans, a volunteer wildlife rescue network, unintentionally built a high-impact dataset from WhatsApp messages, spreadsheets, and field notes. Originally used for coordination, this informal data revealed spatial and temporal patterns in injuries, urban hazards, and human-wildlife interactions.

We’ll show how manual tagging and analysis led to changes in dispatch strategy, public outreach, and collaboration with city agencies — and explore the ethical challenges of working with emotionally charged, unstructured data.

Gain practical insights into extracting value from messy, real-world data, and learn how meaning can emerge even without a formal model. This talk is especially relevant for anyone navigating the space between fieldwork and data work — where meaning emerges before models.

Read more

Daniella Karni-Harel

Senior Backend Engineer, HiBob

Senior backend engineer who thrives on blending structure and creativity, whether coding or storytelling. Passionate about “using your powers for good”, she is volunteering as a software engineer in several organizations, such as Midaat. She cares deeply about wildlife, and volunteered at both the Wildlife Hospital and the Haibulans. She is currently volunteering for the Haibulans as tech consultant.

Senior backend engineer who thrives on blending structure and creativity, whether coding or storytelling. Passionate about “using your powers for good”, she is volunteering as a software engineer in several organizations, such as Midaat. She cares deeply about wildlife, and volunteered at both the Wildlife Hospital and the Haibulans. She is currently volunteering for the Haibulans as tech consultant.

Hebrew | Ignite
12:55

From Handoff to Hand-in-Hand: Building AI Products Together

Building AI products often involves a handoff: data scientists develop models, and then developers figure out how to productionize them. This division can lead to friction, delays, and suboptimal results, especially when working with complex LLMs. As AI becomes more integrated into production environments, the gap between data science and software development must be addressed.

In this talk, I’ll share how to move beyond the traditional handoff model by creating shared ownership across roles. We’ll discuss practical strategies for building heterogeneous teams, the challenges of merging distinct mindsets, and the tangible benefits of this integration.
This isn’t just about team structure—it’s about how people work together, test together, and ship together.

Drawing from real examples, I’ll cover principles, tools, and pitfalls that helped us build LLM-powered products more effectively—without the handoff headaches.

Read more

Yarden Mark

R&D Group Manager, Planck

Yarden (Jordi) is a Group Manager at Planck. With 6.5 years at the company, Yarden joined Planck as a developer when it was still a small startup, growing with the company to lead data analytics domains and teams, up to leading an AI product group composed of data scientists, developers, and data analysts. In his free time, Yarden enjoys hitting the tennis court and recently has taken up playing the piano for the first time in his life.

Yarden (Jordi) is a Group Manager at Planck. With 6.5 years at the company, Yarden joined Planck as a developer when it was still a small startup, growing with the company to lead data analytics domains and teams, up to leading an AI product group composed of data scientists, developers, and data analysts. In his free time, Yarden enjoys hitting the tennis court and recently has taken up playing the piano for the first time in his life.

Hebrew | Ignite
13:00

Human Judgment, Machine Edition: LLMs in Data Labeling

LLMs can do a lot, but can they label and evaluate data like a human? Sometimes. This talk shares hard-earned lessons from the front lines of data operations (those who manage human judgment on data operations and ensure its quality), where one practitioner set out to recreate textual human-labeled data with the generous help of GenAI, and discovered what works, what doesn’t, and why it’s not as simple as it seems.

Read more

Danielle Menuhin

Data Operations Manager, Data Operations IL Community

A seasoned Data Operations professional with 9 years of experience, experienced with human and LLM-based labeling, e-commerce taxonomy, and catalog creation and curation. I’m also the founder of the Data Operations IL community, where I’ve organized 10+ meetups, launched a mentoring program, and actively promote knowledge sharing among data professionals. I regularly speak at meetups and enjoy sharing practical, real-world insights from the field.

A seasoned Data Operations professional with 9 years of experience, experienced with human and LLM-based labeling, e-commerce taxonomy, and catalog creation and curation. I’m also the founder of the Data Operations IL community, where I’ve organized 10+ meetups, launched a mentoring program, and actively promote knowledge sharing among data professionals. I regularly speak at meetups and enjoy sharing practical, real-world insights from the field.

13:05

Lunch

Hebrew | Data Engineering
14:00

Airflow Unleashed: Scaling for the Enterprise

Apache Airflow is a powerful data pipeline orchestrator—but what if it could do more? What if a single Airflow instance on Kubernetes could serve an entire org, empowering teams beyond data engineering?

In this talk, I’ll share how we evolved Airflow into a self-service, org-wide workflow orchestration platform. By scaling its distribution, we replaced two legacy systems and enabled 20+ R&D teams to own their workflows. We also built an internal Airflow community that fostered collaboration and achieved milestones, some shared with the broader Airflow community. A key enabler was “Wrappers”—an abstraction layer bridging user code with Airflow’s core. It let us scale while enforcing best practices for 100+ users.

You’ll learn how to run multi-tenant Airflow, integrate Okta, ensure ownership, and streamline local development with lightweight testing. If you’re ready to push Airflow beyond its boundaries, this talk is for you.

Read more

Or Sagiv

Staff Data Platform Engineer, Riskified

Or Sagiv is a Big Data Tech Lead at Riskified, responsible for shaping data infrastructure and sharing knowledge across R&D teams. He specializes in distributed systems, workflow orchestration, and real-time data processing, with hands-on experience managing Airflow at scale. Passionate about knowledge sharing, Or has led internal initiatives to foster collaboration and improve best practices in data engineering. Beyond work, he enjoys surfing, learning Spanish, and traveling the world.

Or Sagiv is a Big Data Tech Lead at Riskified, responsible for shaping data infrastructure and sharing knowledge across R&D teams. He specializes in distributed systems, workflow orchestration, and real-time data processing, with hands-on experience managing Airflow at scale. Passionate about knowledge sharing, Or has led internal initiatives to foster collaboration and improve best practices in data engineering. Beyond work, he enjoys surfing, learning Spanish, and traveling the world.

Hebrew | Data Engineering
14:35

The Inner Life of an Export Engine

We’ve all used data export mechanisms in one way or another – whether it’s by clicking an “Export to CSV” button, calling a designated API, or using another common solution to get the data we need. But what if we had to build such a mechanism ourselves?
While integrating cost data reports from popular major systems into our platform, we realized the strategy to approach this differs widely: AWS, for example, relies on snapshots stored in Parquet files, Oracle Cloud relies on incremental CSV updates, and others like GCP and Azure implement their own unique approach.
In this talk, we’ll uncover the hidden complexities of building efficient data export tools. We’ll explore trade-offs between snapshot-based and incremental exports, key choices for file formats, and scalability. With real-world lessons and practical approaches, you’ll learn how smart design simplifies workflows, enhances user experience, and future-proofs systems against growing data demands.

Read more

Hanit Hakim

Backend Engineer, Finout

Hanit is a backend engineer at Finout, where she works on the data team, blending her love for data engineering and backend development. She holds both bachelor’s and master’s degrees in computer science from the Hebrew University, where her thesis focused on data science and NLP. Before joining Finout, Hanit tackled software engineering challenges at NICE and Viz.ai and dabbled in computer vision research at Lightricks. She’s passionate about integrating diverse data sources, solving complex puzzles, and building systems from scratch. Outside of work, you’ll find Hanit singing, reading, crying over good sad movies, or experimenting a little with her own software projects—because who says coding is just for the office?

Hanit is a backend engineer at Finout, where she works on the data team, blending her love for data engineering and backend development. She holds both bachelor’s and master’s degrees in computer science from the Hebrew University, where her thesis focused on data science and NLP. Before joining Finout, Hanit tackled software engineering challenges at NICE and Viz.ai and dabbled in computer vision research at Lightricks. She’s passionate about integrating diverse data sources, solving complex puzzles, and building systems from scratch. Outside of work, you’ll find Hanit singing, reading, crying over good sad movies, or experimenting a little with her own software projects—because who says coding is just for the office?

Hebrew | Data Engineering
14:55

Building a Self-Serve Iceberg Lakehouse

See how Unity iAds transformed its data lake into a self-serve Iceberg powerhouse: any engineer now spins up an autoscaling EMR-on-EKS streaming pipeline in minutes, hammering through millions of events per second, with Iceberg maintenance on autopilot and table-level FinOps insight baked in.
In 30 minutes we’ll unpack the key design moves, killer tools, and cultural shifts that made this dream into reality.

Read more

Nitay Kufert

Principal Engineer, Unity

Nitay Kufert is a Principal Engineer at iAds, the ironSource ad network by Unity. With nearly 11 years of experience, he has built high-scale, high-concurrency, low-latency systems powering real-time ad delivery. After roles as a developer and team lead, he now leads a small IC group focused on cost-critical challenges. Recently, he stepped into the data engineering world by building iAds’ internal data platform using Apache Iceberg and Spark Structured Streaming.

Nitay Kufert is a Principal Engineer at iAds, the ironSource ad network by Unity. With nearly 11 years of experience, he has built high-scale, high-concurrency, low-latency systems powering real-time ad delivery. After roles as a developer and team lead, he now leads a small IC group focused on cost-critical challenges. Recently, he stepped into the data engineering world by building iAds’ internal data platform using Apache Iceberg and Spark Structured Streaming.

Jonathan Kaplan

DataOps Manager, Unity

Jonathan Kaplan leads DataOps at Unity iAds, where a dedicated team steers a petabyte-scale lakehouse and streaming platform that ingests billions of ad events daily. He architects and operates a stack spanning Apache Iceberg, Flink, Spark, Trino, Druid, Redshift, Aurora, BigQuery, Airflow and beyond - turning raw clicks into real-time insight.

Jonathan Kaplan leads DataOps at Unity iAds, where a dedicated team steers a petabyte-scale lakehouse and streaming platform that ingests billions of ad events daily. He architects and operates a stack spanning Apache Iceberg, Flink, Spark, Trino, Druid, Redshift, Aurora, BigQuery, Airflow and beyond - turning raw clicks into real-time insight.

15:25

Coffee break

Hebrew | Data Engineering
15:40

How We Let Our COO Query PBs of Data Without Knowing SQL

Our data is spread across many data sources (Iceberg, Vertica, BigQuery, MySql, Druid just to name a few) across thousands of tables and countless columns, even if someone knows where the data sits, they don’t necessarily know how to query it, let alone validate their result.
At this point you’re probably thinking, just GPT and RAG it right? Well, it just doesn’t work.
In this talk we’ll describe the different angles we tried and how all “best practices”, and we took it to the next level to not only answer questions, but completely own deep data investigations (why was there a drop in revenue yesterday? In what user segment variant B is losing?).

Read more

Ben Shaharizad

Software Engineer, Taboola

I’m Ben – a software engineer at Taboola. Before that, I spent six years as a software engineer in the army. I have a B.Sc. in Computer Science and a deep love for technology, innovation, and anything that makes me stop and say, “wow.” Ever since the world of LLMs took off, I’ve been living and breathing it – reading, building, experimenting, and genuinely enjoying every moment. It’s a field that keeps surprising me, and I’m still just as excited about it as I was on day one.

I’m Ben – a software engineer at Taboola. Before that, I spent six years as a software engineer in the army. I have a B.Sc. in Computer Science and a deep love for technology, innovation, and anything that makes me stop and say, “wow.” Ever since the world of LLMs took off, I’ve been living and breathing it – reading, building, experimenting, and genuinely enjoying every moment. It’s a field that keeps surprising me, and I’m still just as excited about it as I was on day one.

Hebrew | Data Engineering
16:00

Modeling Magic: How AI Built Our DWH Tables from a Slide Deck

At Wix, we’ve adopted a 10-step methodology for building high-quality DWH – starting from gathering business questions, through designing logical models, and ending with ensuring real adoption across teams with managed certified tables.
But building a great DWH is still a time-consuming process – especially when translating product and business intent into scalable, governed, and tested tables.
In this talk, I’ll share how we used gen AI to support and enhance this journey. Starting with just a product manager’s presentation, our AI-powered modeling approach aims to extract meaningful metadata, identifies core business entities and questions, builds ERDs and logical models, writes quality tests, and even helps with visualized documentation and onboarding.
We’ll explore what worked well, what needed refinement, and which parts of the process still rely heavily on human expertise.

Read more

Hila Sofer Elyashiv

Group Manager, Data Engineering & DWH Architecture, Wix.com

I am Hila Sofer Elayshiv, a data professional with over a decade of experience in the industry. Over the past eight years, I have been part of the Wix team, transitioned from an Analyst role ro a Data Engineer, then I established and led the Data Modeling and DWH Team, focusing on crafting robust data models and building data warehouses tailored to the needs of internal teams. Today, I serve as a Group Manager and DWH Architect, who lives and breathes data.

I am Hila Sofer Elayshiv, a data professional with over a decade of experience in the industry. Over the past eight years, I have been part of the Wix team, transitioned from an Analyst role ro a Data Engineer, then I established and led the Data Modeling and DWH Team, focusing on crafting robust data models and building data warehouses tailored to the needs of internal teams. Today, I serve as a Group Manager and DWH Architect, who lives and breathes data.

16:30

Closing remarks

Hebrew | Data Science
09:45

Demystifying LLM Development: Apply ML Principles, Not Magic

Large Language Models are often treated as a mysterious new frontier—demanding exotic tools, massive budgets, or deep research credentials. But the truth is, many of the challenges in LLM development mirror those we’ve already solved in traditional machine learning.
In this session, we’ll reframe LLM workflows through the lens of familiar ML principles like version control, iterative testing, and MLOps. You’ll learn how to structure prompt engineering as a disciplined, measurable process rather than trial-and-error guesswork. We’ll also dive into real-world deployment practices—such as prompt encapsulation, evaluation pipelines and prompt injection defenses—using battle-tested techniques from classical ML.
This talk is for ML engineers, data scientists, and developers who want to confidently ship production-ready LLM features. If you’ve built an ML pipeline, you’re already most of the way there. Let’s bridge the gap between ChatGPT play and real-world LLM systems.

Read more

Ori Abramovsky

Data Science Lead, Spectralops.io (by Checkpoint)

Specialized in turning AI from concept to reality, with hands-on experience across a wide range of machine learning types and paradigms. I work end-to-end—from ideation and modeling to deployment and monitoring—bridging the gap between research, engineering, and real-world product impact. Passionate about building practical, scalable AI systems that deliver value.

Specialized in turning AI from concept to reality, with hands-on experience across a wide range of machine learning types and paradigms. I work end-to-end—from ideation and modeling to deployment and monitoring—bridging the gap between research, engineering, and real-world product impact. Passionate about building practical, scalable AI systems that deliver value.

Hebrew | Data Science
10:20

Breaking the Content-Collaborative Barrier: LLMs as the Bridge for Recommender Systems

For decades, recommender systems faced a fundamental divide: DNN-based collaborative filters excel at user-item interactions but struggle with textual semantics, while content-based approaches miss collaborative patterns.

Enter LLMs: the breakthrough technology redefining the paradigm!

In this deep-tech talk we’ll explore the following core insights:

1. How LLMs transform your architecture by serving as powerful feature encoders for user/item representations
2. Practical implementations of “personalized prompts” that unify multiple recommendation tasks
3.The trade-offs between parameter-efficient fine-tuning vs. full-model approaches for production systems

I’ll share code patterns demonstrating both ID-based and textual side information-enhanced representation learning techniques that are transforming systems at Amazon, Netflix etc.

This talk is perfect for data practitioners interested in the convergence of NLP and personalization.

Come join this exciting paradigm shift!

Read more

Hila Weisman

Senior Data Scientist & AI Consultant, Now You Know & AI Empire

Hila Weisman-Zohar is a Senior Data Scientist and AI researcher with over 15 years of expertise in NLP and Recommender Systems. Holding 5 US patents, her influential work is published at top conferences like EMNLP and RecSys. At Now You Know, Hila leads Generative AI initiatives, previously advancing ML innovation at Outbrain and NICE. A passionate community leader, she co-founded Recommender Systems IL, organizes PyData TLV, and mentors as a Google Women Techmaker Ambassador.

Hila Weisman-Zohar is a Senior Data Scientist and AI researcher with over 15 years of expertise in NLP and Recommender Systems. Holding 5 US patents, her influential work is published at top conferences like EMNLP and RecSys. At Now You Know, Hila leads Generative AI initiatives, previously advancing ML innovation at Outbrain and NICE. A passionate community leader, she co-founded Recommender Systems IL, organizes PyData TLV, and mentors as a Google Women Techmaker Ambassador.

Hebrew | Culture
10:55

Code Review 2.0—Teaming Up with AI Agents

AI is no longer just writing code; it’s transforming how we review it. This session dives into effective strategies for evaluating both AI-generated and human-written code, leveraging AI tools to assist. Discover practical Python techniques to enhance quality, speed, and insight in your evolving code review process.

Key Takeaways (or “”Attendees will learn””):
– Navigate the evolving landscape of AI in code review.
– Master strategies for critiquing AI-generated code.
– Leverage AI agents for deeper, context-aware analysis of human code.
– Integrate Python and AI tools for smarter, automated review workflows.
– Boost code quality, review efficiency, and team insight in the AI era.

Read more

Eyal Trabelsi

Lead architect, Bigabid

Builder‑minded engineer ⚙️ hooked on Python 🐍, automatic testing, machine learning 🤖, and blazing‑scale performance 🚀. I make doing the right thing easy. Husband of one, dad of one, and faithful servant to a cat 🐱 and a dog 🐶.

Builder‑minded engineer ⚙️ hooked on Python 🐍, automatic testing, machine learning 🤖, and blazing‑scale performance 🚀. I make doing the right thing easy. Husband of one, dad of one, and faithful servant to a cat 🐱 and a dog 🐶.

11:10

Coffee break

Hebrew | Data Science
11:25

Hard-Earned Engineering Lessons from Building with LLM-Powered Systems

In the last two years, I’ve designed, implemented, advised and debug lots of LLM powered applications as adjunct engineer to our Advanced Analytics and Applied AI team. Those are stories from the trenches, what I learned when it crashed in my face. I’ll share engineering lessons and patterns that hopefully will help you suffer less with your next project and what Data science practitioners need to consider before handing on their “working” notebooks.

Read more

Alon Nisser

Principal Engineer, Zencity.io

Software developer. currently in Zencity.io. Writing software as a hobby and as a profession. Strong opinions on things. Open source aficionado. Trying to make a difference. Sometimes software makes we wonder if I'd be better off being a farmer.

Software developer. currently in Zencity.io. Writing software as a hobby and as a profession. Strong opinions on things. Open source aficionado. Trying to make a difference. Sometimes software makes we wonder if I'd be better off being a farmer.

Hebrew | Data Science
11:45

Rethinking Fine-Tuning: Building Adaptive Pipelines on Top of Pretrained Models

What if your model isn’t the end of the pipeline—but the beginning of a smarter one? In this talk, we’ll explore building a lightweight, modular adjustment layer on top of pre-trained models, designed to inject strategic signals into your system: business objectives, domain expertise, blind spot corrections, or patterns the model wasn’t even trained on. The result is a flexible, ensemble-style architecture that adapts without retraining the core model.
This approach gives you an easy way to fine-tune model behavior in production to reflect contexts, constraints, or objectives that weren’t explicitly modeled during training.

Read more

Rachel Abo

Senior Data Scientist, Riskified

Racheli is a Data Scientist at Riskified with 5 years experience in the Fraud Detection domain. She has led multiple projects regarding automating and optimizing ML solutions, and is currently working on data sampling related projects. Outside of her professional life, Racheli enjoys traveling, camping and Yoga.

Racheli is a Data Scientist at Riskified with 5 years experience in the Fraud Detection domain. She has led multiple projects regarding automating and optimizing ML solutions, and is currently working on data sampling related projects. Outside of her professional life, Racheli enjoys traveling, camping and Yoga.

Hebrew | Data Science
12:20

More with Less: A Personalized Model to the Rescue for Ultra-Small Data

Predictive models typically rely on large datasets, but what if we could achieve real-time insights with minimal data?

This talk introduces a modeling approach that thrives with ultra-small data (starting with just five points!), adapts to new cases without prior history, and enables real-time predictions without full database access.

We address real-world challenges of data scarcity due to privacy, costs, or operational constraints, where traditional models fail to provide accurate predictions.

In a healthcare use case, we built fetal growth curves from 5-8 ultrasound measurements, identifying deviations that signaled neonatal pathologies. Real-time detection could have enabled earlier intervention.

This “more with less” mindset can be extended to other domains, such as fraud detection and recommendation systems. Attendees will learn to build personalized models for low-data environments and cost-effective real-time analytics, challenging the “bigger is better” mindset.

Read more

Maya Malamud

AI Consultant

Maya Malamud is a Senior Data Scientist and Researcher with over 10 years of experience specializing in Machine Learning, NLP, and Healthcare AI. She has a strong background in leading teams, mentoring, and aligning AI solutions with business and industry goals, tracking project success with KPIs and evaluation methods. As a career branding expert, Maya is passionate about guiding techies to build their brand on LinkedIn and refine their professional pitch.

Maya Malamud is a Senior Data Scientist and Researcher with over 10 years of experience specializing in Machine Learning, NLP, and Healthcare AI. She has a strong background in leading teams, mentoring, and aligning AI solutions with business and industry goals, tracking project success with KPIs and evaluation methods. As a career branding expert, Maya is passionate about guiding techies to build their brand on LinkedIn and refine their professional pitch.

Hebrew | Data Science
12:40

AI-Driven Autonomous Rule Tuning with Synthetic Test Data

What if you could generate realistic test values on demand, without using real data, and have your detection rules fine-tuned automatically?
Manual rule-tweaking is time-consuming, as teams craft spreadsheets of “typical” samples like emails, IDs or log entries, only to see new formats slip through. Public test sets are often too simplistic or unavailable, leading to blind spots or forcing the reuse of scrubbed production data.
In this talk, I’ll share how we built a zero-touch pipeline using OpenAI’s APIs to generate diverse examples, filter poor-quality cases with a two-step validation and embed results in real-world formats. I’ll show how we score regex and keyword rules, use LLMs for suggestions, & automatically update to improve detection, while no custom models or real data are needed.
Whether you focus on DLP, log parsing, ETL validation, or rule-based detection, this talk will show how to move from reactive pattern babysitting to a scalable, self-evolving, and secure workflow.

Read more

Nitzan Band

Data Researcher, Island

Nitzan Band is a Data Researcher at Island, where she delivers data-driven features and insights for customers and internal teams, focusing on research and innovation to guide product development. She previously managed a big data application for cyber analysts in IDF’s Unit 8200, designing APIs, rule engines, and integrating hundreds of data sources, an experience that laid the groundwork for her expertise in prompt engineering and automated validation loops. Before that, she served as a Cyber Security Data Analyst in the same unit, conducting risk assessments and automating workflows. Her hands-on work with complex datasets and self-validating AI pipelines directly informs her talk on zero-touch rule tuning with off-the-shelf LLMs.

Nitzan Band is a Data Researcher at Island, where she delivers data-driven features and insights for customers and internal teams, focusing on research and innovation to guide product development. She previously managed a big data application for cyber analysts in IDF’s Unit 8200, designing APIs, rule engines, and integrating hundreds of data sources, an experience that laid the groundwork for her expertise in prompt engineering and automated validation loops. Before that, she served as a Cyber Security Data Analyst in the same unit, conducting risk assessments and automating workflows. Her hands-on work with complex datasets and self-validating AI pipelines directly informs her talk on zero-touch rule tuning with off-the-shelf LLMs.

12:55

Lunch

Hebrew | Other
14:00

Ummm, Actually

From inner and left joins to a model classifying wrong, From ETL to DWH hell, data proffesionals are excited about a lot of things, but there’s one things that stands above all else – and that’s correcting people – join our game show that’ll prove that you ARE the true lord of rows, and can classify correctly between the true elements and the false elements of a statment – We will have more description as we progress.

Read more

Tal Mizrachi

Analysis Paralysis

Tal Mizrachi, Analysis Paralysis online, is a data scientist and educator trying to make data science, analytical methods, and programming accessible and fun to learn about. Tal teaches with laughter, Joy and dad jokes and easy acceptance of mistakes, Tal is married to Adi (MD, it rhymes), 2 daughters (5, 0.5), a black dog.

Tal Mizrachi, Analysis Paralysis online, is a data scientist and educator trying to make data science, analytical methods, and programming accessible and fun to learn about. Tal teaches with laughter, Joy and dad jokes and easy acceptance of mistakes, Tal is married to Adi (MD, it rhymes), 2 daughters (5, 0.5), a black dog.

Dean Langsam

Data Scientist, SentinelOne

I'm a data scientist at SentinelOne, and I'm passionate about the power of data to drive insights and innovation. My work centers around machine and deep learning. I've spent years honing my skills in Python scientific programming. As an organizing PyData Tel Aviv conference member, I'm dedicated to fostering collaboration and knowledge-sharing in the data science community. I take pride in building Python packages that make data workflows more streamlined and efficient. When I'm not working with data, you can find me hiking in the great outdoors or exploring the vibrant cultural scene of Tel Aviv. ChatGPT helped with phrasing this paragraph. Also, the LLM generated the last line entirely, and it is untrue. I do have two daughters and a partner with whom I love spending time.

I'm a data scientist at SentinelOne, and I'm passionate about the power of data to drive insights and innovation. My work centers around machine and deep learning. I've spent years honing my skills in Python scientific programming. As an organizing PyData Tel Aviv conference member, I'm dedicated to fostering collaboration and knowledge-sharing in the data science community. I take pride in building Python packages that make data workflows more streamlined and efficient. When I'm not working with data, you can find me hiking in the great outdoors or exploring the vibrant cultural scene of Tel Aviv. ChatGPT helped with phrasing this paragraph. Also, the LLM generated the last line entirely, and it is untrue. I do have two daughters and a partner with whom I love spending time.

Hebrew | Data Science
14:35

Unlocking Feature Engineering with Embedding Models in the Era of LLMs

Feature engineering is traditionally labor-intensive, requiring domain expertise and iteration. With large language models (LLMs), embedding models offer a transformative way to streamline this process.
This talk explores using pre-trained embeddings for classification tasks in fintech, focusing on predicting financial risk from credit history. By capturing the context and semantics of credit reports as high-dimensional vectors, embedding models have achieved competitive results against production models.
We’ll share our journey, from challenges and solutions to performance gains through fine-tuning. Additionally, we’ll discuss new opportunities enabled by embeddings, such as few-shot prompting, clustering, and similar tools.

Read more

Lior Kalman

ML Engineer, Sunbit

Lior holds a B.Sc. in Computer Science and Mathematics (cum laude) from the Technion – Israel Institute of Technology, and an M.Sc. in Computer Science from the Weizmann Institute of Science. With over 3.5 years of experience as a Machine Learning Engineer at Sunbit, Lior specializes in developing innovative AI solutions to solve real-world challenges. His expertise spans feature engineering, embedding models, and applying machine learning techniques in production environments.

Lior holds a B.Sc. in Computer Science and Mathematics (cum laude) from the Technion – Israel Institute of Technology, and an M.Sc. in Computer Science from the Weizmann Institute of Science. With over 3.5 years of experience as a Machine Learning Engineer at Sunbit, Lior specializes in developing innovative AI solutions to solve real-world challenges. His expertise spans feature engineering, embedding models, and applying machine learning techniques in production environments.

English | Data Science
14:55

Optimizing the Deployment of LLMs for Cost Efficiency

In this talk, we delve into the vital considerations surrounding cost management when deploying LLMs in real-world applications. We explore the nuances of token usage, infrastructure costs, human resources, and ancillary expenses. Furthermore, we explore various optimization methods, including model architecture optimization, fine-tuning, quantization, caching, prefetching, and parallelization, alongside distributed computing. Additionally, we address practical techniques for estimating costs through methodologies such as cost modeling, cost monitoring, and management, as well as budgeting and planning. These insights aim to empower organizations in effectively navigating the financial landscape associated with LLM deployment, ensuring optimized resource allocation and sustainable operations.

Read more

Michael Levinger

Senior Data Scientist, Melio

Hello! I'm Michael, a Data Scientist with over 5 years of experience, specializing in developing advanced algorithms for fraud prevention in the fintech industry. Currently, I work as a Senior Data Scientist within the risk department at Melio, a rapidly growing fintech company. Alongside my work in data science, I'm also an avid ultra-marathon runner and a former coach. I believe that maintaining a healthy mind and body is essential for a fulfilling life and enjoy pushing myself to new physical and mental limits. I'm always looking for opportunities to collaborate and make a positive impact in the world. If you're interested in connecting with me or learning more about my work, feel free to send me a message!

Hello! I'm Michael, a Data Scientist with over 5 years of experience, specializing in developing advanced algorithms for fraud prevention in the fintech industry. Currently, I work as a Senior Data Scientist within the risk department at Melio, a rapidly growing fintech company. Alongside my work in data science, I'm also an avid ultra-marathon runner and a former coach. I believe that maintaining a healthy mind and body is essential for a fulfilling life and enjoy pushing myself to new physical and mental limits. I'm always looking for opportunities to collaborate and make a positive impact in the world. If you're interested in connecting with me or learning more about my work, feel free to send me a message!

15:25

Coffee break

Hebrew | Data Science
15:40

How I Failed to Build My WhatsApp Agent - But Learned to Love the Challenge

I was frustrated. All I wanted was to find my friends’ trusted recommendation for where to travel with the kids next weekend – buried in months of casual chatter in our local WhatsApp group. Google didn’t help, ChatGPT didn’t know, and re-asking felt silly. I needed something smarter – an agent that could surface what my people had already shared, no matter when or how casually they’d said it.

That simple desire turned into a late-night obsession—a personal project that combined my data science strengths with the messy, unfamiliar world I was eager to explore: backend logic, user interfaces, system design, and bending tools until they (mostly) did what I needed. Because let’s face it—it’s never just about embeddings and semantic search, right?

In this talk, I’ll share how I tried to build the perfect WhatsApp agent, what broke, what it taught me, and why sometimes failure is the best teacher. You’ll leave with tools, insights, and motivation to build your own.

Read more

Shirli Di-Castro Shashua, PhD

Senior AI Scientist, Intuit

Shirli is a senior AI scientist at Intuit, where she brings cutting-edge innovation to life through generative models and agentic AI. Her areas of expertise span reinforcement learning, LLM training and evaluation, NLP, classical machine learning, and the design of intelligent agents. Shirli holds a Ph.D. and M.Sc. in Electrical and Computer Engineering from the Technion, specializing in Reinforcement Learning, and a B.Sc. in Biomedical Engineering from Ben Gurion University.

Shirli is a senior AI scientist at Intuit, where she brings cutting-edge innovation to life through generative models and agentic AI. Her areas of expertise span reinforcement learning, LLM training and evaluation, NLP, classical machine learning, and the design of intelligent agents. Shirli holds a Ph.D. and M.Sc. in Electrical and Computer Engineering from the Technion, specializing in Reinforcement Learning, and a B.Sc. in Biomedical Engineering from Ben Gurion University.

Hebrew | Data Science
16:00

LLM Classification Chaos: How Embracing Complexity Improved Accuracy

What if the best way to solve a problem is to actually increase it?
NAICS is an American business classification system with a long-tail challenge: 1,000 codes with fuzzy boundaries. Combining it with web-mined inputs creates a classification nightmare. Traditional ML approaches treat it as a 1,000‑way classifier, often leveling off near 60% accuracy with inconsistent results. So how did we handle such a complicated problem? By embracing complexity and going granular.
In this session, we’ll share how we leveraged ~20,000 detailed descriptors from the NAICS index, embedded them in a vector store and used a retrieval augmented LLM classification. We’ll show how we synthesized rich business profiles from web data, retrieved the closest descriptors, and increased accuracy while halving errors — all for just 1¢ per case.
Join us to explore how increasing the label space can simplify AI decision-making and learn how to build an LLM classifier pipeline for complex classification challenges.

Read more

Itay Vegh

Senior Data Scientist, Planck

Itay Vegh is a Senior Data Scientist at Planck (now part of Applied Systems), where he designs and deploys GenAI-powered solutions that reshape commercial-insurance underwriting worldwide. His data journey began in the Israel Defense Forces’ elite Unit 8200, then advanced through roles as a Senior Quantitative Researcher at WorldQuant and a founding data scientist at Loops. Itay holds a B.Sc. in Physics and Computer Science (with distinction) from Tel Aviv University and is passionate about translating cutting-edge research into business impact. When he steps away from the keyboard, Itay enjoys bird-watching, practicing yoga, and watching classic world cinema.

Itay Vegh is a Senior Data Scientist at Planck (now part of Applied Systems), where he designs and deploys GenAI-powered solutions that reshape commercial-insurance underwriting worldwide. His data journey began in the Israel Defense Forces’ elite Unit 8200, then advanced through roles as a Senior Quantitative Researcher at WorldQuant and a founding data scientist at Loops. Itay holds a B.Sc. in Physics and Computer Science (with distinction) from Tel Aviv University and is passionate about translating cutting-edge research into business impact. When he steps away from the keyboard, Itay enjoys bird-watching, practicing yoga, and watching classic world cinema.

16:30

Closing remarks

Hebrew | Data Analytics & BI
09:45

Surfacing Insights: From Big Data to Action

Discover how LSports built a robust, scalable data infrastructure to transform billions of sports data records into actionable insights and alerts for business users. This session walks participants through real-world examples, success stories, key architectural decisions, and the tools that made it all possible. Learn how a strong data culture, smart processes, and the right technology stack drive high-performance dashboards that matter.

Read more

Shira Sherman Sasson

Director of Data Engineering and BI, LSports

Industrial Enginerring and Management Ben Gurion University-> HP->Papaya Global-> LSports Director on data engineering and BI, Team Leader, senior BE and FE developer, Project Manager and Analyst. Combining deep technological knowledge with extensive project management capabilities. A professional in using BI platforms – Tableau (expert), DBT, Snowflake, Rivery, MySQL,PostgreSQL, MariaDB... focused on delivering high business value and robust and performant BI solutions to emphasize insights and help users achieve their business goals.

Industrial Enginerring and Management Ben Gurion University-> HP->Papaya Global-> LSports Director on data engineering and BI, Team Leader, senior BE and FE developer, Project Manager and Analyst. Combining deep technological knowledge with extensive project management capabilities. A professional in using BI platforms – Tableau (expert), DBT, Snowflake, Rivery, MySQL,PostgreSQL, MariaDB... focused on delivering high business value and robust and performant BI solutions to emphasize insights and help users achieve their business goals.

Hebrew | Data Analytics & BI
10:20

Beyond the Chart: Best Practices and the Strategic Role of the Data Visualization Engineer

Organizations are flooded with data but starved for insight. Users face countless dashboards, yet few drive real decisions. This session addresses how to maximize insight while minimizing user effort, focusing on the Data Visualization Engineer’s role in transforming complex data into clear, actionable stories.
We’ll define the role of the Data Visualization Engineer within the modern data stack and demonstrate how this role works hand-in-hand with data engineers to ensure that data is not only accurate, but also optimized for visualization—modeled, cleaned, and structured with the end user in mind.
Through real-world examples—such as enterprise dashboard redesigns, centralized metric stores, and cross-domain reporting frameworks—you’ll learn how Data Visualization Engineers apply best practices to bring order and impact to BI environments.

Read more

Nir Smilga

Data Visualization Manager, monday.com

Nir Smilga is a Data Visualization Manager at monday.com, where he transforms complex data into impactful visual stories. He also serves as a Tableau Public Ambassador and Featured Author. In addition, he shares his expertise through lectures and industry talks

Nir Smilga is a Data Visualization Manager at monday.com, where he transforms complex data into impactful visual stories. He also serves as a Tableau Public Ambassador and Featured Author. In addition, he shares his expertise through lectures and industry talks

Meirav Avraham

Data Visualization Engineer, ZoomInfo

Meirav Avraham is a Data Visualization Engineer at ZoomInfo, where she designs clear, intuitive dashboards that make complex information easier to understand. Her work focuses on data storytelling and user-friendly design across the company.

Meirav Avraham is a Data Visualization Engineer at ZoomInfo, where she designs clear, intuitive dashboards that make complex information easier to understand. Her work focuses on data storytelling and user-friendly design across the company.

Hebrew | Data Analytics & BI
10:55

Small Effort, Big Impact: Two Questions to Ask in Every Weekly with Your PM

Building a strong partnership with your Product Manager doesn’t require grand gestures, just the right questions. In this session, I’ll share how consistently asking two simple questions in weekly meetings – “What are you working on right now?” and “How can I help you?”, can transform your collaboration, uncover hidden needs, and drive real impact. Through a real-world story, I’ll show how this approach led to the rapid creation of a dashboard that saved hours of manual work and surfaced critical insights. Walk away with actionable tips to strengthen your PM relationship, deliver value fast, and become a better analyst by truly understanding the business.

Read more

Timor Keidar

Lead Data Analyst, Cyera

Nothing fires me up like turning raw data into “aha!” moments and showing others how to do the same. Over the past decade I’ve led high-performing analytics teams, crafted the KPIs that steer organizational growth, and built a culture around data-driven thinking. Today, I’m the Tech Lead for the Data team at Cyera, where I help colleagues level up their data skills and turn metrics into impact. Beyond Cyera, I co-lead "Data Leads IL", a community that connects data leaders across the industry so we can swap ideas, tackle challenges, and raise the bar together.

Nothing fires me up like turning raw data into “aha!” moments and showing others how to do the same. Over the past decade I’ve led high-performing analytics teams, crafted the KPIs that steer organizational growth, and built a culture around data-driven thinking. Today, I’m the Tech Lead for the Data team at Cyera, where I help colleagues level up their data skills and turn metrics into impact. Beyond Cyera, I co-lead "Data Leads IL", a community that connects data leaders across the industry so we can swap ideas, tackle challenges, and raise the bar together.

11:10

Coffee break

Hebrew | Data Analytics & BI
11:25

Product Mindset Makes Good Analysts

When someone comes to you with a data request, a good analyst doesn’t just pull the numbers; they ask “why?”
What decision are you trying to make? Is this a one-time question, or something that will come up again? What follow-up questions might come next?
In this talk, we’ll explore the surprisingly overlapping mindset of great analysts and product managers. We’ll see how analysts who adopt a product mindset can drive much greater impact within their organizations.
We’ll look at practical tools, real-world examples, and common pitfalls.
This is an invitation to rethink the analyst role – not as a service provider, but as a strategic partner.

Read more

Inbal Gilead

Freelance Data Product Professional

A product professional with deep specialization in data product management and data-driven decision-making. An alumnus of Unit 8200, I have over 18 years of experience leading product and data teams across startups and scaled industry-leading companies such as Sisense and ZipRecruiter, building data products and driving cross-functional alignment. Passionate about empowering teams to make better decisions through data.

A product professional with deep specialization in data product management and data-driven decision-making. An alumnus of Unit 8200, I have over 18 years of experience leading product and data teams across startups and scaled industry-leading companies such as Sisense and ZipRecruiter, building data products and driving cross-functional alignment. Passionate about empowering teams to make better decisions through data.

Hebrew | Data Analytics & BI
11:45

From Panic to Purpose: Turning dbt Alerts into Actual Actions

Managing large-scale dbt projects often turns into a whack-a-mole of broken models, ambiguous alerts, and frantic Slack pings. At HoneyBook, we hit that wall — with over 1,000 dbt models, 30+ data sources, and a mixed team of data engineers and analysts, we were drowning in alert noise with little direction or ownership.

This talk shares how we transformed that chaos into clarity. We’ll walk through our alerting redesign: how we defined “critical” using both domain tagging and graph-based centrality, how we enriched alert context with Git and query metadata, and how we routed incidents to the right Slack channels and humans. You’ll learn why off-the-shelf tools failed us, and how a lightweight, metadata-driven approach helped us make dbt alerts actually useful — and even empowering — for data teams.

Expect practical insights, battle-tested lessons, and a look at how small changes in metadata and ownership mapping can dramatically improve trust and speed in data operations.

Nimrod Milo

Data Engineering Manager, HoneyBook

I am a husband, father of four wonderful daughters, and an avid DIYer. On a professional level, I am a data engineering manager at HoneyBook, where I lead a team that works on machine learning, classical data engineering, and business intelligence analytics. I have spent the last 11 years working as a data scientist, team lead, and group leader, always with the goal of creating practical and impactful data systems.

I am a husband, father of four wonderful daughters, and an avid DIYer. On a professional level, I am a data engineering manager at HoneyBook, where I lead a team that works on machine learning, classical data engineering, and business intelligence analytics. I have spent the last 11 years working as a data scientist, team lead, and group leader, always with the goal of creating practical and impactful data systems.

Hebrew | Data Analytics & BI
12:20

Data Meets Narrative: Unlocking the Power of A/B Testing

Great results, perfect execution… and still, your test analysis gets brushed aside or leads to the wrong call. Sound familiar? In this talk, I’ll share key lessons from running A/B tests as a Product Analyst, where I learned that the real power of experimentation lies in telling the story behind the numbers.

I’ll walk you through the principles that helped me turn cold data into clear decisions—by zooming out to the full user journey, collaborating closely with PMs, and crafting a narrative that resonates with stakeholders. We’ll cover practical tips, cautionary tales, and how to make sure your results don’t just live in a report—but actually shape product strategy.

This session is for anyone who’s ever felt like their “significant result” didn’t get the attention it deserved—or worse, was misinterpreted. you’ll walk away with practical, repeatable tools for turning any analysis—not just A/B tests—into a compelling, decision-shaping narrative and becoming a real partner.

Read more

Noa Harari

Senior Product Analyst, C8 Health

Product Analyst and a former team lead with 9 years of experience as a Product Analyst. Worked extensively with A/B testing in real-world, high-impact environments. Passionate about data storytelling and helping product teams make smarter decisions by understanding not just what users do—but why. As a mentor and co-leader of TechGym (a peer-learning space for senior tech professionals), I am on a mission to help data analysts level up their skills and impact.

Product Analyst and a former team lead with 9 years of experience as a Product Analyst. Worked extensively with A/B testing in real-world, high-impact environments. Passionate about data storytelling and helping product teams make smarter decisions by understanding not just what users do—but why. As a mentor and co-leader of TechGym (a peer-learning space for senior tech professionals), I am on a mission to help data analysts level up their skills and impact.

English | Other
12:40

From Zero to Insight: Building a Data Platform from the Ground Up

Imagine joining a company with a single database and a burning need for data-driven insights. Imagine a world where you can’t measure KPIs or answer burning questions from management.
In this session we will explore the creation of a mature company’s first data platform, from a Data Product Manager perspective. We will talk about pushing this initiative forward in an incremental way, while providing high-value deliverables.
Learn firsthand how we navigated the challenges of starting from scratch, understanding initial data flows to defining key KPIs, and ultimately enabling a company-wide shift towards a data-informed business model.
This session will provide practical takeaways for anyone facing the daunting task of building a data platform, emphasizing the importance of a product-centric approach, early wins, and the power of a clear vision.

Read more

Corrin Shlomo Goldenberg

Product Manager, Chainlink Labs

Corrin is a seasoned technology professional with over 15 years of experience spanning data analysis, project management, and product management across diverse industries including marketing technology, broadcasting, fintech, IT operations and Web3. Throughout her career, Corrin has consistently demonstrated a passion for data, always seeking to leverage its power to drive insights and inform decisions. Corrin's experience provides a unique perspective on the challenges and rewards of building a data-driven culture and infrastructure.

Corrin is a seasoned technology professional with over 15 years of experience spanning data analysis, project management, and product management across diverse industries including marketing technology, broadcasting, fintech, IT operations and Web3. Throughout her career, Corrin has consistently demonstrated a passion for data, always seeking to leverage its power to drive insights and inform decisions. Corrin's experience provides a unique perspective on the challenges and rewards of building a data-driven culture and infrastructure.

12:55

Lunch

Hebrew | Data Analytics & BI
14:00

Reimagining Anomaly Detection Through GenAI

Gen AI is a game changer applied to many industries and businesses. Can the same rules be applie to Data Engineering?

It is time to see how Gen AI is affecting the world of Anomaly Detection. How can we leverage Generative AI for anomaly detection? And what benefit can we extract by using LLMs in our setup.

In this session I will address all of these issues and show you how we can take our anomaly detection ball game to a whole new level.

Read more

Yoav Nordmann

Tech Lead & Architect, Tikal Knowledge

Yoav Nordmann is a Backend & Data Architect and Tech Lead with over 20 years of experience. At Tikal he holds the position of a Group Leader mentoring fellow workers. He is passionate about new and emerging technologies, knowledge sharing and a fierce advocate for open source. Being in the industry for so long gives him a sense of perspective on different languages, architectures, and hypes.

Yoav Nordmann is a Backend & Data Architect and Tech Lead with over 20 years of experience. At Tikal he holds the position of a Group Leader mentoring fellow workers. He is passionate about new and emerging technologies, knowledge sharing and a fierce advocate for open source. Being in the industry for so long gives him a sense of perspective on different languages, architectures, and hypes.

Hebrew | Data Analytics & BI
14:35

How LLMs Transformed Our Analytics

This session explores how we transformed our approach to analytics using the power of Large Language Models. Discover how we reduced deep-dive analytics work from a full week to just a few hours. We unlocked faster, smarter decision-making across the organization. We will break down the key building blocks that enabled this shift, highlight common pitfalls to avoid, and share practical insights on how to align your team for success with LLM-driven analytics.

Read more

Eyal Solnik

Head of Data at Riverside, Riverside.fm

With over 10 years of experience in data, I am currently the Head of Data at Riverside.fm. I previously held senior data roles at Lili, Meta, and other leading companies, where I built and scaled data platforms across fintech and high-growth startup environments. I'm also active in the tech community, frequently speaking at events on fintech, data strategy, and generative AI.

With over 10 years of experience in data, I am currently the Head of Data at Riverside.fm. I previously held senior data roles at Lili, Meta, and other leading companies, where I built and scaled data platforms across fintech and high-growth startup environments. I'm also active in the tech community, frequently speaking at events on fintech, data strategy, and generative AI.

Hebrew | Other
14:55

From Idea to MVP in 20 Minutes: Rapid Dashboard Prototyping with MCPs

In this talk, we’ll show how MCP (Model Context Protocol) can transform messy, unstructured Kafka data into a live dashboard-in just 20 minutes. By leveraging MCP servers, we eliminate the need for manual data engineering, enabling teams to explore real-time data visually with minimal setup.
This approach modernizes legacy data flows and drastically reduces time to insight.
Ideal for teams looking to accelerate prototyping and decision-making without getting stuck in infrastructure.

Read more

Tomer Moskov

BI Team Lead, Elementor

Hi, I’m Tomer Moskov BI Team Lead at Elementor with 8 years of experience in BI and data analytics. I like helping teams make sense of their data by designing dashboards that not just look good-they actually help people make better decisions. My work focuses on bridging the gap between raw data and real business impact - without overwhelming stakeholders along the way. Beyond work, I’m a musician with a second album in the works.

Hi, I’m Tomer Moskov BI Team Lead at Elementor with 8 years of experience in BI and data analytics. I like helping teams make sense of their data by designing dashboards that not just look good-they actually help people make better decisions. My work focuses on bridging the gap between raw data and real business impact - without overwhelming stakeholders along the way. Beyond work, I’m a musician with a second album in the works.

Yuval Press

DataOps Tech Lead, Elementor

Yuval is a DataOps engineer at Elementor with five years of experience in the DevOps field. He is the founder and manager of the EntryPoint community, a tech blogger, and a public speaker. With real-world expertise, he mentors aspiring developers and shares insights on technology, innovation, and career growth through his writing and speaking engagements.

Yuval is a DataOps engineer at Elementor with five years of experience in the DevOps field. He is the founder and manager of the EntryPoint community, a tech blogger, and a public speaker. With real-world expertise, he mentors aspiring developers and shares insights on technology, innovation, and career growth through his writing and speaking engagements.

15:25

Coffee break

Hebrew | Data Analytics & BI
15:40

Conversational BI - The death of tradition BI

Traditional BI tools are becoming outdated—they’re slow, hard to use, and often lead to dashboards no one uses. Conversational BI is the future: instead of clicking through reports, people can simply ask questions and get answers from their data using AI. But for this to work well, there needs to be a strong semantic layer underneath—a smart system that understands business terms and connects them to the right data. It keeps answers consistent, accurate, and trusted, making AI-powered BI possible and useful at scale.

Read more

David Krakov

Co-founder & CEO, Honeydew

David is the co-founder and CEO of Honeydew, a YC-backed semantic layer on Snowflake. Prior to that, David co-founded Varada (acquired by Starburst) and has been creating products for 20 years from autonomous firmware to distributed high-performance storage to data infrastructure. David holds over a dozen patents and publications and an M.Sc. in computer science.

David is the co-founder and CEO of Honeydew, a YC-backed semantic layer on Snowflake. Prior to that, David co-founded Varada (acquired by Starburst) and has been creating products for 20 years from autonomous firmware to distributed high-performance storage to data infrastructure. David holds over a dozen patents and publications and an M.Sc. in computer science.

Hebrew | Data Analytics & BI
16:00

Stop Babysitting Your AI: From Junior Assistant to Senior Developer

What if your AI assistant could grow beyond its perpetual junior status? At Lightricks, we confronted the curious “junior paradox” of development tools like Cursor – technically powerful, yet forever stuck repeating the same mistakes. Why can’t AI tools learn team knowledge the way humans do?
Our solution – A registry-based framework with meta-rules and MCPs that orchestrates context-aware guidance. But how exactly did we transform our AI from a talented-yet-needy junior into a self-sufficient senior developer? And what happened when we deployed this system across our bi engineering team?
Join us to uncover how we broke the AI knowledge barrier – and discover how you might free yourself from repeatedly teaching the same standards to your AI assistants. Could your AI finally graduate from junior to senior developer?

Read more

Ori Avner

BI Engineer Team Lead, Lightricks

I’m a BI Engineering Team Lead at Lightricks, focusing on product data. With over a decade in various data roles and 5 years as a team lead, I treat data as a product—delivering end-to-end solutions that drive real business value through strategic thinking, critical analysis, and AI innovation. I bridge technology and business, collaborating with stakeholders and analysts in their language to address what truly matters and build strong, united teams that thrive on complex challenges. With an MBA from the Hebrew University of Jerusalem and an entrepreneurial mindset, I leverage rigorous business acumen to drive AI-powered self-serve BI solutions.

I’m a BI Engineering Team Lead at Lightricks, focusing on product data. With over a decade in various data roles and 5 years as a team lead, I treat data as a product—delivering end-to-end solutions that drive real business value through strategic thinking, critical analysis, and AI innovation. I bridge technology and business, collaborating with stakeholders and analysts in their language to address what truly matters and build strong, united teams that thrive on complex challenges. With an MBA from the Hebrew University of Jerusalem and an entrepreneurial mindset, I leverage rigorous business acumen to drive AI-powered self-serve BI solutions.

Shani Rabi-Guttel

BI Engineer Team Lead, Lightricks

I'm Shani, a BI Engineering Team Lead at Lightricks, focusing on Finance and G&A data. With nearly a decade of experience in the data world, I’ve built a strong foundation in data modeling, analytics, and cross-functional collaboration. Over the years, I’ve learned to create data systems that are both reliable and impactful. I'm passionate about making data accessible, mentoring others, and helping teams turn complex challenges into clear, actionable insights. I hold a degree in Industrial Engineering.

I'm Shani, a BI Engineering Team Lead at Lightricks, focusing on Finance and G&A data. With nearly a decade of experience in the data world, I’ve built a strong foundation in data modeling, analytics, and cross-functional collaboration. Over the years, I’ve learned to create data systems that are both reliable and impactful. I'm passionate about making data accessible, mentoring others, and helping teams turn complex challenges into clear, actionable insights. I hold a degree in Industrial Engineering.

16:30

Closing remarks

TBD