Conference Schedule

Daily seminars, 9:00-16:30

התוכנית שלכם ל-Oracle AI Week 2026

תוכנית Oracle AI Week 2026

Mix. Match. Build Your Own AI Agenda.

בעת הרישום ניתן לבחור מראש את המסלול המתאים: להתמקד בסמינר יומי מלא אחד, או להרכיב יום מותאם אישית באמצעות בחירת 3 הרצאות מתוך מגוון הסמינרים המוצעים.

Go Deep – בחירת סמינר אחד והישארות אתו לאורך כל היום.

Mix & Match – בחירת הרצאה שונה בכל חלון זמן ובניית יום אישי המשלב כמה עולמות תוכן

בחרו תאריך

היום שלי עדיין לא נבחרו הרצאות

בחרו תאריך נוסף

תוכנית הסמינר

כל הסמינרים וההרצאות

סמינר 42772 25.11.2025 פתוח להרשמה

NLP ‏ למצוינות עסקית – תקשורת, השפעה ומנהיגות

הסמינר נועד להעניק למנהלים ולעובדים כלים פרקטיים מבית NLP לחיזוק החוסן האישי והקבוצתי, לשיפור מערכות יחסים פנים־ארגוניות, להגברת השפעה ולשכלול קבלת ההחלטות בסביבה משתנה ומאתגרת. ההתמקדות היא בפיתוח תודעה תוצאתית ויכולת לנווט תקשורתית ומנטלית…
רכשו אונליין לצפייה בתוכנית
סמינר 42853 16.11.2026 פתוח להרשמה

AI for Test Automation

From Coding Agents to Reliable Agentic Workflows

הסמינר מורכב משלוש הרצאות טכניות העוסקות בשילוב AI בתהליכי אוטומציית בדיקות - החל מעבודה אפקטיבית עם Coding Agents, דרך התאמת תשתיות האוטומציה לעבודה עם AI, ועד לבניית Agentic Workflows אמינים ומבוקרים.
תוכנית הסמינר 3 הרצאות
09:4511:15

Claude Code for Test Automation

Itai Agmon מק״ט 4379

במודול זה נצלול ליסודות העבודה עם Claude Code: כיצד מנוהל ה-Context של הסוכן, כיצד מגדירים לו ידע קבוע על הפרויקט באמצעות CLAUDE.md, איך Tools מאפשרים לו לפעול בעולם האמיתי, וכיצד Skills, MCP, כלי CLI, Subagents ו-Agent Teams מאפשרים את הרחבת היכולות ואת הבניה של תהליכי עבודה מתקדמים יותר.

11:3013:00

Building AI-Ready Test Automation

Itai Agmon מק״ט 4387

במודול זה נבחן כיצד AI Agents עובדים מול אפליקציות Web באמצעות כלים כמו Playwright MCP ו-Playwright CLI, וכיצד נכון לבנות AI-Friendly Test Architecture שמאפשרת לסוכן לנווט בקוד, למצוא יכולות קיימות ולמחזר אותן במקום להמציא תשתית חדשה.

14:0016:00

Building Reliable Agentic Test Automation

Itai Agmon מק״ט 4388

במודול נלמד כיצד להפוך פעילות המבוססת על AI ל-Reliable Agentic Workflow.
נראה כיצד לפרק תהליך לשלבים מוגדרים, לשלב reasoning של LLM עם קוד דטרמיניסטי, לנהל State ו-Handoffs בין Agents, להגביל את רמת האוטונומיה שלהם, לייצר Observability ולבדוק את המערכת באמצעות Evals.

רכשו אונליין לצפייה בתוכנית
סמינר 42862 16.11.2026 פתוח להרשמה

Beyond the Demo AI agent build for the real world

תוכנית הסמינר 3 הרצאות
09:4511:15

The Agent Stack Behind Reliable Agentic Systems

DOR SELA מק״ט 4398

Agents fail in production for reasons that rarely show up in a demo: lost context, duplicated work, runs that die halfway and start over.
The model isn't the problem. The harness is. The agent harness is the engineering layer wrapped around the model: it plans, fans work out, verifies results, checkpoints.
This session is a working tour of the harness's memory surfaces, the places where memory engineering decides whether an agentic application can be trusted with real work. Reliability lives in this layer, and every one of those capabilities resolves to a memory operation. progress, and decides what enters the context window.

11:3013:00

Modern AI Agent Memory: Methods, Algorithms, and Challenges

Assaf Rabinowicz מק״ט 4395

In this session We will discuss the main challenges that agent memory is designed to address, the algorithmic layer used to improve memory efficiency and coherency, as well asexamples from several leading scientific publications.
We will also explore the key challenges currently facing this field.

14:0016:00

Observability in the AI Era: From Telemetry to Trusted Action

Ofer Tal מק״ט 4476

In this session, we will explore how AI systems emit richer evidence and how AI transforms raw telemetry into operational intelligence.

רכשו אונליין לצפייה בתוכנית
סמינר 42865 16.11.2026 פתוח להרשמה

Building MCP Servers

This seminar explores the Model Context Protocol (MCP) - the key to enabling AI agents to interact with external environments. Participants will gain a clear understanding of LLM agent loops and MCP architecture, followed…
תוכנית הסמינר 3 הרצאות
09:4511:15

Foundations: LLMs, Agents & MCP

Leonid Pevzner מק״ט 4389

A comprehensive overview of LLM foundations, agent loops, and tool-use architecture.
Learn why agents need external capabilities and how Model Context Protocol (MCP) standardizes agent-environment interactions.

11:3013:00

Using Existing MCP Servers

Leonid Pevzner מק״ט 4391

