Conference Schedule

Daily seminars, 9:00-16:30

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

BUILD AI | AI Engineering & Software Development

Mix. Match. Build Your Own AI Agenda.

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

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

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

בחרו תאריך

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

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

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

BUILD AI | AI Engineering & Software Development

Coding Agents, Agentic Development, MCP, Multi-Agent Systems, Vibe Coding, AI Test Automation

סמינר 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.

רכשו אונליין לצפייה בתוכנית
03-7100780 וואטסאפ