Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Oracle AI: Agentes para Saúde
Discover how Oracle AI for Healthcare builds intelligent agents with persistent memory across channels and multimodels for accurate, scalable, and secure patient solutions.
Veja como a Oracle está impulsionando a próxima geração de soluções de IA para saúde com agentes omnichannel que mantêm contexto entre WhatsApp, voz e e-mail, além de recursos avançados como Long-Term Memory e o Autonomous Multi-Model Database para criar aplicações inteligentes, seguras e escaláveis.
- Oracle Cloud Infrastructure (OCI)Oracle Cloud Infrastructure (OCI) is a deep, high-performance cloud platform purpose-built to run massive enterprise databases and intensive AI workloads at a lower cost than traditional hyperscalers.OCI delivers a highly secure, low-latency alternative to legacy clouds by pairing bare-metal compute with a flat, non-blocking network architecture. It stands out by running Oracle's flagship Autonomous Database natively, while offering massive AI training clusters powered by tens of thousands of NVIDIA GPUs. With uniform pricing across all global regions and flexible deployment options (including dedicated on-premises regions starting at three racks), OCI gives enterprises a predictable, highly performant home for their most demanding workloads.
- Oracle Autonomous DatabaseA fully automated cloud database service that self-secures, self-tunes, and self-repairs using machine learning.Oracle Autonomous Database eliminates manual database administration by automating provisioning, tuning, patching, and scaling. Running on Oracle's Exadata infrastructure, it leverages machine learning to deliver 99.995% availability (less than 30 minutes of planned and unplanned downtime per year) while automatically blocking security threats. Teams can deploy specialized workloads (including transaction processing, data warehousing, and JSON-centric applications) and scale compute and storage resources up or down instantly with zero downtime.
- Oracle Database Long-Term MemoryOracle AI Agent Memory extends Oracle Database into a persistent, model-agnostic memory layer to give AI agents long-term context, user preferences, and historical continuity.Oracle AI Agent Memory transforms stateless AI agents into stateful enterprise systems by embedding a persistent memory layer directly into the Oracle AI Database. Using a unified Python SDK (oracleagentmemory), developers can store and retrieve critical context across sessions through two primary pillars: short-term memory for active threads and long-term memory for user preferences, learned rules, and historical facts. By combining vector similarity search, relational tables, and JSON metadata within Oracle's converged database infrastructure, the technology eliminates the need for fragmented memory stacks while maintaining enterprise-grade security and data governance.
- OCI AI Agent PlatformOCI AI Agent Platform is a fully managed service for building, deploying, and scaling secure, enterprise-grade autonomous AI agents.The platform streamlines enterprise automation by letting developers provision AI agents using declarative configurations. These agents connect directly to enterprise data sources through built-in Retrieval-Augmented Generation (RAG) and natural language-to-SQL (NL2SQL) engines. By utilizing the Model Context Protocol (MCP) and integrating with Oracle Integration Cloud (OIC), the platform allows agents to orchestrate complex workflows, invoke custom APIs, and execute real-time transactions across systems like ERP and HCM while maintaining strict data privacy boundaries.
- RAGRAG (Retrieval-Augmented Generation) is the GenAI framework that grounds LLMs (like GPT-4) on external, verified data, drastically reducing model hallucinations and providing verifiable sources.RAG is a critical GenAI architecture: it solves the LLM 'hallucination' problem by inserting a retrieval step before generation. A user query is vectorized, then used to query an external knowledge base (e.g., a Pinecone vector database) for relevant document chunks (typically 512-token segments). These retrieved facts augment the original prompt, providing the LLM (e.g., Gemini or Llama 3) the specific, current, or proprietary context required. This process ensures the final response is accurate and grounded in domain-specific data, avoiding the high cost and latency of full model retraining.