A practical, demo-driven session focusing on connecting clients to existing MCP servers.
Through live demonstrations, participants will learn how to configure environments, discover tools and resources, execute multi-tool calls, and troubleshoot real-world connection issues.

14:0016:00

Building Your Own MCP Server

Leonid Pevzner מק״ט 4392

A step-by-step live demo on building a custom MCP server in Python.
Participants will observe project scaffolding, custom tool and resource implementation, and client integration with error handling.

רכשו אונליין לצפייה בתוכנית
סמינר 42868 16.11.2026 פתוח להרשמה

Engineering for Reality: Cloud Automation, Production Failures & Resilience

תוכנית הסמינר 3 הרצאות
09:4511:15

Infrastructure as Code: Automation Without Losing Grip

Or Ben David מק״ט 4397

“Create another environment exactly like production.” Which version of production?
An urgent console fix, a copied configuration and a script that stops halfway can quickly turn infrastructure into a guessing game. Automation helps—but how do we make changes repeatable without losing visibility, ownership and control?
This session follows the journey from manual work → scripts → Terraform → Terragrunt → a full GitOps ecosystem. Through practical examples and guided walkthroughs, we’ll explore reusable infrastructure, environment management, drift detection and controlled execution with OCI Resource Manager. We’ll then connect infrastructure provisioning with Helm and Argo CD, examining how GitOps changes deployment, reconciliation and recovery.
We’ll also discuss Karpenter for OCI and Crossplane, focusing on the ownership boundaries needed when multiple controllers manage infrastructure.

Audience: DevOps and platform engineers, SREs, cloud architects and developers responsible for infrastructure. Familiarity with cloud fundamentals is recommended; Terraform and Kubernetes knowledge is helpful.

11:3013:00

Failure Occurs Only in Production

Or Ben David מק״ט 4394

The servers are green. The customer is still waiting. What do you investigate first?
Production brings together traffic, dependencies, configuration and timing in ways that testing rarely reproduces. When something fails, more dashboards do not automatically lead to a better explanation.
Using an illustrative production incident, this session connects metrics, logs and distributed traces to investigate competing explanations, identify bottlenecks and verify recovery.
We’ll examine how an apparently slow database operation can actually be time spent waiting for a shared resource - and what evidence separates those possibilities.
Product walkthroughs and screenshots show where OCI Application Performance Monitoring (APM), Oracle Log Analytics and OCI Monitoring fit, alongside OpenTelemetry, Prometheus, Grafana, Loki, Tempo and Jaeger. We’ll also translate user expectations into service indicators, service targets and error budgets.

Audience: Developers, DevOps engineers, SREs, DBAs and architects involved in diagnosing production systems. Basic familiarity with APIs and cloud applications is recommended.

14:0016:00

Resilience by Design: Building Resilient Applications on OCI

Avi ZabaryKatia Halfon מק״ט 4419

When critical applications go down, the impact goes far beyond IT. Resilient platforms keep critical services running, protect data, and enable rapid recovery when disruption occurs.
This seminar explores how resilience is designed across the OCI stack, covering high availability, networking, data protection, RPO/RTO, and cross-region disaster recovery, followed by a live OCI Full Stack DR demonstration.

Audience: Cloud and infrastructure architects, application architects, database administrators, DevOps and platform engineers, and IT professionals responsible for service availability, business continuity, and disaster recovery.
No mandatory prerequisites; basic familiarity with cloud concepts is required.

רכשו אונליין לצפייה בתוכנית
סמינר 42855 16.11.2026 פתוח להרשמה

Engineering Production Multi-Agent Systems

An Enterprise Case Study Masterclass

100% Case-Study Driven | Built from a Real Enterprise Production Deployment Building a prototype AI agent is easy making it reliable, scalable and cost-effective in enterprise production is where most engineering teams struggle. This…
תוכנית הסמינר 3 הרצאות
09:4511:15

Single-Agent Bottlenecks

Valeria Aynbinder מק״ט 4294

Focus: Understanding single-agent mechanics, tool overload, and basic state graph architecture.

11:3013:00

Scaling with Multi-Agent Patterns and Middlewares

Valeria Aynbinder מק״ט 4354

Focus: Sub-agent orchestration, handoffs, skills routing, and state interceptors.

14:0016:00

Advanced Multi-Agent Engineering

Valeria Aynbinder מק״ט 4355

Focus: Deep LangGraph workflows, full architectural refactoring, and cost/context optimization.

רכשו אונליין לצפייה בתוכנית
סמינר 42848 16.11.2026 פתוח להרשמה

Vibe Coding- From Concept to Deployment

הסמינר יציג את תהליך הפיתוח המודרני בעידן ה-Vibe Coding – משלב הרעיון הראשוני ועד למוצר חי ופעיל בענן. במהלך הסמינר תיחשפו לשימוש מעשי בכלי AI מתקדמים (כגון Cursor, Claude Code, Lovable ו-Stitch) לטובת אפיון,…
תוכנית הסמינר 3 הרצאות
09:4511:15

From Concept to Prototype

Niv Avidan מק״ט 4245

היכרות עם גישת Vibe Coding והפיכת רעיון ראשוני למוצר דיגיטלי מתוכנן ומעוצב.

11:3013:00

Full-Stack AI Development

Niv Avidan מק״ט 4246

פיתוח מוצר מלא מקצה לקצה במהלך ההרצאה, החל מהגדרת הדרישות ועד למערכת פעילה הכוללת ממשק משתמש, לוגיקה, נתונים וחיבורים לשירותים חיצוניים.

14:0016:00

Integrations, Automations & Cloud Deployment

Niv Avidan מק״ט 4247

חיבור המוצר למערכות חיצוניות, יצירת תהליכים אוטומטיים והעלאתו לסביבה חיה בענן.

רכשו אונליין לצפייה בתוכנית
סמינר 42844 16.11.2026 פתוח להרשמה

What Developers Using AI Still Need to Know About Programming

In an era where AI generates code faster than engineers can read it, the fundamental nature of software development has shifted. This course addresses the critical knowledge gap between AI-driven code generation and production-grade…
תוכנית הסמינר 3 הרצאות
09:4511:15

From Writing to Judging: Software Engineering in the Age of AI Code Execution

Mark Veltzer מק״ט 4295

Topics Covered:
• The New Bottleneck.
• The "Confidence Trap".
• Critical Code Review for Machine Output.
• Practical Failure Modes.

11:3013:00

Concurrency, Algorithms & Architecture Where AI Fails (and You Need to Rescue It)

Mark Veltzer מק״ט 4296

Topics Covered:
• Tests as the Leash.
• Behavior vs. Implementation.
• Evolving Agile Processes.
• Modern AI Workflow Lifecycle.

14:0016:00

The AI Leash Building an Enterprise Safety Net and Rethinking Development Processes

Mark Veltzer מק״ט 4299

Topics Covered:
Tests as the Leash.
Behavior vs. Implementation.
Evolving Agile Processes.
Modern AI Workflow Lifecycle.

רכשו אונליין לצפייה בתוכנית
סמינר 42836 16.11.2026 יום הדרכה מלא פתוח להרשמה

ניהול משא ומתן עסקי וטכניקות השפעה בשילוב AI

דובר רבות על משא ומתן כאחת המיומנויות החשובות ביותר במקום העבודה בהווה ובעתיד. אך האם מדובר במיומנות הרלוונטית למנהלים ומנהלות בלבד? אולי רק לאנשי הפיתוח העסקי, המכירות והפרודקט? בסמינר זה נבחן את הפרדיגמה הזו…
רכשו אונליין לצפייה בתוכנית
סמינר 42846 17.11.2026 פתוח להרשמה

AI Factory- ארכיטקטורת דאטה בסביבת Production

בעידן ה-AI, אנשי הדאטה, אינם משמשים עוד כספק שירותים למערכת, הם הארכיטקטים של המערך כולו. מטרת הסמינר הינה להבטיח שבסיומו יזהה כל משתתף את מיקומו בשרשרת הערך העדכנית, ישלוט בארכיטקטורות המניעות מערכות AI בפרודקשן,…
תוכנית הסמינר 3 הרצאות
09:4511:15

הדאטה הוא המפעל: תפקיד אנשי הנתונים בשרשרת הערך של AI

Moti Azulay מק״ט 4224

מיצוב מחדש של מקצוע הדאטה: מאנשי תשתית לצוות שמגדיר ראשון מה הארגון מסוגל לייצר באמצעות AI.

11:3013:00

מתחת למכסה: RAG, וקטורים וסוכנים – הארכיטקטורות שמריצות AI בפרודקשן

Moti Azulay מק״ט 4225

ארכיטקטורות AI אמיתיות: Prompt, Fine-tuning, RAG, סוכנים, אחזור היברידי ו-Observability.

14:0016:00

סדנת Blueprint: מתכננים Use Case מבוסס דאטה – מהמקור ועד המדידה

Moti Azulay מק״ט 4226

סדנה מעשית לבניית Blueprint מלא ליוזמת AI: מקורות דאטה, ארכיטקטורה, איכות ומדדי הצלחה.

רכשו אונליין לצפייה בתוכנית
סמינר 42866 17.11.2026 פתוח להרשמה

Building & Operating Production AI Platforms

This seminar covers the architectural, operational and retrieval strategies required to deploy enterprise-grade AI systems in production. Drawing on *three years of intensive, hands-on R&D building and evolving a highly challenging enterprise AI virtual…
תוכנית הסמינר 3 הרצאות
09:4511:15

Building a Production – Grade AI Virtual Assistant

Eyal Rubin מק״ט 4413

How do you evolve from a simple LLM-based chatbot into a scalable AI platform combining conversation, knowledge, speech, and real-time interaction?
Based on three years of hands-on experience designing and running the AI backend for Sidekick Platform, this session presents the architecture behind a modern Virtual Assistant and the key decisions required to operate it at scale.

11:3013:00

Operating a Production AI Platform – Models, Prompts, Configuration and Lessons

Eyal Rubin מק״ט 4421

Production AI systems quickly move beyond a single model and a few hardcoded prompts. Models change, providers evolve, prompts become business-critical assets, and the backend itself requires strong operational control, configuration, observability and administration.
This session presents practical architecture and best practices for managing models, prompts and the operational backend of a production AI platform, based on lessons learned from real-world use.

14:0016:00

RAG in the Real World – What We Learned After Putting It into Production

Eyal Rubin מק״ט 4422

RAG often looks simple in a diagram: create embeddings, search a vector database, and send the results to an LLM. In production, retrieval quality quickly becomes one of the hardest and most important parts of the AI architecture.
This session follows the practical evolution of RAG based on real production experience.

רכשו אונליין לצפייה בתוכנית
סמינר 42872 17.11.2026 פתוח להרשמה

Building Enterprise AI Agents and Intelligent Workflows

תוכנית הסמינר 2 הרצאות
09:4511:15

Oracle Integration Foundation for Enterprise AI Agents

Omri Soto מק״ט 4424

How do we connect AI agents to enterprise systems and enable them to perform business actions under control?
This lecture will present Oracle Integration as the infrastructure for connecting applications, data and AI services. It will review MCP, AI Assistant and Human-in-the-Loop for creating intelligent business processes with human oversight.
Key topics include:
Connecting systems and exposing integrations as tools for AI agents via MCP
Managing access to MCP servers through MCP Gateway
Assisting in the development and documentation of integrations using AI Assistant
Incorporating human approvals and handling exceptions via Human-in-the-Loop
Demonstrating a business process that combines an AI agent, integration, and human control.

This lecture is designed for architects, integration and application developers, and technology leads with basic familiarity with APIs and system-to-system integration. No prior experience in AI agent development is required.

Participants will gain understanding of the role of Oracle Integration in connecting AI agents to existing systems and incorporating human control into business processes.etails soon...

11:3013:00

Agentic Development with Oracle Database, APEX & MCP

Matan Poran מק״ט 4393

Practical AI with Oracle Database, SQLcl MCP and APEX

AI-assisted development is evolving rapidly, while Oracle Database and APEX provide the stability, security, and structure required for enterprise applications.
This session explores how Oracle development teams can combine the best of both world-using AI agents to accelerate and enhance development while continuing to rely on the strengths of the Oracle Database and APEX’s declarative, low-code model.

We’ll demonstrate practical ways to integrate AI agents throughout the development lifecycle, including generating, reviewing, and testing SQL and PL/SQL, interacting with the database through SQLcl MCP, and leveraging new Oracle APEX capabilities such as application creation with APEXlang and built-in AI agents.
We’ll also show how AI can help build tailored APEX solutions using PL/SQL, HTML, CSS, and JavaScript, create rich visual and interactive components, and extend the platform beyond standard declarative features.

The focus is on practical, controlled adoption of AI-selecting the right use cases, providing the right business and technical context, integrating with Git and CI/CD workflows, and validating generated code-to accelerate development, modernization, and prototyping without compromising security, quality, maintainability, or developer control.

רכשו אונליין לצפייה בתוכנית
סמינר 42869 17.11.2026 פתוח להרשמה

Enterprise Grade Lakehouse

תוכנית הסמינר 3 הרצאות
09:4511:15

Move Your Data: Real-Time Streaming, CDC and ETL in the Modern Lakehouse

Alon Zelovich מק״ט 4480

כיצד מעבירים נתונים אל פלטפורמת הנתונים המודרנית ובתוכה? נבחן שלוש גישות מרכזיות, מתי לבחור בכל אחת מהן וכיצד הן משתלבות זו בזו:
ההרצאה תכלול תבניות ארכיטקטורה ודוגמאות מעשיות להעברת נתונים ממערכות תפעוליות אל ה-Lakehouse וה-Data Warehouse.
Real-time ו-Streaming באמצעות Spark .1
Change Data Capture ‏(CDC) עם Oracle GoldenGate .2
3. תהליכי ETL/ELT עם Oracle Data Integration

11:3013:00

Data Where It Belongs: Working Across Object Storage, Data Lake, and Autonomous Data Warehouse

Alon Zelovich מק״ט 4481

פלטפורמת נתונים מודרנית אינה מחייבת שכל המידע יחיה באותו מקום.
בהרצאה זו נסקור כיצד עובדים עם נתונים בשכבות שונות: Object Storage, Data Lake ו-Autonomous Data Warehouse.
נראה כיצד מאחסנים, ניגשים ומנתחים נתונים מסוגים שונים - קבצים, נתונים מובְנים, JSON ונתונים מבוססי מיקום (Spatial) - תוך בחירה נכונה של מקום האחסון, כלי העיבוד ומנוע השאילתות.

14:0016:00

AI Inside the Database: Bring AI to Your Data, Not Data to AI

Alon Zelovich מק״ט 4483

כיצד הופכים את בסיס הנתונים לפלטפורמה חכמה שמאפשרת לבנות יכולות AI קרוב לנתונים?
נכיר יכולות AI בתוך Oracle Database, כולל Vector Search עבור נתונים לא־מובְנים, שילוב מודלי שפה ו-LLMs, וגישות ליצירת אפליקציות RAG מאובטחות.
נדגים כיצד לשלב AI עם נתונים ארגוניים בלי להעתיק נתונים החוצה, תוך שמירה על ביצועים, אבטחה וממשל נתונים.

רכשו אונליין לצפייה בתוכנית
סמינר 42870 17.11.2026 פתוח להרשמה

Oracle Database AI: From Foundation to Insight

תוכנית הסמינר 3 הרצאות
09:4511:15

Oracle Data Base AI: The Big Picture

Boris Dahav מק״ט 4431

In this session we will cover major components of AI capabilities in Oracle DB.
• MCP Server
• Vectors & RAG, Vector Indexing
• Enterprise Scale AI
• AI Profile
• Comments and Annotations
• SelectAI (NL2SQL, Synthetic data, Text Summarization, Translations, External Data Gateway, AI Agents, Multi Agents Workflows…)
• Private Agent Factory
In this session we will provide an introduction. Some of the topics will be covered in deep dive sessions.

11:3013:00

Select AI in Oracle DB

Boris Dahav מק״ט 4227

In this session we will cover major components of AI capabilities in Oracle DB.
• MCP Server
• Vectors & RAG, Vector Indexing
• Enterprise Scale AI
• AI Profile
• Comments and Annotations
• SelectAI (NL2SQL, Synthetic data, Text Summarization, Translations, External Data Gateway, AI Agents, Multi Agents Workflows…)
• Private Agent Factory
In this session we will provide an introduction. Some of the topics will be covered in deep dive sessions.

14:0016:00

Private Agent Factory (PAF)

Boris Dahav מק״ט 4428

Private Agent Factory is a free component that can be set both as part of OCI Marketplace and as image on your local or cloud environment.
It requires access to Oracle DB and some LLM and helps user to easily create and provide access to AI agents.
It comes with easy-to-use UI for AI Agents creation, maintenance and a built-in runtime UI.
Many thousands of production Agents are running worldwide based on Private Agent Factory. In this session we will explain the basic setup of PAF and create (and run) various Agents with it.

רכשו אונליין לצפייה בתוכנית
סמינר 4424 17.11.2026 פתוח להרשמה

Oracle Integration Foundation for Enterprise AI Agents

כיצד מחברים סוכני AI למערכות הארגוניות ומאפשרים להם לבצע פעולות עסקיות תחת בקרה? ההרצאה תציג את Oracle Integration כתשתית לחיבור יישומים, נתונים ושירותי AI, ותסקור את MCP, AI Assistant ו־Human-in-the-Loop ליצירת תהליכים עסקיים חכמים…
תוכנית הסמינר 1 הרצאות
09:4511:15

Oracle Integration Foundation for Enterprise AI Agents

Omri Soto מק״ט 4424
רכשו אונליין לצפייה בתוכנית
סמינר 42852 17.11.2026 פתוח להרשמה

Relational Database Performance with AI

Your SQL says what you want; the engine decides how. This seminar opens that decision - the plan, the estimates behind it and the levers that change it - then asks the question every…
תוכנית הסמינר 3 הרצאות
09:4511:15

Foundation: How The Engine Executes Your Query

Doron Nazaretsky מק״ט 4356

This session takes you from SQL text to a plan tree you can read and cost, ending on the join algorithms behind most of it.

11:3013:00

Performance Optimization Techniques

Doron Nazaretsky מק״ט 4360

This session is about the levers: what an index really costs, how to design one the planner will use, when partitioning pays, and the estimates that decide all of it.

14:0016:00

AI In Performance Optimization

Doron Nazaretsky מק״ט 4362

This session is the AI part: why a model reading only your query text guesses, what evidence turns it into an analyst, the read-only MCP tool surface, the agentic tuning loop and what an agent may and may not do to production.

רכשו אונליין לצפייה בתוכנית
סמינר 42837 17.11.2026 יום הדרכה מלא פתוח להרשמה

The AI Storytelling Playbook

כיצד להשתמש ב-AI כדי להפוך רעיונות מורכבים לסיפורים שמובילים לפעולה?

בעולם שבו רעיונות טכנולוגיים מתחרים על זמן, תקציב ותשומת לב ובעידן שבו, לכל אחד יש כלי AI בהישג יד,  לא מספיק שהפתרון יהיה מצוין אלא צריך לדעת לגרום לאחרים להבין אותו, לזכור אותו ולהאמין…
רכשו אונליין לצפייה בתוכנית
סמינר 42861 18.11.2026 פתוח להרשמה

Cyber Security Trends & Roadmaps in the AI Era

Artificial intelligence, quantum computing and the shifting balance between open and frontier AI models are reshaping the technology landscape faster than most security strategies can absorb. The question facing decision-makers is not what is…
תוכנית הסמינר 3 הרצאות
09:4511:15

Technology Trends & Roadmaps

Dor Amit מק״ט 4376

The strategic view: which technology shifts are real, which are marketing and how to turn that into a funded plan.
You will leave with a structured roadmap template and a clear view of where to spend and where to wait.

11:3013:00

The New Offensive Landscape

Dor Amit מק״ט 4377

Attackers did not get smarter. They got cheaper, faster and more numerous - and the AI tools your organization already deployed have themselves become targets.
You will leave with a clear picture of which threats have genuinely changed and which have not and a set of questions to put to your own team.

14:0016:00

Defense, Governance & Resilience

Dor Amit מק״ט 4378

Defenders cannot respond at human speed alone - but "add AI to the security team" is a slogan, not a strategy.
You will leave with a practical checklist and a view of which obligations apply to you.

רכשו אונליין לצפייה בתוכנית
סמינר 42871 18.11.2026 יום הדרכה מלא פתוח להרשמה

Fusion AI Agent Studio: Discovery and Build Workshop

Participants are required to bring their own laptops

A guided, hands‑on workshop designed to move customers from AI ideas to a tangible outcome. Together with Oracle Consulting AI Champions, customers identify, prioritize and build a practical AI agent aligned with Oracle Fusion…
רכשו אונליין לצפייה בתוכנית
סמינר 42873 18.11.2026 פתוח להרשמה

Leading the AI Powered Enterprise: From Agentic Processes to Actionable Insights

תוכנית הסמינר 3 הרצאות
09:4511:15

The Agentic Enterprise: Reimagining Business Processes with AI

Yohay Asraf מק״ט 4411

This session explores the shift from Generative AI to Agentic AI, demonstrating how autonomous agents execute end-to-end business actions directly within enterprise applications.
Designed for both business leaders (process managers, operations, innovation leads) and technology professionals (architects, developers, AI leaders).
No prior AI agent development experience or personal laptop required; general familiarity with business processes is helpful.

11:3013:00

From Prompts to Action: Advanced Generative AI for Project and Technology Leader.

Lior Dayan מק״ט 4399

Generative AI can do much more than answer questions or create content.
This practical session shows how to turn AI into an active work partner that can organize information, plan work, create repeatable processes, check its output and prepare recurring deliverables.
We will use one end-to-end example while keeping human judgment and approval at the center.
Designed for project managers, technology leaders, consultants and service delivery teams managing complex workflows, no coding experience is required.
Participants only need basic familiarity with GenAI tools.

14:0016:00

Oracle Analytics & AI, what works and how

Boris Dahav מק״ט 4429

In this session, we will have a very short overview of Oracle Analytics, Both Analytics Server (OAS) and Cloud (OAC).
Most of the session will cover the AI oriented capabilities in the product. Most of them are currently available only on OAC. Some on OAS as well.
If you want a short overview of Oracle Analytics and then have a deep dive into Chatbots generation, AI Assistant, MCP access to Analytics, AI generated formulas and many more… This is the session for you.

רכשו אונליין לצפייה בתוכנית
סמינר 42835 18.11.2026 יום הדרכה מלא פתוח להרשמה

NLP למצוינות עסקית – תקשורת, השפעה ומנהיגות

הסמינר נועד להעניק למנהלים ולעובדים כלים פרקטיים מבית NLP לחיזוק החוסן האישי והקבוצתי, לשיפור מערכות יחסים פנים־ארגוניות, להגברת השפעה ולשכלול קבלת ההחלטות בסביבה משתנה ומאתגרת. ההתמקדות היא בפיתוח תודעה תוצאתית ויכולת לנווט תקשורתית ומנטלית…
רכשו אונליין לצפייה בתוכנית
סמינר 42847 18.11.2026 פתוח להרשמה

The Science of Disruption

 המדע של השיבוש (היכולת לראות את הנולד ולפעול בהתאם)

נוקיה לא נפלה בגלל עיוורון. היא ראתה את האייפון, ניתחה אותו, והחליטה שהוא פשוט לא רלוונטי למודל העסקי שלה. כל שיבוש בשוק נראה מובן מאליו במבט לאחור. בזמן אמת? הוא נראה כמו טעות או…
תוכנית הסמינר 3 הרצאות
09:4511:15

The Science of Disruption: Why Market Leaders Fail

Moti Azulay מק״ט 4248

הפרדוקס המרכזי: החברות המצליחות ביותר הן הרגישות ביותר לשיבוש. הן מקשיבות ללקוחות הטובים ביותר, משקיעות במוצרים הרווחיים ביותר, ולכן מפספסות את מה שמגיע מהשוליים.
• מקרה בוחן ישראלי: סטימצקי. כיצד רשת הספרים הגדולה בישראל ראתה את הדיגיטל מגיע, הגיבה כשהמודל כבר נשחק, ומה היה קורה אילו זיהתה את חמשת הסימנים חמש שנים קודם.

11:3013:00

Early Signal Detection: Disruption Radar & AI Acceleration

Moti Azulay מק״ט 4249

לכל שיבוש יש חתימה מוקדמת: לקוחות שוליים, מודל לא הגיוני, וכניסה משוק צדדי.
• עבודה מעשית: כלי ה-Disruption Radar - מיפוי בזמן אמת של חמשת הסימנים על הענף שלכם.
• מנוע ה-AI ומקדם האמון: כיצד טכנולוגיה מקצרת עקומת שיבוש מעשור לשנה וחצי. המחקר על 998 צרכנים ישראלים שחשף את ״מקדם האמון״: בעולם של תוכן אינסופי, מי שמחזיק באמון מחזיק בשוק.
• מקרי בוחן ישראליים: וולט מול כלכלת המסעדות, ו-Hot/Yes מול עידן הסטרימינג.

14:0016:00

Strategic Response: The 4A Framework & Self-Disruptio

Moti Azulay מק״ט 4293

ארבע דרכי פעולה אסטרטגיות: Attack, Acquire, Adapt, Accelerate. מתי כל דרך היא יתרון ומתי היא התאבדות?
• סדנה: בניה ותכנון של תרחיש שיבוש אישי ואסטרטגיית תגובה ראשונית לענף שלכם, עם משוב חי.

רכשו אונליין לצפייה בתוכנית
סמינר 42859 18.11.2026 פתוח להרשמה

Winning the Enterprise AI Race

Strategy, Economics and Governance for Business Leaders

Details soon...
תוכנית הסמינר 3 הרצאות
09:4511:15

From AI Pilots to Business Advantage

Rony Keren מק״ט 4363

How leaders turn fragmented experimentation into scalable enterprise value

11:3013:00

The New EcoHow to control cost, performance, ROI, and model choice at scalenomics of AI

Rony Keren מק״ט 4364

How to control cost, performance, ROI, and model choice at scale

14:0016:00

AI Sovereignty, Trust, and Control

Rony Keren מק״ט 4366

How to govern agents, tools, data, and providers without creating strategic dependency

רכשו אונליין לצפייה בתוכנית
סמינר 42845 18.11.2026 פתוח להרשמה

בניית סוכן AI ארגוני ללא קוד

האם אתם באמת מבינים איך מודל שפה (LLM) וסוכן AI עובדים מתחת למכסה המנוע? האם אתם באמת מבינים איך סוכנים פועלים ומבצעים משימות? האם אתם יודעים איך לצמצם הזיות של סוכן AI? במהלך הסמינר,…
תוכנית הסמינר 3 הרצאות
09:4511:15

איך בינה מלאכותית וסוכני AI עובדים באמת

Tomer Fooks מק״ט 4207

בהרצאה זו נחשוף כיצד בינה מלאכותית עובדת באמת, וכיצד סוכן AI מתנהל מתחת למכסה המנוע.
נלמד בדיוק כיצד הקסם הזה קורה, וכיצד לתכנן סוכנים חכמים.

בתום ההרצאה המשתתפים ייצאו עם מודל מנטלי בסיסי של LLM וסוכן AI, שיעניק להם את היכולת לנתח ולהעריך הדגמת מוצר בעתיד.

11:3013:00

מצ’אט לעוזר ארגוני: הנחיות, ידע, כלים וזיכרון

Tomer Fooks מק״ט 4208

סוכן מקבל הגדרת תפקיד מוגדרת, נשען על נתוני הליבה של הארגון במקום על זיכרון המודל, ומבצע פעולות אקטיביות במערכות השונות.
בהרצאה זו, נלמד כיצד להפוך צ'אט בסיסי לעוזר ארגוני חכם המחובר למקורות מידע וכלים חיצוניים.

בתום ההרצאה המשתתפים יקבלו תבנית הנחיה (Prompt Template) מוכנה ויבינו את העקרונות לחיבור סוכן למקורות מידע וכלים חיצוניים.

14:0016:00

עולים לאוויר: פריסה, עלויות, אבטחה ופרטיות

Tomer Fooks מק״ט 4209

סוכן AI שנותר בסביבת הפיתוח בלבד הוא בגדר דמו.
בהרצאה זו הסוכן נפרס לסביבה מבצעית, תוך ניתוח השיקולים הכלכליים, סיכוני האבטחה ונקודות הבקרה הנדרשות לפני העלייה לאוויר.

בתום ההרצאה המשתתפים יכירו רשימת בדיקה (Checklist) לפריסה, מודל לחישוב עלויות ודרישות סף בנושאי אבטחה ופרטיות - כלי עבודה חיוניים עבור מנהלים המטמיעים סוכן עצמאי או מקבלים פתרון מספק חוץ, ללא תלות בידע מוקדם על אופן בנייתו.

רכשו אונליין לצפייה בתוכנית
סמינר 42851 18.11.2026 פתוח להרשמה

פרקטיקת AI לאנשי מערכות מידע ומנהלי פרוייקטים

סמינר ממוקד  וחדשני  המיועד למנהלים ואנשי מקצוע בארגון. בסמינר תחשפו לתסריטים מעשיים מחיי היום-יום של העובדים ותגלו כיצד כלי בינה מלאכותית יכולים לשנות את אופן העבודה, לייעל תהליכים, לקצר זמנים ולשפר ביצועים. הסמינר מתמקד…
תוכנית הסמינר 3 הרצאות
09:4511:15

AI Essentials: Understanding & Effective Usage

Avi Ben-simon מק״ט 4477

היכרות פרקטית עם עולם ה-AI והעקרונות שחשוב להכיר כדי לעבוד נכון עם הכלים.

11:3013:00

AI at Work: Boosting Productivity & Smart Workflows

Avi Ben-simon מק״ט 4478

שילוב AI בתהליכי העבודה היומיומיים, בדגש על עבודה עם מידע, מסמכים ונתונים.
ההרצאה מיועדת למשתתפים בעלי היכרות בסיסית עם כלי AI כגון: ChatGPT, Gemini או Claude וניסיון בסיסי בבניית פרומפטים

14:0016:00

From Prompt to Agent

Avi Ben-simon מק״ט 4479

Vibe Coding, Workspaces & Agents.
ההרצאה מיועדת למשתתפים בעלי ניסיון קודם בעבודה עם כלי AI והבנה בסיסית של פרומפטים

רכשו אונליין לצפייה בתוכנית
סמינר 42857 22.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

Agentic Automation: Claude, MCP and n8n in Practice

This seminar covers building working agentic automations by combining three layers: Claude as the reasoning engine, MCP (Model Context Protocol) as the standard way to give Claude access to tools and data, and n8n…
רכשו אונליין לצפייה בתוכנית
סמינר 42842 22.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

AI-Native Development Practices for Modern Developers

This seminar provides a practical introduction to modern AI coding assistants, with a focus on GitHub Copilot as the main tool used throughout the training. Participants will learn the core concepts behind LLM-based coding…
רכשו אונליין לצפייה בתוכנית
סמינר 42832 22.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

Beyond Code Generation: Backend Performance with AI

Generation is the cheap part. The expensive question - why is this slow, and what do I change? - is one an AI agent answers confidently and wrongly unless you arm it. This seminar…
רכשו אונליין לצפייה בתוכנית
סמינר 42839 22.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

FinOps, Cloud & AI

סמינר זה עוסק בחשיבות הניהול הכלכלי של סביבות ענן ציבורי ובהיכרות עם תחום ה-FinOps. במהלך היום נבחן כיצד ניתן לשפר את השליטה בהוצאות הענן, ליצור שקיפות ארגונית ולקבל החלטות המשלבות שיקולים טכנולוגיים, כלכליים ועסקיים.…
רכשו אונליין לצפייה בתוכנית
סמינר 42867 22.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

SOC AI – בינה מלאכותית מקומית לחקירה, ניתוח ואוטומציה

סמינר מעשי המציע היכרות עם השימושים המרכזיים של בינה מלאכותית בעבודת ה -SOC, חקירת  אירועי סייבר, יצירת יכולות זיהוי ואוטומציה של תהליכי אבטחה.
רכשו אונליין לצפייה בתוכנית
סמינר 42838 23.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

Agent Development in Practice with TypeScript: A Deep Dive

Most AI tutorials stop at the "Hello World" of conversational bots. This intensive training takes you far beyond the basics, equipping you with the practical skills to build, optimize, and scale production-ready AI agents…
רכשו אונליין לצפייה בתוכנית
סמינר 42833 23.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

AI-Powered Project Management

רוב הפרויקטים אינם נכשלים בגלל הביצוע אלא בגלל התכנון. כלי AI מאפשרים לנו לחשוב אחרת על תכנון פרויקטים, לזהות סיכונים מוקדם יותר ולבנות תוכנית פרויקט סדורה בזמן קצר. הסמינר מציג כיצד ניתן לשלב AI…
רכשו אונליין לצפייה בתוכנית
סמינר 42854 23.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

Boosting productivity with GenAI

For product & project managers

מנהלי מוצר בכלל ענפי המשק הישראלי, עומדים בחזית העשייה הטכנולוגית, מייצרים ערך חדש ללקוחות ומשפיעים באופן ישיר על הצלחתם העסקית של הארגונים. סמינר זה מתמקד בשילוב יכולות GenAI בעבודתם השוטפת של מנהלי מוצר ומנהלי…
רכשו אונליין לצפייה בתוכנית
סמינר 42858 23.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

Building AI Agents with Node.js: The Claude Agent SDK Workshop

This workshop is a hands-on introduction to building production-oriented AI agents in Node.js using the Claude Agent SDK. Participants move from a single model call to a fully featured agent with custom tools, file…
רכשו אונליין לצפייה בתוכנית
סמינר 42834 23.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

Testing AI Features: Defining Quality in the AI Age

AI features don't fail like traditional software. They drift, hallucinate, change tone, and give different answers to the same question. Pass/fail doesn't work here. So how does QA do its job? In this hands-on…
רכשו אונליין לצפייה בתוכנית
סמינר 42856 24.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

Modern Data Science & AI for Developers

The rapid advancement of Generative AI has transformed the way developers build Data Science and AI solutions. While AI tools can significantly accelerate development, successful AI projects still require strong Data Science thinking, proper…
רכשו אונליין לצפייה בתוכנית
סמינר 42849 24.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

Practical API Design

An API is the primary contract that connects software components, systems, and engineering teams. Whether you are exposing a public RESTful web service, building internal client/server interfaces between development groups, or designing the public…
רכשו אונליין לצפייה בתוכנית
סמינר 42831 24.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

UX/UI AI-Driven: אפיון חווית משתמש בעידן הבינה המלאכותית 

סמינר מעשי המקנה כלים לשילוב כלי בינה מלאכותית בתהליך אפיון ממשקים קלאסי. מהרעיון הראשוני ועד ביקורת על מסכים, כולל תרגולים קצרים, פרומפטים, השוואות כלים וקייס מתגלגל אחד. המטרה הינה בנית תהליך עבודה מקצועי: להבין…
רכשו אונליין לצפייה בתוכנית
סמינר 3605 24.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

אוטומציה של משימות עסקיות בעזרת בינה מלאכותית (AI)

בעידן שבו AI וטכנולוגיה מגדירים מחדש יעילות עסקית, אוטומציה היא כבר לא יתרון – היא הכרח. באמצעות שימוש בכלי AI ופתרונות מותאמים אישית כמו Zapier ו-Make, ניתן לבנות מערכות אוטומטיות שיבצעו מגוון משימות באופן…
רכשו אונליין לצפייה בתוכנית
סמינר 42840 24.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

מ-QA ידני לאוטומציה חכמה עם AI ו-Vibe Coding

בסמינר יישומי זה, יגלו המשתתפים כיצד לבנות מקצה לקצה תהליכי אוטומציה מתקדמים על גבי פלטפורמת Playwright תוך שימוש ב Python ובאמצעות Vibe coding  בשילוב בינה מלאכותית. הלמידה תחל בתרגול מעשי בסיסי ב-Python ו-Playwright ליצירת…
רכשו אונליין לצפייה בתוכנית
סמינר 42841 25.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

Agentic AI with N8N for DevOps

Event-Driven Reactions, Alert Intelligence and Controlled Remediation

This workshop focuses on using n8n as a reaction and decision engine for real DevOps environments. The emphasis is not on how to deploy n8n, but on how to use it correctly in production to respond to Kubernetes events, Prometheus…
רכשו אונליין לצפייה בתוכנית
סמינר 42864 25.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

Agentic Engineering in Practice: Atlassian AI Workshop

From Methodology to Execution: Deploying Autonomous Agents in Your SDLC

AI agents are changing how software gets planned, built, reviewed and shipped, but most teams are still experimenting in isolation. In this hands-on workshop we show how to make agentic engineering work in a…
רכשו אונליין לצפייה בתוכנית
סמינר 42850 25.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

Design Patterns and Advanced Software Architecture: How to Combat AI Software Decay

As AI coding assistants accelerate raw code generation, software systems face an unprecedented threat: rapid architectural decay. Without strong structural boundaries, AI-generated code quickly degrades into tightly coupled "spaghetti," inflating technical debt and making…
רכשו אונליין לצפייה בתוכנית
סמינר 42843 25.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

How to build RAG applications with langchain

A fast-paced, hands-on day that takes you from prompt-only demos to production-ready Retrieval-Augmented Generation (RAG). You’ll learn how to ingest and chunk documents, embed them into a vector store, retrieve the right context and…
רכשו אונליין לצפייה בתוכנית
סמינר 42863 25.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

Multi-Repo Agentic Development: Scaling AI Coding Across Teams

Most AI coding tutorials assume a single repo on your laptop. Real teams don't work that way. This workshop walks from the simple case (five repos, all cloned locally) to the real case (dozens…
רכשו אונליין לצפייה בתוכנית
סמינר 3602 25.11.2026 יום הדרכה מלא AI Labs & Hands-On Workshops · ג׳ון ברייס פתוח להרשמה

בינה מלאכותית (AI) בתחום הפיננסים והחשבונאות

העולם הפיננסי והחשבונאי עובר מהפכה בזכות הבינה המלאכותית המאפשרת לבצע משימות מורכבות בצורה יעילה וחכמה יותר. בסמינר זה נלמד כיצד לשלב את הכלים המתקדמים של AI כמו: Perplexity, Claude, ChatGPT ועוד, כדי לייעל תהליכי…
רכשו אונליין לצפייה בתוכנית
03-7100780 וואטסאפ